ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/potioninv.arc
Revision: 1.5
Committed: Sat Mar 3 00:50:54 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.4: +20 -21 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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