Initial commit

This commit is contained in:
2024-11-28 17:00:03 +00:00
commit c0bd808561
11697 changed files with 631986 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"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"
}
}
]
}
}