Skip to content

Instantly share code, notes, and snippets.

@timschumi
Created July 23, 2021 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timschumi/6e6a85f53b05fe4aeebe94b7a60ba37e to your computer and use it in GitHub Desktop.
Save timschumi/6e6a85f53b05fe4aeebe94b7a60ba37e to your computer and use it in GitHub Desktop.
diff --git a/lib/gamedata/constants.txt b/lib/gamedata/constants.txt
index dbf436869..0cfd8a168 100644
--- a/lib/gamedata/constants.txt
+++ b/lib/gamedata/constants.txt
@@ -8,7 +8,7 @@
#---------------------------------------------------------------------
# Maximum number of monsters on the level
-level-max:monsters:1024
+level-max:monsters:64
#---------------------------------------------------------------------
# Monster Generation
@@ -101,10 +101,10 @@ world:max-depth:128
world:day-length:10000
# Max number of grids in each dungeon level (vertically)
-world:dungeon-hgt:66
+world:dungeon-hgt:22
# Max number of grids in each dungeon level (horizontally)
-world:dungeon-wid:198
+world:dungeon-wid:66
# Max number of grids in each town level (vertically)
world:town-hgt:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment