- Joined
- Jun 2, 2009
- Messages
- 1,233
Hello everyone. I have an ability that provides damage bonus based on Strength. I am increasing item level for each 10 Strength. This is why i have created my system like this.
I need an integer that checks Strength of the caster and i want to set it's level as TempInt
What is the formula?
Ability is active. It provides bonus for several seconds and checks Strength when it's casted.
-
(Strength of (Casting unit) (Include bonuses)) Greater than or equal to 20
-
(Strength of (Casting unit) (Include bonuses)) Less than or equal to 29
-
(Strength of (Casting unit) (Include bonuses)) Greater than 30
-
(Strength of (Casting unit) (Include bonuses)) Less than or equal to 39
I need an integer that checks Strength of the caster and i want to set it's level as TempInt
What is the formula?
Ability is active. It provides bonus for several seconds and checks Strength when it's casted.