[mod request] Restoring the pioneer population cost in 1.3

Does anyone know if the population cost for pioneers is done in xml? I no longer have the 1.2 xml to compare with.

I see in CoreUnits.xml that there is <UnitType InternalName="Unit_Pioneer_Altarian"> (and for the other races), with a cost defined in

        <ProductionRequirement>
            <Type>Resource</Type>
            <Attribute>Gold</Attribute>
            <Value>10</Value>
        </ProductionRequirement>

Anyone know what the correct attribute for population would be?

2,012 views 1 replies
Reply #1 Top

<ProductionRequirement>
      <Type>Resource</Type>
      <Attribute>Population</Attribute>
      <Value>10</Value>
    </ProductionRequirement>