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.57 by root, Mon Oct 26 11:26:20 2009 UTC

101 length CDATA #IMPLIED 101 length CDATA #IMPLIED
102 true CDATA #IMPLIED 102 true CDATA #IMPLIED
103 false CDATA #IMPLIED> 103 false CDATA #IMPLIED>
104 104
105 <!ENTITY move_on " 105 <!ENTITY move_on "
106 <attribute arch='move_on' editor='movement type' type='movement_type'> 106 <attribute arch='move_on' editor='movement on' type='movement_type'>
107 Which movement types automatically (as opposed to manually) activate this object. 107 Which movement types automatically (as opposed to manually) activate this object.
108 </attribute> 108 </attribute>
109 "> 109 ">
110 <!ENTITY move_off " 110 <!ENTITY move_off "
111 <attribute arch='move_off' editor='movement type' type='movement_type'> 111 <attribute arch='move_off' editor='movement off' type='movement_type'>
112 Which movement types deactivate this object (e.g. button). 112 Which movement types deactivate this object (e.g. button).
113 </attribute> 113 </attribute>
114 "> 114 ">
115 <!ENTITY move_type " 115 <!ENTITY move_type "
116 <attribute arch='move_type' editor='movement type' type='movement_type'> 116 <attribute arch='move_type' editor='movement type' type='movement_type'>
117 Determines which kinds of movement this object can use (e.g. for monsters) 117 Determines which kinds of movement this object can use (e.g. for monsters)
118 or grants (e.g. for amulets). 118 or grants (e.g. for amulets).
119 </attribute> 119 </attribute>
120 "> 120 ">
121 <!ENTITY movement_types_terrain " 121 <!ENTITY move_block "
122 <attribute arch='move_block' editor='blocked movement' type='movement_type'> 122 <attribute arch='move_block' editor='blocked movement' type='movement_type'>
123 Objects using these movement types cannot move over this space. 123 Objects using these movement types cannot move over this space.
124 </attribute> 124 </attribute>
125 ">
126 <!ENTITY movement_types_terrain "
127 &move_block;
125 <attribute arch='move_allow' editor='allowed movement' type='movement_type'> 128 <attribute arch='move_allow' editor='allowed movement' type='movement_type'>
126 Objects using these movement types are allowed to move over this space. Takes 129 Objects using these movement types are allowed to move over this space. Takes
127 precedence over 'blocked movements'. 130 precedence over 'blocked movements'.
128 </attribute> 131 </attribute>
129 <attribute arch='move_slow' editor='slowed movement' type='movement_type'> 132 <attribute arch='move_slow' editor='slowed movement' type='movement_type'>
349 &player_res_desc; 352 &player_res_desc;
350 </attribute> 353 </attribute>
351 </section> 354 </section>
352 "> 355 ">
353 356
357 <!ENTITY match_compat "
358 If the string starts with 'match ', then it is interpreted
359 as a match expression (e.g. 'match type=POTION', or 'match type=SPELL
360 in applied type=CONTAINER in inv in originator'). For details, see
361 http://pod.tst.eu/http://cvs.schmorp.de/deliantra/server/lib/cf/match.pm
362 ">
354]> 363]>
355 364
356<types> 365<types>
357 366
358<!--###################### bitmask definitions ######################--> 367<!--###################### bitmask definitions ######################-->
674 usually inevitable. 683 usually inevitable.
675 </attribute> 684 </attribute>
676 <attribute arch="glow_radius" editor="glow radius" type="int"> 685 <attribute arch="glow_radius" editor="glow radius" type="int">
677 If &lt;glow radius&gt; is set to a value greater zero, the object 686 If &lt;glow radius&gt; is set to a value greater zero, the object
678 appears lit up on dark maps. &lt;glow radius&gt; can be a value 687 appears lit up on dark maps. &lt;glow radius&gt; can be a value
679 between 0 and 4, the higher, the more light does the object emit. 688 between 0 and 9, the higher, the more light does the object emit.
680 </attribute> 689 </attribute>
681 <attribute arch="material" editor="material" type="bitmask_material"> 690 <attribute arch="material" editor="material" type="bitmask_material">
682 This bitmask-value informs the player of which material(s) the 691 This bitmask-value informs the player of which material(s) the
683 object consists. Material does also affect how likely the object 692 object consists. Material does also affect how likely the object
684 can be destroyed by hazardous spell-effects. 693 can be destroyed by hazardous spell-effects.
692 Putting an invisible object under the floor always prevents it from being 701 Putting an invisible object under the floor always prevents it from being
693 shown. 702 shown.
694 </attribute> 703 </attribute>
695 <attribute arch="blocksview" editor="block view" type="bool"> 704 <attribute arch="blocksview" editor="block view" type="bool">
696 If an item is set to block view, players (and monsters) cannot 705 If an item is set to block view, players (and monsters) cannot
697 see byond it unless they cross it or manage to stand ontop. 706 see beyond it unless they cross it or manage to stand ontop.
698 </attribute> 707 </attribute>
699 <attribute arch="identified" editor="identified" type="bool"> 708 <attribute arch="identified" editor="identified" type="bool">
700 If an item is identified, the player has full knowledge about it. 709 If an item is identified, the player has full knowledge about it.
701 </attribute> 710 </attribute>
702 <attribute arch="unpaid" editor="unpaid" type="bool"> 711 <attribute arch="unpaid" editor="unpaid" type="bool">
778 This text may describe the object. 787 This text may describe the object.
779 </attribute> 788 </attribute>
780</type> 789</type>
781 790
782<!--####################################################################--> 791<!--####################################################################-->
792<!-- former typ 110, which is 'inscribable' in deliantra, and was never used in cf afaik -->
783<type number="110" name="Ability"> 793<type number="999" name="Ability">
784 <ignore> 794 <ignore>
785 <ignore_list name="system_object" /> 795 <ignore_list name="system_object" />
786 </ignore> 796 </ignore>
787 <description><![CDATA[ 797 <description><![CDATA[
788 Abilities are to be put in a monster's inventory. They grant monsters the 798 Abilities are to be put in a monster's inventory. They grant monsters the
842 Note that non-magical abilities are more dangerous because 852 Note that non-magical abilities are more dangerous because
843 magic resistance does not protect from those.</attribute> 853 magic resistance does not protect from those.</attribute>
844</type> 854</type>
845 855
846<!--####################################################################--> 856<!--####################################################################-->
857
858<type number="81" name="Torch">
859 <description><![CDATA[
860 Torches are a special kind of Lamp that offer the option of lighting them
861 up without using a lighter (These torches are usually
862 called 'pyrophor torches'. See also the 'reignitable' setting).
863 The other kind of torches, that are reignitable, can be put out and
864 put on again using a lighter.]]>
865 </description>
866 <attribute arch="is_lightable" editor="reignitable" type="bool">
867 This flag controls whether the torch can be lit up again using
868 a lighter or whether it can only be used once, in which case
869 they can be enabled by simply applying them without any special tools.
870 </attribute>
871 <attribute arch="food" editor="burning duration" type="int">
872 This field specifies the burning duration of the torch.
873 </attribute>
874 <attribute arch="range" editor="enabled glow radius" type="int">
875 This field sets the glow radius of the torch if it is enabled.
876 If you want to make a torch that is already burning set the
877 "glow radius" field.
878 </attribute>
879 <attribute arch="level" editor="level" type="int">
880 If this field specyfies the cursed effect's level. If it is
881 0 no cursed effect will be generate. See also the "cursed" flag.
882 </attribute>
883 <attribute arch="cursed" editor="cursed" type="bool">
884 Cursed torches, which have a level above 0, explode if the
885 player applies them.
886 </attribute>
887</type>
888
889<type number="82" name="Lamp">
890 <description><![CDATA[
891 Lamps are carryable light sources for players with a fuel tank.]]>
892 </description>
893 <attribute arch="speed" editor="burn speed" type="float">
894 This field is the speed of the lamp. (If the value 0.00208 is given
895 here the fuel field will specify the burning duration in minutes.)
896 </attribute>
897 <attribute arch="food" editor="fuel" type="int">
898 This field sets the burning duration of the lamp, which depends on the speed
899 field of this object.
900 </attribute>
901 <attribute arch="range" editor="enabled glow radius" type="int">
902 This field sets the glow radius of the lamp if it is enabled.
903 If you want to make a lamp that is already burning set the
904 "glow radius" field.
905 </attribute>
906 <attribute arch="level" editor="level" type="int">
907 If this field specyfies the cursed effect's level. If it is
908 0 no cursed effect will be generate. See also the "cursed" flag.
909 </attribute>
910 <attribute arch="cursed" editor="cursed" type="bool">
911 Cursed lamps, which have a level above 0, explode if the
912 player applies them.
913 </attribute>
914</type>
915
916<!--####################################################################-->
847<type number="18" name="Altar"> 917<type number="18" name="Altar">
848 <ignore> 918 <ignore>
849 <ignore_list name="non_pickable" /> 919 <ignore_list name="non_pickable" />
850 </ignore> 920 </ignore>
851 <description><![CDATA[ 921 <description><![CDATA[
860 This string specifies the item that must be put on the altar to 930 This string specifies the item that must be put on the altar to
861 activate it. It can either be the name of an archetype, or directly 931 activate it. It can either be the name of an archetype, or directly
862 the name of an object. Yet, titles are not recognized by altars. 932 the name of an object. Yet, titles are not recognized by altars.
863 If you want the player to have to drop a specific amount of money use "money". 933 If you want the player to have to drop a specific amount of money use "money".
864 See also the "drop amount" attribute. 934 See also the "drop amount" attribute.
935 &match_compat;
865 </attribute> 936 </attribute>
866 <attribute arch="food" editor="drop amount" type="int"> 937 <attribute arch="food" editor="drop amount" type="int">
867 The drop amount specifies the amount of items (specified 938 The drop amount specifies the amount of items (specified
868 in &lt;match item name&gt;) that must be dropped to activate the altar. 939 in &lt;match item name&gt;) that must be dropped to activate the altar.
869 940
871 sacrificed money must be equal to &lt;drop amount&gt; (ie, if food=200, then 942 sacrificed money must be equal to &lt;drop amount&gt; (ie, if food=200, then
872 200 silver, 20 gold, or 4 platinum will all work.) 943 200 silver, 20 gold, or 4 platinum will all work.)
873 944
874 Note that the maximum possible for &lt;drop amount&gt; is 32767. 945 Note that the maximum possible for &lt;drop amount&gt; is 32767.
875 </attribute> 946 </attribute>
876 <attribute arch="connected" editor="connection" type="int"> 947 <attribute arch="connected" editor="connection" type="string">
877 If a connection value is set, the altar will trigger all objects 948 If a connection value is set, the altar will trigger all objects
878 with the same value, when activated. This will only work once. 949 with the same value, when activated. This will only work once.
879 </attribute> 950 </attribute>
880 <attribute arch="sp" editor="spell" type="spell"> 951 <attribute arch="sp" editor="spell" type="spell">
881 When activated, the selected &lt;spell&gt; will be casted (once, on the 952 When activated, the selected &lt;spell&gt; will be casted (once, on the
915 This string specifies the item that must be put on the altar to 986 This string specifies the item that must be put on the altar to
916 activate it. It can either be the name of an archetype, or directly 987 activate it. It can either be the name of an archetype, or directly
917 the name of an object. Yet, titles are not recognized by altars. 988 the name of an object. Yet, titles are not recognized by altars.
918 If you want the player to have to drop a specific amount of money use "money". 989 If you want the player to have to drop a specific amount of money use "money".
919 See also the "drop amount" attribute. 990 See also the "drop amount" attribute.
991 &match_compat;
920 </attribute> 992 </attribute>
921 <attribute arch="food" editor="drop amount" type="int"> 993 <attribute arch="food" editor="drop amount" type="int">
922 The drop amount specifies the amount of items (specified 994 The drop amount specifies the amount of items (specified
923 in &lt;match item name&gt;) that must be dropped to activate the altar. 995 in &lt;match item name&gt;) that must be dropped to activate the altar.
924 996
926 sacrificed money must be equal to &lt;drop amount&gt; (ie, if food=200, then 998 sacrificed money must be equal to &lt;drop amount&gt; (ie, if food=200, then
927 200 silver, 20 gold, or 4 platinum will all work.) 999 200 silver, 20 gold, or 4 platinum will all work.)
928 1000
929 Note that the maximum possible for &lt;drop amount&gt; is 32767. 1001 Note that the maximum possible for &lt;drop amount&gt; is 32767.
930 </attribute> 1002 </attribute>
931 <attribute arch="connected" editor="connection" type="int"> 1003 <attribute arch="connected" editor="connection" type="string">
932 If a connection value is set, the altar will trigger all objects 1004 If a connection value is set, the altar will trigger all objects
933 with the same value, when activated. This will only work once. 1005 with the same value, when activated. This will only work once.
934 </attribute> 1006 </attribute>
935 <attribute arch="sp" editor="spell" type="spell"> 1007 <attribute arch="sp" editor="spell" type="spell">
936 When activated, this &lt;spell&gt; will be casted (once, on the player). 1008 When activated, this &lt;spell&gt; will be casted (once, on the player).
1217 </attribute> 1289 </attribute>
1218 <attribute arch="slaying" editor="key string" type="string"> 1290 <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. 1291 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) 1292 (This is used eg. for the gate/port passes in scorn)
1221 </attribute> 1293 </attribute>
1294 <attribute arch="no_skill_ident" editor="no skill ident" type="bool">
1295 If this flag is true the player won't be able to identify this
1296 item with by using a skill.
1297 </attribute>
1298</type>
1299
1300<!--####################################################################-->
1301<type number="110" name="Inscribable">
1302 <description><![CDATA[
1303 Inscribable Item - when inscribed, it becomes another object.]]>
1304 </description>
1305 <attribute arch="startequip" editor="godgiven item" type="bool">
1306 A godgiven item vanishes as soon as the player
1307 drops it to the ground.
1308 </attribute>
1309 <attribute arch="unique" editor="unique item" type="bool">
1310 Unique items exist only one time on a server. If the item
1311 is taken, lost or destroyed - it's gone for good.
1312 </attribute>
1313 <attribute arch="other_arch" editor="book/scroll arch" type="string">
1314 This is the item created after being inscribed - scrolls are treated
1315 like spell scrolls, all else will have it's message replaced.
1316 </attribute>
1222</type> 1317</type>
1223 1318
1224<!--####################################################################--> 1319<!--####################################################################-->
1225<type number="99" name="Boots"> 1320<type number="99" name="Boots">
1226 <import_type name="Amulet" /> 1321 <import_type name="Amulet" />
1312 <attribute arch="no_pick" value="1" type="fixed" /> 1407 <attribute arch="no_pick" value="1" type="fixed" />
1313 <attribute arch="weight" editor="press weight" type="int"> 1408 <attribute arch="weight" editor="press weight" type="int">
1314 The button is pressed (triggered), as soon as 1409 The button is pressed (triggered), as soon as
1315 &lt;press weigh&gt; gram are placed ontop of it. 1410 &lt;press weigh&gt; gram are placed ontop of it.
1316 </attribute> 1411 </attribute>
1317 <attribute arch="connected" editor="connection" type="int"> 1412 <attribute arch="connected" editor="connection" type="string">
1318 Every time the button is pressed or released, all objects 1413 Every time the button is pressed or released, all objects
1319 with the same &lt;connection&gt; value are activated. 1414 with the same &lt;connection&gt; value are activated.
1320 </attribute> 1415 </attribute>
1321 <attribute arch_begin="msg" arch_end="endmsg" editor="description" type="text"> 1416 <attribute arch_begin="msg" arch_end="endmsg" editor="description" type="text">
1322 This text may describe the item. You can use this 1417 This text may describe the item. You can use this
1531 of &lt;receive arch&gt;. 1626 of &lt;receive arch&gt;.
1532 </attribute> 1627 </attribute>
1533 <attribute arch_begin="msg" arch_end="endmsg" editor="description" type="text"> 1628 <attribute arch_begin="msg" arch_end="endmsg" editor="description" type="text">
1534 This text may contain a description of the converter. 1629 This text may contain a description of the converter.
1535 </attribute> 1630 </attribute>
1631 <attribute arch="precious" editor="output unpaid" type="bool">
1632 If the converter has this flag set the generated items will
1633 be flagged as unpaid. Useful if you want to make a converter in a shop.
1634 (For instance for 'dragon scale' to 'dragon shield' converters in some
1635 armour shops.)
1636 </attribute>
1536</type> 1637</type>
1537 1638
1538<!--####################################################################--> 1639<!--####################################################################-->
1539<type number="42" name="Creator"> 1640<type number="42" name="Creator">
1540 <ignore> 1641 <ignore>
1556 You can choose any of the existing arches. 1657 You can choose any of the existing arches.
1557 This field is ignored if the creator has items in inventory. In this case 1658 This field is ignored if the creator has items in inventory. In this case
1558 one of the inventory items is duplicated. The duplicated item is randomly 1659 one of the inventory items is duplicated. The duplicated item is randomly
1559 chosen from all items present. 1660 chosen from all items present.
1560 </attribute> 1661 </attribute>
1561 <attribute arch="connected" editor="connection" type="int"> 1662 <attribute arch="connected" editor="connection" type="string">
1562 Whenever the connection value is activated, 1663 Whenever the connection value is activated,
1563 the creator gets triggered. 1664 the creator gets triggered.
1564 </attribute> 1665 </attribute>
1565 &activate_on; 1666 &activate_on;
1566 <attribute arch="lifesave" editor="infinit uses" type="bool"> 1667 <attribute arch="lifesave" editor="unlimited uses" type="bool">
1567 If &lt;infinit uses&gt; is set, the creator will work 1668 If &lt;unlimited uses&gt; is set, the creator will work
1568 infinitely, regardless of the value in &lt;number of uses&gt;. 1669 infinitely, regardless of the value in &lt;number of uses&gt;.
1569 </attribute> 1670 </attribute>
1570 <attribute arch="speed" editor="speed" type="float"> 1671 <attribute arch="speed" editor="speed" type="float">
1571 When this field is set the creator will periodically create stuff 1672 When this field is set the creator will periodically create stuff
1572 (and will still do so when the connection is triggered). 1673 (and will still do so when the connection is triggered).
1597 Detectors work quite much like inv. checkers/pedestals: If the detector 1698 Detectors work quite much like inv. checkers/pedestals: If the detector
1598 finds a specific object, it toggles its connected value. 1699 finds a specific object, it toggles its connected value.
1599 <br><br> 1700 <br><br>
1600 What is "unique" about them, compared to inv. checkers/ pedestals? 1701 What is "unique" about them, compared to inv. checkers/ pedestals?
1601 - First, detectors check their square for a match periodically, not 1702 - First, detectors check their square for a match periodically, not
1703 instantly, so generate much higher server load
1602 instantly. Second, detectors check directly for object names. Third, 1704 Second, detectors check directly for object names. Third,
1603 detectors do not check the inventory of players/monsters.]]> 1705 detectors do not check the inventory of players/monsters.]]>
1604 </description> 1706 </description>
1605 <use><![CDATA[ 1707 <use>
1606 There is one major speciality about detectors: You can detect spells 1708 Best avoid this type at all costs, use a pedestal instead.
1607 blown over a detector! To detect a lighting bolt for example, set
1608 "slaying ligthing" and "speed 1.0". In combination with spellcasting
1609 walls, this can be very useful for map-mechanisms.]]>
1610 </use> 1709 </use>
1611 <attribute arch="no_pick" value="1" type="fixed" /> 1710 <attribute arch="no_pick" value="1" type="fixed" />
1612 <attribute arch="slaying" editor="match name" type="string"> 1711 <attribute arch="slaying" editor="match name" type="string">
1613 &lt;match name&gt; specifies the name of the object we are looking for. 1712 &lt;match name&gt; specifies the name of the object we are looking for.
1614 Actually it does also check for the &lt;key string&gt; in key-objects, 1713 Actually it does also check for the &lt;key string&gt; in key-objects,
1615 but for this case inventory checkers are often more powerful to use. 1714 but for this case inventory checkers are often more powerful to use.
1616 </attribute> 1715 </attribute>
1617 <attribute arch="connected" editor="connection" type="int"> 1716 <attribute arch="connected" editor="connection" type="string">
1618 When the detector is triggered, all objects with the same 1717 When the detector is triggered, all objects with the same
1619 connection value get activated. 1718 connection value get activated.
1620 </attribute> 1719 </attribute>
1621 <attribute arch="speed" editor="detection speed" type="float"> 1720 <attribute arch="speed" editor="detection speed" type="float">
1622 This value defines the time between two detector-checks. 1721 This value defines the time between two detector-checks.
1626 &speed_left; 1725 &speed_left;
1627 <attribute arch="speed_left" editor="speed left" type="float"> 1726 <attribute arch="speed_left" editor="speed left" type="float">
1628 The speed left. This value is incremented by &lt;speed&gt; on every tick. 1727 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 1728 If it is larger than 0, the detector checks, and the speed is decremented
1630 by 1. 1729 by 1.
1730 </attribute>
1731</type>
1732
1733<!--####################################################################-->
1734<type number="164" name="Map Script">
1735 <ignore>
1736 <ignore_list name="system_object" />
1737 </ignore>
1738 <description><![CDATA[
1739 The map script object is a very special object that can react to connected
1740 events and executes a perl script in the msg slot.
1741 ]]>
1742 </description>
1743 <use><![CDATA[
1744 The perl script gets passed a $state value and $activator, $self, $originator objects and can use the set/get/find/timer functions
1745 to react to/trigger other objects. See http://pod.tst.eu/http://cvs.schmorp.de/deliantra/server/lib/cf/mapscript.pm for details.
1746 ]]>
1747 </use>
1748 <attribute arch="connected" editor="connection" type="string">
1749 When the map script object is triggered, it will execute
1750 the perl script with the triggering object as $activator.
1751 </attribute>
1752 &activate_on;
1753 <attribute arch_begin="msg" arch_end="endmsg" editor="script" type="text">
1754 This perl script will be executed each time the objetc is triggered.
1631 </attribute> 1755 </attribute>
1632</type> 1756</type>
1633 1757
1634<!--####################################################################--> 1758<!--####################################################################-->
1635<type number="112" name="Director"> 1759<type number="112" name="Director">
1890 <attribute arch="level" editor="multiply factor" type="int"> 2014 <attribute arch="level" editor="multiply factor" type="int">
1891 The number of items in the target pile will be multiplied by the 2015 The number of items in the target pile will be multiplied by the
1892 &lt;multiply factor&gt;. If it is set to zero, all target objects 2016 &lt;multiply factor&gt;. If it is set to zero, all target objects
1893 will be destroyed. 2017 will be destroyed.
1894 </attribute> 2018 </attribute>
1895 <attribute arch="connected" editor="connection" type="int"> 2019 <attribute arch="connected" editor="connection" type="string">
1896 An activator (lever, altar, button, etc) with matching connection value 2020 An activator (lever, altar, button, etc) with matching connection value
1897 is able to trigger this duplicator. Be very careful that players cannot 2021 is able to trigger this duplicator. Be very careful that players cannot
1898 abuse it to create endless amounts of money or other valuable stuff! 2022 abuse it to create endless amounts of money or other valuable stuff!
1899 </attribute> 2023 </attribute>
1900 &activate_on; 2024 &activate_on;
2038 If enabled, it is impossible for players to use prayers 2162 If enabled, it is impossible for players to use prayers
2039 on that spot. It also prevents players from saving. 2163 on that spot. It also prevents players from saving.
2040 </attribute> 2164 </attribute>
2041 <attribute arch="unique" editor="unique map" type="bool"> 2165 <attribute arch="unique" editor="unique map" type="bool">
2042 Unique floor means that any items dropped on that spot 2166 Unique floor means that any items dropped on that spot
2043 will be saved byond map reset. For permanent apartments, 2167 will be saved beyond map reset. For permanent apartments,
2044 all floor tiles must be set &lt;unique map&gt;. 2168 all floor tiles must be set &lt;unique map&gt;.
2045 </attribute> 2169 </attribute>
2046 <attribute arch_begin="msg" arch_end="endmsg" editor="description" type="text"> 2170 <attribute arch_begin="msg" arch_end="endmsg" editor="description" type="text">
2047 This text may describe the object. 2171 This text may describe the object.
2048 </attribute> 2172 </attribute>
2082 If enabled, it is impossible for players to use prayers 2206 If enabled, it is impossible for players to use prayers
2083 on that spot. It also prevents players from saving. 2207 on that spot. It also prevents players from saving.
2084 </attribute> 2208 </attribute>
2085 <attribute arch="unique" editor="unique map" type="bool"> 2209 <attribute arch="unique" editor="unique map" type="bool">
2086 Unique floor means that any items dropped on that spot 2210 Unique floor means that any items dropped on that spot
2087 will be saved byond map reset. For permanent apartments, 2211 will be saved beyond map reset. For permanent apartments,
2088 all floor tiles must be set &lt;unique map&gt;. 2212 all floor tiles must be set &lt;unique map&gt;.
2089 </attribute> 2213 </attribute>
2090 <attribute arch_begin="msg" arch_end="endmsg" editor="description" type="text"> 2214 <attribute arch_begin="msg" arch_end="endmsg" editor="description" type="text">
2091 This text may describe the object. 2215 This text may describe the object.
2092 </attribute> 2216 </attribute>
2127 </use> 2251 </use>
2128 <attribute arch="no_pick" value="1" type="fixed" /> 2252 <attribute arch="no_pick" value="1" type="fixed" />
2129 <attribute arch="speed" value="1" type="float"> 2253 <attribute arch="speed" value="1" type="float">
2130 The speed of the gate affects how fast it is closing/opening. 2254 The speed of the gate affects how fast it is closing/opening.
2131 </attribute> 2255 </attribute>
2132 <attribute arch="connected" editor="connection" type="int"> 2256 <attribute arch="connected" editor="connection" type="string">
2133 Whenever the inventory checker is triggered, all objects with identical 2257 Whenever the inventory checker is triggered, all objects with identical
2134 &lt;connection&gt; value get activated. This only makes sense together with 2258 &lt;connection&gt; value get activated. This only makes sense together with
2135 &lt;blocking passage&gt; disabled. 2259 &lt;blocking passage&gt; disabled.
2136 </attribute> 2260 </attribute>
2137 <attribute arch="wc" editor="position state" type="int"> 2261 <attribute arch="wc" editor="position state" type="int">
2206 don't forget that some monsters are able to apply it. 2330 don't forget that some monsters are able to apply it.
2207 The ability to apply levers is rare among monsters - 2331 The ability to apply levers is rare among monsters -
2208 but vampires can do it for example.]]> 2332 but vampires can do it for example.]]>
2209 </use> 2333 </use>
2210 <attribute arch="no_pick" value="1" type="fixed" /> 2334 <attribute arch="no_pick" value="1" type="fixed" />
2211 <attribute arch="connected" editor="connection" type="int"> 2335 <attribute arch="connected" editor="connection" type="string">
2212 Every time the handle is applied, all objects 2336 Every time the handle is applied, all objects
2213 with the same &lt;connection&gt; value are activated. 2337 with the same &lt;connection&gt; value are activated.
2214 </attribute> 2338 </attribute>
2215 <attribute arch_begin="msg" arch_end="endmsg" editor="description" type="text"> 2339 <attribute arch_begin="msg" arch_end="endmsg" editor="description" type="text">
2216 This text may describe the item. You can use this 2340 This text may describe the item. You can use this
2301 If enabled, it is impossible for players to use prayers 2425 If enabled, it is impossible for players to use prayers
2302 on that spot. It also prevents players from saving. 2426 on that spot. It also prevents players from saving.
2303 </attribute> 2427 </attribute>
2304 <attribute arch="unique" editor="unique map" type="bool"> 2428 <attribute arch="unique" editor="unique map" type="bool">
2305 Unique floor means that any items dropped on that spot 2429 Unique floor means that any items dropped on that spot
2306 will be saved byond map reset. For permanent apartments, 2430 will be saved beyond map reset. For permanent apartments,
2307 all floor tiles must be set &lt;unique map&gt;. 2431 all floor tiles must be set &lt;unique map&gt;.
2308 </attribute> 2432 </attribute>
2309</type> 2433</type>
2310 2434
2311<!--####################################################################--> 2435<!--####################################################################-->
2336<type number="56" name="Holy Altar"> 2460<type number="56" name="Holy Altar">
2337 <ignore> 2461 <ignore>
2338 <ignore_list name="non_pickable" /> 2462 <ignore_list name="non_pickable" />
2339 </ignore> 2463 </ignore>
2340 <description><![CDATA[ 2464 <description><![CDATA[
2341 Holy_altars are altars for the various religions. Praying 2465 Holy Altars are altars for the various religions. Praying
2342 at a Holy_altar will make you a follower of that god, and 2466 at a Holy_altar will make you a follower of that god, and
2343 if you already follow that god, you may get some extra bonus.]]> 2467 if you already follow that god, you may get some extra bonus.]]>
2344 </description> 2468 </description>
2345 <attribute arch="no_pick" value="1" type="fixed" /> 2469 <attribute arch="no_pick" value="1" type="fixed" />
2346 <attribute arch="other_arch" editor="god name" type="string"> 2470 <attribute arch="other_arch" editor="god name" type="string">
2469 </attribute> 2593 </attribute>
2470 <attribute arch="last_sp" editor="match = having" type="bool"> 2594 <attribute arch="last_sp" editor="match = having" type="bool">
2471 Enabled means having that object is a match. 2595 Enabled means having that object is a match.
2472 Disabled means not having that object is a match. 2596 Disabled means not having that object is a match.
2473 </attribute> 2597 </attribute>
2474 <attribute arch="connected" editor="connection" type="int"> 2598 <attribute arch="connected" editor="connection" type="string">
2475 Whenever the inventory checker is triggered, all objects with identical 2599 Whenever the inventory checker is triggered, all objects with identical
2476 &lt;connection&gt; value get activated. This only makes sense together with 2600 &lt;connection&gt; value get activated. This only makes sense together with
2477 &lt;blocking passage&gt; disabled. 2601 &lt;blocking passage&gt; disabled.
2478 </attribute> 2602 </attribute>
2479 &movement_types_terrain; 2603 &movement_types_terrain;
2620 according to his conversation with a player. Mostly this means 2744 according to his conversation with a player. Mostly this means
2621 opening a gate or handing out some item, but you could be quite 2745 opening a gate or handing out some item, but you could be quite
2622 creative here.]]> 2746 creative here.]]>
2623 </use> 2747 </use>
2624 <attribute arch="no_pick" value="1" type="fixed" /> 2748 <attribute arch="no_pick" value="1" type="fixed" />
2625 <attribute arch="connected" editor="connection" type="int"> 2749 <attribute arch="connected" editor="connection" type="string">
2626 The Magic_ear will trigger all objects with the 2750 The Magic_ear will trigger all objects with the
2627 same connection value, every time it is activated. 2751 same connection value, every time it is activated.
2628 </attribute> 2752 </attribute>
2629 <attribute arch_begin="msg" arch_end="endmsg" editor="keyword-matching" type="text"> 2753 <attribute arch_begin="msg" arch_end="endmsg" editor="keyword-matching" type="text">
2630 This textfield contains the keyword-matching-syntax. The text should 2754 This textfield contains the keyword-matching-syntax. The text should
2681 The wall will cast it's spells at level &lt;spell level&gt;. "level 1" 2805 The wall will cast it's spells at level &lt;spell level&gt;. "level 1"
2682 walls cast spells at minimal strength. "level 100" walls cast deadly 2806 walls cast spells at minimal strength. "level 100" walls cast deadly
2683 spells. Arch default is level 1 - you should always set this value 2807 spells. Arch default is level 1 - you should always set this value
2684 to meet the overall difficulty of your map. 2808 to meet the overall difficulty of your map.
2685 </attribute> 2809 </attribute>
2686 <attribute arch="connected" editor="connection" type="int"> 2810 <attribute arch="connected" editor="connection" type="string">
2687 Every time the &lt;connection&gt; value is triggered, the wall will cast 2811 Every time the &lt;connection&gt; value is triggered, the wall will cast
2688 it's spell. You should set &lt;casting speed&gt; to zero, or this won't 2812 it's spell. You should set &lt;casting speed&gt; to zero, or this won't
2689 have much visible effect. 2813 have much visible effect.
2690 </attribute> 2814 </attribute>
2691 &activate_on; 2815 &activate_on;
2732 </ignore> 2856 </ignore>
2733 <description><![CDATA[ 2857 <description><![CDATA[
2734 A marker is an object that inserts an invisible force (a mark) into a 2858 A marker is an object that inserts an invisible force (a mark) into a
2735 player stepping on it. This force does nothing except containing a 2859 player stepping on it. This force does nothing except containing a
2736 &lt;key string&gt; which can be discovered by detectors or inventory 2860 &lt;key string&gt; which can be discovered by detectors or inventory
2737 checkers. It is also possible to use markers for removing marks again. 2861 checkers. It is also possible to use markers for removing marks again
2862 (by setting the "name" slot to the name of the marker to be removed).
2738 <br><br> 2863 <br><br>
2739 Note that the player has no possibility to "see" his own marks, 2864 Note that the player has no possibility to "see" his own marks,
2740 except by the effect that they cause on the maps.]]> 2865 except by the effect that they cause on the maps.]]>
2741 </description> 2866 </description>
2742 <use><![CDATA[ 2867 <use><![CDATA[
2754 <attribute arch="slaying" editor="key string" type="string"> 2879 <attribute arch="slaying" editor="key string" type="string">
2755 The &lt;key string&gt; can be detected by inv. checkers/detectors. 2880 The &lt;key string&gt; can be detected by inv. checkers/detectors.
2756 If the player already has a force with that &lt;key string&gt;, 2881 If the player already has a force with that &lt;key string&gt;,
2757 there won't be inserted a second one. 2882 there won't be inserted a second one.
2758 </attribute> 2883 </attribute>
2759 <attribute arch="connected" editor="connection" type="int"> 2884 <attribute arch="connected" editor="connection" type="string">
2760 When the detector is triggered, all objects with the same 2885 When the detector is triggered, all objects with the same
2761 connection value get activated. 2886 connection value get activated.
2762 </attribute> 2887 </attribute>
2763 <attribute arch="speed" editor="marking speed" type="float"> 2888 <attribute arch="speed" editor="marking speed" type="float">
2764 The &lt;marking speed&gt; defines how quickly it will mark something 2889 The &lt;marking speed&gt; defines how quickly it will mark something
3235 &lt;mood&gt; 'charm': Turns monster into a pet of person 3360 &lt;mood&gt; 'charm': Turns monster into a pet of person
3236 who triggers the square. This setting is not 3361 who triggers the square. This setting is not
3237 enabled for continous operation, you need to 3362 enabled for continous operation, you need to
3238 insert a &lt;connection&gt; value! 3363 insert a &lt;connection&gt; value!
3239 </attribute> 3364 </attribute>
3240 <attribute arch="connected" editor="connection" type="int"> 3365 <attribute arch="connected" editor="connection" type="string">
3241 This should only be set in combination with &lt;mood number&gt; 4. 3366 This should only be set in combination with &lt;mood number&gt; 4.
3242 Normally, monsters are affected by the mood floor as soon as they 3367 Normally, monsters are affected by the mood floor as soon as they
3243 step on it. But charming (monster -&gt; pet) is too powerful, 3368 step on it. But charming (monster -&gt; pet) is too powerful,
3244 so it needs to be activated. 3369 so it needs to be activated.
3245 3370
3368 place where only fireborns can enter, by setting "slaying unnatural". 3493 place where only fireborns can enter, by setting "slaying unnatural".
3369 3494
3370 If it is set to "player", any player stepping on the pedestal 3495 If it is set to "player", any player stepping on the pedestal
3371 is a match. Very useful if you want to open a gate for players 3496 is a match. Very useful if you want to open a gate for players
3372 but not for monsters. 3497 but not for monsters.
3498
3499 &match_compat;
3373 </attribute> 3500 </attribute>
3374 <attribute arch="connected" editor="connection" type="int"> 3501 <attribute arch="connected" editor="connection" type="string">
3375 When the pedestal is triggered, all objects with the same 3502 When the pedestal is triggered, all objects with the same
3376 connection value get activated. 3503 connection value get activated.
3377 </attribute> 3504 </attribute>
3378 &move_on; 3505 &move_on;
3506</type>
3507
3508<!--####################################################################-->
3509<type number="32" name="Pedestal Trigger">
3510 <import_type name="Pedestal" />
3511 <ignore>
3512 <ignore_list name="non_pickable" />
3513 </ignore>
3514 <description><![CDATA[
3515 Pedestal triggers are pedestals which reset after a short period
3516 of time. Every time it is either applied or reset, the
3517 &lt;connection&gt; value is triggered.]]>
3518 </description>
3519</type>
3520
3521<!--####################################################################-->
3522<type number="19" name="Item Match">
3523 <ignore>
3524 <ignore_list name="non_pickable" />
3525 </ignore>
3526 <description><![CDATA[
3527 Match objects use the deliantra matching language
3528 (http://pod.tst.eu/http://cvs.schmorp.de/deliantra/server/lib/cf/match.pm)
3529 to match items on the same mapspace (if move_on/off are unset) or
3530 items trying to enter (if move_blocked is set).
3531
3532 If a connected value is given, then it is triggered if the first object
3533 matching the expression is put on it, and the last is removed.]]>
3534 </description>
3535 <use><![CDATA[
3536 If you want to trigger something else (e.g. a gate) when an item is above this object,
3537 use the move_on/move_off settings.
3538
3539 If you want to keep something from entering if it has (or lacks) a specific item,
3540 use the move_blocked setting.]]>
3541 </use>
3542 <attribute arch="no_pick" value="1" type="fixed" />
3543 <attribute arch="slaying" editor="match expression" type="string">
3544 &match_compat;
3545
3546 Optionally you can leave out the "match " prefix.
3547 </attribute>
3548 <attribute arch="connected" editor="connection" type="string">
3549 When the match is triggered, all objects with the same
3550 connection value get activated.
3551 </attribute>
3552 &move_on;
3553 &move_off;
3554 &move_block;
3379</type> 3555</type>
3380 3556
3381<!--####################################################################--> 3557<!--####################################################################-->
3382<type number="94" name="Pit"> 3558<type number="94" name="Pit">
3383 <ignore> 3559 <ignore>
3400 </use> 3576 </use>
3401 <attribute arch="no_pick" value="1" type="fixed" /> 3577 <attribute arch="no_pick" value="1" type="fixed" />
3402 <attribute arch="range" editor="spread radius" type="int"> 3578 <attribute arch="range" editor="spread radius" type="int">
3403 The radius of the square area that the pit will randomly put the player into (0 to 3, default 1). 3579 The radius of the square area that the pit will randomly put the player into (0 to 3, default 1).
3404 </attribute> 3580 </attribute>
3405 <attribute arch="connected" editor="connection" type="int"> 3581 <attribute arch="connected" editor="connection" type="string">
3406 When a &lt;connection&gt; value is set, the pit can be opened/closed 3582 When a &lt;connection&gt; value is set, the pit can be opened/closed
3407 by activating the connection. 3583 by activating the connection.
3408 </attribute> 3584 </attribute>
3409 &activate_on; 3585 &activate_on;
3410 <attribute arch="hp" editor="destination X" type="int"> 3586 <attribute arch="hp" editor="destination X" type="int">
4036 Use signs and magic_mouths, plenty of them! Place magic_mouths to add 4212 Use signs and magic_mouths, plenty of them! Place magic_mouths to add
4037 some true roleplay feeling to your maps, support your storyline or give 4213 some true roleplay feeling to your maps, support your storyline or give
4038 hints about hidden secrets/dangers. Place signs to provide the player 4214 hints about hidden secrets/dangers. Place signs to provide the player
4039 with all kinds of useful information for getting along in your maps.]]> 4215 with all kinds of useful information for getting along in your maps.]]>
4040 </use> 4216 </use>
4041 <attribute arch="connected" editor="connection" type="int"> 4217 <attribute arch="connected" editor="connection" type="string">
4042 When a connection value is set, the message will be printed whenever 4218 When a connection value is set, the message will be printed whenever
4043 the connection is triggered. This should be used in combination with 4219 the connection is triggered. This should be used in combination with
4044 &lt;invisible&gt; enabled and &lt;activate by walking/flying&gt; disabled. 4220 &lt;invisible&gt; enabled and &lt;activate by walking/flying&gt; disabled.
4045 If activating your magic_mouth this way, the message will not only be 4221 If activating your magic_mouth this way, the message will not only be
4046 printed to one player, but all players on the current map. 4222 printed to one player, but all players on the current map.
4434 be transferred to the "default enter location" of the destined map. 4610 be transferred to the "default enter location" of the destined map.
4435 The latter can be set in the map-properties as "Enter X/Y". Though, 4611 The latter can be set in the map-properties as "Enter X/Y". Though,
4436 please DO NOT use that. It turned out to be a source for numerous 4612 please DO NOT use that. It turned out to be a source for numerous
4437 map-bugs. 4613 map-bugs.
4438 </attribute> 4614 </attribute>
4439 <attribute arch="connected" editor="connection" type="int"> 4615 <attribute arch="connected" editor="connection" type="string">
4440 If a connection value is set, the teleporter will be activated 4616 If a connection value is set, the teleporter will be activated
4441 whenever the connection is triggered. To use this properly, 4617 whenever the connection is triggered. To use this properly,
4442 &lt;activation speed&gt; must be zero. 4618 &lt;activation speed&gt; must be zero.
4443 </attribute> 4619 </attribute>
4444 &activate_on; 4620 &activate_on;
4473 Use gates to divide your maps into separated areas. After solving 4649 Use gates to divide your maps into separated areas. After solving
4474 area A, the player gains access to area B, and so on. Make your 4650 area A, the player gains access to area B, and so on. Make your
4475 maps more complex than "one-way".]]> 4651 maps more complex than "one-way".]]>
4476 </use> 4652 </use>
4477 <attribute arch="no_pick" value="1" type="fixed" /> 4653 <attribute arch="no_pick" value="1" type="fixed" />
4478 <attribute arch="connected" editor="connection" type="int"> 4654 <attribute arch="connected" editor="connection" type="string">
4479 Whenever the inventory checker is triggered, all objects with identical 4655 Whenever the inventory checker is triggered, all objects with identical
4480 &lt;connection&gt; value get activated. This only makes sense together with 4656 &lt;connection&gt; value get activated. This only makes sense together with
4481 &lt;blocking passage&gt; disabled. If unset, the gate opens automatically 4657 &lt;blocking passage&gt; disabled. If unset, the gate opens automatically
4482 after some time. 4658 after some time.
4483 </attribute> 4659 </attribute>
4550 </attribute> 4726 </attribute>
4551 <attribute arch="attacktype" editor="attacktype" type="bitmask_attacktype"> 4727 <attribute arch="attacktype" editor="attacktype" type="bitmask_attacktype">
4552 This attribute defines what attacktype to use for direct damage when 4728 This attribute defines what attacktype to use for direct damage when
4553 the trap detonates. 4729 the trap detonates.
4554 </attribute> 4730 </attribute>
4555 <attribute arch="connected" editor="connection" type="int"> 4731 <attribute arch="connected" editor="connection" type="string">
4556 When the trap is detonated, all objects with the same 4732 When the trap is detonated, all objects with the same
4557 connection value get activated. 4733 connection value get activated.
4558 </attribute> 4734 </attribute>
4559 <attribute arch_begin="msg" arch_end="endmsg" editor="detonation text" type="text"> 4735 <attribute arch_begin="msg" arch_end="endmsg" editor="detonation text" type="text">
4560 When the trap detonates, this text is displayed to the 4736 When the trap detonates, this text is displayed to the
4662 <description><![CDATA[ 4838 <description><![CDATA[
4663 A trigger marker is an object that inserts an invisible force (a mark) into a 4839 A trigger marker is an object that inserts an invisible force (a mark) into a
4664 player stepping on it WHEN TRIGGERED. This force does nothing except containing a 4840 player stepping on it WHEN TRIGGERED. This force does nothing except containing a
4665 &lt;key string&gt; which can be discovered by detectors or inventory 4841 &lt;key string&gt; which can be discovered by detectors or inventory
4666 checkers. It is also possible to use markers for removing marks again. 4842 checkers. It is also possible to use markers for removing marks again.
4843 (by setting the "name" slot to the name of the marker to be removed).
4667 <br><br> 4844 <br><br>
4668 Note that the player has no possibility to "see" his own marks, 4845 Note that the player has no possibility to "see" his own marks,
4669 except by the effect that they cause on the maps.]]> 4846 except by the effect that they cause on the maps.]]>
4670 </description> 4847 </description>
4671 <use><![CDATA[ 4848 <use><![CDATA[
4683 <attribute arch="slaying" editor="key string" type="string"> 4860 <attribute arch="slaying" editor="key string" type="string">
4684 The &lt;key string&gt; can be detected by inv. checkers/detectors. 4861 The &lt;key string&gt; can be detected by inv. checkers/detectors.
4685 If the player already has a force with that &lt;key string&gt;, 4862 If the player already has a force with that &lt;key string&gt;,
4686 there won't be inserted a second one. 4863 there won't be inserted a second one.
4687 </attribute> 4864 </attribute>
4688 <attribute arch="connected" editor="connection" type="int"> 4865 <attribute arch="connected" editor="connection" type="string">
4689 Unlike a regular marker this is the connection that triggers this marker to activate. 4866 Unlike a regular marker this is the connection that triggers this marker to activate.
4690 </attribute> 4867 </attribute>
4691 <attribute arch="food" editor="mark duration" type="int"> 4868 <attribute arch="food" editor="mark duration" type="int">
4692 This value defines the duration of the force it inserts. 4869 This value defines the duration of the force it inserts.
4693 If nonzero, the duration of the player's mark is finite: 4870 If nonzero, the duration of the player's mark is finite:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines