﻿namespace = zazo

zazo.1 = {
	type = country_event
	placement = ROOT
	hidden = yes
	immediate = {
        if = {
			limit = {
				is_ai = yes
			}
			add_investment_pool = zazo
		}
        if = {
			limit = {
				is_player = yes
			}
			add_investment_pool = 100000
		}
	}
}