View Single Post
Mjolnirh
Member
 
Join Date: Oct 2016
Posts: 39

Old September 27th, 2017, 01:33 PM
I created a tome of understanding that requires you to equip it. it increases the max and adds 2 to the Bonus field. this works. you can even equip multiple tomes of the same kind (not that you should lol).

<thing id="iotomunder" name="Tome of Understanding" description="This book contains intuition and insight exercises, and its words are charged with magic. If you spend 48 hours over a period of 6 days or fewer studying the book’s contents and practicing its guidelines, your Wisdom score increases by 2, as does your maximum for that score. The manual then loses its magic, but regains it in a century." compset="Wondrous">
<tag group="ItemRarity" tag="VeryRare" name="Very Rare" abbrev="Very Rare"/>
<tag group="Helper" tag="EquipMag"/>
<tag group="Helper" tag="ShowSpec" name="Show Spec" abbrev="Show Spec"/>
<eval phase="PostLevel" priority="10000" index="2">
doneif (field[gIsEquip].value = 0)

hero.child[aWIS].field[Bonus].value += 2</eval>
<eval phase="PostLevel" priority="10000"> doneif (field[gIsEquip].value = 0)

hero.childfound[aWIS].field[aMaxValue].value += 2</eval>
</thing>
Mjolnirh is offline   #9 Reply With Quote