Crossbow_Turret
Server/Models/Deployables/Crossbow_Turret.json, 1000 B
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
EyeHeight | number |
CrouchOffset | number |
HitBox | object |
AnimationSets | object |
Source
{
"Model": "Items/Deployables/Crossbow_Turret/Crossbow_Turret.blockymodel",
"Texture": "Items/Weapons/Crossbow/Iron_Texture.png",
"EyeHeight": 0,
"CrouchOffset": 0.0,
"HitBox": {
"Max": {
"X": 0.3,
"Y": 0.5,
"Z": 0.3
},
"Min": {
"X": -0.3,
"Y": -0.5,
"Z": -0.3
}
},
"AnimationSets": {
"Deploy": {
"Animations": [
{
"Animation": "Items/Deployables/Crossbow_Turret/Crossbow_Turret_Deploy.blockyanim",
"Speed": 0.4,
"Looping": false
}
]
},
"Loop": {
"Animations": [
{
"Animation": "Items/Deployables/Crossbow_Turret/Crossbow_Turret_Idle.blockyanim",
"Speed": 1.0,
"Looping": true
}
]
},
"Shoot": {
"Animations": [
{
"Animation": "Items/Deployables/Crossbow_Turret/Crossbow_Turret_Shoot.blockyanim",
"Speed": 6,
"Looping": false
}
]
}
}
}