Skip to content

Commit

Permalink
Expand armor definition for cestus (CleverRaven#56429)
Browse files Browse the repository at this point in the history
* Update cestus

* Lower the thickness

It was definitely too thick.
  • Loading branch information
Jarewill authored Apr 4, 2022
1 parent cbd626a commit badea40
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/json/items/melee/unarmed_weapons.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,31 @@
"material_thickness": 1,
"armor": [
{
"material": [
{ "type": "leather", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "steel", "covered_by_mat": 75, "thickness": 0.5 }
],
"encumbrance": 5,
"coverage": 100,
"covers": [ "hand_l", "hand_r" ],
"specifically_covers": [ "hand_wrist_l", "hand_wrist_r", "hand_palm_l", "hand_palm_r", "hand_back_l", "hand_back_r" ]
},
{
"material": [
{ "type": "leather", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "steel", "covered_by_mat": 75, "thickness": 0.5 }
],
"encumbrance": 0,
"coverage": 50,
"covers": [ "hand_l", "hand_r" ],
"specifically_covers": [ "hand_fingers_l", "hand_fingers_r" ]
},
{
"material": [ { "type": "leather", "covered_by_mat": 100, "thickness": 1.0 } ],
"encumbrance": 2,
"coverage": 60,
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_l", "arm_lower_r" ]
}
]
},
Expand Down

0 comments on commit badea40

Please sign in to comment.