﻿operators_gacha_decision = {
	picture = "gfx/interface/illustrations/decisions/gacha.dds"
	
	is_shown = { has_trait = ak_doctor }

	ai_check_interval = 0

	#cooldown = { days = 0 }
	
	desc = operators_gacha_decision_desc

	effect = {
		trigger_event = {
			id = ak.0001
		}
	}

	cost = { 
		gold = { value = 100 } 
	}	

	ai_potential = {
		always = no
	}

	ai_will_do = {
		base = 0
	}
}