From b21e424731976d6d5c3227f5fff729aa6fd0a8e1 Mon Sep 17 00:00:00 2001 From: Tony <42500422+Regilith@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:28:30 -0600 Subject: [PATCH 01/10] Update enchantments.json --- data/json/enchantments.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/enchantments.json b/data/json/enchantments.json index 2dc3e6047f84a..b18d3579d1198 100644 --- a/data/json/enchantments.json +++ b/data/json/enchantments.json @@ -188,7 +188,7 @@ "description": "The exoskeleton is inactive and makes moving in it difficult and exhausting.", "has": "WORN", "condition": "INACTIVE", - "values": [ { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": 0.5 } ] + "values": [ { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": 0.8 } ] }, { "id": "combat_exoskeleton_heavy_active", @@ -211,7 +211,7 @@ "has": "WORN", "condition": "ACTIVE", "values": [ - { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": 0.6 }, + { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": 0.3 }, { "value": "CARRY_WEIGHT", "multiply": 0.6 }, { "value": "CLIMATE_CONTROL_CHILL", "add": 50 } ] @@ -224,7 +224,7 @@ "has": "WORN", "condition": "ACTIVE", "values": [ - { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": 0.8 }, + { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": 0.2 }, { "value": "CARRY_WEIGHT", "multiply": 0.4 }, { "value": "CLIMATE_CONTROL_CHILL", "add": 50 } ] From db06db49aec750ff9eca36abe7e6d70d5e0a7bec Mon Sep 17 00:00:00 2001 From: Tony <42500422+Regilith@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:39:35 -0600 Subject: [PATCH 02/10] Turn values negative to cause exertion to decrease in powered state --- data/json/enchantments.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/json/enchantments.json b/data/json/enchantments.json index b18d3579d1198..782e72be92a02 100644 --- a/data/json/enchantments.json +++ b/data/json/enchantments.json @@ -188,7 +188,7 @@ "description": "The exoskeleton is inactive and makes moving in it difficult and exhausting.", "has": "WORN", "condition": "INACTIVE", - "values": [ { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": 0.8 } ] + "values": [ { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": 0.5 } ] }, { "id": "combat_exoskeleton_heavy_active", @@ -198,7 +198,7 @@ "has": "WORN", "condition": "ACTIVE", "values": [ - { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": 0.4 }, + { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": -0.4 }, { "value": "CARRY_WEIGHT", "multiply": 0.8 }, { "value": "CLIMATE_CONTROL_CHILL", "add": 50 } ] @@ -211,7 +211,7 @@ "has": "WORN", "condition": "ACTIVE", "values": [ - { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": 0.3 }, + { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": -0.3 }, { "value": "CARRY_WEIGHT", "multiply": 0.6 }, { "value": "CLIMATE_CONTROL_CHILL", "add": 50 } ] @@ -224,7 +224,7 @@ "has": "WORN", "condition": "ACTIVE", "values": [ - { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": 0.2 }, + { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": -0.2 }, { "value": "CARRY_WEIGHT", "multiply": 0.4 }, { "value": "CLIMATE_CONTROL_CHILL", "add": 50 } ] From 2777d14e3e7531b450d1279ecd48ba7dee072dfc Mon Sep 17 00:00:00 2001 From: Tony <42500422+Regilith@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:23:38 -0600 Subject: [PATCH 03/10] Expand descriptions of the active states for player clarity --- data/json/enchantments.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/enchantments.json b/data/json/enchantments.json index 782e72be92a02..7d0afc8118044 100644 --- a/data/json/enchantments.json +++ b/data/json/enchantments.json @@ -194,7 +194,7 @@ "id": "combat_exoskeleton_heavy_active", "type": "enchantment", "name": { "str": "Active combat exoskeleton mk.1" }, - "description": "The exoskeleton helps you carry more weight, protects you against harmful gas, cools you down, and has reduced encumbrance.", + "description": "Now powered, the exoskeleton shields you against harmful gas, cools you down, and has reduced encumbrance. Designed for heavy loadouts, this model also provides significant improvements to your movement exertion cost and carry weight.", "has": "WORN", "condition": "ACTIVE", "values": [ @@ -207,7 +207,7 @@ "id": "combat_exoskeleton_medium_active", "type": "enchantment", "name": { "str": "Active combat exoskeleton mk.2" }, - "description": "The exoskeleton helps you carry more weight, protects you against harmful gas, cools you down, and has reduced encumbrance.", + "description": "Now powered, the exoskeleton shields you against harmful gas, cools you down, and has reduced encumbrance. Designed for medium loadouts, this model also provides moderate improvements to your movement exertion cost and carry weight.", "has": "WORN", "condition": "ACTIVE", "values": [ @@ -220,7 +220,7 @@ "id": "combat_exoskeleton_light_active", "type": "enchantment", "name": { "str": "Active combat exoskeleton mk.3" }, - "description": "The exoskeleton helps you carry more weight, protects you against harmful gas, cools you down, and has reduced encumbrance.", + "description": "Now powered, the exoskeleton shields you against harmful gas, cools you down, and has reduced encumbrance. Designed for light loadouts, this model also provides slight improvements to your movement exertion cost and carry weight.", "has": "WORN", "condition": "ACTIVE", "values": [ From d29acc5061a985a5bf8a6ba592e7d250ccb13122 Mon Sep 17 00:00:00 2001 From: Tony <42500422+Regilith@users.noreply.github.com> Date: Fri, 28 Jun 2024 08:43:12 -0600 Subject: [PATCH 04/10] Update data/json/enchantments.json Co-authored-by: BalthazarArgall <116303491+BalthazarArgall@users.noreply.github.com> --- data/json/enchantments.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/enchantments.json b/data/json/enchantments.json index 7d0afc8118044..d2c7616abdc71 100644 --- a/data/json/enchantments.json +++ b/data/json/enchantments.json @@ -194,7 +194,7 @@ "id": "combat_exoskeleton_heavy_active", "type": "enchantment", "name": { "str": "Active combat exoskeleton mk.1" }, - "description": "Now powered, the exoskeleton shields you against harmful gas, cools you down, and has reduced encumbrance. Designed for heavy loadouts, this model also provides significant improvements to your movement exertion cost and carry weight.", + "description": "Now powered, the exoskeleton provides significant improvements to your carry weight and movement exertion while the life support system shields you against harmful gas, cools you down, and dampens harmful sounds.", "has": "WORN", "condition": "ACTIVE", "values": [ From 9c5246d21406f369f514c4bee0340f0450d41645 Mon Sep 17 00:00:00 2001 From: Tony <42500422+Regilith@users.noreply.github.com> Date: Fri, 28 Jun 2024 08:43:30 -0600 Subject: [PATCH 05/10] Update data/json/enchantments.json Co-authored-by: BalthazarArgall <116303491+BalthazarArgall@users.noreply.github.com> --- data/json/enchantments.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/enchantments.json b/data/json/enchantments.json index d2c7616abdc71..624b8ca83da5b 100644 --- a/data/json/enchantments.json +++ b/data/json/enchantments.json @@ -198,7 +198,7 @@ "has": "WORN", "condition": "ACTIVE", "values": [ - { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": -0.4 }, + { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": -0.2 }, { "value": "CARRY_WEIGHT", "multiply": 0.8 }, { "value": "CLIMATE_CONTROL_CHILL", "add": 50 } ] From 3af9479caa63e7507b5587624902f8861cb31b2c Mon Sep 17 00:00:00 2001 From: Tony <42500422+Regilith@users.noreply.github.com> Date: Fri, 28 Jun 2024 08:43:45 -0600 Subject: [PATCH 06/10] Update data/json/enchantments.json Co-authored-by: BalthazarArgall <116303491+BalthazarArgall@users.noreply.github.com> --- data/json/enchantments.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/enchantments.json b/data/json/enchantments.json index 624b8ca83da5b..92995e3529866 100644 --- a/data/json/enchantments.json +++ b/data/json/enchantments.json @@ -207,7 +207,7 @@ "id": "combat_exoskeleton_medium_active", "type": "enchantment", "name": { "str": "Active combat exoskeleton mk.2" }, - "description": "Now powered, the exoskeleton shields you against harmful gas, cools you down, and has reduced encumbrance. Designed for medium loadouts, this model also provides moderate improvements to your movement exertion cost and carry weight.", + "description": "Now powered, the exoskeleton provides moderate improvements to your carry weight and movement exertion while the life support system shields you against harmful gas, cools you down, and dampens harmful sounds.", "has": "WORN", "condition": "ACTIVE", "values": [ From c9f1320a1aab5be75f4a2421d6968aafa2bd4196 Mon Sep 17 00:00:00 2001 From: Tony <42500422+Regilith@users.noreply.github.com> Date: Fri, 28 Jun 2024 08:44:01 -0600 Subject: [PATCH 07/10] Update data/json/enchantments.json Co-authored-by: BalthazarArgall <116303491+BalthazarArgall@users.noreply.github.com> --- data/json/enchantments.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/enchantments.json b/data/json/enchantments.json index 92995e3529866..1e5bcda11fcd0 100644 --- a/data/json/enchantments.json +++ b/data/json/enchantments.json @@ -220,7 +220,7 @@ "id": "combat_exoskeleton_light_active", "type": "enchantment", "name": { "str": "Active combat exoskeleton mk.3" }, - "description": "Now powered, the exoskeleton shields you against harmful gas, cools you down, and has reduced encumbrance. Designed for light loadouts, this model also provides slight improvements to your movement exertion cost and carry weight.", + "description": "Now powered, the exoskeleton provides slight improvements to your carry weight and movement exertion while the life support system shields you against harmful gas, cools you down, and dampens harmful sounds.", "has": "WORN", "condition": "ACTIVE", "values": [ From e33d220f0d4c39cb24da739f89f2cce02966980f Mon Sep 17 00:00:00 2001 From: Tony <42500422+Regilith@users.noreply.github.com> Date: Fri, 28 Jun 2024 08:44:15 -0600 Subject: [PATCH 08/10] Update data/json/enchantments.json Co-authored-by: BalthazarArgall <116303491+BalthazarArgall@users.noreply.github.com> --- data/json/enchantments.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/enchantments.json b/data/json/enchantments.json index 1e5bcda11fcd0..0eba714d87e06 100644 --- a/data/json/enchantments.json +++ b/data/json/enchantments.json @@ -224,7 +224,7 @@ "has": "WORN", "condition": "ACTIVE", "values": [ - { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": -0.2 }, + { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": -0.4 }, { "value": "CARRY_WEIGHT", "multiply": 0.4 }, { "value": "CLIMATE_CONTROL_CHILL", "add": 50 } ] From 2b5ab87da91ca103876e3e8fcf2e9978ca6fe74b Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:36:58 -0500 Subject: [PATCH 09/10] Update data/json/enchantments.json --- data/json/enchantments.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/enchantments.json b/data/json/enchantments.json index 0eba714d87e06..e010f2abcec3f 100644 --- a/data/json/enchantments.json +++ b/data/json/enchantments.json @@ -198,7 +198,7 @@ "has": "WORN", "condition": "ACTIVE", "values": [ - { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": -0.2 }, + { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": -0.2 } { "value": "CARRY_WEIGHT", "multiply": 0.8 }, { "value": "CLIMATE_CONTROL_CHILL", "add": 50 } ] From 3a9e551a4f39e62f0c47e8de9f18de43b5c3fa5a Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:37:09 -0500 Subject: [PATCH 10/10] Update data/json/enchantments.json --- data/json/enchantments.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/enchantments.json b/data/json/enchantments.json index e010f2abcec3f..0eba714d87e06 100644 --- a/data/json/enchantments.json +++ b/data/json/enchantments.json @@ -198,7 +198,7 @@ "has": "WORN", "condition": "ACTIVE", "values": [ - { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": -0.2 } + { "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": -0.2 }, { "value": "CARRY_WEIGHT", "multiply": 0.8 }, { "value": "CLIMATE_CONTROL_CHILL", "add": 50 } ]