Azurian
The Azurian
Okay I tried it with multiple properties

Code:
<PropertyManipulators>
<PropertySource>
<PropertySourceType>PROPERTYSOURCE_CONSTANT</PropertySourceType>
<PropertyType>PROPERTY_AIR_POLLUTION</PropertyType>
<iAmountPerTurn>5</iAmountPerTurn>
<Active>
<Has>
<GOMType>GOM_TECH</GOMType>
<ID>TECH_CYBERNETICS</ID>
</Has>
</Active>
</PropertySource>
<PropertySource>
<PropertySourceType>PROPERTYSOURCE_CONSTANT</PropertySourceType>
<PropertyType>PROPERTY_CRIME</PropertyType>
<iAmountPerTurn>10</iAmountPerTurn>
<Active>
<Has>
<GOMType>GOM_TECH</GOMType>
<ID>TECH_FUSION</ID>
</Has>
</Active>
</PropertySource>
<PropertySource>
<PropertySourceType>PROPERTYSOURCE_CONSTANT</PropertySourceType>
<PropertyType>PROPERTY_DISEASE</PropertyType>
<iAmountPerTurn>1</iAmountPerTurn>
<Active>
<Has>
<GOMType>GOM_BONUS</GOMType>
<ID>BONUS_VEGETABLES</ID>
</Has>
</Active>
</PropertySource>
</PropertyManipulators>