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.40 by root, Thu Sep 11 23:09:29 2008 UTC vs.
Revision 1.44 by root, Thu Jan 8 01:26:55 2009 UTC

1218 </attribute> 1218 </attribute>
1219 <attribute arch="slaying" editor="key string" type="string"> 1219 <attribute arch="slaying" editor="key string" type="string">
1220 This is the key string of the book. The key string is checked by an inventory checker. 1220 This is the key string of the book. The key string is checked by an inventory checker.
1221 (This is used eg. for the gate/port passes in scorn) 1221 (This is used eg. for the gate/port passes in scorn)
1222 </attribute> 1222 </attribute>
1223 <attribute arch="no_skill_ident" editor="no skill ident" type="bool">
1224 If this flag is true the player won't be able to identify this
1225 item with by using a skill.
1226 </attribute>
1223</type> 1227</type>
1224 1228
1225<!--####################################################################--> 1229<!--####################################################################-->
1226<type number="99" name="Boots"> 1230<type number="99" name="Boots">
1227 <import_type name="Amulet" /> 1231 <import_type name="Amulet" />
1532 of &lt;receive arch&gt;. 1536 of &lt;receive arch&gt;.
1533 </attribute> 1537 </attribute>
1534 <attribute arch_begin="msg" arch_end="endmsg" editor="description" type="text"> 1538 <attribute arch_begin="msg" arch_end="endmsg" editor="description" type="text">
1535 This text may contain a description of the converter. 1539 This text may contain a description of the converter.
1536 </attribute> 1540 </attribute>
1541 <attribute arch="precious" editor="output unpaid" type="bool">
1542 If the converter has this flag set the generated items will
1543 be flagged as unpaid. Useful if you want to make a converter in a shop.
1544 (For instance for 'dragon scale' to 'dragon shield' converters in some
1545 armour shops.)
1546 </attribute>
1537</type> 1547</type>
1538 1548
1539<!--####################################################################--> 1549<!--####################################################################-->
1540<type number="42" name="Creator"> 1550<type number="42" name="Creator">
1541 <ignore> 1551 <ignore>
1627 &speed_left; 1637 &speed_left;
1628 <attribute arch="speed_left" editor="speed left" type="float"> 1638 <attribute arch="speed_left" editor="speed left" type="float">
1629 The speed left. This value is incremented by &lt;speed&gt; on every tick. 1639 The speed left. This value is incremented by &lt;speed&gt; on every tick.
1630 If it is larger than 0, the detector checks, and the speed is decremented 1640 If it is larger than 0, the detector checks, and the speed is decremented
1631 by 1. 1641 by 1.
1642 </attribute>
1643</type>
1644
1645<!--####################################################################-->
1646<type number="164" name="Map Script">
1647 <ignore>
1648 <ignore_list name="system_object" />
1649 </ignore>
1650 <description><![CDATA[
1651 The map script object is a very special object that can react to connected
1652 events and executes a perl script.
1653 ]]>
1654 </description>
1655 <use><![CDATA[
1656 The perl script gets passed an $activator object and can use the set/get/find/timer functions
1657 to react to/trigger other objects.
1658 ]]>
1659 </use>
1660 <attribute arch="connected" editor="connection" type="int">
1661 When the map script object is triggered, it will execute
1662 the perl script with the triggering object as $activator.
1663 </attribute>
1664 &activate_on;
1665 <attribute arch_begin="msg" arch_end="endmsg" editor="script" type="text">
1666 This perl script will be executed each time the objetc is triggered.
1632 </attribute> 1667 </attribute>
1633</type> 1668</type>
1634 1669
1635<!--####################################################################--> 1670<!--####################################################################-->
1636<type number="112" name="Director"> 1671<type number="112" name="Director">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines