From 3ba5fb5b6bfb9ca6beca5eda457bda1dca85a95e Mon Sep 17 00:00:00 2001 From: SirPendrak <43266802+SirPendrak@users.noreply.github.com> Date: Sun, 29 Nov 2020 01:15:16 +0100 Subject: [PATCH] Tweaks to clothing_mods.json --- data/json/clothing_mods.json | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/data/json/clothing_mods.json b/data/json/clothing_mods.json index 116e9cded3932..7d2721010e27a 100644 --- a/data/json/clothing_mods.json +++ b/data/json/clothing_mods.json @@ -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" ] } ] }, { @@ -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" ] } ] }, { @@ -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" ] } ] }, {