Mace_Signature
Server/Entity/ModelVFX/Mace_Signature.json, 490 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 |
LoopOption | string |
CurveType | string |
Source
{
"SwitchTo": "PostColor",
"EffectDirection": "BottomUp",
"AnimationDuration": 0.85,
"AnimationRange": {
"Y": 0.3
},
"HighlightColor": "#21f3ff",
"HighlightThickness": 0.5,
"UseBloomOnHighlight": true,
"NoiseScale": {
"X": 2.0,
"Y": 2.0
},
"PostColor": "#ffd651",
"PostColorOpacity": 0.0,
"UseProgessiveHighlight": true,
"LoopOption": "LoopMirror",
"CurveType": "Linear"
}