[HELP] Level Milestones

I have created a new unti type and set up a level milestone for 5th level, but when the unit gets to 5th level nothing happens.

    <LevelMilestone InternalName="L5">
      <Level>5</Level>
      <UnitStat_HitPoints>0</UnitStat_HitPoints>
      <UnitStat_Attack>10</UnitStat_Attack>
      <UnitStat_Defense>10</UnitStat_Defense>
      <UnitStat_CombatSpeed>2</UnitStat_CombatSpeed>
      <UnitStat_Strength>15.0</UnitStat_Strength>
      <UnitStat_Wisdom>1.0</UnitStat_Wisdom>
      <UnitStat_Dexterity>10.0</UnitStat_Dexterity>
      <UnitStat_Intelligence>16.0</UnitStat_Intelligence>
      <UnitStat_Charisma>1.0</UnitStat_Charisma>
      <UnitStat_Constitution>20.0</UnitStat_Constitution>
      <UnitStat_Sight>2</UnitStat_Sight>
      <UnitStat_Essence>10</UnitStat_Essence>
    </LevelMilestone>

What am I doing wrong?

1,973 views 2 replies
Reply #1 Top

Where did you put this code?

Reply #2 Top

Put the code right underneath the Level 1 milestone.

Searched other forum posts and apparently the game doesn't even look at milestones past the first one.  So I guess nevermind, hopefully Stardock will implement something that we can use to grow our own units the way we want them.