annotate orpg/templates/nodes/d20wizards.xml @ 167:5c9a118476b2 alpha

Traipse Alpha 'OpenRPG' {091210-00} 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 (Keeping up with Beta) New Features: Added Bookmarks Added 'boot' command to remote admin Added confirmation window for sent nodes Minor changes to allow for portability to an OpenSUSE linux OS Miniatures Layer pop up box allows users to turn off Mini labels, from FlexiRPG Zoom Mouse plugin added Images added to Plugin UI Switching to Element Tree Map efficiency, from FlexiRPG Added Status Bar to Update Manager New TrueDebug Class in orpg_log (See documentation for usage) Portable Mercurial Tip of the Day added, from Core and community New Reference Syntax added for custom PC sheets New Child Reference for gametree New Parent Reference for gametree New Gametree Recursion method, mapping, context sensitivity, and effeciency.. New Features node with bonus nodes and Node Referencing help added Dieroller structure from Core Added 7th Sea die roller method; ie [7k3] = [7d10.takeHighest(3).open(10)] New 'Mythos' System die roller added Added new vs. die roller method for WoD; ie [3v3] = [3d10.vs(3)]. Includes support for Mythos roller Fixes: Fix to Text based Server Fix to Remote Admin Commands Fix to Pretty Print, from Core Fix to Splitter Nodes not being created Fix to massive amounts of images loading, from Core Fix to Map from gametree not showing to all clients Fix to gametree about menus Fix to Password Manager check on startup Fix to PC Sheets from tool nodes. They now use the tabber_panel Fixed Whiteboard ID to prevent random line or text deleting. Modified ID's to prevent non updated clients from ruining the fix. default_manifest.xml renamed to default_upmana.xml Fix to Update Manager; cleaner clode for saved repositories Fixes made to Settings Panel and no reactive settings when Ok is pressed Fixes to Alternity roller's attack roll. Uses a simple Tuple instead of a Splice
author sirebral
date Thu, 10 Dec 2009 10:53:33 -0600
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
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
2 <nodehandler class="static_handler" icon="flask" module="core" name="d20 Wizards">
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
3 <nodehandler class="node_loader" icon="knight" module="core" name="New d20 character Tool">
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
4 <nodehandler class="d20char_handler" icon="knight" module="d20" name="d20 character">
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
5 <general>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
6 <name>Player Name</name>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
7 <player>Your Name</player>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
8 <race>none</race>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
9 <alignment abbr="LG">none</alignment>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
10 <deity>none</deity>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
11 <size acmodifier="0">none</size>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
12 <height>none</height>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
13 <weight>none</weight>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
14 <age>none</age>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
15 <gender>none</gender>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
16 <eyes>none</eyes>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
17 <hair>none</hair>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
18 <speed>30</speed>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
19 </general>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
20 <classes level="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
21 <abilities>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
22 <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
23 <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
24 <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
25 <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
26 <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
27 <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
28 </abilities>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
29 <saves>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
30 <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
31 <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
32 <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
33 </saves>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
34 <hp current="0" max="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
35 <skills>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
36 <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
37 <skill armorcheck="0" crossclass="0" misc="0" name="Animal Empathy" rank="0" stat="Cha" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
38 <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
39 <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
40 <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
41 <skill armorcheck="1" crossclass="1" 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
42 <skill armorcheck="0" crossclass="0" misc="0" name="Concetration" rank="0" stat="Con" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
43 <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
44 <skill armorcheck="0" crossclass="0" misc="0" name="Decipher Script" rank="0" stat="Int" untrained="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
45 <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
46 <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
47 <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
48 <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
49 <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
50 <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
51 <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
52 <skill armorcheck="0" crossclass="0" misc="0" name="Heal" rank="0" stat="Wis" untrained="1"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
53 <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
54 <skill armorcheck="0" crossclass="0" misc="0" name="Innuendo" rank="0" stat="Wis" untrained="0"/>
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="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
56 <skill armorcheck="0" crossclass="0" misc="0" name="Intuit Direction" rank="0" stat="Wis" untrained="0"/>
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="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
58 <skill armorcheck="0" crossclass="0" misc="0" name="Knowledge: Arcana" rank="0" stat="Int" untrained="0"/>
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="Knowledge: Architecture and Engineering" rank="0" stat="Int" 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="Knowledge: Geography" 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="Knowledge: History" 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="Knowledge: Local" rank="0" stat="Int" untrained="0"/>
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="Knowledge: Nature" 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="Knowledge: Nobility and Royalty" rank="0" stat="Int" untrained="0"/>
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="Knowledge: The Planes" rank="0" stat="Int" untrained="0"/>
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="Knowledge: Religion" 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="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
68 <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
69 <skill armorcheck="0" crossclass="0" misc="0" name="Open Lock" rank="0" stat="Dex" untrained="0"/>
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="Perform" 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="Pick Pocket" 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="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
73 <skill armorcheck="0" crossclass="0" misc="0" name="Read Lips" rank="0" stat="Int" untrained="0"/>
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="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
75 <skill armorcheck="0" crossclass="0" misc="0" name="Scry" 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="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
77 <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
78 <skill armorcheck="0" crossclass="0" misc="0" name="Spellcraft" 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="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
80 <skill armorcheck="0" 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
81 <skill armorcheck="1" crossclass="0" misc="0" name="Tumble" rank="0" stat="Dex" 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="Use Magic Device" rank="0" stat="Cha" untrained="0"/>
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="Use Rope" rank="0" stat="Dex" untrained="1"/>
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="Wilderness Lore" 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 </skills>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
86 <feats/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
87 <attacks>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
88 <melee base="0" misc="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
89 <ranged base="0" misc="0"/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
90 </attacks>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
91 <ac misc="" natural=""/>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
92 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
93 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
94 </nodehandler>