I forget add modifier to building
Code:<GameInfo> <Modifiers> <!--Grant Unit--> <Row> <ModifierId>TCS_PALACE_GRANT_SCOUT</ModifierId> <ModifierType>MODIFIER_SINGLE_CITY_GRANT_UNIT_IN_CITY</ModifierType> <RunOnce>true</RunOnce> <Permanent>true</Permanent> <OwnerRequirementSetId>PLAYER_IS_HUMAN</OwnerRequirementSetId> </Row> </Modifiers> <ModifierArguments> <!--Grant Unit--> <Row> <ModifierId>TCS_PALACE_GRANT_SCOUT</ModifierId> <Name>UnitType</Name> <Value>UNIT_SCOUT</Value> </Row> <Row> <ModifierId>TCS_PALACE_GRANT_SCOUT</ModifierId> <Name>Amount</Name> <Value>1</Value> </Row> </ModifierArguments> <BuildingModifiers> <!--Grant Unit--> <Row> <BuildingType>BUILDING_PALACE</BuildingType> <ModifierId>TCS_PALACE_GRANT_SCOUT</ModifierId> </Row> </BuildingModifiers> </GameInfo>
Apologies for my ignorance, but does this go into the eras.xml?