﻿REPLACE_OR_CREATE:korea_socialist_red = {
	color = "socialist_korea_red"
	possible = {
		exists = c:KOR
		THIS = c:KOR
		coa_koreasocialist_trigger = yes
	}
}

REPLACE_OR_CREATE:korea_communist_red = {
	color = "communist_korea_red"
	possible = {
		exists = c:KOR
		THIS = c:KOR
		coa_koreacommunist_trigger = yes
	}
}

REPLACE_OR_CREATE:korea_anarchy_red = {
	color = "communist_korea_red"
	possible = {
		exists = c:KOR
		THIS = c:KOR
		has_law = law_type:law_anarchy 
	}
}

REPLACE_OR_CREATE:imperial_korea = {
	color = "korean_empire_purple"

	possible = {
		exists = c:KOR
		THIS = c:KOR
		has_law = law_type:law_monarchy
		has_variable = KOR_korean_empire_declared
	}
}

REPLACE_OR_CREATE:korea_monarchy_blue = {
	color = "joseon_blue"
	possible = {
		exists = c:KOR
		THIS = c:KOR
		has_law = law_type:law_monarchy
		NOT = {
		has_variable = KOR_korean_empire_declared 
		}	
	}
}

REPLACE_OR_CREATE:korea_republic_default = {
	color = "korea_default"
	possible = {
		exists = c:KOR
		THIS = c:KOR
		coa_korearepublic_trigger = yes
	}
}