Advantages acolyte is missing variants

Issue #246 new
Bernhard Jung repo owner created an issue

The advantage needs a variant for every church. Currently the list only includes the beliefs up to Gods1.

Maybe the churches should be a seperate list of rule elements or they could be created from the already existing lists of gods or traditions.

Comments (2)

  1. Nando Neck

    This should do it:

                "variants": {
                    "type": "ruleelement",
                    "ruleelementtypes": "blessedtradition",
                    "exclude": [
                        "allgemein",
                        "ferkinaschamanen",
                        "fjarningerschamanen",
                        "gjalskerschamanen",
                        "mohaschamanen",
                        "nivesenschamanen",
                        "trollzackerschamanen",
                        "schamanenritus"
                    ]
                },
    

    In case all Schmanen Kults are excluded, if not, this should be enough:

                "variants": {
                    "type": "ruleelement",
                    "ruleelementtypes": "blessedtradition",
                    "exclude": [
                        "allgemein",
                        "schamanenritus"
                    ]
                },
    

  2. Log in to comment