Spear_Onyxium
Server/Models/Projectiles/Weapons/Spear/Spear_Onyxium.json, 710 B
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
HitBox | object |
MinScale | number |
MaxScale | number |
Trails | array[1] |
DefaultAttachments | array[1] |
Source
{
"Model": "Items/Projectiles/Projectile.blockymodel",
"Texture": "Items/Projectiles/Projectile_default.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,
"Trails": [
{
"PositionOffset": {
"X": 0,
"Y": 0,
"Z": 0
},
"TrailId": "Small_Projectile",
"RotationOffset": {
"Yaw": 0,
"Pitch": 90,
"Roll": 0
}
}
],
"DefaultAttachments": [
{
"Model": "Items/Weapons/Spear/Onyxium.blockymodel",
"Texture": "Items/Weapons/Spear/Onyxium_Texture.png"
}
]
}