One line summary of your issue
Meliorism Religion Synergy does not account for Civilized/Harmonious
Game Version
3.1.0
What expansions do you have installed?
All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
This has irked me since I discovered that Meliorism is a reformation synergy.
Basically, if you obtain this synergy if you have
one of Stability OR Survivor of Ukko OR Children of Perun
AND
one of Meritocracy OR Agnatic Clans OR Enatic Clans.
The thing is, Civilized and Harmonious, which are the Hellenic and Bön faith-specific doctrines, respectively, are not included on this list, despite the fact that they are supposed to include the same features as Meritocracy.
This can be fixed by going into events/HF_religious_events and adding two lines of code
has_religion_feature = religion_feature_bon
has_religion_feature = religion_feature_hellenic
13 times.
(within each of the statements that use
OR = {
has_religion_feature = religion_meritocratic
has_religion_feature = religion_matriarchal
has_religion_feature = religion_patriarchal
}
)
It seems somewhat unfair that the code allows for the special religion features of Slavic and Suomensko faiths, but not the ones for the Hellenic and Bön faiths.
Steps to reproduce the issue.
Upload Attachment
Meliorism Religion Synergy does not account for Civilized/Harmonious
Game Version
3.1.0
What expansions do you have installed?
All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
This has irked me since I discovered that Meliorism is a reformation synergy.
Basically, if you obtain this synergy if you have
one of Stability OR Survivor of Ukko OR Children of Perun
AND
one of Meritocracy OR Agnatic Clans OR Enatic Clans.
The thing is, Civilized and Harmonious, which are the Hellenic and Bön faith-specific doctrines, respectively, are not included on this list, despite the fact that they are supposed to include the same features as Meritocracy.
This can be fixed by going into events/HF_religious_events and adding two lines of code
has_religion_feature = religion_feature_bon
has_religion_feature = religion_feature_hellenic
13 times.
(within each of the statements that use
OR = {
has_religion_feature = religion_meritocratic
has_religion_feature = religion_matriarchal
has_religion_feature = religion_patriarchal
}
)
It seems somewhat unfair that the code allows for the special religion features of Slavic and Suomensko faiths, but not the ones for the Hellenic and Bön faiths.
Steps to reproduce the issue.
Upload Attachment
Upvote
0