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

Increased foes density in the Prides

parent d14f4151
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ return {
},
actor = {
class = "mod.class.generator.actor.Random",
nb_npc = {20, 30},
nb_npc = {40, 50},
guardian = "GORBAT",
},
object = {
......
......@@ -58,7 +58,7 @@ return {
},
actor = {
class = "mod.class.generator.actor.Random",
nb_npc = {20, 30},
nb_npc = {50, 60},
guardian = "GRUSHNAK",
},
object = {
......
......@@ -56,7 +56,7 @@ return {
},
actor = {
class = "mod.class.generator.actor.Random",
nb_npc = {20, 30},
nb_npc = {50, 60},
guardian = "RAK_SHOR",
},
object = {
......
......@@ -61,7 +61,7 @@ return {
},
actor = {
class = "mod.class.generator.actor.Random",
nb_npc = {20, 30},
nb_npc = {50, 60},
guardian = "VOR",
},
object = {
......
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