ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/slag_ex.arc
Revision: 1.6
Committed: Tue Nov 3 09:49:38 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
Changes since 1.5: +0 -2 lines
Log Message:
remove editable field, elmey says so

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.3 type 79
7     subtype 1
8 elmex 1.1 materialname glass
9 elmex 1.2 value 20000
10 elmex 1.1 weight 1500
11     client_type 651
12     magicmap red
13     on_use_yield slag_ex_empty
14     msg
15     It removes any kind of slag or other stuff from
16     a cauldron or similiar devices. It will be like new!
17 elmex 1.4 H<Just apply it while standing over the cauldron, and it will remove anything
18     in the cauldron, including any sticky slag.>
19 elmex 1.1 endmsg
20     end
21    
22     object slag_ex_empty
23     name empty slag ex(tm) bottle
24 root 1.5 name_pl empty slag ex(tm) bottles
25 elmex 1.1 skill one handed weapons
26     face slag_ex_empty.x11
27     dam 1
28     nrof 1
29     inherit type_weapon
30     attacktype 1
31     materialname glass
32     value 3
33     weight 700
34     last_sp 10
35     weapontype 8
36     client_type 611
37     body_arm -1
38     magicmap brown
39     end