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

# User Rev Content
1 elmex 1.1 object slag_ex
2     name slag ex(tm) bottle
3     name_pl slag ex(tm) bottles
4 root 1.7 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 elmex 1.1 face slag_ex.x11
11     nrof 1
12 elmex 1.3 type 79
13     subtype 1
14 elmex 1.1 materialname glass
15 root 1.8 value 2000
16 elmex 1.1 weight 1500
17     client_type 651
18     on_use_yield slag_ex_empty
19     end
20    
21     object slag_ex_empty
22 root 1.7 inherit type_weapon
23 elmex 1.1 name empty slag ex(tm) bottle
24 root 1.5 name_pl empty slag ex(tm) bottles
25 elmex 1.1 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 root 1.9 body_combat -1
38 elmex 1.1 end
39 root 1.7