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

Drolem is buffed a little

parent 23c201e2
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ newEntity{ define_as = "DROLEM",
It is so huge that it blocks sight beyond it.]],
killer_message = "and was neither found nor heard from again",
level_range = {35, nil}, exp_worth=2,
max_life = 600, life_rating = 17, fixed_rating = true,
max_life = 6000, life_rating = 17, fixed_rating = true,
-- Special, the golem is HUGE and blocks LOS
block_sight = true,
......@@ -120,8 +120,9 @@ It is so huge that it blocks sight beyond it.]],
resolvers.talents{
[Talents.T_ARMOUR_TRAINING]=5,
[Talents.T_WEAPON_COMBAT]=3,
[Talents.T_POISON_BREATH]=6,
[Talents.T_POISON_BREATH]={base=6, every=5, max=9},
[Talents.T_WEAPONS_MASTERY]=6,
[Talents.T_ICE_BREATH]={base=5, every=5, max=9},
[Talents.T_GOLEM_BEAM]={base=5, every=5, max=9},
[Talents.T_GOLEM_ARCANE_PULL]={base=3, every=5, max=6},
[Talents.T_GOLEM_POUND]={base=3, every=5, max=6},
......
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