ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/slag_ex.arc
Revision: 1.8
Committed: Sat Jan 9 12:44:59 2010 UTC (14 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_93
Changes since 1.7: +1 -1 lines
Log Message:
considerably reduced slag ex price

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 end
40