From 0d95bc3809a5a405925421713452094863079da1 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Thu, 24 Oct 2019 11:31:35 +0200 Subject: [PATCH] nerfed rantha and varsha autoleveling a little; they had lots of autoleveling to compensate for no gear, but then breathes got a big buff --- game/modules/tome/data/zones/daikara/npcs.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/modules/tome/data/zones/daikara/npcs.lua b/game/modules/tome/data/zones/daikara/npcs.lua index 097d448f09..5a3796b630 100644 --- a/game/modules/tome/data/zones/daikara/npcs.lua +++ b/game/modules/tome/data/zones/daikara/npcs.lua @@ -75,7 +75,7 @@ newEntity{ define_as = "RANTHA_THE_WORM", [Talents.T_ICE_BREATH] = 4, }, auto_classes={ - {class="Wyrmic", start_level=20, level_rate=125},-- Autoclasses don't generate gear and neither do the Daikara bosses so we inflate the level instead, more thematic than giving them actual wyrmic gear + {class="Wyrmic", start_level=20, level_rate=80}, }, resolvers.auto_equip_filters("Wyrmic"), @@ -140,7 +140,7 @@ newEntity{ define_as = "VARSHA_THE_WRITHING", resolvers.auto_equip_filters("Wyrmic"), auto_classes={ - {class="Wyrmic", start_level=20, level_rate=125}, -- Autoclasses don't generate gear and neither do the Daikara bosses so we inflate the level instead, more thematic than giving them actual wyrmic gear + {class="Wyrmic", start_level=20, level_rate=80}, }, ai = "tactical", ai_state = { talent_in=1, ai_move="move_astar", }, resolvers.inscriptions(1, "infusion"), -- GitLab