Initial commit
This commit is contained in:
28
kubejs/data/deceasedcraft/weapon_attributes/spear.json
Normal file
28
kubejs/data/deceasedcraft/weapon_attributes/spear.json
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user