on_actions = {
	
	# PRC触发器 
	# 月-触发器
	on_monthly_PRC = {

		## 扩大农村发展
		effect = {
			IF = {
				limit = {
					tag = PRC
					has_completed_focus = PRC_rural_region_development_two
					any_core_state = {
						NOT = { 
							has_dynamic_modifier = { modifier = PRC_rural_development_state_modifier_bonus }
						}
						NOT = {
							state = 287
						}
					}
					
				}

				every_core_state = {
					limit = {
						NOT = {
							has_dynamic_modifier = { modifier = PRC_rural_development_state_modifier_bonus }
						}
						is_controlled_by = root		
						NOT = {
							OR = {
								is_island_state = yes
								has_state_category = large_island
								has_state_category = small_island
								has_state_category = tiny_island
							}
						}
					}
					random_select_amount = 2

					add_dynamic_modifier = { modifier = PRC_rural_development_state_modifier_bonus }

				}
			}
		}

		## 广泛推动城市化
		effect = {
			IF = {
				limit = {
					tag = PRC
					has_completed_focus = PRC_urbanization_two
					any_core_state = {
						NOT = { 
							has_dynamic_modifier = { modifier = PRC_urbanization_state_modifier_bonus }
						}
						NOT = {
							state = 287
						}
					}
				}

				every_core_state = {
					limit = {
						NOT = {
							has_dynamic_modifier = { modifier = PRC_urbanization_state_modifier_bonus }
						}
						is_controlled_by = root		
						NOT = {
							OR = {
								is_island_state = yes
								has_state_category = large_island
								has_state_category = small_island
								has_state_category = tiny_island
							}
						}
					}

					random_select_amount = 2
					
					add_dynamic_modifier = { modifier = PRC_urbanization_state_modifier_bonus }

				}
			}
		}


	}





}
