#Make Adoricism Available to a Greater Variety of Religions

2 messages · Page 1 of 1 (latest)

broken sky
#

Currently, Adoricism is only available to the Akan and Hausa religions, but since it is depicted generically and not in a way that's very specific to these faiths, it would make sense to allow it for a broader variety of religions, but maybe make it cheaper for Akan and Hausa to keep with the original idea.

My suggestion would be to change these lines in game/common/religion/doctrines/00_core_tenets.txt:

        is_shown = {
            OR = {
                religion_tag = west_african_bori_religion
                religion_tag = akom_religion
            }
        }

To one of the following below, whether you'd want it for all pagans, or just African pagans, as well as a line for those who already have it to prevent issues when reforming (similarly to what was previously added to the Sun Worship tenet to prevent bugs there).

        is_shown = {
            OR = {
                has_doctrine = pagan_hostility_doctrine
                has_doctrine = tenet_adorcism #If you already have it
            }
        }       
        is_shown = {
            OR = {
                religion_tag = akom_religion
                religion_tag = kushitism_religion
                religion_tag = west_african_bori_religion
                religion_tag = west_african_orisha_religion
                religion_tag = west_african_roog_religion
                religion_tag = west_african_religion
                has_doctrine = tenet_adorcism #If you already have it
            }
        }

(This will also make things a little easier for modders who want to give faiths Adorcism without touching the religious tenets file.)

fierce shuttle
#

I'd be all about this. There have been times during RP when a character has had the event chain that can lead to the Wise Man/Wise Woman trait (the one with the mystic introduction that Catholic chaplains always seem to hate), and it'd be cool from an RP-perspective to then have that person able to work toward creating a new faith with Adoricism to reflect this life-changing encounter they had.