- Joined
- Jun 25, 2006
- Messages
- 32
Sorry if I'm too inquisitive but I need a trigger that has a 50/60/70% chance to deal double the damage of the damage dealt of the last casted ability. Sorry if it's confusing
...then you must be some kind of genius.Sorry if I'm too inquisitive but I need a trigger that has a 50/60/70% chance to deal double the damage of the damage dealt of the last casted ability. Sorry if it's confusing
A castable one, does 1 damage on cast. So if the % is reached, then it will do 2 damage, if again it is reached, it will do 4 damage and so on and so forth. If it does not reach the % then the ability will stop and do no further damage.
Speaking of which, the best way to calculate chances is this:
- <chance> is Greater than or equal to (Random integer number between 1 and 100)