- Joined
- Jun 15, 2016
- Messages
- 472
I'm planning on creating an ability that increases a unit's attack speed and health regeneration speed. In order to do so, I've created two 20 level abilities based on glove of haste and regeneration ring, and created a trigger that run every X seconds of game time and sets the level of these abilities accordingly.
However, it seems my unit hasn't received the buffs at all.
However, it seems my unit hasn't received the buffs at all.
-
Endless Conviction Initialization
-
Events
-
Unit - A unit Learns a skill
-
-
Conditions
-
((Triggering unit) has buff Endless Conviction ) Equal to True
-
-
Actions
-
Set Convicted = (Triggering unit)
-
Unit - Add Item Attack Speed Bonus (Endless Conviction) to Convicted
-
Unit - Add Life Regeneration (Endless Conviction) to Convicted
-
Unit - Set level of Item Attack Speed Bonus (Endless Conviction) for Convicted to 1
-
Unit - Set level of Life Regeneration (Endless Conviction) for Convicted to 1
-
-