
### GERMAN FACTIONS GOALS

## SECOND SCHLESWIG WAR AGAINST DENMARK (SSW)
faction_manifest_free_north_german_duchies = {
	name = faction_manifest_free_north_german_duchies_name
	description = faction_manifest_free_north_german_duchies_desc
	is_manifest = yes
	ratio_progress = {
		total_amount_collection = collection:faction_owned_core_states
		completed_amount_collection = collection:faction_controlled_non_core_states
		range = { 
			max = 1
		}
		progress_sections = {
			low_progress = {
				min = 0.4
				max = 0.6
				modifier = { 
					resistance_target = -0.05 

				}
				# Rule = This holds a new rule that is applied when this section is in effect
			}
			medium_progress = {
				min = 0.6
				max = 0.8
				modifier = { 
					resistance_target = -0.1 
					
				}
				# Rule = This holds a new rule that is applied when this section is in effect
			}
			high_progress = {
				min = 0.8
				max = 0.95
				modifier = { 
					resistance_target = -0.15 
					non_core_manpower = 0.05
				}
				# Rule = This holds a new rule that is applied when this section is in effect
			}
			manifest_fulfilled = {
				min = 0.95
				max = 1
				modifier = { 
					resistance_target = -0.15 
					non_core_manpower = 0.1
				}
				# Rule = This holds a new rule that is applied when this section is in effect
			}
		}
	}
}

## GERMAN WAR - PRUSSIAN SIDE (SWW)
faction_manifest_end_the_dualism_prussia = {
	name = faction_manifest_end_the_dualism_prussia_name
	description = faction_manifest_end_the_dualism_prussia_desc
	is_manifest = yes
	ratio_progress = {
		total_amount_collection = collection:faction_owned_core_states
		completed_amount_collection = collection:faction_controlled_non_core_states
		range = { 
			max = 1
		}
		progress_sections = {
			low_progress = {
				min = 0.4
				max = 0.6
				modifier = { 
					resistance_target = -0.05 

				}
				# Rule = This holds a new rule that is applied when this section is in effect
			}
			medium_progress = {
				min = 0.6
				max = 0.8
				modifier = { 
					resistance_target = -0.1 
					
				}
				# Rule = This holds a new rule that is applied when this section is in effect
			}
			high_progress = {
				min = 0.8
				max = 0.95
				modifier = { 
					resistance_target = -0.15 
					non_core_manpower = 0.05
				}
				# Rule = This holds a new rule that is applied when this section is in effect
			}
			manifest_fulfilled = {
				min = 0.95
				max = 1
				modifier = { 
					resistance_target = -0.15 
					non_core_manpower = 0.1
				}
				# Rule = This holds a new rule that is applied when this section is in effect
			}
		}
	}
}

## GERMAN WAR - AUSTRIAN SIDE (SWW)
faction_manifest_end_the_dualism_austria = {
	name = faction_manifest_end_the_dualism_austria_name
	description = faction_manifest_end_the_dualism_austria_desc
	is_manifest = yes
	ratio_progress = {
		total_amount_collection = collection:faction_owned_core_states
		completed_amount_collection = collection:faction_controlled_non_core_states
		range = { 
			max = 1
		}
		progress_sections = {
			low_progress = {
				min = 0.4
				max = 0.6
				modifier = { 
					resistance_target = -0.05 

				}
				# Rule = This holds a new rule that is applied when this section is in effect
			}
			medium_progress = {
				min = 0.6
				max = 0.8
				modifier = { 
					resistance_target = -0.1 
					
				}
				# Rule = This holds a new rule that is applied when this section is in effect
			}
			high_progress = {
				min = 0.8
				max = 0.95
				modifier = { 
					resistance_target = -0.15 
					non_core_manpower = 0.05
				}
				# Rule = This holds a new rule that is applied when this section is in effect
			}
			manifest_fulfilled = {
				min = 0.95
				max = 1
				modifier = { 
					resistance_target = -0.15 
					non_core_manpower = 0.1
				}
				# Rule = This holds a new rule that is applied when this section is in effect
			}
		}
	}
}