Bomb_Potion_Poison
Server/Models/Projectiles/Weapons/Bomb/Bomb_Potion_Poison.json, 676 B
Fields
| Field | Type |
|---|---|
EyeHeight | number |
HitBox | object |
MinScale | number |
Model | string |
Texture | string |
AnimationSets | object |
Trails | array[1] |
Source
{
"EyeHeight": 0.15,
"HitBox": {
"Max": {
"X": 0.15,
"Y": 0.3,
"Z": 0.15
},
"Min": {
"X": -0.15,
"Y": 0,
"Z": -0.15
}
},
"MinScale": 1,
"Model": "Items/Weapons/Bomb/Potion_Onion.blockymodel",
"Texture": "Items/Weapons/Bomb/Potion_Onion_Poison.png",
"AnimationSets": {
"FlyIdle": {
"Animations": [
{
"Animation": "Items/Animations/Spin_Pitch/Spin_Pitch_Down.blockyanim"
}
]
}
},
"Trails": [
{
"TrailId": "Acid",
"TargetNodeName": "Handle",
"RotationOffset": {
"Yaw": 45,
"Pitch": 45,
"Roll": 45
}
}
]
}