﻿# Parasite Machine: initializer-owned archaeological site.
ASP_site_parasite_machine = {
	desc = "ASP_site_parasite_machine_desc"
	picture = GFX_evt_alien_ruins
	max_instances = 1
	stages = 5
	weight = { base = 0 }

	allow = {
		exists = leader
		leader = { leader_class = scientist }
	}
	visible = { aspmod_dig_site_visible_trigger = yes }
	on_visible = { country_event = { id = story.5 days = 30 } }

	stage = { difficulty = 4 icon = GFX_archaeology_runes_E1 event = asp.89 }
	stage = { difficulty = 5 icon = GFX_archaeology_runes_E2 event = asp.90 }
	stage = { difficulty = 6 icon = GFX_archaeology_runes_E3 event = asp.92 }
	stage = { difficulty = 7 icon = GFX_archaeology_runes_E4 event = asp.93 }
	stage = { difficulty = 8 icon = GFX_archaeology_runes_E5 event = asp.94 }

	on_roll_failed = {
		from = { standard_archaeological_site_on_roll_failed = { RANDOM_EVENTS = all_random_events } }
	}
}
