annotate orpg/templates/feature.xml @ 143:dc74dca250d1 alpha

Traipse Alpha 'OpenRPG' {091123-02} 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 (Cleaning up for 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 19:52:56 -0600
parents b4e02e8cd314
children c2caca988a11
rev   line source
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
1 <nodehandler class="tabber_handler" icon="help" module="containers" name="Traipse OpenRPG" version="1.0">
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
2 <nodehandler border="1" class="group_handler" cols="1" icon="labtop" map="Traipse OpenRPG" module="containers" name="User Manual" version="1.0">
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
3 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::User Manual" module="forms" name="Traipse User Guide" version="1.0">
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
4 <link href="http://www.assembla.com/wiki/show/traipse/User_Manual" />
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
5 </nodehandler>
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
6 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::User Manual" module="forms" name="Release Notes" version="1.0">
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
7 <link href="http://www.assembla.com/wiki/show/traipse" />
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
8 </nodehandler>
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
9 <nodehandler class="textctrl_handler" frame="400,400,139,110" icon="note" map="Traipse OpenRPG::User Manual" 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
10
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
11 (Note: Renaming your node causes problems with the mapping until you restart the software. You can just move the node and the software will reset the map)
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
12
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
13 Reference Types:
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
14 There are two ways of references node data. A Root Reference and a Child Reference.
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
15
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
16 Root Reference: A node reference that starts at the gametree. The location of the node must be exact or you will return an Invalid Reference!
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
17
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
18 A Root Reference uses this syntax:
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
19 !@Node::Child::Data@!
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
20
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
21 Child Reference: a node reference syntax that starts by looking at within the current container node. As long as the Child Reference is in the same container as the node, the container can change location and the reference will not be damaged. Child References work from within a PC Sheet node as well.
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
22
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
23 A Child Reference uses this syntax:
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
24 !!Node::Child::Data!!
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
25
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
26 Syntax for Special PC Sheet Nodes:
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
27 The nodes for the specialized PC Sheets now have a new syntax.
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
28
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
29 Skills, Saves, and Abilities:
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
30 Skills, Saves, and Abilities all have a similar referencing syntax. You can return the base value of each by using the correct syntax.
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
31 Examples:
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
32 !@Jonethan::Skill::Jump@! (Returns Jump ranks)
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
33 !@Mikael::Strength@! (Returns Ability Score and Mod)
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
34 !@Draj::Will@! (Returns Will Save and Mod)
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
35
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
36 (Saves and Abilities have a short hand and a long hand. Abilities can use the three letter abbreviation, while saves short hand are Fort, Ref, and Will)
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
37
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
38 You can append Check to check each of these against a 1d20 roll, or you can append Mod to discover the Modifier. The Mod can be useful in other nodes
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
39
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
40 Combat:
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
41 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.
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
42 Example: !@Kammen-Pai::Attack::M::Dagger@!
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
43
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
44 Modifier Type:
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
45 There are two modifier types Melee (M) or Ranged (R) You will see I added can use the long word or the short hand.
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
46
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
47 Powers, Spells and Feats:
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
48 Power, Spells and Feats are hard to sometimes hard to remember, and even harder to code. The use of the Power, Spell or Feat syntax serves as an emote of what you are doing, as well as a reminder of what your Power, Spell, or Feat does.
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
49
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
50 Examples:
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
51 !@Kammen-Pai::Cast::Ray of Frost@!
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
52 !@Kammen-Pai::Feat::Ability Focus@!
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
53
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
54 </text></nodehandler><nodehandler class="textctrl_handler" frame="400,400,350,33" icon="note" map="Traipse OpenRPG::User Manual" module="forms" name="Gametree Additions &amp; Tips" version="1.0"><text hide_title="0" multiline="1" raw_mode="0" send_button="0">With the new additions to the gametree using nodes has never been easier nor has it ever been more fluid. Included here is a list of the additions to the gametree referencing model as well as some tips on how to make the gametree work the way it was intended.
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
55
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
56 Grid Nodes:
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
57 Grid nodes are now referenceable with the coordinates of the grid. Example: !@Grid::(0,0)@!
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
58 The example will return the top left most cell data. The grid understands coordinates like this (Row, Column)
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
59
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
60 Grid nodes can reference node data just like any other node can. With a new added feature grids are even more useful. By using a new die rolling syntax you can draw just the number of the modified roll. While this will not pass during game play, you can use it with the grid node to create a random chart. The new die roll syntax is [#XdY].
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
61
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
62 # works just like q, yet it returns only the modified die result. Here is an example with a 3 x 3 Grid
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
63 Example: !@Grid::([#1d3-1], [#1d3-1])@!
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
64
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
65 The result will be a random event from the grid.
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
66
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
67 Bonus: Make a 52 Card deck with 4 columns and 13 rows. (4 * 13 = 52)
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
68
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
69 List Nodes:
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
70 List nodes now have a check box that allows users to send the content as a macro. List nodes are a prime reference holder because users can place a lot of references into one small node.
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
71
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
72 For the best results from a list node my tip to users would be to create a list node and place it inside the character sheet they are using. Then all references will use the Child Referencing syntax, but the character sheet can go anywhere in the tree and the player will have easy access to all the references.
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
73
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
74 Here is an example of a Fortitude save inside the recommended list node: !!Fort::Check!!
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
75
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
76 Text Nodes:
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
77 Text nodes remain little changed. I agree with all the 1.7.1 users who tell me, if it's not broke don't fix it. With that in mind I have some good tips for text nodes.
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
78
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
79 Text nodes can be used in conjuction with the new grid features to create random encounters. A GM could place a list of text nodes into a folder and the grid could reference them.
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
80
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
81 Text nodes also work great when you need to have story text at hand that you don't want to type out during play.</text></nodehandler><group_atts border="1" cols="1" />
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
82 </nodehandler><nodehandler class="file_loader" icon="help" map="Traipse OpenRPG" module="core" name="Load Die Roller Notes" version="1.0">
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
83 <file name="die_roller_notes.xml" />
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
84 </nodehandler>
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
85 <nodehandler border="1" class="group_handler" cols="1" icon="gear" map="Traipse OpenRPG" module="containers" name="Templates" status="useful" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
86 <group_atts border="1" cols="1" />
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
87 <nodehandler border="1" class="group_handler" cols="1" icon="flask" map="Traipse OpenRPG::Templates" module="containers" name="Nodes" status="useful" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
88 <group_atts border="1" cols="1" />
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
89 <nodehandler class="file_loader" icon="note" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Text Box" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
90 <file name="textctrl.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
91 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
92 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New List Box" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
93 <file name="listbox.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
94 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
95 <nodehandler class="file_loader" icon="grid" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Grid" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
96 <file name="grid.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
97 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
98 <nodehandler class="file_loader" icon="html" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Web Link" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
99 <file name="link.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
100 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
101 <nodehandler class="file_loader" icon="image" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Web Image" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
102 <file name="image.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
103 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
104 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
105 <nodehandler border="1" class="group_handler" cols="1" map="Traipse OpenRPG::Templates" module="containers" name="Containers" status="useful" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
106 <group_atts border="1" cols="1" />
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
107 <nodehandler class="file_loader" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Folder" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
108 <file name="group.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
109 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
110 <nodehandler class="file_loader" icon="tabber" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Tabber" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
111 <file name="tabber.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
112 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
113 <nodehandler class="file_loader" icon="divider" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Splitter" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
114 <file name="split.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
115 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
116 <nodehandler class="file_loader" icon="form" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Form" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
117 <file name="form.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
118 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
119 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
120 <nodehandler border="1" class="group_handler" cols="1" icon="gear" map="Traipse OpenRPG::Templates" module="containers" name="Tools" status="useful" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
121 <group_atts border="1" cols="1" />
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
122 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create New Chat Macro" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
123 <file name="macro.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
124 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
125 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create New Miniature Library Tool" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
126 <file name="minlib.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
127 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
128 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create remote node loader" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
129 <file name="urloader.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
130 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
131 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create New d20 Character Tool" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
132 <file name="d20character.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
133 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
134 <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">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
135 <file name="StarWars_d20character.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
136 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
137 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::Tools" module="core" name="3rd Edition Character Tool" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
138 <file name="dnd3e.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
139 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
140 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::Tools" module="core" name="3.5 Tool" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
141 <file name="dnd3.5.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
142 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
143 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
144 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
145 <nodehandler border="1" class="group_handler" cols="1" icon="browser" map="Traipse OpenRPG" module="containers" name="OpenRPG+ Resources" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
146 <group_atts border="1" cols="1" />
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
147 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG+ Home Page" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
148 <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
149 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
150 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG Forums" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
151 <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
152 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
153 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG Plugin HQ" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
154 <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
155 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
156 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG Web Ring" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
157 <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
158 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
159 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="AutoRealm" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
160 <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
161 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
162 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="PCGen" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
163 <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
164 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
165 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
166 <nodehandler border="1" class="group_handler" cols="1" map="Traipse OpenRPG" module="containers" name="Examples (Adventures)" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
167 <group_atts border="1" cols="1" />
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
168 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Examples (Adventures)" module="core" name="Bastion Press d20 Adventure" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
169 <file name="Bastion_adventure.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
170 </nodehandler>
136
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
171 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Examples (Adventures)" module="core" name="Darwin&apos;s World d20 Adventure" version="1.0">
b4e02e8cd314 Traipse Alpha 'OpenRPG' {091016-00}
sirebral
parents: 0
diff changeset
172 <file name="Darwin_adventure.xml" />
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
173 </nodehandler>
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
174 </nodehandler>
143
dc74dca250d1 Traipse Alpha 'OpenRPG' {091123-02}
sirebral
parents: 136
diff changeset
175 </nodehandler>