From e447c4b31c79524583f87dedc2238f986a3271e5 Mon Sep 17 00:00:00 2001 From: MrWoot Date: Sat, 22 Aug 2020 13:43:19 -0400 Subject: [PATCH 1/4] Update suits_protection.json Fix chitin and biosilicified armor environmental protection values --- data/json/items/armor/suits_protection.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/json/items/armor/suits_protection.json b/data/json/items/armor/suits_protection.json index 895513a772bd1..da565f0dd38bc 100644 --- a/data/json/items/armor/suits_protection.json +++ b/data/json/items/armor/suits_protection.json @@ -100,6 +100,7 @@ "encumbrance": 10, "warmth": 10, "material_thickness": 4, + "environmental_protection": 4, "flags": [ "STURDY" ] }, { @@ -112,7 +113,7 @@ "material": [ "acidchitin" ], "price_postapoc": 3500, "proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25, "encumbrance": 1.5, "warmth": 1.5 }, - "relative": { "bashing": 1, "material_thickness": 1, "environmental_protection": 2 } + "relative": { "bashing": 1 } }, { "id": "armor_farmor", From 6922160f60ff4dca2b30523d15cab9bbe10bc2cb Mon Sep 17 00:00:00 2001 From: MrWoot Date: Sat, 22 Aug 2020 13:57:45 -0400 Subject: [PATCH 2/4] Update suits_protection.json --- data/json/items/armor/suits_protection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/armor/suits_protection.json b/data/json/items/armor/suits_protection.json index da565f0dd38bc..e6146f4b86aa0 100644 --- a/data/json/items/armor/suits_protection.json +++ b/data/json/items/armor/suits_protection.json @@ -100,7 +100,7 @@ "encumbrance": 10, "warmth": 10, "material_thickness": 4, - "environmental_protection": 4, + "environmental_protection": 4, "flags": [ "STURDY" ] }, { From 0876cccd767e884116c985f7a96d0aa37ad49dbe Mon Sep 17 00:00:00 2001 From: MrWoot Date: Sat, 22 Aug 2020 17:04:24 -0400 Subject: [PATCH 3/4] Update data/json/items/armor/suits_protection.json Co-authored-by: anothersimulacrum --- data/json/items/armor/suits_protection.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/json/items/armor/suits_protection.json b/data/json/items/armor/suits_protection.json index e6146f4b86aa0..1a31edcde2fd8 100644 --- a/data/json/items/armor/suits_protection.json +++ b/data/json/items/armor/suits_protection.json @@ -111,6 +111,8 @@ "name": { "str": "biosilicified chitin armor" }, "description": "Leg and body armor crafted from the carefully cleaned and pruned biosilicified exoskeletons of acidic ants. Acid-resistant and very durable.", "material": [ "acidchitin" ], + "material_thickness": 5, + "environmental_protection": 2, "price_postapoc": 3500, "proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25, "encumbrance": 1.5, "warmth": 1.5 }, "relative": { "bashing": 1 } From 1cec76042624e73150c8480e6a7ef6efe6e0933c Mon Sep 17 00:00:00 2001 From: Kevin Granade Date: Sun, 30 Aug 2020 04:50:50 +0000 Subject: [PATCH 4/4] Update data/json/items/armor/suits_protection.json Co-authored-by: anothersimulacrum --- data/json/items/armor/suits_protection.json | 1 - 1 file changed, 1 deletion(-) diff --git a/data/json/items/armor/suits_protection.json b/data/json/items/armor/suits_protection.json index 1a31edcde2fd8..16976fc3f8f8c 100644 --- a/data/json/items/armor/suits_protection.json +++ b/data/json/items/armor/suits_protection.json @@ -100,7 +100,6 @@ "encumbrance": 10, "warmth": 10, "material_thickness": 4, - "environmental_protection": 4, "flags": [ "STURDY" ] }, {