ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/res/types.xml
(Generate patch)

Comparing deliantra/Deliantra/res/types.xml (file contents):
Revision 1.20 by elmex, Thu Aug 31 21:09:33 2006 UTC vs.
Revision 1.21 by elmex, Wed Dec 20 19:19:05 2006 UTC

1452 <ignore_list name="system_object" /> 1452 <ignore_list name="system_object" />
1453 </ignore> 1453 </ignore>
1454 <description><![CDATA[ 1454 <description><![CDATA[
1455 A creator is an object which creates another object when it 1455 A creator is an object which creates another object when it
1456 is triggered. The child object can be anything. Creators are 1456 is triggered. The child object can be anything. Creators are
1457 VERY useful for all kinds of map-mechanisms. ]]> 1457 VERY useful for all kinds of map-mechanisms. They can even
1458 periodically create things. ]]>
1458 </description> 1459 </description>
1459 <use><![CDATA[ 1460 <use><![CDATA[
1460 Don't hesitate to hide your creators under the floor. 1461 Don't hesitate to hide your creators under the floor.
1461 The created items will still always appear ontop of the floor. ]]> 1462 The created items will still always appear ontop of the floor. ]]>
1462 </use> 1463 </use>
1474 </attribute> 1475 </attribute>
1475 &activate_on; 1476 &activate_on;
1476 <attribute arch="lifesave" editor="infinit uses" type="bool"> 1477 <attribute arch="lifesave" editor="infinit uses" type="bool">
1477 If &lt;infinit uses&gt; is set, the creator will work 1478 If &lt;infinit uses&gt; is set, the creator will work
1478 infinitely, regardless of the value in &lt;number of uses&gt;. 1479 infinitely, regardless of the value in &lt;number of uses&gt;.
1480 </attribute>
1481 <attribute arch="speed" editor="speed" type="float">
1482 When this field is set the creator will periodically create stuff
1483 (and will still do so when the connection is triggered).
1484 A value of 1 means roughly 8 times a second.
1479 </attribute> 1485 </attribute>
1480 <attribute arch="hp" editor="number of uses" type="int"> 1486 <attribute arch="hp" editor="number of uses" type="int">
1481 The creator can be triggered &lt;number of uses&gt; times, thus 1487 The creator can be triggered &lt;number of uses&gt; times, thus
1482 creating that many objects, before it dissappears. 1488 creating that many objects, before it dissappears.
1483 Default is &lt;number of uses&gt; 1 (-&gt; one-time usage). 1489 Default is &lt;number of uses&gt; 1 (-&gt; one-time usage).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines