Skip to content

Commit

Permalink
MapGen: Dungeouns: DeadMen: make more guarded: inc spawn chance, inte…
Browse files Browse the repository at this point in the history
…rval & deep. Relates to #1213
  • Loading branch information
alek13 committed Dec 22, 2023
1 parent 8e3c23e commit 60fdeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/lord/Entities/lottmobs/spawn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ mobs:spawn_specific("lottmobs:witch_king", {"default:stone"}, {"air"}, -1, 2, 30

mobs:spawn_specific("lottmobs:balrog", {"default:stone"}, {"air"}, -1, 2, 30, 100000, 1, -31000, -10000)

mobs:spawn_specific("lottmobs:dead_men", {"default:mossycobble"}, {"air"}, -1, 2, 30, 9000, 7, -31000, -100)
mobs:spawn_specific("lottmobs:dead_men", {"default:mossycobble"}, {"air"}, -1, 15, 15, 1, 5, -31000, -50)

mobs:spawn_specific("lottmobs:troll", {"default:stone"}, {"air"}, -1, 5, 30, 12000, 3, -31000, -10)
mobs:spawn_specific("lottmobs:troll", {"default:snow"}, {"air"}, -1, 2, 30, 9000, 3, -31000, 31000)
Expand Down

0 comments on commit 60fdeb6

Please sign in to comment.