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

adjust

git-svn-id: http://svn.net-core.org/repos/t-engine4@142 51575b47-30f0-44d4-a5cc-537603b46e54
parent d4b056f4
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ newEntity{
rarity = 1,
autolevel = "warrior",
ai = "dumb_talented_simple",
ai_state = { talent_in=12, },
max_life = resolvers.rngavg(10,20),
max_mana = resolvers.rngavg(50,60),
max_stamina = resolvers.rngavg(10,20),
......
......@@ -19,7 +19,7 @@ return {
},
actor = {
class = "engine.generator.actor.Random",
nb_npc = {20, 30},
nb_npc = {2, 3},
ood = {chance=5, range={1, 10}},
adjust_level_to_player = {-1, 2},
},
......
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