Hello, is there a way to make this item update itself if i, in example purchase an intelligence tome + 50?
-
Deathcap Acquires
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
((Item carried by (Triggering unit) of type Deathcap) is owned) Equal to True
-
-
Actions
-
Hero - Modify Intelligence of (Triggering unit): Add (Integer(((Real((Intelligence of (Triggering unit) (Exclude bonuses)))) x 0.25))).
-
-
-
Deathcap Loses
-
Events
-
Unit - A unit Loses an item
-
-
Conditions
-
((Item carried by (Triggering unit) of type Deathcap) is owned) Equal to True
-
-
Actions
-
Hero - Modify Intelligence of (Triggering unit): Subtract (Integer(((Real((Intelligence of (Triggering unit) (Exclude bonuses)))) x 0.20))).
-
-