Purchasing Districts as a Trait

ambelgra

Chieftain
Joined
Dec 17, 2008
Messages
51
Location
Brooklyn
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:
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.
 
I don't think it is possible to restrict this Modifier this way. It's either all districts or nothing.
Yea, the more I thought about it, looked at how it interacted with the collections and such....the modifier acts on the cities, not the districts itself. And there's no effect that targets purchasing of any specific item (building, district, unit). There are effects to enable unit purchases with faith...but not specific districts with gold....bummer....

I'll go the lame route and just give a production bonus to those specific districts. Woulda been sweet though. Thank you for responding.
 
Back
Top Bottom