From b398495309609ddf460fae905e43b6cfb73fc5f9 Mon Sep 17 00:00:00 2001 From: Dziugaske <42064096+Dziugaske@users.noreply.github.com> Date: Wed, 29 Jan 2020 20:19:11 +0200 Subject: [PATCH 1/5] Update suits_protection.json --- data/json/items/armor/suits_protection.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/json/items/armor/suits_protection.json b/data/json/items/armor/suits_protection.json index 4e6300830d83d..9d880cf190b83 100644 --- a/data/json/items/armor/suits_protection.json +++ b/data/json/items/armor/suits_protection.json @@ -603,9 +603,8 @@ "color": "brown", "covers": [ "HEAD", "TORSO", "ARMS", "HANDS", "LEGS", "FEET" ], "coverage": 100, - "encumbrance": 15, + "encumbrance": 30, "warmth": 40, - "storage": "15 L", "material_thickness": 2, "environmental_protection": 20, "flags": [ "VARSIZE", "WATERPROOF", "RAINPROOF", "GAS_PROOF", "HELMET_COMPAT", "RAD_PROOF", "ELECTRIC_IMMUNE", "STURDY" ] From 48aef3b556ffd5f28ef386a07cd6be1c3012964e Mon Sep 17 00:00:00 2001 From: Dziugaske <42064096+Dziugaske@users.noreply.github.com> Date: Wed, 29 Jan 2020 20:20:46 +0200 Subject: [PATCH 2/5] 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 9d880cf190b83..5dc482cbe4da6 100644 --- a/data/json/items/armor/suits_protection.json +++ b/data/json/items/armor/suits_protection.json @@ -592,7 +592,7 @@ "id": "robofac_enviro_suit", "repairs_like": "miner_hat", "type": "ARMOR", - "name": "Hub 01 enviromental suit", + "name": "Hub 01 environmental suit", "description": "A lightweight environmental suit worn by Hub personnel in their rare forays aboveground. Colored brown and blue, the white seal of Hub 01 is embroidered on both of its upper arms. It requires a separate gas mask for full protection.", "weight": "5000 g", "volume": "17 L", From 00e9e12f130e58e1030bd3b5ef14698b7270d90c Mon Sep 17 00:00:00 2001 From: Dziugaske <42064096+Dziugaske@users.noreply.github.com> Date: Wed, 29 Jan 2020 20:34:27 +0200 Subject: [PATCH 3/5] Update suits_protection.json --- data/json/items/armor/suits_protection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/armor/suits_protection.json b/data/json/items/armor/suits_protection.json index 5dc482cbe4da6..1cd52aeb37e0e 100644 --- a/data/json/items/armor/suits_protection.json +++ b/data/json/items/armor/suits_protection.json @@ -594,8 +594,8 @@ "type": "ARMOR", "name": "Hub 01 environmental suit", "description": "A lightweight environmental suit worn by Hub personnel in their rare forays aboveground. Colored brown and blue, the white seal of Hub 01 is embroidered on both of its upper arms. It requires a separate gas mask for full protection.", - "weight": "5000 g", - "volume": "17 L", + "weight": "4000 g", + "volume": "14 L", "price": 117500, "material": [ "nomex" ], "symbol": "[", From d5c588230e065bd2a607179c94b8fc768b0b10ad Mon Sep 17 00:00:00 2001 From: Dziugaske <42064096+Dziugaske@users.noreply.github.com> Date: Wed, 29 Jan 2020 21:00:51 +0200 Subject: [PATCH 4/5] 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 1cd52aeb37e0e..9703698570fed 100644 --- a/data/json/items/armor/suits_protection.json +++ b/data/json/items/armor/suits_protection.json @@ -604,7 +604,7 @@ "covers": [ "HEAD", "TORSO", "ARMS", "HANDS", "LEGS", "FEET" ], "coverage": 100, "encumbrance": 30, - "warmth": 40, + "warmth": 25, "material_thickness": 2, "environmental_protection": 20, "flags": [ "VARSIZE", "WATERPROOF", "RAINPROOF", "GAS_PROOF", "HELMET_COMPAT", "RAD_PROOF", "ELECTRIC_IMMUNE", "STURDY" ] From 8dd9483e9312ab7de33993482dc9ed4282aa0b02 Mon Sep 17 00:00:00 2001 From: Dziugaske <42064096+Dziugaske@users.noreply.github.com> Date: Wed, 29 Jan 2020 21:58:10 +0200 Subject: [PATCH 5/5] Adjust Hub suit values --- data/json/items/armor/suits_protection.json | 5 +++-- data/json/npcs/robofac/NPC_ROBOFAC_INTERCOM.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/data/json/items/armor/suits_protection.json b/data/json/items/armor/suits_protection.json index 9703698570fed..e289e542a880d 100644 --- a/data/json/items/armor/suits_protection.json +++ b/data/json/items/armor/suits_protection.json @@ -603,8 +603,9 @@ "color": "brown", "covers": [ "HEAD", "TORSO", "ARMS", "HANDS", "LEGS", "FEET" ], "coverage": 100, - "encumbrance": 30, - "warmth": 25, + "encumbrance": 15, + "storage": "5 L", + "warmth": 40, "material_thickness": 2, "environmental_protection": 20, "flags": [ "VARSIZE", "WATERPROOF", "RAINPROOF", "GAS_PROOF", "HELMET_COMPAT", "RAD_PROOF", "ELECTRIC_IMMUNE", "STURDY" ] diff --git a/data/json/npcs/robofac/NPC_ROBOFAC_INTERCOM.json b/data/json/npcs/robofac/NPC_ROBOFAC_INTERCOM.json index 36e340e5f23a6..5b1e4416180f1 100644 --- a/data/json/npcs/robofac/NPC_ROBOFAC_INTERCOM.json +++ b/data/json/npcs/robofac/NPC_ROBOFAC_INTERCOM.json @@ -77,7 +77,7 @@ ], "terrain": { "@": "t_grass", "b": "t_dirt", "M": "t_dirt" }, "fields": { "b": { "field": "fd_blood", "intensity": 1 } }, - "items": { "@": { "item": "NC_ROBOFAC_FIELD_RESEARCHER_worn", "chance": 100 } }, + "items": { "@": { "item": "NC_ROBOFAC_SCIENTIST_worn", "chance": 100 } }, "item": { "@": [ { "item": "grenade_emp", "amount": 2 }, { "item": "corpse" } ] }, "monster": { "M": { "monster": "mon_robofac_prototype" } } }