namespace = esap_combination_t3

# The Grand Campaign, Gain resources on planet occupation.
carrier_event = {
	id = esap_combination_t3.1
	hide_window = yes
	is_triggered_only = yes
	
	trigger = {
		FromFrom = {
			has_ascension_perk = ap_esap_ct3_not_infrastructure
		}	
	}
	
	immediate = {
		FromFrom = {
			add_resource = {
				alloys = 2000
				consumer_goods = 500
			}
		}
	}
}
