Try to create a Modifier: districts get major bonus for each adjacent wonder

ARIJTOT

Chieftain
Joined
Dec 18, 2023
Messages
2
Hello,
I'm trying to write a mod which contains a Modifier "Holy Site get major bonus for each adjacent wonder".

I found the DistrictType of wonders is DISTRICT_WONDER. But there doesn't seem to be a ModifierType that makes district get bonus for adjacent wonders. Similarly there is MODIFIER_PLAYER_CITIES_DISTRICT_ADJACENCY, which only enables districts to get bonus for adjacent all types of districts.

I also found the Adjacency_YieldChanges table from "Theatre Adjacency Bonus to Wonders". Adding content there would make the "Holy Site get major bonus for each adjacent wonder" , but it is NOT a Modifier. so it could not make that only works on a specific civilization.

Any advice is much appreciated, thanks in advanced!
 
Top Bottom