ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/slag_ex.arc
Revision: 1.10
Committed: Sat Oct 16 09:18:45 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +0 -2 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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 nrof 1
12 type 79
13 subtype 1
14 materialname glass
15 value 2000
16 weight 1500
17 client_type 651
18 on_use_yield slag_ex_empty
19 end
20
21 object slag_ex_empty
22 inherit type_weapon
23 name empty slag ex(tm) bottle
24 name_pl empty slag ex(tm) bottles
25 skill one handed weapons
26 face slag_ex_empty.x11
27 dam 1
28 nrof 1
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 body_combat -1
38 end
39