- Joined
- Aug 14, 2006
- Messages
- 7,614
Hey,
I'm creating an ability. If under effect of an ability the unit receives double damage from basic attacks.
I tried this but it didn't work:
I'm creating an ability. If under effect of an ability the unit receives double damage from basic attacks.
I tried this but it didn't work:
-
Frozen Paradise Attack I Ultimate Ability
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
((Attacked unit) is in UG_Frozen_Paradise) Equal to True
-
-
Actions
-
Unit - Cause (Attacking unit) to damage (Attacked unit), dealing (Damage taken) damage of attack type Spells and damage type Normal
-
-