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

# Content
1 object potion_aethereality
2 name potion of aethereality
3 name_pl potions of aethereality
4 face potion_aether.x11
5 nrof 1
6 level 1
7 type 5
8 resist_physical 95
9 materialname glass
10 value 28000
11 weight 2000
12 client_type 651
13 on_use_yield potion_empty
14 end
15
16 # for compatibility
17 object potion_invulnerability
18 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 face potioninv.x11
36 nrof 1
37 level 1
38 type 5
39 resist_physical 90
40 materialname glass
41 value 10000
42 weight 2000
43 client_type 651
44 on_use_yield potion_empty
45 end
46