﻿INJECT:law_frontier_colonization = {
	ai_enact_weight_modifier = { #Petitions
		value = 0

		if = {
			limit = {
				NOT = { has_institution = institution_colonial_affairs }
				kai_can_afford_institution = no
			}
			add = -1000
		}

		if = {
			limit = { ai_has_enact_weight_modifier_journal_entries = yes }
			add = 750
		}
		
		if = {
			limit = { 
				has_journal_entry = je_taming_the_north
			}
			add = 500
		}
		
		if = {
			limit = { 
				c:JAP ?= this
				is_country_type = recognized
				has_claim = s:STATE_SEOUL
			}
			add = 500
		}
	}
}

INJECT:law_colonial_resettlement = {
	ai_enact_weight_modifier = { #Petitions
		value = 0

		if = {
			limit = {
				NOT = { has_institution = institution_colonial_affairs }
				kai_can_afford_institution = no
			}
			add = -1000
		}

		if = {
			limit = { ai_has_enact_weight_modifier_journal_entries = yes }
			add = 750
		}
		
		if = {
			limit = { 
				has_journal_entry = je_taming_the_north
			}
			add = 500
		}
	}
}

INJECT:law_colonial_exploitation = {
	ai_enact_weight_modifier = { #Petitions
		value = 0

		if = {
			limit = {
				NOT = { has_institution = institution_colonial_affairs }
				kai_can_afford_institution = no
			}
			add = -1000
		}

		if = {
			limit = { ai_has_enact_weight_modifier_journal_entries = yes }
			add = 750
		}
		
		if = {
			limit = { 
				has_journal_entry = je_taming_the_north
			}
			add = 500
		}
		
		if = {
			limit = { 
				c:JAP ?= this
				is_country_type = recognized
				has_claim = s:STATE_SEOUL
			}
			add = 500
		}
	}
}
