Bomb_Fire_Goblin
Server/Models/Projectiles/Weapons/Bomb/Bomb_Fire_Goblin.json, 666 B
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
EyeHeight | number |
HitBox | object |
MinScale | number |
Particles | array[1] |
AnimationSets | object |
Source
{
"Model": "NPC/Intelligent/Goblin/Models/Weapons/Bomb/Fire.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Weapons/Bomb/Fire_Texture.png",
"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,
"Particles": [
{
"SystemId": "Fuse_Bomb",
"TargetNodeName": "Fuse_Lit"
}
],
"AnimationSets": {
"Idle": {
"Animations": [
{
"Animation": "Items/Animations/Spin_Pitch/Spin_Pitch_Down.blockyanim",
"SoundEventId": "SFX_Bomb_Fuse"
}
]
}
}
}