Changeset 73

Show
Ignore:
Timestamp:
04/01/02 23:28:25 (6 years ago)
Author:
brian
Message:

Reorganized some things, added sections for weapons, armor, saving rolls,
combat stats. Flirted with embedding formulas in the attributes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RBPrivate/Prototypes/brian/jagon.xml

    r72 r73  
    3838                </relation> 
    3939                <relation type='mother'> 
    40                     <name type='full'>Miera Vlernic</name> 
     40                    <name type='full'>Miera Vimieara</name> 
    4141                    <birth><date>New year, 3000</date></birth> 
    4242                    <lineage> 
     
    5959    </background> 
    6060    <misc xmlns='Character.Misc'> 
    61         <hitpoints xmlns='Character.Misc.HitPoints'>10</hitpoints> 
    6261        <level xmlns='Character.Misc.Level'>1</level> 
    6362        <money xmlns='Character.Misc.Money'>11 GM</money> 
     
    6665        <height>6'3"</height> 
    6766        <weight>200lbs</weight> 
    68         <haircolor>200lbs</haircolor> 
    69         <hairstyle>200lbs</hairstyle> 
    70         <eyecolor>200lbs</eyecolor> 
     67        <haircolor>dishwater</haircolor> 
     68        <hairstyle>long with Hadori</hairstyle> 
     69        <eyecolor>hazel</eyecolor> 
    7170    </misc> 
    7271    <skills xmlns='Character.Skills'> 
     
    122121        <class name='Armsman' lvlgained='0' level='1' xp='0' hitdie='d10' baseattackbonus='+1' fortsavebonus='+2' refsavebonus='+1' willsavebonus='+0' defbonus='+2' reputationscore='0' /> 
    123122    </classes> 
    124  
     123    <weapons xmlns='Character.Weapons'> 
     124        <item name='Sword, Short' totalattackbonus='+2' damage='1d6+3' critical='19-20' range='0' weight='' category='Martial-Melee' size='S' specialproperties='' loc='right'/> 
     125        <item name='Sword, Short' totalattackbonus='+2' damage='1d6+1' critical='19-20' range='0' weight='' category='Martial-Melee' size='S' specialproperties='' loc='left' /> 
     126        <item name='Shortbow'     totalattackbonus='+3' damage='1d6' critical='20' range='60' weight='' category='Martial-Ranged' size='M' specialproperties='' loc='stowed'/> 
     127        <item name='Dagger'       totalattackbonus='+4' damage='1d4+3' critical='19-20' critmult='2' range='0' weight='' category='Simple-Melee' size='T' specialproperties='' loc='belt'/> 
     128    </weapons> 
     129    <armor xmlns='Character.Armor'> 
     130        <item name='Leather'      totalbonus='+2' basebonus='+2' maxdexbonus='+6' armorcheck='+0' speed='30' loc='worn'/> 
     131    </armore> 
     132    <combat xmlns='Character.Combat'> 
     133        <melee totalattackbonus='+4' ability='+3'  formula='Character.classes.class.baseattackbonus+Character.abilities.strength.modifier+Character.misc.size.modifier' /> 
     134        <ranged totalattackbonus='+3' ability='+2' formula='Character.classes.class.baseattackbonus+Character.abilities.dexterity.modifier+Character.misc.size.modifier' /> 
     135        <unarmed totalattackbonus='+4' ability='+3' formula='Character.classes.class.baseattackbonus+Character.abilities.dexterity.modifier+Character.misc.size.modifier' /> 
     136        <hitpoints current='12' max='12' /> 
     137        <initiative total='+2' ability='+2' misc='+0' /> 
     138        <speed walk='30' /> 
     139        <defense total='14' base='10' equipbonus='+2' classbonus='+0' abilitymod='+2' sizemod='0' naturalmod='0' miscmod='0' /> 
     140    </combat> 
     141    <savingrolls xmlns='Character.SavingThrows'> 
     142        <fortitude total='+4' base='+2' ability='+2' keyability='constitution' formula='Character.abilities.constitution.modifier+Character.Classes.class.fortsavebonus' /> 
     143        <reflex    total='+3' base='+2' ability='+2' keyability='dexterity'    formula='Character.abilities.constitution.modifier+Character.Classes.class.reflexsavebonus' />  
     144        <will      total='+2' base='+0' ability='+2' keyability='wisdom'       formula='Character.abilities.constitution.modifier+Character.Classes.class.willsavebonus' />  
     145    </savingrolls> 
    125146    <physical xmlns='Character.Physical.Oversimplified'> 
    126147        <height>Tall</height> 
     
    130151    </physical> 
    131152     
    132         <factions xmlns='Character.Factions'> 
    133             <faction who='Elves'> 
    134                 <modifier value='-1'>Due to having hobit and elven blood mixed</modifier> 
    135                 <modifier value='+10'>For having a name that begins with Q</modifier> 
    136             </faction> 
    137         </factions> 
    138     </history> 
     153    <factions xmlns='Character.Factions'> 
     154        <faction who='Shienar'> 
     155            <modifier value='+10'>For being from an ancient and respected bloodline</modifier> 
     156        </faction> 
     157    </factions> 
    139158</character>