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.53 by root, Wed Oct 21 00:20:16 2009 UTC vs.
Revision 1.54 by elmex, Thu Oct 22 06:07:50 2009 UTC

855 855
856<!--####################################################################--> 856<!--####################################################################-->
857 857
858<type number="81" name="Torch"> 858<type number="81" name="Torch">
859 <description><![CDATA[ 859 <description><![CDATA[
860 Torches are a special kind of Lamp, they are worn out by repeatedly 860 Torches are a special kind of Lamp that offer the option of lighting them
861 lightening them up (when the is_lightable flag is set) and otherwise 861 up without using a lighter (These torches are usually
862 they can only be used once.]]> 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.]]>
863 </description> 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>
864 <attribute arch="food" editor="burning duration" type="int"> 871 <attribute arch="food" editor="burning duration" type="int">
865 This field specifies the burning duration of the torch. 872 This field specifies the burning duration of the torch.
866 </attribute> 873 </attribute>
867 <attribute arch="range" editor="enabled glow radius" type="int"> 874 <attribute arch="range" editor="enabled glow radius" type="int">
868 This field sets the glow radius of the torch if it is enabled. 875 This field sets the glow radius of the torch if it is enabled.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines