Skip to content

Commit

Permalink
Merge pull request #45713 from SirPendrak/SirPendrak-clothingmods
Browse files Browse the repository at this point in the history
Tweaks to clothing_mods.json
  • Loading branch information
Rivet-the-Zombie authored Nov 30, 2020
2 parents d2975b6 + 3ba5fb5 commit d6a94af
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions data/json/clothing_mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
"implement_prompt": "Pad with leather",
"destroy_prompt": "Destroy leather padding",
"mod_value": [
{ "type": "bash", "value": 1, "proportion": [ "thickness", "coverage" ] },
{ "type": "cut", "value": 1, "proportion": [ "thickness", "coverage" ] },
{ "type": "encumbrance", "value": 2, "round_up": true, "proportion": [ "thickness", "coverage" ] }
{ "type": "bash", "value": 1, "proportion": [ "thickness" ] },
{ "type": "cut", "value": 1, "proportion": [ "thickness" ] },
{ "type": "bullet", "value": 1, "proportion": [ "thickness" ] },
{ "type": "encumbrance", "value": 2, "round_up": true, "proportion": [ "thickness", "coverage" ] },
{ "type": "warmth", "value": 1, "proportion": [ "thickness", "coverage" ] }
]
},
{
Expand All @@ -21,9 +23,11 @@
"destroy_prompt": "Destroy steel padding",
"restricted": true,
"mod_value": [
{ "type": "bash", "value": 1, "proportion": [ "thickness", "coverage" ] },
{ "type": "cut", "value": 1, "proportion": [ "thickness", "coverage" ] },
{ "type": "encumbrance", "value": 2, "round_up": true, "proportion": [ "thickness", "coverage" ] }
{ "type": "bash", "value": 3, "proportion": [ "thickness" ] },
{ "type": "cut", "value": 3, "proportion": [ "thickness" ] },
{ "type": "bullet", "value": 1.5, "proportion": [ "thickness" ] },
{ "type": "encumbrance", "value": 5, "round_up": true, "proportion": [ "thickness", "coverage" ] },
{ "type": "warmth", "value": 1, "proportion": [ "thickness", "coverage" ] }
]
},
{
Expand All @@ -34,9 +38,11 @@
"implement_prompt": "Pad with Kevlar",
"destroy_prompt": "Destroy Kevlar padding",
"mod_value": [
{ "type": "bash", "value": 1, "proportion": [ "thickness", "coverage" ] },
{ "type": "cut", "value": 2, "proportion": [ "thickness", "coverage" ] },
{ "type": "encumbrance", "value": 2, "round_up": true, "proportion": [ "thickness", "coverage" ] }
{ "type": "bash", "value": 1, "proportion": [ "thickness" ] },
{ "type": "cut", "value": 1.5, "proportion": [ "thickness" ] },
{ "type": "bullet", "value": 2.5, "proportion": [ "thickness" ] },
{ "type": "encumbrance", "value": 2, "round_up": true, "proportion": [ "thickness", "coverage" ] },
{ "type": "warmth", "value": 1, "proportion": [ "thickness", "coverage" ] }
]
},
{
Expand Down

0 comments on commit d6a94af

Please sign in to comment.