Skip to content
Snippets Groups Projects
Commit f5ff2dc3 authored by DarkGod's avatar DarkGod
Browse files

High Peak levels become smaller towards the end (but keep the same number of foes inside)

parent 6c6e07f7
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -61,7 +61,7 @@ return {
{type="undead", subtype="giant", random_boss={rank = 3.5, loot_quantity = 2,}},
{type="horror", random_boss={rank = 3.5, loot_quantity = 2,}},
},
nb_npc = {20, 30},
nb_npc = {35, 40},
},
object = {
class = "engine.generator.object.Random",
......@@ -187,7 +187,23 @@ return {
},
},
},
[5] = {
width = 50, height = 75,
},
[6] = {
width = 40, height = 65,
},
[7] = {
width = 40, height = 55,
},
[8] = {
width = 40, height = 40,
},
[9] = {
width = 35, height = 35,
},
[10] = {
width = 30, height = 30,
generator = {
map = {
down = "PORTAL_BOSS",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment