Troll base blueprint randomly sets AV, Level and Hitpoints (setting troll foals to level 20)

Issue #12560 open
John Snail created an issue

This seems unusual for a base blueprint, especially since everything that inherits it override those values, and it results in troll foals being level 20 (1-3 levels higher than the legendary trolls).

I think these lines should be removed, and troll foals be set to level 15.

    <stat Name="AV" Value="3" />
    <stat Name="Level" Value="20" />
    <stat Name="Hitpoints" Value="20" />

Comments (2)

  1. Log in to comment