Skip to content

Commit

Permalink
Merge pull request #76005 from b3brodie/mom_eth
Browse files Browse the repository at this point in the history
[MOM] Add gamestart ephemeral walk learning eoc for ascended teleporters
  • Loading branch information
Maleclypse authored Aug 30, 2024
2 parents 9ff2f11 + e2fc0ba commit 16a9320
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,7 @@
"EOC_CHECK_GAMEBEGIN_TELEPORTER_RECIPE_FARSTEP",
"EOC_CHECK_GAMEBEGIN_TELEPORTER_RECIPE_BANISH",
"EOC_CHECK_GAMEBEGIN_TELEPORTER_RECIPE_GATEWAY",
"EOC_CHECK_GAMEBEGIN_TELEPORTER_EPHEMERAL_WALK",
"EOC_CHECK_GAMEBEGIN_TELEPORTER_RECIPE_BREACH"
]
}
Expand Down Expand Up @@ -995,6 +996,12 @@
"condition": { "and": [ { "u_has_trait": "TELEPORTER" }, { "math": [ "u_spell_level('teleport_gateway')", ">=", "0" ] } ] },
"effect": [ { "u_learn_recipe": "practice_teleport_gateway" } ]
},
{
"type": "effect_on_condition",
"id": "EOC_CHECK_GAMEBEGIN_TELEPORTER_EPHEMERAL_WALK",
"condition": { "and": [ { "u_has_trait": "TELEPORTER" }, { "math": [ "u_spell_level('teleport_ephemeral_walk')", ">=", "0" ] } ] },
"effect": [ { "u_learn_recipe": "practice_teleport_ephemeral_walk" } ]
},
{
"type": "effect_on_condition",
"id": "EOC_CHECK_GAMEBEGIN_TELEPORTER_RECIPE_BREACH",
Expand Down

0 comments on commit 16a9320

Please sign in to comment.