Skip to content

Commit

Permalink
[RDY] Correct MOVEMENT_EXERTION_MODIFIER values for exoskeletons, exp…
Browse files Browse the repository at this point in the history
…and descriptions for player clarity (CleverRaven#74801)

* Update enchantments.json

* Turn values negative to cause exertion to decrease in powered state

* Expand descriptions of the active states for player clarity

* Update data/json/enchantments.json

Co-authored-by: BalthazarArgall <116303491+BalthazarArgall@users.noreply.github.com>

* Update data/json/enchantments.json

Co-authored-by: BalthazarArgall <116303491+BalthazarArgall@users.noreply.github.com>

* Update data/json/enchantments.json

Co-authored-by: BalthazarArgall <116303491+BalthazarArgall@users.noreply.github.com>

* Update data/json/enchantments.json

Co-authored-by: BalthazarArgall <116303491+BalthazarArgall@users.noreply.github.com>

* Update data/json/enchantments.json

Co-authored-by: BalthazarArgall <116303491+BalthazarArgall@users.noreply.github.com>

* Update data/json/enchantments.json

* Update data/json/enchantments.json

---------

Co-authored-by: BalthazarArgall <116303491+BalthazarArgall@users.noreply.github.com>
Co-authored-by: Maleclypse <54345792+Maleclypse@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 13, 2024
1 parent a3d543f commit 2623fe2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/enchantments.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,11 @@
"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 provides <color_white>significant</color> 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": [
{ "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 }
]
Expand All @@ -208,11 +208,11 @@
"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 provides <color_white>moderate</color> 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": [
{ "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 }
]
Expand All @@ -221,11 +221,11 @@
"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 provides <color_white>slight</color> 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": [
{ "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": 0.8 },
{ "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": -0.4 },
{ "value": "CARRY_WEIGHT", "multiply": 0.4 },
{ "value": "CLIMATE_CONTROL_CHILL", "add": 50 }
]
Expand Down

0 comments on commit 2623fe2

Please sign in to comment.