# Spousal Claim Share scripted triggers

# Used for the reverse direction: wife receives weak claims from husband.
# Edit this block if your overhaul/TC has different equality law, culture, or doctrine keys.
scs_reverse_spouse_claims_trigger = {
    OR = {
        # Vanilla game rule: full gender equality.
        has_game_rule = { name = gender value = all }

        # Reformed pagan features / equality-style religions.
        has_religion_feature = religion_equal
        has_religion_feature = religion_matriarchal

        # Vanilla cultural proxy often associated with full cognatic access.
        culture = basque

        # Character title succession / status-of-women laws.
        primary_title = {
            OR = {
                has_law = true_cognatic_succession
                has_law = enatic_cognatic_succession
                has_law = enatic_succession
                has_law = status_of_women_4
            }
        }

        # Manual override hook for compatibility patches or test events.
        has_character_flag = scs_force_reverse_spouse_claims
    }
}
