Freeze
Server/Entity/ModelVFX/Freeze.json, 404 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": 30,
"Y": 50
},
"PostColorOpacity": 1.0,
"UseProgessiveHighlight": false,
"NoiseScrollSpeed": {
"Y": -0.02
},
"PostColor": "#e3fbff",
"HighlightThickness": 1.0
}