Versions / 0.5.0-pre.9.2 / Models / Deployables / Projectiles / Crossbow_Turret_Item_Projectile.json
Crossbow_Turret_Item_Projectile
Server/Models/Deployables/Projectiles/Crossbow_Turret_Item_Projectile.json, 844 B
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
HitBox | object |
MinScale | number |
MaxScale | number |
Trails | array[2] |
Source
{
"Model": "Items/Deployables/Crossbow_Turret/Crossbow_Turret_Item.blockymodel",
"Texture": "Items/Weapons/Crossbow/Iron_Texture.png",
"HitBox": {
"Max": {
"X": 0.1,
"Y": 0.1,
"Z": 0.1
},
"Min": {
"X": -0.1,
"Y": -0.1,
"Z": -0.1
}
},
"MinScale": 1,
"MaxScale": 1,
"Trails": [
{
"PositionOffset": {
"X": 0.5,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Handle",
"TrailId": "Arrow",
"RotationOffset": {
"Yaw": 90,
"Pitch": 0,
"Roll": 45
}
},
{
"PositionOffset": {
"X": 0.5,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Handle",
"TrailId": "Arrow",
"RotationOffset": {
"Yaw": 0,
"Pitch": 45,
"Roll": 90
}
}
]
}