Skip to content

Commit

Permalink
Merge pull request #68597 from casswedson/add-coverage-to-flaming-fist
Browse files Browse the repository at this point in the history
fix: add coverage to flaming fist
  • Loading branch information
Maleclypse authored Oct 11, 2023
2 parents 95b8629 + ba1b55a commit 274d806
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion data/mods/Magiclysm/items/enchanted_unarmed.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,25 @@
"relic_data": {
"passive_effects": [ { "has": "WORN", "condition": { "not": "u_has_weapon" }, "values": [ { "value": "ITEM_DAMAGE_HEAT", "add": 7 } ] } ]
},
"armor": [ { "encumbrance": 5, "coverage": 20, "covers": [ "hand_r" ] } ],
"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 } ],
"encumbrance": 0,
"coverage": 50,
"covers": [ "hand_l", "hand_r" ],
"specifically_covers": [ "hand_fingers_l", "hand_fingers_r" ]
}
],
"melee_damage": { "bash": 2 }
},
{
Expand Down

0 comments on commit 274d806

Please sign in to comment.