faction_manifest_PRC_spread_of_communism = {
	name = PRC_spread_of_communism_goal_name
	description = PRC_spread_of_communism_goal_desc
	is_manifest = yes
	ratio_progress = {
		total_amount_collection = game:all_countries
		completed_amount_collection = collection:world_communist_countries
		range = { 
			max = 1
		}
		
		scale = {
			communism_drift = 0.5
			offensive_war_stability_factor = 0.15
			justify_war_goal_time = -0.2
		}
		
		progress_sections = {
			manifest_fulfilled = {	
				modifier = {
					conscription_factor = 0.05
					offensive_war_stability_factor = 0.05
					party_popularity_stability_factor = 0.1
				}			
			}
		}
	}

}