ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/slag_ex.arc
(Generate patch)

Comparing deliantra/arch/potion/slag_ex.arc (file contents):
Revision 1.3 by elmex, Tue Aug 7 16:28:42 2007 UTC vs.
Revision 1.7 by root, Tue Nov 3 09:59:20 2009 UTC

1object slag_ex 1object slag_ex
2name slag ex(tm) bottle 2name slag ex(tm) bottle
3name_pl slag ex(tm) bottles 3name_pl slag ex(tm) bottles
4msg
5It removes any kind of slag or other stuff from
6a cauldron or similiar devices. It will be like new!
7H<Just apply it while standing over the cauldron, and it will remove anything
8in the cauldron, including any sticky slag.>
9endmsg
4face slag_ex.x11 10face slag_ex.x11
11magicmap red
5nrof 1 12nrof 1
6type 79 13type 79
7subtype 1 14subtype 1
8materialname glass 15materialname glass
9value 20000 16value 20000
10weight 1500 17weight 1500
11client_type 651 18client_type 651
12editable 2048
13magicmap red
14on_use_yield slag_ex_empty 19on_use_yield slag_ex_empty
15msg
16It removes any kind of slag or other stuff from
17a cauldron or similiar devices. It will be like new!
18endmsg
19end 20end
20 21
21object slag_ex_empty 22object slag_ex_empty
23inherit type_weapon
22name empty slag ex(tm) bottle 24name empty slag ex(tm) bottle
23name_pl empty slag ex(tm) bottle 25name_pl empty slag ex(tm) bottles
24skill one handed weapons 26skill one handed weapons
25face slag_ex_empty.x11 27face slag_ex_empty.x11
28magicmap brown
26dam 1 29dam 1
27nrof 1 30nrof 1
28inherit type_weapon
29attacktype 1 31attacktype 1
30materialname glass 32materialname glass
31value 3 33value 3
32weight 700 34weight 700
33last_sp 10 35last_sp 10
34weapontype 8 36weapontype 8
35client_type 611 37client_type 611
36body_arm -1 38body_arm -1
37editable 1024
38magicmap brown
39end 39end
40

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines