Trying to create a leader trait, where they can purchase districts but only SPECIFIC districts.
In order to unlock that ability, I used this effect:
And by setting it to work with the Player Cities collection, that allows my cities to purchase ALL districts. But I can't figure out how to restrict it to one or a handful of districts.
I tried using the Requirements, so that only campuses, commercial hubs, and industrial zones were purchased. But that rendered the effect inactive no matter what.
It seems the requirement only works on the "subject", which is the city itself. Since a city is NOT a district, the requirement is never met.
Any tips would be appreciated.
In order to unlock that ability, I used this effect:
Code:
EFFECT_ADJUST_CITY_CAN_PURCHASE_DISTRICTS
And by setting it to work with the Player Cities collection, that allows my cities to purchase ALL districts. But I can't figure out how to restrict it to one or a handful of districts.
I tried using the Requirements, so that only campuses, commercial hubs, and industrial zones were purchased. But that rendered the effect inactive no matter what.
It seems the requirement only works on the "subject", which is the city itself. Since a city is NOT a district, the requirement is never met.
Any tips would be appreciated.