ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/cauldron.arc
Revision: 1.7
Committed: Sat Mar 3 01:22:41 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +21 -18 lines
Log Message:
second normaliser run - dude

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 root 1.5 editable 128
14 root 1.7 end
15    
16     object cauldron
17 root 1.5 name_pl cauldrons
18 root 1.1 other_arch cauldron_open
19 pippijn 1.2 face cauldron.x11
20 root 1.7 str 0
21 root 1.1 type 122
22 root 1.7 materialname iron
23     value 18000
24     weight 80000
25 root 1.1 container 800000
26 root 1.7 client_type 51
27     is_cauldron 1
28     color_fg black
29 root 1.5 editable 128
30 root 1.1 end
31 root 1.7
32 root 1.6 object cauldron_open
33 root 1.1 name close the cauldron
34 pippijn 1.2 face cauldron_open.x11
35 root 1.1 type 121
36     no_pick 1
37     no_drop 1
38 root 1.7 color_fg black
39 root 1.5 editable 0
40 root 1.1 end
41 root 1.7