Slowness_Totem
Server/Models/Deployables/Slowness_Totem.json, 830 B
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
EyeHeight | number |
CrouchOffset | number |
MinScale | number |
MaxScale | number |
HitBox | object |
Trails | array[4] |
Particles | array[1] |
Source
{
"Model": "Items/Deployables/Slowness_Totem/Slowness_Totem_Projectile.blockymodel",
"Texture": "Items/Deployables/Slowness_Totem/Slowness_Totem_Projectile.png",
"EyeHeight": 0.9,
"CrouchOffset": 0.0,
"MinScale": 1.5,
"MaxScale": 1.5,
"HitBox": {
"Max": {
"X": 0.05,
"Y": 1.5,
"Z": 0.05
},
"Min": {
"X": -0.05,
"Y": 0,
"Z": -0.05
}
},
"Trails": [
{
"TargetNodeName": "GA1",
"TrailId": "Wind"
},
{
"TargetNodeName": "GA2",
"TrailId": "Wind"
},
{
"TargetNodeName": "GB1",
"TrailId": "Wind"
},
{
"TargetNodeName": "GB2",
"TrailId": "Wind"
}
],
"Particles": [
{
"SystemId": "Totem_Slow_AttachOnStatue",
"TargetEntityPart": "Entity",
"Scale": 1.0
}
]
}