This is my first trigger of this type and it seems simple, and i want to be sure it works. I currently cannot test it.
The goal is for a Hero ability to level up a passive Evasion ability.
The goal is for a Hero ability to level up a passive Evasion ability.
-
SpdexEvasion
-
Events
-
Unit - Primordial Spider 1179 <gen> Learns a skill
-
-
Conditions
-
(Learned Hero Skill) Equal to Spider Dexterity
-
-
Actions
-
Unit - Add Evasion (Shelob) to Primordial Spider 1179 <gen>
-
Unit - For Primordial Spider 1179 <gen>, Ability Evasion (Shelob), Disable ability: False, Hide UI: True
-
Set VariableSet SpDex_i = (Level of Spider Dexterity for Primordial Spider 1179 <gen>)
-
Unit - Set level of Evasion (Shelob) for (Triggering unit) to SpDex_i
-
-