39 lines
941 B
JSON
39 lines
941 B
JSON
{
|
|
"attributes": {
|
|
"attack_range": 3.5,
|
|
"category": "sword",
|
|
"attacks": [
|
|
{
|
|
"hitbox": "HORIZONTAL_PLANE",
|
|
"damage_multiplier": 1,
|
|
"angle": 120,
|
|
"upswing": 0.5,
|
|
"animation": "bettercombat:one_handed_slash_horizontal_right",
|
|
"swing_sound": {
|
|
"id": "bettercombat:sword_slash"
|
|
}
|
|
},
|
|
{
|
|
"hitbox": "HORIZONTAL_PLANE",
|
|
"damage_multiplier": 1,
|
|
"angle": 120,
|
|
"upswing": 0.5,
|
|
"animation": "bettercombat:one_handed_slash_horizontal_left",
|
|
"swing_sound": {
|
|
"id": "bettercombat:sword_slash"
|
|
}
|
|
},
|
|
{
|
|
"hitbox": "FORWARD_BOX",
|
|
"damage_multiplier": 1,
|
|
"angle": 0,
|
|
"upswing": 0.5,
|
|
"animation": "bettercombat:one_handed_stab",
|
|
"swing_sound": {
|
|
"id": "bettercombat:sword_slash",
|
|
"pitch": 1.2
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |