ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/cauldron.arc
Revision: 1.11
Committed: Tue Nov 3 09:49:02 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +0 -3 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.7 object bad_cauldron
2     name cracked cauldron
3     name_pl cracked cauldrons
4 root 1.1 other_arch cauldron_open
5 pippijn 1.2 face cauldron.x11
6 root 1.7 str -80
7 root 1.1 type 122
8 root 1.7 materialname iron
9     value 5000
10     weight 20000
11 root 1.1 container 800000
12 root 1.7 client_type 51
13     end
14    
15     object cauldron
16 root 1.5 name_pl cauldrons
17 root 1.10 skill alchemy
18 root 1.1 other_arch cauldron_open
19 pippijn 1.2 face cauldron.x11
20 root 1.10 magicmap black
21 root 1.7 str 0
22 root 1.1 type 122
23 root 1.7 materialname iron
24     value 18000
25     weight 80000
26 root 1.1 container 800000
27 root 1.7 client_type 51
28     is_cauldron 1
29 root 1.1 end
30 root 1.7
31 root 1.6 object cauldron_open
32 root 1.1 name close the cauldron
33 pippijn 1.2 face cauldron_open.x11
34 root 1.10 magicmap black
35 root 1.1 type 121
36     no_pick 1
37     no_drop 1
38     end
39 root 1.7