Skip to content
Snippets Groups Projects
Commit 4a3acc10 authored by dg's avatar dg
Browse files

Reduced the size of Briagh Lair and the number of NPCs

git-svn-id: http://svn.net-core.org/repos/t-engine4@6254 51575b47-30f0-44d4-a5cc-537603b46e54
parent 11c46089
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ return {
max_level = 1,
decay = {300, 800},
actor_adjust_level = function(zone, level, e) return zone.base_level + e:getRankLevelAdjust() + level.level-1 + rng.range(-1,2) end,
width = 140, height = 140,
width = 70, height = 70,
-- all_remembered = true,
-- all_lited = true,
persistent = "zone",
......@@ -44,7 +44,7 @@ return {
},
actor = {
class = "mod.class.generator.actor.Random",
nb_npc = {120, 140},
nb_npc = {70, 70},
guardian = "BRIAGH",
},
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