Help on +attribute tomes

Level 37
Joined
Mar 6, 2006
Messages
9,241
Copy some rune and remove the ability from it. Then use this kind of trigger:

  • Rune Eating
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to YourRune
    • Actions
      • Unit - Set mana of (Hero manipulating item) to ((mana of (Hero manipulating item)) + 1000.00)
 
Level 37
Joined
Jan 10, 2009
Messages
858
Well, I know one way to make tomes give + Mana, but your probably better off just using triggers. Anyways, you know the glyph of fortification that can upgrade building armor? If you modify the ability that glyph contains it will essentially research 1 level of the upgrade it is linked to. You could make an upgrade that increases mana by whatever increment you need. You would have to set the upgrade to effect the units that would gain + mana and it can only be used up to 100 times (because upgrades can only go up 100). If you just have 1 hero you could go this route :)
other than that-use triggers XD
 
Top