<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  Copyright (C) 2005 Sven Werlen 
  (sven@boisdechet.org)
  
  This file contains a character
  example
  -->
<character>

   <profile>
      <name>Tilia Mustelor</name>
      <profession>VIV</profession>
      <race>HUM</race>
      <culture>URB</culture>
      <maxLevel>10</maxLevel>
      <experience>0</experience>
      
      <height>162</height>
      <weight>43</weight>
      <age>48</age>
      <eyes>brown</eyes>
      <hair>red</hair>
      <sex>F</sex>
   
      <description>
      This is a small description about Tilia
      Mustelor and Phlox...
      </description>
   </profile>
   
   <talents>
      <talent name="Enhenced Senses (+10 Per)"/>
      <talent name="Profession Adaptability"/>
      <talent name="Bonus Skill Ranks (+5 Ranks)"/>
      <talent name="Skill Specialization (1x +10)"/>
      <talent name="Elven Blood (Greater)" devCost="2"/>
      <talent name="Outdoorsman (+15 Outdoor)" devCost="20"/>
   </talents>
     
   <stats>
      <stat id="St" value="42"/>
      <stat id="Co" value="62"/>
      <stat id="Ag" value="75" raceBonus="3"/>
      <stat id="Qu" value="58" specBonus="2"/>
      <stat id="SD" value="51" raceBonus="3"/>
      <stat id="Re" value="95"/>
      <stat id="In" value="96"/>
      <stat id="Pr" value="62" raceBonus="2" specBonus="2"/>   
   </stats>
   
   <specs>
      <bmr>1.80</bmr>
      <fate>3</fate>
   </specs>
   
   <languages>
      <language name="Westron" speaking="6" reading="4"/>
      <language name="Sindarin" speaking="2" reading="1"/>
   </languages>
   
   <levels>
      <!-- only one level, no history -->
      <level id="1">
         <skill id="PER"  ranks="0" bonus="10"/>
         <skill id="APP"  ranks="0"/>
         <skill id="ARM"  ranks="0"/>
         <skill id="CRA"  ranks="0" bonus="10" spec="Apothecary" culture="1"/>
         <skill id="END"  ranks="5"/>
         <skill id="HEA"  ranks="2"/>
         <skill id="JUM"  ranks="0"/>
         <skill id="MUNL" ranks="1" spec="Local" culture="1"/>
         <skill id="NAV"  ranks="0" bonus="15"/>
         <skill id="RUN"  ranks="0"/>
         <skill id="STA"  ranks="0"/>
         <skill id="SWI"  ranks="0"/>
         <skill id="WES"  ranks="0" spec="Short Bow" culture="2"/>
         <skill id="WES"  ranks="0" spec="Dagger" culture="1"/>
         <skill id="HER"  ranks="2" bonus="15"/>
         <skill id="BEA"  ranks="1" bonus="15"/>
         <skill id="FOSV" ranks="1" bonus="15" spec="Forest"/>
         <skill id="ANHA" ranks="3" bonus="15"/>
         <skill id="ANHE" ranks="1" bonus="15"/>
         <skill id="TRAC" ranks="1" bonus="15"/>
         <skill id="TRAD" ranks="2"/>
         <skill id="PPD"  ranks="6"/>
         <skill id="RESS" ranks="1"/>
         <skill id="RESW" ranks="1"/>
         <skill id="RESM" ranks="1"/>
         <skill id="ANTR" ranks="3" bonus="15"/>   
         
         <skill id="SPC" ranks="6" stat2="Re" spec="Neutralize Poison"/>
         <skill id="SPC" ranks="6" stat2="Re" spec="Share Ani. Sense"/>
         <skill id="SPC" ranks="6" stat2="Re" spec="Plants Growth"/>
         <skill id="SPC" ranks="6" stat2="Re" spec="Nature's Tongue"/>
      </level>
   </levels>
   
   <equipment>
      <item>
         <name>Short Bow</name>
         <specs>Small Puncture, RI: 30, FR: 01-03</specs>
         <location>back</location>
         <weight>2.5</weight>
      </item>
      <item>
         <name>Dagger</name>
         <specs>Small Slash, RI: 5, FR: 01-02</specs>
         <location>belt</location>
         <weight>0.75</weight>
      </item>
      <item>
         <name>Parchment</name>
         <specs>10 pieces, 12"x6"</specs>
         <location>pack</location>
         <weight>0.25</weight>
      </item>
      <item>
         <name>Water Skin</name>
         <specs>1 pint</specs>
         <location>belt</location>
         <weight>1</weight>
      </item>
      <item>
         <name>Rope</name>
         <specs>Hemp. 50'</specs>
         <location>pack</location>
         <weight>6</weight>
      </item>
      <item>
         <name>...</name>
      </item>
   </equipment>
      
</character>
