Files
2024-11-28 17:00:03 +00:00

28 lines
660 B
JSON

{
"attributes": {
"attack_range": 4.0,
"pose": "bettercombat:pose_two_handed_polearm",
"two_handed": true,
"category": "spear",
"attacks": [
{
"hitbox": "FORWARD_BOX",
"damage_multiplier": 1.0,
"upswing": 0.5,
"animation": "bettercombat:two_handed_stab_right",
"swing_sound": {
"id": "bettercombat:spear_stab"
}
},
{
"hitbox": "FORWARD_BOX",
"damage_multiplier": 1.0,
"upswing": 0.5,
"animation": "bettercombat:two_handed_stab_left",
"swing_sound": {
"id": "bettercombat:spear_stab"
}
}
]
}
}