summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch-data.h
diff options
context:
space:
mode:
authorMichael Gagno <evilmike@gmail.com>2012-08-20 14:43:27 -0700
committerMichael Gagno <evilmike@gmail.com>2012-08-20 14:43:27 -0700
commit7af43697d7e717c0f550f9a62f1f8b2eb152fcb5 (patch)
tree399f1a8cbf3846204e32a4bb939d01cdef4cd52d /crawl-ref/source/branch-data.h
parent5890d2d491ce4cf2ab1e44d4d3dfff294803d116 (diff)
downloadcrawl-ref-7af43697d7e717c0f550f9a62f1f8b2eb152fcb5.tar.gz
crawl-ref-7af43697d7e717c0f550f9a62f1f8b2eb152fcb5.zip
Shorten Vaults to 5 levels.
This is done for a few reasons: 1. It's been discussed for quite a while now. 2. With the redone layout, now seems like a good time to make this change. 3. The new layout is much denser in terms of XP and Loot. Cutting the branch to 5 levels compensates for this (actually overcompensates a bit, at least in terms of XP). This also increases its absdepth by 3 (keeping Vaults:5 at the same depth as the old Vaults:8), and moves the entrance slightly deeper in the Dungeon. Unique depths have been tweaked. Crypt and Blade are unchanged, though maybe they should get their depth boosted too.
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 f195211cf7..0b78e3975a 100644
--- a/crawl-ref/source/branch-data.h
+++ b/crawl-ref/source/branch-data.h
@@ -114,7 +114,7 @@ const Branch branches[NUM_BRANCHES] = {
mons_pitslime_rare, mons_pitslime_level,
'M', true, -5 },
- { BRANCH_VAULTS, BRANCH_MAIN_DUNGEON, 14, 19, 8, 16,
+ { BRANCH_VAULTS, BRANCH_MAIN_DUNGEON, 15, 20, 5, 19,
0, 0,
DNGN_ENTER_VAULTS, DNGN_RETURN_FROM_VAULTS,
"Vaults", "the Vaults", "Vaults",
@@ -123,7 +123,7 @@ const Branch branches[NUM_BRANCHES] = {
mons_vaults_rare, mons_vaults_level,
'V', true, 0 },
- { BRANCH_HALL_OF_BLADES, BRANCH_VAULTS, 4, 6, 1, 21,
+ { BRANCH_HALL_OF_BLADES, BRANCH_VAULTS, 3, 4, 1, 21,
BFLAG_NO_ITEMS, 0,
DNGN_ENTER_HALL_OF_BLADES, DNGN_RETURN_FROM_HALL_OF_BLADES,
"Hall of Blades", "the Hall of Blades", "Blade",