ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/cauldron.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:26 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +20 -17 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 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.3 str -80
7 root 1.1 type 122
8     material 2
9 root 1.3 value 5000
10     weight 20000
11 root 1.1 container 800000
12 root 1.3 client_type 51
13 root 1.1 editable 128
14 root 1.3 end
15    
16     object cauldron
17 root 1.1 name_pl cauldrons
18     other_arch cauldron_open
19 pippijn 1.2 face cauldron.x11
20 root 1.3 str 0
21 root 1.1 type 122
22     material 2
23 root 1.3 value 18000
24     weight 80000
25 root 1.1 container 800000
26 root 1.3 client_type 51
27     is_cauldron 1
28     color_fg black
29 root 1.1 editable 128
30     end
31 root 1.3
32     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.3 color_fg black
39 root 1.1 editable 0
40     end
41 root 1.3