<Quote>'I am a member of an AI Test Army!'</Quote>

<Quote>'I am a member of an AI Test Army!'</Quote>         <NPCRecruitmentText>Don't recruit me, I'm an AI Test Unit</NPCRecruitmentText>

 

Ha ha dev humour... grumble grumble...

but seriously. Can anyone please point me in the right direction - I am having trouble locating it.

City defense summons.

City defender party.

 

Thank you.

3,372 views 5 replies
Reply #1 Top

I don't really understand the question... though I believe it's located in the city building file. There are some buildings there that both summon units at the start and bring defenders.

 

Reply #2 Top


I'm looking for the stats of the summoned units so i can change them.

Reply #3 Top

CoreMonsterUnitTypes Is for summoned units, and if it doesn't include normal units you should check CoreUnits.

Reply #4 Top

CoreUnits.xml

starting with Unit_CityArcher_Altarian_Party and ending with Unit_CityDefender_Wraith_Squad depending on the races

make sure that <ForUpgradeActionOnly> is not included in any <EquipmentUpgradeDef>. I ran into that problem earlier today :D

Reply #5 Top


ty, i didn't think of looking at individual race units. Duh.