Skip to content

Commit

Permalink
Merge pull request CleverRaven#68247 from Standing-Storm/patch-1
Browse files Browse the repository at this point in the history
[Magiclysm] Move Dust Reborn kcal value to PREVENT_DEATH EoC
  • Loading branch information
Maleclypse authored Sep 22, 2023
2 parents 294e44d + 2d95814 commit c045d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/enchantments/Gaias_Chosen.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
{ "u_add_effect": "incorporeal", "duration": 1 },
{ "u_add_effect": "downed", "duration": 1 },
{ "u_set_hp": 999, "only_increase": true },
{ "math": [ "u_val('stored_kcal')", "=", "70000" ] },
{ "u_spawn_item": "corpse_painful" },
{ "queue_eocs": "EOC_DUST_REBORN_2", "time_in_future": "1 seconds" },
{
Expand All @@ -81,7 +82,6 @@
{ "u_teleport": { "u_val": "dust_reborn_teleport" } },
{ "u_lose_trait": "DUST_REBORN" },
{ "math": [ "u_pain()", "=", "0" ] },
{ "arithmetic": [ { "u_val": "stored_kcal" }, "=", { "const": 15000 } ] },
{ "arithmetic": [ { "u_val": "thirst" }, "=", { "const": 0 } ] },
{ "arithmetic": [ { "u_val": "vitamin", "name": "bad_food" }, "=", { "const": 0 } ] },
{ "arithmetic": [ { "u_val": "vitamin", "name": "blood" }, "=", { "const": 0 } ] },
Expand Down

0 comments on commit c045d24

Please sign in to comment.