summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch-data.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-03-11 19:48:23 -0230
committerDracoOmega <draco_omega@live.com>2014-03-11 20:08:22 -0230
commit8ba256b04b830faecbb15039c24f02a3562eb34e (patch)
tree0c7e55a770861864e64a56c66a04020fb152d995 /crawl-ref/source/branch-data.h
parent9ca6a62b4804d54a4db548cb017a2cb61ccbcab2 (diff)
downloadcrawl-ref-8ba256b04b830faecbb15039c24f02a3562eb34e.tar.gz
crawl-ref-8ba256b04b830faecbb15039c24f02a3562eb34e.zip
Reduce Depths to 5 floors
Depths contained as much xp as all of 0.13 combined, and it has been generally agreed that it is better to cut length than dilute the existing length with fodder monsters to lower its concentration. (Incidentally, just one floor here has about as much xp as a whole Lair rune branch).
Diffstat (limited to 'crawl-ref/source/branch-data.h')
-rw-r--r--crawl-ref/source/branch-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/branch-data.h b/crawl-ref/source/branch-data.h
index 4b21aaddf5..a03de9ffdf 100644
--- a/crawl-ref/source/branch-data.h
+++ b/crawl-ref/source/branch-data.h
@@ -174,7 +174,7 @@ const Branch branches[NUM_BRANCHES] =
false, MAGENTA, MAGENTA,
'Y', true, 0 },
- { BRANCH_ZOT, BRANCH_DEPTHS, 6, 6, 5, 27,
+ { BRANCH_ZOT, BRANCH_DEPTHS, 5, 5, 5, 27,
0, 0,
DNGN_ENTER_ZOT, DNGN_RETURN_FROM_ZOT,
"Zot", "the Realm of Zot", "Zot",
@@ -287,7 +287,7 @@ const Branch branches[NUM_BRANCHES] =
false, LIGHTGREY, BROWN, // set per-map
'8', false, 0 },
- { BRANCH_DEPTHS, BRANCH_DUNGEON, 16, 16, 6, 22,
+ { BRANCH_DEPTHS, BRANCH_DUNGEON, 16, 16, 5, 22,
0, 0,
DNGN_ENTER_DEPTHS, DNGN_RETURN_FROM_DEPTHS,
"Depths", "the Depths", "Depths",