• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[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