39 lines
949 B
JSON
39 lines
949 B
JSON
{
|
|
"attributes": {
|
|
"attack_range": 3.5,
|
|
"two_handed": true,
|
|
"category": "staff",
|
|
"attacks": [
|
|
{
|
|
"hitbox": "HORIZONTAL_PLANE",
|
|
"damage_multiplier": 0.8,
|
|
"angle": 160,
|
|
"upswing": 0.5,
|
|
"animation": "bettercombat:two_handed_slash_horizontal_right",
|
|
"swing_sound": {
|
|
"id": "bettercombat:staff_slash"
|
|
}
|
|
},
|
|
{
|
|
"hitbox": "HORIZONTAL_PLANE",
|
|
"damage_multiplier": 1,
|
|
"angle": 160,
|
|
"upswing": 0.5,
|
|
"animation": "bettercombat:two_handed_slash_horizontal_left",
|
|
"swing_sound": {
|
|
"id": "bettercombat:staff_slash"
|
|
}
|
|
},
|
|
{
|
|
"hitbox": "VERTICAL_PLANE",
|
|
"damage_multiplier": 1.2,
|
|
"angle": 120,
|
|
"upswing": 0.5,
|
|
"animation": "bettercombat:two_handed_slam",
|
|
"swing_sound": {
|
|
"id": "bettercombat:staff_slam"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |