ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/slag_ex.arc
Revision: 1.9
Committed: Thu Apr 29 08:30:58 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.8: +1 -0 lines
Log Message:
make all weapons use the combat slot

File Contents

# Content
1 object slag_ex
2 name slag ex(tm) bottle
3 name_pl slag ex(tm) bottles
4 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 face slag_ex.x11
11 magicmap red
12 nrof 1
13 type 79
14 subtype 1
15 materialname glass
16 value 2000
17 weight 1500
18 client_type 651
19 on_use_yield slag_ex_empty
20 end
21
22 object slag_ex_empty
23 inherit type_weapon
24 name empty slag ex(tm) bottle
25 name_pl empty slag ex(tm) bottles
26 skill one handed weapons
27 face slag_ex_empty.x11
28 magicmap brown
29 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 body_combat -1
40 end
41