ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/slag_ex.arc
Revision: 1.4
Committed: Mon Jun 8 10:13:40 2009 UTC (15 years ago) by elmex
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_79
Changes since 1.3: +2 -0 lines
Log Message:
added hint for slag ex usage.

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     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 elmex 1.4 H<Just apply it while standing over the cauldron, and it will remove anything
19     in the cauldron, including any sticky slag.>
20 elmex 1.1 endmsg
21     end
22    
23     object slag_ex_empty
24     name empty slag ex(tm) bottle
25     name_pl empty slag ex(tm) bottle
26     skill one handed weapons
27     face slag_ex_empty.x11
28     dam 1
29     nrof 1
30     inherit type_weapon
31     attacktype 1
32     materialname glass
33     value 3
34     weight 700
35     last_sp 10
36     weapontype 8
37     client_type 611
38     body_arm -1
39     editable 1024
40     magicmap brown
41     end