Skip to content

Commit

Permalink
[MoM] Clarify and standardize nether attunement messages (CleverRaven…
Browse files Browse the repository at this point in the history
…#70102)

* clarify and standardize nether attunement messages

* Update data/mods/MindOverMatter/effectoncondition/eoc_nether_attunement_events.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/MindOverMatter/effectoncondition/eoc_nether_attunement_events.json

Co-authored-by: Standing-Storm <[email protected]>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Standing-Storm <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2023
1 parent 3e765e1 commit 178d8d2
Showing 1 changed file with 15 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
]
},
"effect": [
{ "u_message": "As you unleash your powers, your head suddenly begins to throb!", "type": "bad" },
{ "u_message": "As you unleash your powers, your head begins to throb.", "type": "bad" },
{
"u_add_effect": "psionic_overload",
"duration": {
Expand Down Expand Up @@ -287,7 +287,7 @@
]
},
"effect": [
{ "u_message": "You feel a strange tingling sensation as your powers are unleashed.", "type": "mixed" },
{ "u_message": "As you unleash your powers, you feel a strange tingling sensation.", "type": "mixed" },
{ "math": [ "u_val('vitamin', 'name:vitamin_psionic_drain')", "+=", "rng( 2,6 )" ] }
]
},
Expand All @@ -311,14 +311,19 @@
]
},
"effect": [
{ "u_message": "As you unleash your powers, an electric feeling passes through your whole body!", "type": "mixed" },
{
"run_eocs": [
{
"id": "EOC_DRAIN_EFFECT_CHECK_HEALTH_CHANGE_2",
"condition": { "math": [ "rand(1)", ">=", "1" ] },
"effect": [ { "u_add_effect": "effect_nether_attunement_health_bonus", "duration": "30 seconds" } ],
"false_effect": [ { "u_add_effect": "effect_nether_attunement_health_penalty", "duration": "30 seconds" } ]
"effect": [
{ "u_add_effect": "effect_nether_attunement_health_bonus", "duration": "30 seconds" },
{ "u_message": "As you unleash your powers, you bloom with vitality.", "type": "good" }
],
"false_effect": [
{ "u_add_effect": "effect_nether_attunement_health_penalty", "duration": "30 seconds" },
{ "u_message": "As you unleash your powers, you are struck with malaise.", "type": "bad" }
]
}
]
}
Expand All @@ -344,7 +349,7 @@
]
},
"effect": [
{ "u_message": "As you unleash your powers, blood drips from your nose!", "type": "bad" },
{ "u_message": "As you unleash your powers, blood drips from your nose.", "type": "bad" },
{ "u_add_effect": "bleed", "intensity": 1, "target_part": "head", "duration": "5 minutes" },
{ "u_set_hp": { "math": [ "u_hp('head') - 1" ] }, "target_part": "head" }
]
Expand All @@ -369,7 +374,7 @@
]
},
"effect": [
{ "u_message": "As you unleash your powers, your vigor leaves you in a rush!", "type": "bad" },
{ "u_message": "As you unleash your powers, they take more out of you than you expected.", "type": "bad" },
{ "math": [ "u_val('stamina')", "-=", "rng(3000,9000)" ] }
]
},
Expand All @@ -393,7 +398,7 @@
]
},
"effect": [
{ "u_message": "As you unleash your powers, you feel weary!", "type": "bad" },
{ "u_message": "As you unleash your powers, you feel tired.", "type": "bad" },
{ "math": [ "u_val('fatigue')", "+=", "rng(30,90)" ] }
]
},
Expand All @@ -417,7 +422,7 @@
]
},
"effect": [
{ "u_message": "As you unleash your powers, you feel a surge of energy!", "type": "good" },
{ "u_message": "As you unleash your powers, you feel a surge of strength!", "type": "good" },
{
"u_add_effect": "effect_nether_attunement_power_surge",
"duration": { "math": [ "u_val('vitamin', 'name:vitamin_psionic_drain') * rng(1,10)" ] }
Expand Down Expand Up @@ -475,7 +480,7 @@
]
},
"effect": [
{ "u_message": "As you unleash your powers, your muscles begin trembling!", "type": "bad" },
{ "u_message": "As you unleash your powers, your muscles tremble and weaken.", "type": "bad" },
{
"u_add_effect": "effect_biokin_overload",
"duration": {
Expand Down

0 comments on commit 178d8d2

Please sign in to comment.