ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/cauldron.arc
Revision: 1.9
Committed: Sun Jan 4 16:31:34 2009 UTC (15 years, 6 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_76, rel-2_77, rel-2_75, rel-2_79, rel-2_78
Changes since 1.8: +1 -0 lines
Log Message:
gave cauldrons the skill attribute.

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 elmex 1.9 skill alchemy
21 root 1.7 str 0
22 root 1.1 type 122
23 root 1.7 materialname iron
24     value 18000
25     weight 80000
26 root 1.1 container 800000
27 root 1.7 client_type 51
28     is_cauldron 1
29 root 1.5 editable 128
30 root 1.8 magicmap black
31 root 1.1 end
32 root 1.7
33 root 1.6 object cauldron_open
34 root 1.1 name close the cauldron
35 pippijn 1.2 face cauldron_open.x11
36 root 1.1 type 121
37     no_pick 1
38     no_drop 1
39 root 1.5 editable 0
40 root 1.8 magicmap black
41 root 1.1 end
42 root 1.7