Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - D&D 5th Edition SRD (http://forums.wolflair.com/forumdisplay.php?f=89)
-   -   Adding New Magic Item (http://forums.wolflair.com/showthread.php?t=55394)

5jays217 March 21st, 2016 05:43 PM

Adding New Magic Item
 
I can't locate where to place the +1 for Spell Attack and Spell Save DC when making the Rod of the Pact Keeper from DMG.

I've looked but, also, don't see a similar magic item.

5jays217 March 22nd, 2016 02:13 PM

This was worded poorly.

What are the tags for Spell attack and Spell Save DC?

This is what I have so far...:


doneif (field[gIsAttuned].value = 0)
doneif (field[gIsEquip].value = 0)


#enhancementbonus[hero.child[StandardDC], 1]

Aaron March 22nd, 2016 02:51 PM

Look at the robe of the archmagi:

PreLevels 10000
Code:

      doneif (field[gIsEquip].value = 0)

      doneif (field[gIsAttuned].value = 0)

      if (hero.tagexpr[!Hero.EquipArmor] <> 0) then
        #baseac[15]
        endif
      #situational[hero.child[svAll],"Advantage on saving throws vs spells and other magical effects",field[thingname].text]
      foreach pick in hero from Spellcast
        eachpick.field[cSplAttack].value += 2
        eachpick.field[cSplSaveDC].value += 2
        nexteach


5jays217 March 22nd, 2016 03:06 PM

doneif (field[gIsEquip].value = 0)

doneif (field[gIsAttuned].value = 0)


foreach pick in hero from Spellcast
eachpick.field[cSplAttack].value += 1
eachpick.field[cSplSaveDC].value += 1
nexteach

That is what I needed!

Thanks, Aaron!

Maikera March 23rd, 2016 01:30 PM

Guys, i could use some help to add a magic item too ?

Im trying to figure out how to configure a ring to add spell slot, but no success so far.
There´s anything that i could look into to find more information ?


All times are GMT -8. The time now is 12:09 PM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.