[GS] Question about modded Policy

Weraptor

King
Joined
Dec 17, 2017
Messages
719
Hi. Is it possible to mod a Policy card that would increase Appeal from certain districts, eg. +1 Appeal to theater squares or +2 Appeal to industrial zones to cover the -1 penalty?
 
There is only 1 effect that actually changes appeal of the tiles, EFFECT_ADJUST_CITY_APPEAL. It is used in MODIFIER_SINGLE_CITY_ADJUST_CITY_APPEAL, probably could create also one for all player's cities and use it as a Policy Modifier.
Then you may try to combine it with the requirement that check the tiles for districts i.e. REQUIREMENT_PLOT_DISTRICT_TYPE_MATCHES. It has to be applied as SubjectRequirementSet.
 
Back
Top Bottom