Dr. Aardvark
Chieftain
- Joined
- Oct 18, 2016
- Messages
- 4
I've been working on a civ, and I intended for one of the unique ability's effects to provide a boosted 10% religious pressure when that civ founds a religion. However, EFFECT_ADJUST_RELIGIOUS_SPREAD_STRENGTH only works when the modifier using it is attached to a religious belief.
I figured that I could just attach a modifier to the Follower beliefs (which is what another user, Magil, did to solve a similar problem).The problem with this approach is that I can't check what civ is applying the belief, since the modifier has to use COLLECTION_OWNER to apply the effect.
Maybe I'm just overlooking something simple, but right now I can't think of a way to accomplish this. Any suggestions or ideas?
I figured that I could just attach a modifier to the Follower beliefs (which is what another user, Magil, did to solve a similar problem).The problem with this approach is that I can't check what civ is applying the belief, since the modifier has to use COLLECTION_OWNER to apply the effect.
Maybe I'm just overlooking something simple, but right now I can't think of a way to accomplish this. Any suggestions or ideas?