Now im making a new map and i made 1 custom unit called Army of Swordman
Also i made an ability named fuse an if two of them of the same type use fuse on eachother one of them should gain 2 hp and 1 mana
heres what i have now
Also i made an ability named fuse an if two of them of the same type use fuse on eachother one of them should gain 2 hp and 1 mana
heres what i have now
-
swordman1
-
Events
-
Unit - A unit Finishes casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Fuse
-
(Unit-type of (Casting unit)) Equal to Army of Swordman
-
(Unit-type of (Targeted unit)) Equal to Army of Swordman
-
-
Actions
-
Unit - Set mana of (Targeted unit) to ((Percentage mana of (Targeted unit)) + 1.00)
-
Unit - Set life of (Targeted unit) to ((Percentage life of (Targeted unit)) + 2.00)
-
Game - Display to (All players) the text: test
-
-