Just the first post should be sufficient. That's the original description of this request.
Frankly, I haven't ran into anything I've needed that isn't covered already.
I'd be willing to make some, if someone could enumerate a list of things desired.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Just the first post should be sufficient. That's the original description of this request.
Flagbearer (Combat)
When brandishing a flag adorned with the standard of an organization you owe allegiance to, you inspire nearby members of the same allegiance.
Prerequisites: Cha 15.
Benefit: As long as you hold your clan, house, or party’s flag, members of that allegiance within 30 feet who can see the flag (including yourself ) gain a +1 morale bonus on attack rolls, weapon damage rolls, and saving throws against fear and charm effects. You must hold the flag in one hand in order to grant this bonus.
If the standard is taken by the enemy or destroyed, this bonus becomes a penalty, affecting all creatures that the bonus previously affected for 1 hour (or until you reclaim the lost flag).
<thing id="pAdjDfBoFE" name="Defending Bone: DR 5/bludgeoning" description="The warded creature gains resistance to blows, cuts, stabs, and slashes. The subject gains DR 5/bludgeoning. Once the spell has prevented a total of 5 points of damage per caster level (maximum 50 points), it is discharged. The spell has no effect if you have damage reduction from another source." compset="InPlay">
<fieldval field="pMinimum" value="0"/>
<fieldval field="pDuration" value="1 hour/lvl or discharged"/>
<tag group="Helper" tag="AdjNoPlus" name="AdjNoPlus" abbrev="AdjNoPlus"/>
<tag group="Helper" tag="AdjSpell" name="Spell Adjustment" abbrev="Spell Adjustment"/>
<bootstrap thing="trkDefBone">
<containerreq phase="First" priority="500"><![CDATA[fieldval:pIsOn <> 0]]></containerreq>
</bootstrap>
<eval phase="Final" priority="10000" index="2"><![CDATA[~ If we're not enabled, get out now
doneif (field[pIsOn].value = 0)
hero.child[trkDefBone].field[trkMax].value += field[pAdjust].value]]></eval>
<eval phase="PreLevel" priority="10000"><![CDATA[
field[livename].text = field[thingname].text & " (" & field[pAdjust].value & " HP remaining)"
~ If we're not enabled, get out now
doneif (field[pIsOn].value = 0)
~ Apply DR to the hero
#applydr[xDamRdB, 5]]]></eval>
</thing>
<thing id="trkDefBone" name="Defending Bone" compset="Tracker">
<tag group="SpInfo" tag="spDefBone2" name="Spell info"/>
</thing>
<thing id="pShkShield" name="Shock Shield" description="This spell creates an invisible shield similar to but not as strong as the {i}shield{/i} spell. This shield hovers in front of you and negates {i}magic missile{/i} attacks directed at you. The disk provides a +2 shield bonus to AC. This bonus applies against incorporeal touch attacks.\n\nAt any time, as a free action, you may dismiss your shield, at which point it deals 1d6 points of electrical damage to all creatures within a 5-foot burst, including you. A Reflex saving throw halves the damage." compset="InPlay">
<fieldval field="pMinimum" value="2"/>
<fieldval field="pMaximum" value="2"/>
<fieldval field="pDuration" value="1 min/level (D)"/>
<tag group="Helper" tag="AdjSpell" name="Spell Adjustment" abbrev="Spell Adjustment"/>
<eval phase="PreLevel" priority="10000"><![CDATA[~if we're not active, just get out now
doneif (field[pIsOn].value = 0)
#applybonus[tACShield, hero.child[ArmorClass], field[pAdjust].value]]]></eval>
</thing>
Eretas, I'd appreciate it if you could do some polishing on yours;
Could you move it out of the conditions list to the conferred abilities list? (Sorry, I don't know how)
Could you change the names to "Feat: Flagbearer" and "Feat: Flagbearer (Flag Lost)"? That way, when users look in the conferred abilities list, they'll find it with all the rest of the feats in that table. Done
Could you copy the description text for the feat into the adjustment? Done
Could you add the situational bonus to saves? Sorry, i did not find where to add them
Could you change the source to whatever book this feat comes from? Done
For the conferred list it looks like you already did this. Its found on the "List to Show On" option on the Adjustment tab.Eretas, I'd appreciate it if you could do some polishing on yours;
Could you move it out of the conditions list to the conferred abilities list? (Sorry, I don't know how)
Could you change the names to "Feat: Flagbearer" and "Feat: Flagbearer (Flag Lost)"? That way, when users look in the conferred abilities list, they'll find it with all the rest of the feats in that table. Done
Could you copy the description text for the feat into the adjustment? Done
Could you add the situational bonus to saves? Sorry, i did not find where to add them
Could you change the source to whatever book this feat comes from? Done
See my answer in red
~ If we're not enabled, get out now
doneif (field[pIsOn].value = 0)
~ Set a situational bonus to all saves vs fear and charm effects
#situational[hero.child[svAll],signed(field[pAdjust].value) & " vs fear and charm effects",field[name].text]
Actually, why don't you start on building the list of what still needs to be done - that's a necessary step before we get too far into this process.