Vorpal+5
Venturing in Erebus
- Joined
- Mar 25, 2008
- Messages
- 658
I just realized that contrary to FF, Rife has no more ship wrecks bordering coasts... why?
So I searched and
Is it because of <iAppearanceProbability>10</iAppearanceProbability>, meaning there is only a 10% chance that a game world will have this class of feature?
So I searched and
Code:
<ImprovementInfo> <!-- Shipwreck -->
<Type>IMPROVEMENT_SHIP_WRECK</Type>
<Description>TXT_KEY_IMPROVEMENT_SHIP_WRECK</Description>
<Civilopedia>TXT_KEY_IMPROVEMENT_SHIP_WRECK_PEDIA</Civilopedia>
<ArtDefineTag>ART_DEF_IMPROVEMENT_SHIP_WRECK</ArtDefineTag>
<bWater>1</bWater>
<bPermanent>1</bPermanent>
<bOutsideBorders>1</bOutsideBorders>
<TerrainMakesValids>
<TerrainMakesValid>
<TerrainType>TERRAIN_COAST</TerrainType>
<bMakesValid>1</bMakesValid>
</TerrainMakesValid>
</TerrainMakesValids>
<iAppearanceProbability>10</iAppearanceProbability>
<bExplorable>1</bExplorable>
<iLairCreationWeight>100</iLairCreationWeight>
</ImprovementInfo>
Is it because of <iAppearanceProbability>10</iAppearanceProbability>, meaning there is only a 10% chance that a game world will have this class of feature?