View Single Post
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old October 27th, 2010, 08:53 PM
Spell: Arcane Concordance

Code:
  <thing id="pS2ArcaCon" name="Arcane Concordance" description="A shimmering, blue and gold radiance surrounds you, enhancing arcane spells cast by your allies within its area. Any arcane spell cast by a creature within the area gains a +1 enhancement bonus to the DC of any saving throws against the spell, and can be cast as if one of the following metamagic feats was applied to it (without increasing the spell level or casting time): Enlarge Spell, Extend Spell, Silent Spell, or Still Spell (you choose the metamagic feat when you cast arcane concordance)." compset="InPlay">
    <fieldval field="pMinimum" value="1"/>
    <fieldval field="pMaximum" value="1"/>
    <usesource source="APG"/>
    <tag group="Helper" tag="AdjSpell"/>
    <eval phase="PreLevel" priority="5000"><![CDATA[~if we're not active, just get out now
doneif (field[pIsOn].value = 0)
~Increase all Arcane spells DC by 1
foreach pick in hero from BaseSpell where "sClass.cHelpWiz|sClass.cHelpBrd"
  eachpick.field[sDC].value += 1
  nexteach]]></eval>
    </thing>

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.

Last edited by ShadowChemosh; October 31st, 2010 at 01:50 PM. Reason: added APG source
ShadowChemosh is offline   #8 Reply With Quote