Skip to content

Commit

Permalink
Merge pull request #284 from xdy/283
Browse files Browse the repository at this point in the history
Fixed a few typos
  • Loading branch information
xdy committed Apr 1, 2016
2 parents 190b9bf + ed998a7 commit c3d8206
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions COM_5ePack_SCAG - Classes.user
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</bootstrap>
<exprreq message="You must be an elf or half-elf to become a Bladesinger."><![CDATA[#hasrace[rElf] + #hasrace[rHalfElf] <> 0]]></exprreq>
</thing>
<thing id="c5CWizTiWS" name="Training in War and Song" description="This gives you proficiency with light armor, one type of one-handed melee weaponas well as proficiency in the Performance skill if you don&apos;t already have it." compset="ClSpecial" summary="Training in War and Song">
<thing id="c5CWizTiWS" name="Training in War and Song" description="This gives you proficiency with light armor, one type of one-handed melee weapons as well as proficiency in the Performance skill if you don&apos;t already have it." compset="ClSpecial" summary="Training in War and Song">
<fieldval field="usrCandid1" value="component.BaseWep &amp; !wProperty.TwoHanded &amp; wCategory.Melee &amp; !wGroup.Natural &amp; !Helper.Helper"/>
<usesource source="5eSCAGCP"/>
<tag group="ChooseSrc1" tag="Thing"/>
Expand Down Expand Up @@ -87,7 +87,7 @@ doneif (#levelcount[Wizard] < 14)
<thing id="c5CWizSoV" name="Song of Victory" description="Starting at 14th level, you add your Intelligence modifier (minimum of +1) to the damage of your melee weapon attacks while your Bladesong is active." compset="ClSpecial" summary="Intelligence adds Damage">
<usesource source="5eSCAGCP"/>
</thing>
<thing id="c5CSrcStSo" name="Stom Sorcery" description="A sorcerer who&apos;s magic comes from the power of elemental air." compset="CustomSpec" summary="A sorcerer who&apos;s magic comes from the power of elemental air." uniqueness="unique">
<thing id="c5CSrcStSo" name="Storm Sorcery" description="A sorcerer who&apos;s magic comes from the power of elemental air." compset="CustomSpec" summary="A sorcerer who&apos;s magic comes from the power of elemental air." uniqueness="unique">
<usesource source="5eSCAGCP"/>
<tag group="Helper" tag="SpecUp" name="SpecUp" abbrev="SpecUp"/>
<tag group="SpecSource" tag="cHelpSor" name="Sorcerer" abbrev="Sorcerer"/>
Expand All @@ -111,7 +111,7 @@ doneif (#levelcount[Wizard] < 14)
<autotag group="ClSpecWhen" tag="18"/>
</bootstrap>
</thing>
<thing id="c5CSrcWiSp" name="Wind Speaker" description="You can speak, read, and write Primordial. (Which allows you to understand and be understood speakers of Aquan, Auran, Ignan, and Terran.)" compset="ClSpecial" summary="You can speak, read, and write Primordial.">
<thing id="c5CSrcWiSp" name="Wind Speaker" description="You can speak, read, and write Primordial. (Which allows you to understand and be understood by speakers of Aquan, Auran, Ignan, and Terran.)" compset="ClSpecial" summary="You can speak, read, and write Primordial.">
<tag group="abAction" tag="None" name="No action" abbrev="None"/>
<tag group="abDuration" tag="Constant" name="Constant" abbrev="cons"/>
<tag group="abRange" tag="Personal" name="Personal" abbrev="pers"/>
Expand Down Expand Up @@ -251,7 +251,7 @@ doneif (#levelcount[Wizard] < 14)
field[listname].text = field[thingname].text & " (" & field[xIndex].value & " die)"
endif]]></eval>
</thing>
<thing id="c5CBbnReAb" name="Reckless Abandon" description="You gain your Constituion modifier (minimum 1) temporary hitpoints when you use Reckless Attack while raging, which vanish if any are left when your rage ends." compset="ClSpecial" summary="when you use Reckless Attack while raging, you also gain temporary hit points equal to your Constitution modifier">
<thing id="c5CBbnReAb" name="Reckless Abandon" description="You gain your Constitution modifier (minimum 1) temporary hitpoints when you use Reckless Attack while raging, which vanish if any are left when your rage ends." compset="ClSpecial" summary="when you use Reckless Attack while raging, you also gain temporary hit points equal to your Constitution modifier">
<tag group="abAction" tag="None"/>
<tag group="abRange" tag="Personal"/>
<eval phase="PostLevel" priority="10000"><![CDATA[
Expand Down

0 comments on commit c3d8206

Please sign in to comment.