ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/potioninv.arc
Revision: 1.11
Committed: Tue Nov 3 09:59:19 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +3 -3 lines
Log Message:
big cfarch-normalize run

File Contents

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