ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/cauldron.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:25 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +2 -2 lines
Log Message:
replace material by materilname in all simple cases

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