Bomb
Server/Models/Projectiles/Weapons/Bomb/Bomb.json, 1008 B
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
EyeHeight | number |
HitBox | object |
MinScale | number |
MaxScale | number |
Trails | array[2] |
Particles | array[1] |
AnimationSets | object |
Source
{
"Model": "NPC/Intelligent/Goblin/Models/Weapons/Bomb/Fire_Center.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Weapons/Bomb/Fire_Texture.png",
"EyeHeight": 0.15,
"HitBox": {
"Max": {
"X": 0.15,
"Y": 0.15,
"Z": 0.15
},
"Min": {
"X": -0.15,
"Y": -0.15,
"Z": -0.15
}
},
"MinScale": 1,
"MaxScale": 1,
"Trails": [
{
"PositionOffset": {
"X": 0,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Bomb",
"TrailId": "Bomb",
"RotationOffset": {
"Yaw": 90,
"Pitch": 0,
"Roll": 45
}
},
{
"PositionOffset": {
"X": 0,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Bomb",
"TrailId": "Bomb",
"RotationOffset": {
"Yaw": 0,
"Pitch": 45,
"Roll": 90
}
}
],
"Particles": [
{
"SystemId": "Fuse_Bomb",
"TargetNodeName": "Fuse_Lit"
}
],
"AnimationSets": {
}
}