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

File Contents

# User Rev Content
1 root 1.7 object potion_aethereality
2     name potion of aethereality
3     name_pl potions of aethereality
4     face potion_aether.x11
5 root 1.1 nrof 1
6 root 1.7 level 1
7 root 1.5 type 5
8 root 1.7 resist_physical 95
9     materialname glass
10     value 28000
11 root 1.1 weight 2000
12 root 1.7 client_type 651
13 root 1.1 on_use_yield potion_empty
14     end
15 root 1.7
16 root 1.9 # for compatibility
17 root 1.7 object potion_invulnerability
18 root 1.9 name potion of shielding
19     name_pl potions of shielding
20     face potioninv.x11
21     nrof 1
22     level 1
23     type 5
24     resist_physical 90
25     materialname glass
26     value 10000
27     weight 2000
28     client_type 651
29     on_use_yield potion_empty
30     end
31    
32     object potion_shielding
33     name potion of shielding
34     name_pl potions of shielding
35 root 1.7 face potioninv.x11
36 root 1.1 nrof 1
37 root 1.7 level 1
38 root 1.5 type 5
39 root 1.7 resist_physical 90
40     materialname glass
41     value 10000
42 root 1.1 weight 2000
43 root 1.7 client_type 651
44 root 1.1 on_use_yield potion_empty
45     end
46