ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/random/random_resist_potion.trs
Revision: 1.2
Committed: Sat Oct 31 18:40:12 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93, HEAD
Changes since 1.1: +1 -1 lines
Log Message:
minor maps

File Contents

# User Rev Content
1 elmex 1.1 treasureone random_resist_potion
2     arch potion_generic
3     chance 5
4     more
5     arch dust_generic
6     chance 5
7     more
8     arch balm_generic
9     chance 5
10     more
11     arch potion_heal
12     chance 8
13     more
14     arch potion_magic
15     chance 10
16     more
17     arch potion_fire
18     chance 7
19     more
20     arch potion_fire2
21     chance 7
22     more
23     arch potion_cold
24     chance 7
25     more
26     arch potion_cold2
27     chance 7
28     more
29 root 1.2 arch potion_shielding
30 elmex 1.1 chance 7
31     more
32     arch potion_aethereality
33     chance 7
34     more
35     arch potion_restoration
36     chance 7
37     more
38     arch potion_heroism
39     chance 7
40     end
41