Crown_Gold
Server/Entity/ModelVFX/Crown_Gold.json, 465 B
Fields
| Field | Type |
|---|---|
SwitchTo | string |
PostColorOpacity | number |
NoiseScale | object |
NoiseScrollSpeed | object |
AnimationDuration | number |
EffectDirection | string |
AnimationRange | object |
UseBloomOnHighlight | boolean |
PostColor | string |
HighlightThickness | number |
HighlightColor | string |
Source
{
"SwitchTo": "PostColor",
"PostColorOpacity": 0.0,
"NoiseScale": {
"X": 10.0,
"Y": 200.0
},
"NoiseScrollSpeed": {
"X": 0.1,
"Y": 0.5
},
"AnimationDuration": 0.6,
"EffectDirection": "BottomUp",
"AnimationRange": {
"Y": 0.93
},
"UseBloomOnHighlight": true,
"PostColor": "#e45f14",
"HighlightThickness": 10.0,
"HighlightColor": "#ffdb91"
}