annotate orpg/templates/feature.xml @ 140:e842a5f1b775 beta

Traipse Beta 'OpenRPG' {091123-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 (Beta) Added Bookmarks Fix to Remote Admin Commands Minor fix to text based Server Fix to Pretty Print, from Core Fix to Splitter Nodes not being created Fix to massive amounts of images loading, from Core 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 default_manifest.xml renamed to default_upmana.xml Cleaner clode for saved repositories New TrueDebug Class in orpg_log (See documentation for usage) Mercurial's hgweb folder is ported to upmana Pretty important update that can help remove thousands of dead children from your gametree. Children, <forms />, <group_atts />, <horizontal />, <cols />, <rows />, <height />, etc... are all tags now. Check your gametree and look for dead children!! New Gametree Recursion method, mapping, and context sensitivity. !Infinite Loops return error instead of freezing the software! New Syntax added for custom PC sheets Tip of the Day added, from Core and community Fixed Whiteboard ID to prevent random line or text deleting. Modified ID's to prevent non updated clients from ruining the fix.
author sirebral
date Mon, 23 Nov 2009 03:36:26 -0600
parents 4385a7d0efd1
children dc74dca250d1
rev   line source
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
1 <nodehandler class="tabber_handler" icon="help" module="containers" name="Traipse OpenRPG" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
2 <nodehandler class="textctrl_handler" frame="400,400,139,110" icon="note" map="Traipse OpenRPG" module="forms" name="Node Referencing" version="1.0"><text hide_title="0" multiline="1" raw_mode="0" send_button="0">Traipse node referencing is unlike other distributions of OpenRPG. The gametree mapping is a fluid map that changes with the location of your nodes. This allows you to create a reference node that will stay with your character sheet, and if you change the location of your character sheet the reference will still work.
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
3
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
4 There are two ways of references node data. A Root Reference and a Child Reference.
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
5
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
6 A Root Reference uses this syntax:
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
7 !@Node::Child::Data@!
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
8
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
9 Root References find the data within the node first by looking at the nodes in the tree. The location of the node must be exact or you will return an Invalid Reference!
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
10
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
11 A Child Reference uses this syntax:
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
12 !!Node::Child::Data!!
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
13
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
14 Child References work from within a container. Child References obtain the map from a child node and then look for the node data using an appended Root Reference. As long as the Child Reference node remains in in the same location relative to the reference, you can move the nodes around and never need to change your references again.
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
15
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
16 Child Referencing works from within a PC Sheet node as well.
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
17
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
18 Syntax for Special PC Sheet Nodes:
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
19 The nodes for the specialized PC Sheets now have a new syntax.
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
20
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
21 Abilities:
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
22 To reference an Ability, use the name or abbreviation of the Ability.
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
23 Example: !@Mikael::Strength@!
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
24
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
25 This will return the Ability, the Ability Score, and it's Modifier.
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
26
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
27 Mod Referencing:
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
28 If you want to find the Ability Modifier only, use Ability::Mod
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
29 Example: !@Mikael::Strength::Mod@!
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
30
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
31 Ability Checks:
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
32 Ability Checks are simplified as well. Simply add Check to the reference.
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
33 Example: !@Mikael::Strength::Check@!
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
34
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
35 The new referencing features are useful if you want to refence the ability modifier in other nodes.
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
36
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
37 Skills:
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
38 Skills work the similar to Abilities. To refence a skill's ranks use the Skill syntax
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
39 Example: !@Jonethan::Skill::Jump@!
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
40
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
41 This will return the ranks you have in Jump. Skill Checks are made by appending Check to the statement.
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
42 Example: !@Jonethan::Skill::Jump::Check@!
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
43
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
44 If you want to reference the skills modifier, use the Mod syntax
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
45 Example: !@Jonethan::Skill::Jump::Mod@!
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
46
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
47 Combat:
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
48 You can now reference your attacks easily with the gametree. Using the Attack syntax you can select modifier type, and a weapon to attack with.
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
49 Example: !@Kammen-Pai::Attack::M::Dagger@!
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
50
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
51 Modifier Type:
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
52 There are two modifier types Melee (M) or Ranged(R) You will see I added can use the long word or the short hand.
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
53
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
54 Spells:
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
55 If the PC Sheet you are using has Spells and Powers, you can use the Cast syntax to cast a spell or use a power.
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
56 Example: !@Kammen-Pai::Cast::Ray of Frost@!
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
57
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
58 The data returned is the description of the spells actions. Spell actions are difficult to remember, and even harder to code, so this will at least work as an emoteable reference and a reminder of how the spell works.
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
59
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
60 Feats:
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
61 Feats will work the same way as spells. Because Feats and Spells have rulings that require such finesse it is not very easy to code them. However you will receive an easy to use reference point for what your Feat does.
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
62 Using the Feat syntax you can the description of the Feat.
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
63 Example: !@Kammen-Pai::Feat::Ability Focus@!
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
64
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
65 </text></nodehandler><nodehandler class="link_handler" icon="html" map="Traipse OpenRPG" module="forms" name="Release Notes" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
66 <link href="http://www.assembla.com/wiki/show/traipse" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
67 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
68 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG" module="forms" name="Traipse User Guide" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
69 <link href="http://www.assembla.com/wiki/show/traipse/User_Manual" />
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
70 </nodehandler>
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
71 <nodehandler class="file_loader" icon="help" map="Traipse OpenRPG" module="core" name="Load Die Roller Notes" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
72 <file name="die_roller_notes.xml" />
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
73 </nodehandler>
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
74 <nodehandler border="1" class="group_handler" cols="1" icon="gear" map="Traipse OpenRPG" module="containers" name="Templates" status="useful" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
75 <group_atts border="1" cols="1" />
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
76 <nodehandler border="1" class="group_handler" cols="1" icon="flask" map="Traipse OpenRPG::Templates" module="containers" name="Nodes" status="useful" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
77 <group_atts border="1" cols="1" />
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
78 <nodehandler class="file_loader" icon="note" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Text Box" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
79 <file name="textctrl.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
80 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
81 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New List Box" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
82 <file name="listbox.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
83 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
84 <nodehandler class="file_loader" icon="grid" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Grid" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
85 <file name="grid.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
86 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
87 <nodehandler class="file_loader" icon="html" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Web Link" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
88 <file name="link.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
89 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
90 <nodehandler class="file_loader" icon="image" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Web Image" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
91 <file name="image.xml" />
0
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>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
94 <nodehandler border="1" class="group_handler" cols="1" map="Traipse OpenRPG::Templates" module="containers" name="Containers" status="useful" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
95 <group_atts border="1" cols="1" />
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
96 <nodehandler class="file_loader" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Folder" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
97 <file name="group.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
98 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
99 <nodehandler class="file_loader" icon="tabber" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Tabber" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
100 <file name="tabber.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
101 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
102 <nodehandler class="file_loader" icon="divider" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Splitter" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
103 <file name="split.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
104 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
105 <nodehandler class="file_loader" icon="form" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Form" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
106 <file name="form.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
107 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
108 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
109 <nodehandler border="1" class="group_handler" cols="1" icon="gear" map="Traipse OpenRPG::Templates" module="containers" name="Tools" status="useful" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
110 <group_atts border="1" cols="1" />
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
111 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create New Chat Macro" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
112 <file name="macro.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
113 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
114 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create New Miniature Library Tool" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
115 <file name="minlib.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
116 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
117 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create remote node loader" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
118 <file name="urloader.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
119 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
120 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create New d20 Character Tool" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
121 <file name="d20character.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
122 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
123 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create New St*r W*rs Character Tool" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
124 <file name="StarWars_d20character.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
125 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
126 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::Tools" module="core" name="3rd Edition Character Tool" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
127 <file name="dnd3e.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
128 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
129 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::Tools" module="core" name="3.5 Tool" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
130 <file name="dnd3.5.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
131 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
132 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
133 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
134 <nodehandler border="1" class="group_handler" cols="1" icon="browser" map="Traipse OpenRPG" module="containers" name="OpenRPG+ Resources" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
135 <group_atts border="1" cols="1" />
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
136 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG+ Home Page" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
137 <link href="http://www.openrpg.com" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
138 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
139 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG Forums" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
140 <link href="http://forums.rpghost.com/forumdisplay.php?s=&amp;forumid=118" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
141 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
142 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG Plugin HQ" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
143 <link href="http://openrpg.mduo13.com/plugins.php" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
144 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
145 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG Web Ring" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
146 <link href="http://www.ringsurf.com/netring?ring=OpenRPG;action=home" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
147 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
148 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="AutoRealm" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
149 <link href="http://www.gryc.ws/autorealm.htm" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
150 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
151 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="PCGen" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
152 <link href="http://pcgen.sourceforge.net/01_overview.php" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
153 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
154 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
155 <nodehandler border="1" class="group_handler" cols="1" map="Traipse OpenRPG" module="containers" name="Examples (Adventures)" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
156 <group_atts border="1" cols="1" />
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
157 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Examples (Adventures)" module="core" name="Bastion Press d20 Adventure" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
158 <file name="Bastion_adventure.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
159 </nodehandler>
140
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
160 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Examples (Adventures)" module="core" name="Darwin&apos;s World d20 Adventure" version="1.0">
e842a5f1b775 Traipse Beta 'OpenRPG' {091123-00}
sirebral
parents: 0
diff changeset
161 <file name="Darwin_adventure.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
162 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
163 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
164 </nodehandler>