Thread: Psionics
View Single Post
Hansmo
Member
 
Join Date: Aug 2016
Posts: 30

Old August 7th, 2016, 04:32 PM
And since we are discussing psionics, to my personal HL I added Gem dragons (the neutral psionic dragons) to the Dragonborn race.

Code:
thing id="rcDbrnAmet" name="Amethyst" description="{b}Damage Type:{/b} Force\n{b}Beath Weapon:{/b} 5 by 30 ft. line (Dex. save)" compset="RaceCustom">
    <tag group="AllowRCust" tag="rDragonbor" name="Dragonborn" abbrev="Dragonborn"/>
    <tag group="DamageType" tag="dtForce" name="Force" abbrev="Force"/>
    <tag group="DescInfo" tag="raDraBrWea" name="Breath Weapon" abbrev="Breath Weapon"/>
    <bootstrap thing="raDraBrWea">
      <assignval field="abText" value="5 by 30 ft. line, Dex save"/>
      </bootstrap>
    <bootstrap thing="raDraResis"></bootstrap>
    <eval phase="Final" priority="1000"><![CDATA[
      field[livename].text = "Draconic Ancestry: " & field[thingname].text]]></eval>
    </thing>
  <thing id="rcDbrnTopa" name="Topaz" description="{b}Damage Type:{/b} Necrotic\n{b}Beath Weapon:{/b} 15 ft. cone (Con. save)" compset="RaceCustom">
    <tag group="AllowRCust" tag="rDragonbor" name="Dragonborn" abbrev="Dragonborn"/>
    <tag group="DamageType" tag="dtNecrotic" name="Necrotic" abbrev="Necrotic"/>
    <tag group="DescInfo" tag="raDraBrWea" name="Breath Weapon" abbrev="Breath Weapon"/>
    <bootstrap thing="raDraBrWea">
      <assignval field="abText" value="15 ft. cone, Con save"/>
      </bootstrap>
    <bootstrap thing="raDraResis"></bootstrap>
    <eval phase="Final" priority="1000"><![CDATA[
      field[livename].text = "Draconic Ancestry: " & field[thingname].text]]></eval>
    </thing>
  <thing id="rcDbrnCrys" name="Crystal" description="{b}Damage Type:{/b} Radiant\n{b}Beath Weapon:{/b} 15 ft. cone (Dex. save)" compset="RaceCustom">
    <tag group="AllowRCust" tag="rDragonbor" name="Dragonborn" abbrev="Dragonborn"/>
    <tag group="DamageType" tag="dtRadiant" name="Radiant" abbrev="Radiant"/>
    <tag group="DescInfo" tag="raDraBrWea" name="Breath Weapon" abbrev="Breath Weapon"/>
    <bootstrap thing="raDraBrWea">
      <assignval field="abText" value="15 ft cone, Dex save"/>
      </bootstrap>
    <bootstrap thing="raDraResis"></bootstrap>
    <eval phase="Final" priority="1000"><![CDATA[
      field[livename].text = "Draconic Ancestry: " & field[thingname].text]]></eval>
    </thing>
  <thing id="rcDbrnSapp" name="Sapphire" description="{b}Damage Type:{/b} Psychic\n{b}Beath Weapon:{/b} 15 ft. cone (Wis. save)" compset="RaceCustom">
    <tag group="AllowRCust" tag="rDragonbor" name="Dragonborn" abbrev="Dragonborn"/>
    <tag group="DamageType" tag="dtPsychic" name="Psychic" abbrev="Psychic"/>
    <tag group="DescInfo" tag="raDraBrWea" name="Breath Weapon" abbrev="Breath Weapon"/>
    <bootstrap thing="raDraBrWea">
      <assignval field="abText" value="15 ft. cone, Wis save"/>
      </bootstrap>
    <bootstrap thing="raDraResis"></bootstrap>
    <eval phase="Final" priority="1000"><![CDATA[
      field[livename].text = "Draconic Ancestry: " & field[thingname].text]]></eval>
    </thing>
  <thing id="rcDbrnEmer" name="Emerald" description="{b}Damage Type:{/b} Thunder\n{b}Beath Weapon:{/b} 15 ft. cone (Con. save)" compset="RaceCustom">
    <tag group="AllowRCust" tag="rDragonbor" name="Dragonborn" abbrev="Dragonborn"/>
    <tag group="DamageType" tag="dtThunder" name="Thunder" abbrev="Thunder"/>
    <tag group="DescInfo" tag="raDraBrWea" name="Breath Weapon" abbrev="Breath Weapon"/>
    <bootstrap thing="raDraBrWea">
      <assignval field="abText" value="15 ft. cone, Con save"/>
      </bootstrap>
    <bootstrap thing="raDraResis"></bootstrap>
    <eval phase="Final" priority="1000"><![CDATA[
      field[livename].text = "Draconic Ancestry: " & field[thingname].text]]></eval>
    </thing>
Also, the Shardmind race which will be in an upcoming community pack would be at least thematically inclined towards Mystics.
Hansmo is offline   #18 Reply With Quote