ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/potioninv.arc
Revision: 1.9
Committed: Sat Oct 31 18:40:12 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +20 -2 lines
Log Message:
minor maps

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 editable 2048
14 root 1.8 magicmap orange
15 root 1.1 on_use_yield potion_empty
16     end
17 root 1.7
18 root 1.9 # for compatibility
19 root 1.7 object potion_invulnerability
20 root 1.9 name potion of shielding
21     name_pl potions of shielding
22     face potioninv.x11
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     editable 2048
32     magicmap orange
33     on_use_yield potion_empty
34     end
35    
36     object potion_shielding
37     name potion of shielding
38     name_pl potions of shielding
39 root 1.7 face potioninv.x11
40 root 1.1 nrof 1
41 root 1.7 level 1
42 root 1.5 type 5
43 root 1.7 resist_physical 90
44     materialname glass
45     value 10000
46 root 1.1 weight 2000
47 root 1.7 client_type 651
48 root 1.1 editable 2048
49 root 1.8 magicmap orange
50 root 1.1 on_use_yield potion_empty
51     end
52