# 00_preindustrial_tribal_triggers.txt

preindustrial_or_tribal_trigger = {
    OR = {
        # Missing essential tribal techs
        NOT = { has_tech = tribal_tatics }
        NOT = { has_tech = tribal_gunpowder }
        NOT = { has_tech = tribal_riding }
        NOT = { has_tech = tribal_steam_experiments }
        NOT = { has_tech = tribal_forging }
        NOT = { has_tech = tribal_artisan }
        NOT = { has_tech = tribal_chemistry }
        NOT = { has_tech = tribal_guilds_trade }
        NOT = { has_tech = tribal_steel_tools }
        NOT = { has_tech = tribal_electrical_theory }
        NOT = { has_tech = tribal_carrier_birds }
        NOT = { has_tech = tribal_crop_rotation }
        NOT = { has_tech = tribal_salted_smoked_goods }
        NOT = { has_tech = tribal_leching }
    }
    OR = { has_idea = oral_tradition has_idea = traditional_uluma }
    OR = {
        
        
        
        has_country_flag = Oceania_industrializing
    }
}