• 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.

[General] Defense value based by Strength

Status
Not open for further replies.
Level 5
Joined
Apr 29, 2015
Messages
143
Oh well, using AGI for DEF value isn't so ideal for me, so does anyone know a way to do so? Using STR instead of AGI for DEF value.

I hope this is the right place to do so.
 
Level 10
Joined
Apr 4, 2010
Messages
509
This an annoying way to do it. You have to make a armor bonus item ability, hold shift then set the levels to 300 or something, then manually set the armor bonuses per level.

  • Armor Per Strength
    • Events
      • Unit - A unit Acquires an item
      • Unit - A unit Loses an item
      • Unit - A unit Gains a level
      • Unit - A unit Learns a skill
      • Unit - A unit Gains a level
      • Unit - A unit Is attacked
    • Conditions
      • ((Triggering unit) is A Hero) Equal to True
    • Actions
      • Unit - Set level of Strength Armor Boost for (Triggering unit) to (Strength of (Triggering unit) (Include bonuses))
 
Level 21
Joined
Nov 4, 2013
Messages
2,016
This an annoying way to do it. You have to make a armor bonus item ability, hold shift then set the levels to 300 or something, then manually set the armor bonuses per level.

  • Armor Per Strength
    • Events
      • Unit - A unit Acquires an item
      • Unit - A unit Loses an item
      • Unit - A unit Gains a level
      • Unit - A unit Learns a skill
      • Unit - A unit Gains a level
      • Unit - A unit Is attacked
    • Conditions
      • ((Triggering unit) is A Hero) Equal to True
    • Actions
      • Unit - Set level of Strength Armor Boost for (Triggering unit) to (Strength of (Triggering unit) (Include bonuses))

Level 300? That's madness my friend, it will increase the loading time to load so much data. I don't recommend doing that.
 
Level 5
Joined
Apr 29, 2015
Messages
143
You can use a bonus mod system to simulate armor gain to some degree, however it might not be perfectly accurate.

Oh, ok, thanks. :)

And is it ok to do the DEE-WAY's way? Only until level 35, can someone check it for me that will it extend loading time, lag or not? If not then I'll just do that way since it is easier. :)
 
Level 21
Joined
Nov 4, 2013
Messages
2,016
Oh, ok, thanks. :)

And is it ok to do the DEE-WAY's way? Only until level 35, can someone check it for me that will it extend loading time, lag or not? If not then I'll just do that way since it is easier. :)

Level 35 is much more acceptable than 300. If you will have only that skill with such a high level then there won't be problems.
 
Level 5
Joined
Apr 29, 2015
Messages
143
Level 35 is much more acceptable than 300. If you will have only that skill with such a high level then there won't be problems.

Oh, ok, thanks for the information. :)

Well, will reward the reputation once arrived home (including DEE-WAY). :)

And I'm quite sure that "Unit - Unit is attacked" event is not needed, right? Since that might just cause trigger to run countless of time.
 
Status
Not open for further replies.
Top