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.39 by root, Wed Aug 27 03:43:50 2008 UTC vs.
Revision 1.44 by root, Thu Jan 8 01:26:55 2009 UTC

778 This text may describe the object. 778 This text may describe the object.
779 </attribute> 779 </attribute>
780</type> 780</type>
781 781
782<!--####################################################################--> 782<!--####################################################################-->
783<!-- former typ 110, which is 'inscribable' in deliantra, and was never used in cf afaik -->
783<type number="110" name="Ability"> 784<type number="999" name="Ability">
784 <ignore> 785 <ignore>
785 <ignore_list name="system_object" /> 786 <ignore_list name="system_object" />
786 </ignore> 787 </ignore>
787 <description><![CDATA[ 788 <description><![CDATA[
788 Abilities are to be put in a monster's inventory. They grant monsters the 789 Abilities are to be put in a monster's inventory. They grant monsters the
1217 </attribute> 1218 </attribute>
1218 <attribute arch="slaying" editor="key string" type="string"> 1219 <attribute arch="slaying" editor="key string" type="string">
1219 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.
1220 (This is used eg. for the gate/port passes in scorn) 1221 (This is used eg. for the gate/port passes in scorn)
1221 </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>
1222</type> 1227</type>
1223 1228
1224<!--####################################################################--> 1229<!--####################################################################-->
1225<type number="99" name="Boots"> 1230<type number="99" name="Boots">
1226 <import_type name="Amulet" /> 1231 <import_type name="Amulet" />
1531 of &lt;receive arch&gt;. 1536 of &lt;receive arch&gt;.
1532 </attribute> 1537 </attribute>
1533 <attribute arch_begin="msg" arch_end="endmsg" editor="description" type="text"> 1538 <attribute arch_begin="msg" arch_end="endmsg" editor="description" type="text">
1534 This text may contain a description of the converter. 1539 This text may contain a description of the converter.
1535 </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>
1536</type> 1547</type>
1537 1548
1538<!--####################################################################--> 1549<!--####################################################################-->
1539<type number="42" name="Creator"> 1550<type number="42" name="Creator">
1540 <ignore> 1551 <ignore>
1626 &speed_left; 1637 &speed_left;
1627 <attribute arch="speed_left" editor="speed left" type="float"> 1638 <attribute arch="speed_left" editor="speed left" type="float">
1628 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.
1629 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
1630 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.
1631 </attribute> 1667 </attribute>
1632</type> 1668</type>
1633 1669
1634<!--####################################################################--> 1670<!--####################################################################-->
1635<type number="112" name="Director"> 1671<type number="112" name="Director">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines