• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Help with Reincarnate - Aasimar => Kobald

harmor

Well-known member
I'm a little confused on how to represent all the changes. I was starting to create a .user file that removes the physical bonuses from Aasimar and then adds the physical changes from Kobald, but was wondering if there was another way to do this that perhaps is the correct way to do this?

Should I:

Option 1
Keep race as Aasimar
Create an Adjustment remove the Physical Abilities of Aasimar
Create an Adjustment to add the Physical Abilities of Kobald

Option 2
Change race from Aasimar to Kobald
Create an Adjustment to add Mental Abilites of Aasimar

Option 3
Create a new Race called Aasibald that has the physical abilities of Kobald and mental of Aasimar
 
Last edited:
I did Option 3 and created a new race based on the Aasimar in the Editor. I copied Aasimar and then removed the physical abilities of Aasimar and then added Kobald.

Pressed the "Test Now" button and everything seems to be working seamlessly.

However, I don't know the Age / Weight / Height Limits for Kobalds. Here's what I have so far:

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<document signature="Hero Lab Data">
  <thing id="rAasibal" name="Aasibald" description="Aasibalds are Aasimars that have been reincarnated as Kobalds.  Aasibalds were humans with a significant amount of celestial or other good outsider blood in their ancestry.  Due to their physical similarities, aasibalds loudly proclaim themselves the scions of dragonkind, destined to rule the earth beneath the wings of their great god-cousins, but most dragons have little use for the obnoxious pests.  Aasibalds are not always good, but it is a natural tendency for them, and they gravitate to good faiths or organizations associated with celestials." compset="Race">
    <fieldval field="rWIS" value="2"/>
    <fieldval field="rCHA" value="2"/>
    <fieldval field="rAgeMin" value="15"/>
    <fieldval field="rHeightMnF" value="53"/>
    <fieldval field="rWeightMnF" value="85"/>
    <fieldval field="rHeightMnM" value="58"/>
    <fieldval field="rWeightMnM" value="120"/>
    <fieldval field="rEnviron" value="Any land"/>
    <fieldval field="rOrgan" value="Solitary"/>
    <fieldval field="rTreasure" value="PC Gear"/>
    <fieldval field="rDescript" value="This short, reptilian humanoid has scaled skin, a snout filled with tiny teeth, and a long tail."/>
    <fieldval field="rSTR" value="-4"/>
    <fieldval field="rDEX" value="2"/>
    <fieldval field="rCON" value="-2"/>
    <tag group="Language" tag="lSylvan" name="Sylvan" abbrev="Sylvan"/>
    <tag group="RaceSize" tag="Small11"/>
    <tag group="RaceType" tag="Extra" name="Nonstandard Race" abbrev="Nonstandard Race"/>
    <tag group="WeightDice" tag="2" name="2" abbrev="2"/>
    <tag group="WeightSize" tag="4" name="d4" abbrev="d4"/>
    <tag group="AgeC1Dice" tag="1" name="1" abbrev="1"/>
    <tag group="AgeC1Size" tag="4" name="d4" abbrev="d4"/>
    <tag group="AgeC2Dice" tag="1" name="1" abbrev="1"/>
    <tag group="AgeC2Size" tag="6" name="d6" abbrev="d6"/>
    <tag group="AgeC3Dice" tag="2" name="2" abbrev="2"/>
    <tag group="AgeC3Size" tag="6" name="d6" abbrev="d6"/>
    <tag group="HasType" tag="tpHumanoid"/>
    <tag group="HeightDice" tag="2" name="2" abbrev="2"/>
    <tag group="HeightSize" tag="10" name="d10" abbrev="d10"/>
    <tag group="Language" tag="lDraconic" name="Draconic" abbrev="Draconic"/>
    <tag group="Language" tag="lDwarven" name="Dwarven" abbrev="Dwarven"/>
    <tag group="Language" tag="lElven" name="Elven" abbrev="Elven"/>
    <tag group="Language" tag="lGnome" name="Gnome" abbrev="Gnome"/>
    <tag group="Language" tag="lHalfling" name="Halfling" abbrev="Halfling"/>
    <bootstrap thing="stReptilia"></bootstrap>
    <bootstrap thing="lCelestial"></bootstrap>
    <bootstrap thing="raAaDay"></bootstrap>
    <bootstrap thing="raAaSkills"></bootstrap>
    <bootstrap thing="raLightSen"></bootstrap>
    <bootstrap thing="raDarkVis"></bootstrap>
    </thing>
  </document>
 
Last edited:
Back
Top