ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/slag_ex.arc
Revision: 1.7
Committed: Tue Nov 3 09:59:20 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_90, rel-2_92
Changes since 1.6: +10 -9 lines
Log Message:
big cfarch-normalize run

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