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.48 by root, Tue Oct 6 17:49:32 2009 UTC vs.
Revision 1.49 by root, Wed Oct 7 19:55:55 2009 UTC

1278 item with by using a skill. 1278 item with by using a skill.
1279 </attribute> 1279 </attribute>
1280</type> 1280</type>
1281 1281
1282<!--####################################################################--> 1282<!--####################################################################-->
1283<type number="110" name="Inscribable">
1284 <description><![CDATA[
1285 Inscribable Item - when inscribed, it becomes another object.]]>
1286 </description>
1287 <attribute arch="startequip" editor="godgiven item" type="bool">
1288 A godgiven item vanishes as soon as the player
1289 drops it to the ground.
1290 </attribute>
1291 <attribute arch="unique" editor="unique item" type="bool">
1292 Unique items exist only one time on a server. If the item
1293 is taken, lost or destroyed - it's gone for good.
1294 </attribute>
1295 <attribute arch="other_arch" editor="book/scroll arch" type="string">
1296 This is the item created after being inscribed - scrolls are treated
1297 like spell scrolls, all else will have it's message replaced.
1298 </attribute>
1299</type>
1300
1301<!--####################################################################-->
1283<type number="99" name="Boots"> 1302<type number="99" name="Boots">
1284 <import_type name="Amulet" /> 1303 <import_type name="Amulet" />
1285 <description><![CDATA[ 1304 <description><![CDATA[
1286 Wearing boots, the object's stats will directly be inherited to 1305 Wearing boots, the object's stats will directly be inherited to
1287 the player. Usually enhancing his speed, or granting some minor 1306 the player. Usually enhancing his speed, or granting some minor

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines