# Planets
triggered_district_planet_modifier = {
    potential = {
        exists = owner
        owner = {
            has_valid_civic = civic_machine_servitor
        }
        planet_is_habitat_equivalent = no
        planet_is_ecu_equivalent = no
        planet_is_ring_world_equivalent = no
    }
    job_stz_viridian_bio_trophy_add = $AMOUNT$
    mult = 5
}

# Habitats
triggered_district_planet_modifier = {
    potential = {
        exists = owner
        owner = {
            has_valid_civic = civic_machine_servitor
        }
        planet_is_habitat_equivalent = yes
    }
    job_stz_viridian_bio_trophy_add = $AMOUNT$
    mult = owner.value:hab_void_dweller_jobs_mult|MULT|5|
}

# Ecus
triggered_district_planet_modifier = {
    potential = {
        exists = owner
        owner = {
            has_valid_civic = civic_machine_servitor
        }
        planet_is_ecu_equivalent = yes
    }
    job_stz_viridian_bio_trophy_add = $AMOUNT$
    mult = 15
}

# Ringworlds
triggered_district_planet_modifier = {
    potential = {
        exists = owner
        owner = {
            has_valid_civic = civic_machine_servitor
        }
        planet_is_ring_world_equivalent = yes
    }
    job_stz_viridian_bio_trophy_add = $AMOUNT$
    mult = 25
}