ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/slag_ex.arc
Revision: 1.2
Committed: Mon Jul 16 14:59:21 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.1: +2 -2 lines
Log Message:
adjusted treasure lists and slag ex price

File Contents

# User Rev Content
1 elmex 1.1 object slag_ex
2     name slag ex(tm) bottle
3     name_pl slag ex(tm) bottles
4     face slag_ex.x11
5     nrof 1
6 elmex 1.2 type 5
7 elmex 1.1 subtype 11
8     materialname glass
9 elmex 1.2 value 20000
10 elmex 1.1 weight 1500
11     client_type 651
12     editable 2048
13     magicmap red
14     on_use_yield slag_ex_empty
15     msg
16     It removes any kind of slag or other stuff from
17     a cauldron or similiar devices. It will be like new!
18     endmsg
19     end
20    
21     object slag_ex_empty
22     name empty slag ex(tm) bottle
23     name_pl empty slag ex(tm) bottle
24     skill one handed weapons
25     face slag_ex_empty.x11
26     dam 1
27     nrof 1
28     inherit type_weapon
29     attacktype 1
30     materialname glass
31     value 3
32     weight 700
33     last_sp 10
34     weapontype 8
35     client_type 611
36     body_arm -1
37     editable 1024
38     magicmap brown
39     end