- Joined
- Jan 12, 2004
- Messages
- 1,315
Does anyone know how the game determines that "Dance of the aurora" does not generate faith on tundra tiles with forests ? I have only found that faith should be generated on tundra tiles, in ...\Gameplay\XML\CIV5Beliefs.xml:
but nothing about forests...
Thanks
Code:
<Belief_TerrainYieldChanges>
<Row>
<BeliefType>BELIEF_DANCE_AURORA</BeliefType>
<TerrainType>TERRAIN_TUNDRA</TerrainType>
<YieldType>YIELD_FAITH</YieldType>
<Yield>1</Yield>
</Row>
</Belief_TerrainYieldChanges>
Thanks