Healing_Totem_Projectile
Server/Models/Deployables/Projectiles/Healing_Totem_Projectile.json, 721 B
Fields
| Field | Type |
|---|---|
HitBox | object |
MinScale | number |
MaxScale | number |
DefaultAttachments | array[1] |
Model | string |
Texture | string |
AnimationSets | object |
Source
{
"HitBox": {
"Max": {
"X": 0.1,
"Y": 0.1,
"Z": 0.1
},
"Min": {
"X": -0.1,
"Y": -0.1,
"Z": -0.1
}
},
"MinScale": 1,
"MaxScale": 1,
"DefaultAttachments": [
{
"Model": "Items/Deployables/Healing_Totem/Healing_Totem_Projectile.blockymodel",
"Texture": "Items/Deployables/Healing_Totem/Healing_Totem_Texture.png"
}
],
"Model": "Items/Deployables/Healing_Totem/Healing_Totem_Projectile.blockymodel",
"Texture": "Items/Deployables/Healing_Totem/Healing_Totem_Texture.png",
"AnimationSets": {
"Idle": {
"Animations": [
{
"Animation": "Items/Animations/Fly/Fly_Vertical.blockyanim"
}
]
}
}
}