Skip to content
Snippets Groups Projects
Commit 06ed3f5e authored by dg's avatar dg
Browse files

saner level

git-svn-id: http://svn.net-core.org/repos/t-engine4@45 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0e0ebb4d
No related branches found
No related tags found
No related merge requests found
return {
name = "ancient ruins",
max_level = 5,
width = 100, height = 100,
width = 50, height = 30,
all_remembered = true,
all_lited = true,
level_npcs = {5, 10},
generator = {
map = {
class= "engine.generator.map.Empty",
class= "engine.generator.map.Rooms",
floor = "FLOOR",
wall = "WALL",
up = "UP",
......@@ -16,7 +16,7 @@ return {
},
actor = {
class = "engine.generator.actor.Random",
nb_npc = {200, 200},
nb_npc = {40, 40},
},
}
}
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