Rubble_Default
Server/Models/Projectiles/Weapons/Rubble/Rubble_Default.json, 856 B
Fields
| Field | Type |
|---|---|
HitBox | object |
MinScale | number |
MaxScale | number |
Trails | array[1] |
DefaultAttachments | array[1] |
Model | string |
Texture | string |
AnimationSets | object |
Source
{
"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": "Rubble",
"RotationOffset": {
"Yaw": 0,
"Pitch": 0,
"Roll": 0
}
}
],
"DefaultAttachments": [
{
"Model": "Items/Rubble/Rubble.blockymodel",
"Texture": "Items/Rubble/Rubble_Textures/Stone.png"
}
],
"Model": "Items/Rubble/Rubble.blockymodel",
"Texture": "Items/Rubble/Rubble_Textures/Stone.png",
"AnimationSets": {
"Idle": {
"Animations": [
{
"Animation": "Items/Animations/Spin_Pitch/Spin_Pitch_Down.blockyanim"
}
]
}
}
}