Magic resistance for hero?

Status
Not open for further replies.
Level 10
Joined
Sep 29, 2007
Messages
455
There's an item ability for the runed bracers which passively adds magic resistance. In "Abilities" check under "Special" - "Items". It's called Spell Magic Reduction. Also, there's a spell called Magic Defense, but it's an active spell. It's like Defense but with magic resistance rather than ranged unit damage. I hope this helps :).
 
Level 15
Joined
Nov 26, 2005
Messages
1,151
Yeah, I know about the runed shits ability, but does it work as a hero ability with multiple levels? :? THat's what I am worried about ...

Otherwise thanks - I will try to find that magic defence :)
+rep for answer!
 
Well, you need to make a passive spell, based on Bash for example with values set to 0 and, when the hero learns it:
  • Trigger
  • Events
    • Unit - A unit learns a skill
  • Conditions
    • (Learned Hero skill) Equal to X
  • Actions
    • If (All conditions are true) then do (Actions) else do (Actions)
      • If - Conditions
        • (Level of (Learned Hero skill)) Equal to 1
      • Then - Actions
        • Unit - Add (Ruined Bracers) to (Triggering unit)
      • Else - Actions
        • Unit - Set level of (Ruined Bracers for (Triggering unit)) to (Level of X for (Triggering unit)
Make multiple levels for the Ruined Bracers. If they don't level up, add the Ruined bracers ability in a Spell Book and
  • Trig
  • Events
    • Map Initialization
  • Conditions
  • Actions
    • For each (Integer A) from 1 to 12, do (Actions)
      • Loop - Actions
        • Player - Disable (Spell Book) for Player(IntegerA)
 
Status
Not open for further replies.
Top