[Spell] Adding the Spells Attribute Rates?

Status
Not open for further replies.
Level 6
Joined
Apr 5, 2015
Messages
165
Is there any Way of adding normal blizzard spells, Attribute Rates to their damage Output? Like AGI, STR or INT x20 = The damage of Frost Nova?
Do I have to rewrite the complete Skill again, or is there a way to just change the Damage with GUI or JASS?

Appreciate any help!
 
You need to recode the skill from scratch or at least partially.
In case of almost instant effect like Frost Nova, it's safe to delete the damage at OE and then code the damage on cast.
For missile and delayed spells, the entire spell has to be recoded so they can be utilized to the maximum and has similar effect to it's origin.
 
Level 6
Joined
Apr 5, 2015
Messages
165
You need to recode the skill from scratch or at least partially.
In case of almost instant effect like Frost Nova, it's safe to delete the damage at OE and then code the damage on cast.
For missile and delayed spells, the entire spell has to be recoded so they can be utilized to the maximum and has similar effect to it's origin.

Alright, thank you for that statement. That helped me out a lot!
 
Status
Not open for further replies.
Top