ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/stove.arc
Revision: 1.10
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.9: +1 -0 lines
Log Message:
gave cauldrons the skill attribute.

File Contents

# User Rev Content
1 root 1.7 object stove
2 root 1.5 anim
3     stove.x11
4     stove.x12
5     stove.x13
6     mina
7 root 1.8 name_pl stoves
8     face stove.x11
9     str 0
10 root 1.1 speed -0.2
11     type 122
12 elmex 1.10 skill woodsman
13 root 1.8 materialname marble
14     value 18000
15 root 1.1 weight 80000
16 root 1.8 glow_radius 1
17 root 1.1 container 800000
18 root 1.8 client_type 51
19     no_pick 1
20 root 1.1 is_cauldron 1
21 root 1.6 editable 128
22 root 1.9 magicmap black
23 root 1.1 end
24 root 1.8