Aldollin
Chieftain
- Joined
- Mar 7, 2017
- Messages
- 87
so im thinking of making it so one of my costum leaders gets the suzerain boni from a citystate after capturing it.
after looking at gameeffects and modifiers i guess i could do it by using the new
MODIFIER_PLAYER_CAPTURED_CITY_ATTACH_MODIFIER
to attach the suzerain modifier, with a Requirementset testing if it it the right citystate(probably with a dummy building, since REQUIREMENT_LEADER_TYPE_MATCHES does not work)
but that would mean id have to make a modifier, a requirement and a dummybuilding for each specific citystate,
any ideas how to do that simpler/faster?
after looking at gameeffects and modifiers i guess i could do it by using the new
MODIFIER_PLAYER_CAPTURED_CITY_ATTACH_MODIFIER
to attach the suzerain modifier, with a Requirementset testing if it it the right citystate(probably with a dummy building, since REQUIREMENT_LEADER_TYPE_MATCHES does not work)
but that would mean id have to make a modifier, a requirement and a dummybuilding for each specific citystate,
any ideas how to do that simpler/faster?