Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RDY] Correct MOVEMENT_EXERTION_MODIFIER values for exoskeletons, expand descriptions for player clarity #74801

Merged
merged 10 commits into from
Aug 13, 2024
12 changes: 6 additions & 6 deletions data/json/enchantments.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,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.",
Regilith marked this conversation as resolved.
Show resolved Hide resolved
"has": "WORN",
"condition": "ACTIVE",
"values": [
{ "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": 0.4 },
{ "value": "MOVEMENT_EXERTION_MODIFIER", "multiply": -0.2 },
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
{ "value": "CARRY_WEIGHT", "multiply": 0.8 },
{ "value": "CLIMATE_CONTROL_CHILL", "add": 50 }
]
Expand All @@ -207,11 +207,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.",
Regilith marked this conversation as resolved.
Show resolved Hide resolved
"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 @@ -220,11 +220,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.",
Regilith marked this conversation as resolved.
Show resolved Hide resolved
"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
Loading