ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/slag_ex.arc
Revision: 1.3
Committed: Tue Aug 7 16:28:42 2007 UTC (16 years, 10 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.2: +2 -2 lines
Log Message:
fixed type

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 1
8 materialname glass
9 value 20000
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