ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/potioninv.arc
Revision: 1.10
Committed: Tue Nov 3 09:49:38 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -3 lines
Log Message:
remove editable field, elmey says so

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.8 magicmap orange
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     nrof 1
23     level 1
24     type 5
25     resist_physical 90
26     materialname glass
27     value 10000
28     weight 2000
29     client_type 651
30     magicmap orange
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.1 nrof 1
39 root 1.7 level 1
40 root 1.5 type 5
41 root 1.7 resist_physical 90
42     materialname glass
43     value 10000
44 root 1.1 weight 2000
45 root 1.7 client_type 651
46 root 1.8 magicmap orange
47 root 1.1 on_use_yield potion_empty
48     end
49