This commit is contained in:
2025-10-20 07:33:27 +00:00
parent cb6e810b0a
commit 1ab81d5f52
4223 changed files with 1326379 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
{
"attributes": {
"attack_range": 2.5,
"category": "sickle",
"attacks": [
{
"hitbox": "HORIZONTAL_PLANE",
"damage_multiplier": 0.9,
"angle": 120,
"upswing": 0.5,
"animation": "bettercombat:one_handed_slash_horizontal_right",
"swing_sound": {
"id": "bettercombat:sickle_slash"
}
},
{
"hitbox": "HORIZONTAL_PLANE",
"damage_multiplier": 0.9,
"angle": 120,
"upswing": 0.5,
"animation": "bettercombat:one_handed_slash_horizontal_left",
"swing_sound": {
"id": "bettercombat:sickle_slash"
}
},
{
"hitbox": "FORWARD_BOX",
"conditions": ["DUAL_WIELDING_SAME_CATEGORY", "MAIN_HAND_ONLY"],
"damage_multiplier": 1.2,
"angle": 0,
"upswing": 0.5,
"animation": "bettercombat:dual_handed_slash_cross",
"swing_sound": {
"id": "bettercombat:sickle_slash",
"pitch": 0.8
}
},
{
"hitbox": "FORWARD_BOX",
"conditions": ["DUAL_WIELDING_SAME_CATEGORY", "OFF_HAND_ONLY"],
"damage_multiplier": 1.3,
"angle": 0,
"upswing": 0.5,
"animation": "bettercombat:dual_handed_slash_uncross",
"swing_sound": {
"id": "bettercombat:sickle_slash",
"pitch": 1.2
}
}
]
}
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 8,
"description": "aminuosi"
}
}