Skip to content

Commit

Permalink
[ Xedra Evolved ] Fix monster spawns in Vampire Cathedral basement (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse authored Feb 6, 2025
1 parent c31ac4b commit 9d4577d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/mods/Xedra_Evolved/mapgen/vampire_cathedral.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
{ "monster": "GROUP_VAMPIRES_MIXED", "x": [ 0, 23 ], "y": [ 0, 23 ], "density": 0.1 },
{ "monster": "GROUP_VAMPIRES_MIXED", "x": [ 24, 47 ], "y": [ 0, 23 ], "density": 0.1 },
{ "monster": "GROUP_VAMPIRES_MIXED", "x": [ 0, 17 ], "y": [ 24, 47 ], "density": 0.1 },
{ "monster": "GROUP_VAMPIRES_MIXED", "x": [ 24, 47 ], "y": [ 24, 47 ], "density": 0.2 },
{ "monster": "GROUP_CHURCH_BLANK", "x": [ 20, 23 ], "y": [ 34, 38 ], "density": 0.1 }
{ "monster": "GROUP_VAMPIRES_MIXED", "x": [ 24, 47 ], "y": [ 24, 47 ], "density": 0.2 }
]
}
},
Expand Down

0 comments on commit 9d4577d

Please sign in to comment.