Critical
Server/Entity/Trails/Critical.json, 282 B
Fields
| Field | Type |
|---|---|
TexturePath | string |
LifeSpan | number |
Roll | number |
Start | object |
End | object |
LightInfluence | number |
Smooth | boolean |
RenderMode | string |
Source
{
"TexturePath": "Trails/Critical.png",
"LifeSpan": 6,
"Roll": 0,
"Start": {
"Color": "rgba(#ffffff, 1)",
"Width": 0.45
},
"End": {
"Color": "rgba(#ffffff, 0.404)",
"Width": 0
},
"LightInfluence": 0,
"Smooth": true,
"RenderMode": "BlendLinear"
}