Weapon_Mace_Prisma
Server/Entity/Trails/Weapons/Mace/Weapon_Mace_Prisma.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/Gold.png",
"LifeSpan": 15,
"Roll": -90,
"Start": {
"Color": "rgba(#ffffff, 0.815)",
"Width": 0.4
},
"End": {
"Color": "rgba(#ffffff, 0.771)",
"Width": 0.1
},
"LightInfluence": 0,
"Smooth": true,
"RenderMode": "BlendAdd"
}