ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/slag_ex.arc
Revision: 1.1
Committed: Mon Jul 16 14:43:25 2007 UTC (16 years, 10 months ago) by elmex
Branch: MAIN
Log Message:
added slag ex(tm)

File Contents

# Content
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 type 79
7 subtype 11
8 materialname glass
9 value 15000
10 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 endmsg
19 end
20
21 object slag_ex_empty
22 name empty slag ex(tm) bottle
23 name_pl empty slag ex(tm) bottle
24 skill one handed weapons
25 face slag_ex_empty.x11
26 dam 1
27 nrof 1
28 inherit type_weapon
29 attacktype 1
30 materialname glass
31 value 3
32 weight 700
33 last_sp 10
34 weapontype 8
35 client_type 611
36 body_arm -1
37 editable 1024
38 magicmap brown
39 end