ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/potioninv.arc
Revision: 1.6
Committed: Sat Mar 3 01:16:26 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.5: +2 -2 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

# Content
1 object potion_invulnerability
2 name potion of invulnerability
3 nrof 1
4 face potioninv.x11
5 color_fg orange
6 type 5
7 level 1
8 material 4
9 weight 2000
10 value 10000
11 resist_physical 90
12 editable 2048
13 name_pl potions of invulnerability
14 on_use_yield potion_empty
15 client_type 651
16 end
17 object potion_aethereality
18 name potion of aethereality
19 nrof 1
20 face potion_aether.x11
21 color_fg orange
22 type 5
23 level 1
24 material 4
25 weight 2000
26 value 28000
27 resist_physical 95
28 editable 2048
29 name_pl potions of aethereality
30 on_use_yield potion_empty
31 client_type 651
32 end
33