### UPDATED

stz_viridian_bio_trophy = {
    category = bio_trophy
    can_be_automated = no

    swappable_data = {
        default = {
            building_icon = building_organic_sanctuary
        }
    }
    tags = { unity }

    possible_pre_triggers = {
        is_sapient = yes
        is_robotic = no
    }

    possible = {
        has_citizenship_type = { type = citizenship_organic_trophy country = owner }
        OR = {
            is_pop_category = bio_trophy
            is_pop_category = bio_trophy_unemployment
        }
        planet = { NOT = { is_planet_class = pc_cosmogenesis_world } }
    }

    promotion = {
        time = 0
        effect = {
            pop_amount_change_category = {
                CATEGORY = bio_trophy
                AMOUNT = local_pop_amount
            }
        }
    }

    resources = {
        category = planet_bio_trophies
        produces = {
            unity = 3
        }

        upkeep = {
            stz_sr_viridisium = 0.25
        }
    }

    planet_modifier = {
        pop_cat_complex_drone_bonus_workforce_mult = 0.01
    }

    weight = {
        weight = @special_job_weight
    }

    inline_script = "jobs/automodding_priority_charisma"
}