• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Stats effective.

Status
Not open for further replies.
Level 14
Joined
Aug 23, 2013
Messages
285
I want make a map that stats will have effect different base on race:
Example:
Human:
1 main : 1 damage
1 Str: 10 hp. 0.05 rg hp.
1 Agi: 0.01% as, 0.01 armor.
1 int: 10 mp, 0.05 rg mp.
Dragon:
1 Main : 3 damage
1 Str : 30 hp. 0.3 regen
1 agi: 0.001% as, 0.05 armor
1 int: 20 mp, 0.2 rg mp.

Or ability that will give bonus stats base on unit stats
human: bonus 10% int
dragon: bonus 30% all stats.
 
Level 11
Joined
Nov 15, 2007
Messages
800
For the damage you could just give Dragons a hidden Command Aura that increases their damage by 200%, since % damage increases only increase base damage (i.e. damage from stats).

Regeneration is easy, just periodically increase dragons' health and mana based on their strength/int.

HP, mana, and particularly armor and attack speed are more difficult. Would require periodically checking hero stats and adding/removing item stat boosting abilities as necessary.

Increasing base stats by a % would be much easier. Simply store the unmodified base stats to a variable, and periodically check the unit's stats for changes.
 
Status
Not open for further replies.
Top