
Thanos_Snap_decision = {
    picture = {
		reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds"
	}
	decision_group_type = major
    
    selection_tooltip = "omega lul"
    desc = first_paragraph
    potential = {
        ai = no  # Makes the decision player-only
    }
    allow = {
        always = yes  # Simplified for this example; add your own conditions here
    }
    effect = {
        trigger_event = {
			id = thanos_snap.1
			days = 7
		}
        add_stress = 20
    }
    ai_will_do = {
        factor = 0
    }
}
