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

nerfed rantha and varsha autoleveling a little; they had lots of autoleveling...

nerfed rantha and varsha autoleveling a little; they had lots of autoleveling to compensate for no gear, but then breathes got a big buff
parent a391e317
No related branches found
Tags tome-1.6.0
No related merge requests found
......@@ -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"),
......
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