Skip to content

Commit

Permalink
Remove the token bash damage on belts (CleverRaven#68254)
Browse files Browse the repository at this point in the history
* Update belts.json

* add 1 bash

* substract 1 bash
  • Loading branch information
gettingusedto authored Sep 22, 2023
1 parent db4c627 commit a18447b
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions data/json/items/armor/belts.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
{ "type": "steel", "covered_by_mat": 10, "thickness": 0.5 }
]
}
],
"melee_damage": { "bash": 5 }
]
},
{
"abstract": "judo_belt_abstract",
Expand Down Expand Up @@ -226,8 +225,7 @@
{ "type": "steel", "covered_by_mat": 10, "thickness": 0.5 }
]
}
],
"melee_damage": { "bash": 5 }
]
},
{
"id": "obi_gi",
Expand Down Expand Up @@ -316,8 +314,7 @@
{ "type": "steel", "covered_by_mat": 10, "thickness": 0.5 }
]
}
],
"melee_damage": { "bash": 5 }
]
},
{
"id": "santa_belt",
Expand Down Expand Up @@ -347,8 +344,7 @@
],
"use_action": { "type": "holster", "holster_prompt": "Stick what into your belt", "holster_msg": "You tuck your %s into your %s" },
"flags": [ "BELTED", "OVERSIZE", "WATER_FRIENDLY" ],
"armor": [ { "coverage": 100, "covers": [ "torso" ], "specifically_covers": [ "torso_waist" ] } ],
"melee_damage": { "bash": 5 }
"armor": [ { "coverage": 100, "covers": [ "torso" ], "specifically_covers": [ "torso_waist" ] } ]
},
{
"id": "tool_belt",
Expand Down Expand Up @@ -442,8 +438,7 @@
],
"use_action": { "type": "holster", "holster_prompt": "Store tool or blade", "holster_msg": "You put your %1$s in your %2$s" },
"flags": [ "BELTED", "OVERSIZE", "WATER_FRIENDLY" ],
"armor": [ { "encumbrance": [ 2, 12 ], "coverage": 100, "covers": [ "torso" ], "specifically_covers": [ "torso_waist" ] } ],
"melee_damage": { "bash": 5 }
"armor": [ { "encumbrance": [ 2, 12 ], "coverage": 100, "covers": [ "torso" ], "specifically_covers": [ "torso_waist" ] } ]
},
{
"id": "webbing_belt",
Expand Down

0 comments on commit a18447b

Please sign in to comment.