Ingredient_Poop
Server/Models/Projectiles/Items/Ingredients/Ingredient_Poop.json, 651 B
Fields
| Field | Type |
|---|---|
HitBox | object |
MinScale | number |
MaxScale | number |
Model | string |
Texture | string |
DefaultAttachments | array[1] |
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.5,
"MaxScale": 1.5,
"Model": "Items/Projectiles/Projectile.blockymodel",
"Texture": "Items/Projectiles/Projectile_default.png",
"DefaultAttachments": [
{
"Model": "Items/Ingredients/Poop.blockymodel",
"Texture": "Items/Ingredients/Poop_Texture.png"
}
],
"AnimationSets": {
"Idle": {
"Animations": [
{
"Animation": "Items/Animations/Spin_Diagonal/Spin_Pitch_Diagonal_Down_Left.blockyanim"
}
]
}
}
}