- Joined
- Aug 31, 2018
- Messages
- 167
This trigger works fine
This is the bugged trigger. I tested it with 2 heroes, 1 with the item and 1 without the item. The one without the item dealed 500 dmg, the one with the item (for x1.15 bonus dmg) dealed like 485 or something like that. After that i made it x2 and it worked, but when its x1.15 it deals negative damage, why? The trigger with x1.12 works fine but this doesn't.
-
Robe of Magic Spell Power Copy 3
-
Events
-
Game - DamageModifierEvent becomes Equal to 1.00
-
-
Conditions
-
(DamageEventSource has an item of type |c0096FF96Mantle of Magic [4/5]|r) Equal to True
-
IsDamageSpell Equal to True
-
-
Actions
-
Set DamageEventAmount = (DamageEventAmount x 1.12)
-
-
This is the bugged trigger. I tested it with 2 heroes, 1 with the item and 1 without the item. The one without the item dealed 500 dmg, the one with the item (for x1.15 bonus dmg) dealed like 485 or something like that. After that i made it x2 and it worked, but when its x1.15 it deals negative damage, why? The trigger with x1.12 works fine but this doesn't.
-
Robe of Magic Spell Power Copy 4
-
Events
-
Game - DamageModifierEvent becomes Equal to 1.00
-
-
Conditions
-
(DamageEventSource has an item of type |c00990081Mantle of Magic|r) Equal to True
-
IsDamageSpell Equal to True
-
-
Actions
-
Set DamageEventAmount = (DamageEventAmount x 1.15)
-
-