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

41 lines
1018 B
JSON

{
"attributes": {
"attack_range": 3,
"two_handed": true,
"pose": "bettercombat:pose_two_handed_sword",
"category": "claymore",
"attacks": [
{
"hitbox": "HORIZONTAL_PLANE",
"damage_multiplier": 0.75,
"angle": 150,
"upswing": 0.5,
"animation": "bettercombat:two_handed_slash_horizontal_right",
"swing_sound": {
"id": "bettercombat:claymore_swing"
}
},
{
"hitbox": "FORWARD_BOX",
"damage_multiplier": 1,
"angle": 0,
"upswing": 0.5,
"animation": "bettercombat:two_handed_stab_left",
"swing_sound": {
"id": "bettercombat:claymore_stab"
}
},
{
"hitbox": "VERTICAL_PLANE",
"damage_multiplier": 1.25,
"angle": 150,
"upswing": 0.5,
"animation": "bettercombat:two_handed_slam",
"swing_sound": {
"id": "bettercombat:claymore_slam",
"randomness": 0
}
}
]
}
}