Skip to content

Commit

Permalink
New branch: Vecna's domain (part three) - levels, minor tweaks.
Browse files Browse the repository at this point in the history
This is the third and final major commit to finish out the new side
branch featuring Vecna. This branch features three custom levels: the
initial landing level, the stronghold of Kas, and finally Vecna's
domain. Each level will be harder than the one before it. Some minor
tweaks were made here as well concerning Kas (he kept wanting to change
into a wolf or a bat, not good if he starts with inventory).

Expect more adjustments and tweaks in the future, but as of now, this
optional side quest is complete.
  • Loading branch information
k21971 committed Mar 23, 2021
1 parent 768b7d2 commit 919cd95
Show file tree
Hide file tree
Showing 19 changed files with 499 additions and 43 deletions.
12 changes: 12 additions & 0 deletions dat/dungeon.def
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ CHAINLEVEL: "wizard2" "X" "wizard1" + (1, 0)
CHAINLEVEL: "wizard3" "Y" "wizard1" + (2, 0)
LEVEL: "fakewiz1" "F" @ (-6, 4)
LEVEL: "fakewiz2" "G" @ (-6, 4)
CHAINBRANCH: "Vecna's Domain" "valley" + (1, 0) portal

#
# The Mines of the Gnomes of Zurich.
Expand Down Expand Up @@ -121,6 +122,17 @@ LEVEL: "icequeen-1" "none" @ (1, 0)
LEVEL: "icequeen-2" "none" @ (2, 0)
LEVEL: "icequeen-3" "none" @ (3, 0)

#
# Vecna's Domain.
#
DUNGEON: "Vecna's Domain" "none" (3, 0)
DESCRIPTION: mazelike
DESCRIPTION: vecnad
ALIGNMENT: chaotic
LEVEL: "vecna-1" "none" @ (1, 0)
LEVEL: "vecna-2" "none" @ (2, 0)
LEVEL: "vecna-3" "none" @ (3, 0)

#
# Vlad's Tower
#
Expand Down
Loading

0 comments on commit 919cd95

Please sign in to comment.