Initial commit
This commit is contained in:
39
kubejs/data/deceasedcraft/weapon_attributes/sword.json
Normal file
39
kubejs/data/deceasedcraft/weapon_attributes/sword.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user