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, 7 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

# 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.11 magicmap orange
6 root 1.1 nrof 1
7 root 1.7 level 1
8 root 1.5 type 5
9 root 1.7 resist_physical 95
10     materialname glass
11     value 28000
12 root 1.1 weight 2000
13 root 1.7 client_type 651
14 root 1.1 on_use_yield potion_empty
15     end
16 root 1.7
17 root 1.9 # for compatibility
18 root 1.7 object potion_invulnerability
19 root 1.9 name potion of shielding
20     name_pl potions of shielding
21     face potioninv.x11
22 root 1.11 magicmap orange
23 root 1.9 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 root 1.7 face potioninv.x11
38 root 1.11 magicmap orange
39 root 1.1 nrof 1
40 root 1.7 level 1
41 root 1.5 type 5
42 root 1.7 resist_physical 90
43     materialname glass
44     value 10000
45 root 1.1 weight 2000
46 root 1.7 client_type 651
47 root 1.1 on_use_yield potion_empty
48     end
49