annotate orpg/templates/nodes/StarWars_d20character.xml @ 220:9611ba80cf99 alpha

Traipse Alpha 'OpenRPG' {100501-01} Traipse is a distribution of OpenRPG that is designed to be easy to setup and go. Traipse also makes it easy for developers to work on code without fear of sacrifice. 'Ornery-Orc' continues the trend of 'Grumpy' and adds fixes to the code. 'Ornery-Orc's main goal is to offer more advanced features and enhance the productivity of the user. Update Summary (Patch-2) Moving to Beta!! New Features: New Namespace method with two new syntaxes New Namespace Internal is context sensitive, always! New Namespace External is 'as narrow as you make it' New Namespace FutureCheck helps ensure you don't receive an incorrect node New PluginDB access for URL2Link plugin New to Forms, they now show their content in Design Mode New to Update Manager, checks Repo for updates on software start New to Mini Lin node, change title in design mode New to Game Tree, never lose a node, appends a number to the end of corrupted trees New to Server GUI, Traipse Suite's Debug Console Updates: Update to White Board layer, uses a pencil image for color button Update to Grid Layer, uses a grid image for color button Update to Chat Window, size of drop down menus Update to default lobby message Update to template Text node Update to 4e PC Sheet node Fixes: Fix to Server GUI startup errors Fix to Server GUI Rooms tab updating Fix to Chat and Settings if non existant die roller is picked Fix to Dieroller and .open() used with .vs(). Successes are correctly calculated Fix to Alias Lib's Export to Tree, Open, Save features Fix to alias node, now works properly Fix to Splitter node, minor GUI cleanup Fix to Backgrounds not loading through remote loader Fix to Node name errors Fix to rolling dice in chat Whispers Fix to Splitters Sizing issues Fix to URL2Link plugin, modified regex compilation should remove memory leak Fix to mapy.py, a roll back due to zoomed grid issues Fix to whiteboard_handler, Circles work by you clicking the center of the circle Fix to Servers parse_incoming_dom which was outdated and did not respect XML Fix to a broken link in the server welcome message Fix to InterParse and logger requiring traceback Fix to Update Manager Status Bar Fix to failed image and erroneous pop up Fix to Mini Lib node that was preventing use Fix to plugins that parce dice but did not call InterParse Fix to nodes for name changing by double click Fix to Game Tree, node ordering on drag and drop corrected Fix to Game Tree, corrupted error message was not showing Fix to Update Manager, checks for internet connection Fix to Update Manager, Auto Update corrections
author sirebral
date Sat, 01 May 2010 03:21:26 -0500
parents 4385a7d0efd1
children
rev   line source
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
1 <nodehandler class="SWd20char_handler" icon="knight" module="StarWarsd20" name="Star Wars Character" version="1.0">
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
2 <howtouse version="1.0">
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
3 <howto>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
4 To use this you do:
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
5
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
6 To use this you just need to add all the stuff you wish, set your stats ect, then click on the
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
7 +(plus) next too the gears, and right click. This will cause it to roll what is needed to roll
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
8
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
9 In the attaks section Base2 - Base6 are for additional attacks at a diff base then your first
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
10 If you set these, it will automaticly roll the additional attacks for each base you set when
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
11 you right click on the weapon you wish to attack with.
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
12
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
13 If you are having problems selecting spells, please verify that your class level is high enough
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
14 to use the spell you want to add, and that the spell is in the list.
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
15 </howto>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
16 </howtouse>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
17 <general version="1.0">
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
18 <name>Player Name</name>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
19 <player>Your Name</player>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
20 <race>none</race>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
21 <size acmodifier="0">none</size>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
22 <height>none</height>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
23 <weight>none</weight>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
24 <age>none</age>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
25 <gender>none</gender>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
26 <eyes>none</eyes>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
27 <hair>none</hair>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
28 <speed>30</speed>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
29 <currentxp>0</currentxp>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
30 <xptolevel>1000</xptolevel>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
31 </general>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
32 <classes level="0" version="1.0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
33 <abilities version="1.0">
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
34 <stat abbr="Str" base="0" name="Strength"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
35 <stat abbr="Dex" base="0" name="Dexterity"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
36 <stat abbr="Con" base="0" name="Constitution"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
37 <stat abbr="Int" base="0" name="Intelligence"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
38 <stat abbr="Wis" base="0" name="Wisdom"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
39 <stat abbr="Cha" base="0" name="Charisma"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
40 </abilities>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
41 <saves version="1.0">
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
42 <save base="0" magmod="0" miscmod="0" name="Fortitude" stat="Con"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
43 <save base="0" magmod="0" miscmod="0" name="Reflex" stat="Dex"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
44 <save base="0" magmod="0" miscmod="0" name="Will" stat="Wis"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
45 </saves>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
46 <inventory version="1.0">
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
47 <credits>0</credits>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
48 </inventory>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
49 <skills version="1.0">
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
50 <skill armorcheck="0" crossclass="0" misc="0" name="Affect Mind" rank="0" stat="Cha" untrained="1" feat="Alter"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
51 <skill armorcheck="0" crossclass="0" misc="0" name="Alchemy" rank="0" stat="Int" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
52 <skill armorcheck="0" crossclass="0" misc="0" name="Appraise" rank="0" stat="Int" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
53 <skill armorcheck="0" crossclass="0" misc="0" name="Astrogate" rank="0" stat="Int" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
54 <skill armorcheck="1" crossclass="0" misc="0" name="Balance" rank="0" stat="Dex" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
55 <skill armorcheck="0" crossclass="0" misc="0" name="Battlemind" rank="0" stat="Con" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
56 <skill armorcheck="0" crossclass="0" misc="0" name="Bluff" rank="0" stat="Cha" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
57 <skill armorcheck="1" crossclass="0" misc="0" name="Climb" rank="0" stat="Str" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
58 <skill armorcheck="0" crossclass="0" misc="0" name="Computer Use" rank="0" stat="Int" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
59 <skill armorcheck="0" crossclass="0" misc="0" name="Control Mind" rank="0" stat="Cha" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
60 <skill armorcheck="0" crossclass="0" misc="0" name="Craft" rank="0" stat="Int" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
61 <skill armorcheck="0" crossclass="0" misc="0" name="Demolitions" rank="0" stat="Int" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
62 <skill armorcheck="0" crossclass="0" misc="0" name="Diplomacy" rank="0" stat="Cha" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
63 <skill armorcheck="0" crossclass="0" misc="0" name="Disable Device" rank="0" stat="Int" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
64 <skill armorcheck="0" crossclass="0" misc="0" name="Disguise" rank="0" stat="Cha" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
65 <skill armorcheck="0" crossclass="0" misc="0" name="Drain Energy" rank="0" stat="Con" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
66 <skill armorcheck="0" crossclass="0" misc="0" name="Drain Knowledge" rank="0" stat="Int" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
67 <skill armorcheck="0" crossclass="0" misc="0" name="Empathy" rank="0" stat="Wis" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
68 <skill armorcheck="0" crossclass="0" misc="0" name="Enhance Ability" rank="0" stat="Con" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
69 <skill armorcheck="0" crossclass="0" misc="0" name="Enhance Senses" rank="0" stat="Wis" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
70 <skill armorcheck="0" crossclass="0" misc="0" name="Entertain" rank="0" stat="Cha" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
71 <skill armorcheck="1" crossclass="0" misc="0" name="Escape Artist" rank="0" stat="Dex" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
72 <skill armorcheck="0" crossclass="0" misc="0" name="Farseeing" rank="0" stat="Wis" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
73 <skill armorcheck="0" crossclass="0" misc="0" name="Fear" rank="0" stat="Wis" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
74 <skill armorcheck="0" crossclass="0" misc="0" name="Force Defense" rank="0" stat="Con" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
75 <skill armorcheck="0" crossclass="0" misc="0" name="Force Grip" rank="0" stat="Int" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
76 <skill armorcheck="0" crossclass="0" misc="0" name="Force Lightning" rank="0" stat="Int" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
77 <skill armorcheck="0" crossclass="0" misc="0" name="Force Stealth" rank="0" stat="Cha" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
78 <skill armorcheck="0" crossclass="0" misc="0" name="Force Strike" rank="0" stat="Int" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
79 <skill armorcheck="0" crossclass="0" misc="0" name="Forgery" rank="0" stat="Int" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
80 <skill armorcheck="0" crossclass="0" misc="0" name="Friendship" rank="0" stat="Cha" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
81 <skill armorcheck="0" crossclass="0" misc="0" name="Gamble" rank="0" stat="Wis" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
82 <skill armorcheck="0" crossclass="0" misc="0" name="Gather Information" rank="0" stat="Cha" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
83 <skill armorcheck="0" crossclass="0" misc="0" name="Handle Animal" rank="0" stat="Cha" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
84 <skill armorcheck="0" crossclass="0" misc="0" name="Heal Another" rank="0" stat="Wis" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
85 <skill armorcheck="0" crossclass="0" misc="0" name="Heal Self" rank="0" stat="Cha" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
86 <skill armorcheck="1" crossclass="0" misc="0" name="Hide" rank="0" stat="Dex" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
87 <skill armorcheck="0" crossclass="0" misc="0" name="Illusion" rank="0" stat="Cha" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
88 <skill armorcheck="0" crossclass="0" misc="0" name="Intimidate" rank="0" stat="Cha" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
89 <skill armorcheck="1" crossclass="0" misc="0" name="Jump" rank="0" stat="Str" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
90 <skill armorcheck="0" crossclass="0" misc="0" name="Knowledge" rank="0" stat="Int" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
91 <skill armorcheck="0" crossclass="0" misc="0" name="Listen" rank="0" stat="Wis" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
92 <skill armorcheck="0" crossclass="0" misc="0" name="Move Object" rank="0" stat="Int" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
93 <skill armorcheck="1" crossclass="0" misc="0" name="Move Silently" rank="0" stat="Dex" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
94 <skill armorcheck="0" crossclass="0" misc="0" name="Pilot" rank="0" stat="Dex" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
95 <skill armorcheck="0" crossclass="0" misc="0" name="Profession" rank="0" stat="Wis" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
96 <skill armorcheck="0" crossclass="0" misc="0" name="Read/Write Language" rank="0" stat="Int" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
97 <skill armorcheck="0" crossclass="0" misc="0" name="Repair" rank="0" stat="Int" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
98 <skill armorcheck="0" crossclass="0" misc="0" name="Ride" rank="0" stat="Dex" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
99 <skill armorcheck="0" crossclass="0" misc="0" name="Search" rank="0" stat="Int" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
100 <skill armorcheck="0" crossclass="0" misc="0" name="See Force" rank="0" stat="Wis" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
101 <skill armorcheck="0" crossclass="0" misc="0" name="Sense Motive" rank="0" stat="Wis" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
102 <skill armorcheck="1" crossclass="0" misc="0" name="Sleight of Hand" rank="0" stat="Dex" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
103 <skill armorcheck="0" crossclass="0" misc="0" name="Speak Language" rank="0" stat="Int" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
104 <skill armorcheck="0" crossclass="0" misc="0" name="Spot" rank="0" stat="Wis" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
105 <skill armorcheck="0" crossclass="0" misc="0" name="Survival" rank="0" stat="Wis" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
106 <skill armorcheck="1" crossclass="0" misc="0" name="Swim" rank="0" stat="Str" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
107 <skill armorcheck="0" crossclass="0" misc="0" name="Telepathy" rank="0" stat="Wis" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
108 <skill armorcheck="0" crossclass="0" misc="0" name="Transfer Essence" rank="0" stat="Cha" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
109 <skill armorcheck="0" crossclass="0" misc="0" name="Treat Injury" rank="0" stat="Wis" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
110 <skill armorcheck="1" crossclass="0" misc="0" name="Tumble" rank="0" stat="Dex" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
111 </skills>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
112 <feats version="1.0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
113 <wp current="0" max="0" version="1.0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
114 <vp current="0" max="0" version="1.0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
115 <attacks version="1.0">
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
116 <melee base="0" fifth="0" forth="0" misc="0" second="0" sixth="0" third="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
117 <ranged base="0" fifth="0" forth="0" misc="0" second="0" sixth="0" third="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
118 </attacks>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
119 <ac misc="" natural="" version="1.0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
120 </nodehandler>