on_actions = {
	on_startup = {
		effect = {
			every_country = {
				limit = {
					is_ai = no
				}
				country_event = {id = ex_limit.1 }
			}
		}
	}
	on_startup = {
		effect = {
			every_possible_country = {
				set_technology = {
					gc_25 = 1
					popup = no
				}
			}
		}
	}
}