ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/cauldron.arc
Revision: 1.8
Committed: Sun Mar 11 00:15:25 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_74, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.7: +2 -2 lines
Log Message:
normalise color_fg to magicmap

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 root 1.5 editable 128
29 root 1.8 magicmap black
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.5 editable 0
39 root 1.8 magicmap black
40 root 1.1 end
41 root 1.7