summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-11 07:24:03 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-11 07:24:03 +0000
commitdbc3fd203fe0dea803ae3384f32ba95de3e5df54 (patch)
tree11022eea6ea1d537db29aea78a1acb519e11802b /crawl-ref/source/makeitem.cc
parent62492a08d2f1f53f02bbfbcf604bce6418d956f0 (diff)
downloadcrawl-ref-dbc3fd203fe0dea803ae3384f32ba95de3e5df54.tar.gz
crawl-ref-dbc3fd203fe0dea803ae3384f32ba95de3e5df54.zip
Bumped frequency of !oResistance by 36%. Lowered frequency of !oRA to
compensate. [1828604] git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5731 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 874455d060..1181b9a4bd 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -2321,7 +2321,7 @@ static void _generate_potion_item(item_def& item, int force_type,
136, POT_BERSERK_RAGE,
340, POT_INVISIBILITY,
340, POT_LEVITATION,
- 250, POT_RESISTANCE,
+ 340, POT_RESISTANCE,
70, POT_PORRIDGE,
111, POT_BLOOD,
38, POT_GAIN_STRENGTH,
@@ -2329,7 +2329,7 @@ static void _generate_potion_item(item_def& item, int force_type,
38, POT_GAIN_INTELLIGENCE,
13, POT_EXPERIENCE,
14, POT_MAGIC,
- 972, POT_RESTORE_ABILITIES,
+ 900, POT_RESTORE_ABILITIES,
648, POT_POISON,
162, POT_STRONG_POISON,
324, POT_MUTATION,