Axe_Bone
Server/Models/Projectiles/Weapons/Axe/Axe_Bone.json, 1017 B
Fields
| Field | Type |
|---|---|
EyeHeight | number |
HitBox | object |
MinScale | number |
MaxScale | number |
Trails | array[1] |
AnimationSets | object |
DefaultAttachments | array[1] |
Model | string |
Texture | string |
Source
{
"EyeHeight": 0.2,
"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": [
{
"FixedRotation": false,
"PositionOffset": {
"X": 0.65,
"Y": -0.25,
"Z": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Projectile",
"RotationOffset": {
"Yaw": 0,
"Pitch": 0,
"Roll": 90
}
}
],
"AnimationSets": {
"FlyIdle": {
"Animations": [
{
"Animation": "Items/Animations/Spin_Pitch/Spin_Pitch_Down.blockyanim"
}
]
}
},
"DefaultAttachments": [
{
"Model": "NPC/Intelligent/Feran/Models/Weapons/Axe/Bone.blockymodel",
"Texture": "NPC/Intelligent/Feran/Models/Weapons/Axe/Bone_Texture.png"
}
],
"Model": "Items/Projectiles/Projectile.blockymodel",
"Texture": "Items/Projectiles/Projectile_default.png"
}