root/trunk/RBPrivate/Prototypes/Shane/qabex.xml

Revision 4, 4.6 kB (checked in by sholloway, 7 years ago)

*** empty log message ***

Line 
1 <?xml version='1.0'?>
2 <character xmlns='Character'>
3     <traits xmlns='Character.Traits'>
4         <statistics xmlns='Character.Traits.Statistics.DNDStandard'>
5             <stat name='Strength'>60</stat>
6             <stat name='Constitution'>60</stat>
7             <stat name='Dexterity'>60</stat>
8             <stat name='Quickness'>60</stat>
9             <stat name='Charisma'>60</stat>
10             <stat name='Intelligence'>60</stat>
11             <stat name='Wisdom'>60</stat>
12             <stat name='Luck'>60</stat>
13         </statistics>
14
15         <physical xmlns='Character.Physical.Oversimplified'>
16             <height>Tall</height>
17             <girth>Skinny</girth>
18             <hair color='red'>Straw</hair>
19             <!-- more detail if wanted or needed -->
20         </physical>
21    
22         <skills xmlns='Character.Traits.Skills.UltraBasic'>
23             <skill type='gift' name='Firestarter' knowledge='wilder' />
24             <skill type='talent' name='Way Seer' knowledge='undiscovered' />
25             <skill type='ability' name='Swimming' knowledge='adept' />
26             <skill type='skill' name='Cook' knowledge='adept' />
27
28             <skill-set name='Woven Magic' xmlns='Character.Traits.Skills.WovenMagic'>
29                 <skill type='skill' name='Wind' knowledge='adept'/>
30                 <skill type='skill' name='Water' knowledge='master'/>
31                 <skill type='skill' name='Fire' knowledge='adept'/>
32                 <skill type='skill' name='Earth' knowledge='adept'/>
33                 <skill type='skill' name='Spirt' knowledge='adept'/>
34             </skill-set>
35         </skills>
36     </traits>
37    
38     <resources xmlns='Character.Resources'>
39         <possessions>
40             <item name='Helm' />
41             <item name='Socks' />
42             <item name='Pants' />
43             <container-item name='Backpack'>
44                 <item name='SleepingBag' />
45             </container-item>
46         </possessions>
47
48         <physical>
49             <health value='400' regen='1.2'/>
50             <stamina value='100' regen='10'/>
51         </physical>
52
53         <metaphysical>
54             <mana value='50' regen='1.0'/>
55             <bandwidth value='50'/>
56             <concentraton value='50'/>
57             <willpower value='50'/>
58         </metaphysical>
59     </resources>
60
61     <history xmlns='Character.History'>
62         <heritage xmlns='Character.History.Heritage'>
63             <name type='short'>Q</name>
64             <name type='full'>Qabex Larin</name>
65             <name type='decorated'>Qabex, son of Quoren Larin, Protector of the Veil</name>
66
67             <sex>male</sex>
68             <age>22</age>
69
70             <alignment>Lawful, Good, Selfish</alignment>
71             <!--<alignment>Chaotic, Evil, Giving</alignment>-->
72
73             <birth>
74                 <date>Fevier 45th, 26 B.E.</date>
75                 <place>Westminster</place>
76             </birth>
77
78             <lineage>
79                 <bloodline name='Elven' contribution='1/2' />
80                 <bloodline name='Human' contribution='1/3' />
81                 <bloodline name='Hobit' contribution='1/6' />
82             </lineage>
83
84             <family>
85                 <relation type='father'>
86                     <name type='full'>Quoren Larin</name>
87                     <birth><date>Kleen 45th, 2 B.E.</date></birth>
88
89                     <lineage>
90                         <bloodline name='Elven' contribution='5/8' />
91                         <bloodline name='Human' contribution='3/8' />
92                     </lineage>
93                 </relation>
94                 <relation type='mother'>
95                     <name type='full'>Ani Jour</name>
96                     <birth><date>Mance 12th, 5 B.E.</date></birth>
97                     <lineage>
98                         <bloodline name='Human' contribution='7/8' />
99                         <bloodline name='Hobit' contribution='1/8' />
100                     </lineage>
101                 </relation>
102                 <relation type='sister'>
103                     <name type='full'>Ani Jour</name>
104                     <birth><date>Leist 45th, 60 B.E.</date></birth>
105                     <lineage>
106                         <bloodline name='Elven' contribution='1/8' />
107                         <bloodline name='Human' contribution='3/4' />
108                         <bloodline name='Hobit' contribution='1/8' />
109                     </lineage>
110                 </relation>
111             </family>
112         </heritage>
113
114         <factions xmlns='Character.Factions'>
115             <faction who='Elves'>
116                 <modifier value='-1'>Due to having hobit and elven blood mixed</modifier>
117                 <modifier value='+10'>For having a name that begins with Q</modifier>
118             </faction>
119         </factions>
120     </history>
121 </character>
Note: See TracBrowser for help on using the browser.