LTDV10/packet/kubejs/data/bettercombat/weapon_attributes/spear.json
2026-04-14 18:20:56 +08:00

20 lines
433 B
JSON

{
"attributes": {
"attack_range": 4,
"pose": "bettercombat:pose_two_handed_polearm",
"two_handed": true,
"category": "spear",
"attacks": [
{
"hitbox": "FORWARD_BOX",
"damage_multiplier": 1,
"angle": 0,
"upswing": 0.5,
"animation": "bettercombat:two_handed_stab_right",
"swing_sound": {
"id": "bettercombat:spear_stab"
}
}
]
}
}