Bullet_Blunderbuss
Server/Models/Projectiles/Weapons/Bullet/Bullet_Blunderbuss.json, 773 B
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
DefaultAttachments | array[1] |
HitBox | object |
MinScale | number |
MaxScale | number |
AnimationSets | object |
Source
{
"Model": "Items/Projectiles/Projectile.blockymodel",
"Texture": "Items/Projectiles/Projectile_default.png",
"DefaultAttachments": [
{
"Model": "Items/Projectiles/Items/Bullet/Bullet_Blunderbuss.blockymodel",
"Texture": "Items/Projectiles/Items/Bullet/Bullet_Blunderbuss_Texture.png"
}
],
"HitBox": {
"Max": {
"X": 0.05,
"Y": 0.05,
"Z": 0.05
},
"Min": {
"X": -0.05,
"Y": -0.05,
"Z": -0.05
}
},
"MinScale": 1,
"MaxScale": 1,
"AnimationSets": {
"FlyIdle": {
"Animations": [
{
"Animation": "Items/Animations/Spin_Roll/Spin_Roll_Right.blockyanim",
"Speed": 2,
"SoundEventId": "SFX_Blunderbuss_Bullet_WhizBy"
}
]
}
}
}