Burn
Server/Entity/ModelVFX/Burn.json, 427 B
Fields
| Field | Type |
|---|---|
SwitchTo | string |
EffectDirection | string |
AnimationDuration | number |
AnimationRange | object |
HighlightColor | string |
HighlightThickness | number |
UseBloomOnHighlight | boolean |
NoiseScale | object |
PostColor | string |
PostColorOpacity | number |
UseProgessiveHighlight | boolean |
Source
{
"SwitchTo": "PostColor",
"EffectDirection": "BottomUp",
"AnimationDuration": 6.0,
"AnimationRange": {
"Y": 1.0
},
"HighlightColor": "#ff9021",
"HighlightThickness": 0.3,
"UseBloomOnHighlight": true,
"NoiseScale": {
"X": 29.0,
"Y": 25.0
},
"PostColor": "#171313",
"PostColorOpacity": 0.792,
"UseProgessiveHighlight": true
}