Sword_Distortion
Server/Entity/Trails/Sword_Distortion.json, 262 B
Fields
| Field | Type |
|---|---|
TexturePath | string |
LifeSpan | number |
Start | object |
End | object |
LightInfluence | number |
Smooth | boolean |
RenderMode | string |
Source
{
"TexturePath": "Trails/Distortion_Sword.png",
"LifeSpan": 12,
"Start": {
"Width": 0.2,
"Color": "#ffffffff"
},
"End": {
"Width": 0.0,
"Color": "#ffffff00"
},
"LightInfluence": 1.0,
"Smooth": true,
"RenderMode": "Distortion"
}