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.32 by root, Wed Dec 26 18:26:15 2007 UTC vs.
Revision 1.33 by elmex, Wed Apr 9 13:24:27 2008 UTC

641 <attribute arch="title" editor="title" type="string"> 641 <attribute arch="title" editor="title" type="string">
642 This is the object's title. Once an object is identified the title is 642 This is the object's title. Once an object is identified the title is
643 attached to the name. Typical titles are "of Mostrai", "of xray vision" etc. 643 attached to the name. Typical titles are "of Mostrai", "of xray vision" etc.
644 </attribute> 644 </attribute>
645 <attribute arch="face" editor="image" type="string"> 645 <attribute arch="face" editor="image" type="string">
646 The image-name defines what image is displayed for this object in-game. 646 The image-name defines what image is displayed for this object in-game. Take care if the archetype of the
647 object has an animation! See also the 'animation' attribute.
648 </attribute>
649 <attribute arch="animation" editor="animation" type="string">
650 The animation-name of the object. If you assign custom faces and the archetype
651 defines an animation you can disable the animation of an archetype by setting this
652 field to NONE.
647 </attribute> 653 </attribute>
648 <attribute arch="tag" editor="tag" type="string"> 654 <attribute arch="tag" editor="tag" type="string">
649 You can tag objects with an identifier. Tagged objects can be found quickly 655 You can tag objects with an identifier. Tagged objects can be found quickly
650 from their tag, which makes them useful to tag exits and refer to those by 656 from their tag, which makes them useful to tag exits and refer to those by
651 their name. 657 their name.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines