Fire_Trap_Fire
Server/Entity/Trails/Fire_Trap/Fire_Trap_Fire.json, 525 B
Fields
| Field | Type |
|---|---|
TexturePath | string |
LifeSpan | number |
Roll | number |
Start | object |
End | object |
Smooth | boolean |
RenderMode | string |
LightInfluence | number |
Animation | object |
IntersectionHighlight | object |
Source
{
"TexturePath": "Trails/Daggers_Dash.png",
"LifeSpan": 20,
"Roll": -45,
"Start": {
"Width": 0.6,
"Color": "#edff6cff"
},
"End": {
"Width": 0,
"Color": "#ff1f1fff"
},
"Smooth": true,
"RenderMode": "Erosion",
"LightInfluence": 0.0,
"Animation": {
"FrameSize": {
"X": 256,
"Y": 96
},
"FrameLifeSpan": 5,
"FrameRange": {
"Min": 0,
"Max": 3
}
},
"IntersectionHighlight": {
"HighlightThreshold": 0.84,
"HighlightColor": "#ff0000"
}
}