captaincobbs / Mavros-Major-Faction

0 stars 0 forks source link

Population bonus not applied properly for Drudges and Titan Drudges #1

Open Arpharnator opened 3 years ago

Arpharnator commented 3 years ago

You need to put this line : Property Name="PopulationSystemLevel" Operation="Force" Value="$(SystemLevel)"/ in SimulationDescriptors[Population] within the simulation descriptor ClassPopulationPlanet. You should not remove any other line. Only tested for modernization up to level 2. Do not forget to put the < before Property and > after /

Arpharnator commented 3 years ago

Btw you need to put the line after Property Name="PopulationSystemLevel" BaseValue="1"/

captaincobbs commented 3 years ago

It's prematurely counting the cap, oops