Noob Mod question

So, i think i have solved my own problem, the reason i couldn't find the Requirementsets, is because they didnt exist for snow
 
<RequirementSets>
<Row>
<RequirementSetId>PLOT_HAS_SNOW_REQUIREMENTS</RequirementSetId>
<RequirementSetType>REQUIREMENTSET_TEST_ALL</RequirementSetType>
</Row>
<Row>
<RequirementSetId>PLOT_HAS_SNOW_HILLS_REQUIREMENTS</RequirementSetId>
<RequirementSetType>REQUIREMENTSET_TEST_ALL</RequirementSetType>
</Row>
</RequirementSets>
<Requirements>
<Row>
<RequirementId>REQUIRES_PLOT_HAS_SNOW</RequirementId>
<RequirementType>REQUIREMENT_PLOT_TERRAIN_TYPE_MATCHES</RequirementType>
</Row>
<Row>
<RequirementId>REQUIRES_PLOT_HAS_SNOW_HILLS</RequirementId>
<RequirementType>REQUIREMENT_PLOT_TERRAIN_TYPE_MATCHES</RequirementType>
</Row>
</Requirements>
<RequirementArguments>
<Row>
<RequirementId>REQUIRES_PLOT_HAS_SNOW</RequirementId>
<Name>TerrainType</Name>
<Value>TERRAIN_SNOW</Value>
</Row>
<Row>
<RequirementId>REQUIRES_PLOT_HAS_SNOW_HILLS</RequirementId>
<Name>TerrainType</Name>
<Value>TERRAIN_SNOW_HILLS</Value>
</Row>
</RequirementArguments>
<RequirementSetRequirements>
<Row>
<RequirementSetId>PLOT_HAS_SNOW_REQUIREMENTS</RequirementSetId>
<RequirementId>REQUIRES_PLOT_HAS_SNOW</RequirementId>
</Row>
<Row>
<RequirementSetId>PLOT_HAS_SNOW_HILLS_REQUIREMENTS</RequirementSetId>
<RequirementId>REQUIRES_PLOT_HAS_SNOW_HILLS</RequirementId>
</Row>
</RequirementSetRequirements>
 
I guess they figured there would be no actual yield for snow tiles so there wasn't really any need for them to code it in
 
Back
Top Bottom