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

# 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 magicmap orange
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 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 face potioninv.x11
38 nrof 1
39 level 1
40 type 5
41 resist_physical 90
42 materialname glass
43 value 10000
44 weight 2000
45 client_type 651
46 magicmap orange
47 on_use_yield potion_empty
48 end
49