Freeze
Server/Entity/ModelVFX/Freeze.json, 506 B
Fields
| Field | Type |
|---|---|
SwitchTo | string |
EffectDirection | string |
AnimationDuration | number |
AnimationRange | object |
HighlightColor | string |
UseBloomOnHighlight | boolean |
NoiseScale | object |
PostColorOpacity | number |
UseProgessiveHighlight | boolean |
NoiseScrollSpeed | object |
PostColor | string |
HighlightThickness | number |
Source
{
"SwitchTo": "PostColor",
"EffectDirection": "BottomUp",
"AnimationDuration": 0.7,
"AnimationRange": {
"Y": 0.58
},
"HighlightColor": "#84ceff",
"UseBloomOnHighlight": false,
"NoiseScale": {
"X": 200.0,
"Y": 250.0
},
"PostColorOpacity": 1.0,
"UseProgessiveHighlight": true,
"NoiseScrollSpeed": {
"Y": -0.1,
"X": 0.02
},
"PostColor": "#e3fbff",
"HighlightThickness": 1.0
}