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

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