country_decisions = {

	enact_prussian_military_reforms = {
		potential = {
			tag = PRU
			NOT = { tag = HRE }
			NOT = { tag = GER }
			capital = 50
			NOT = { has_country_modifier = prussian_military_reforms }
		}
		allow = {
			MIL = 7
			land_tech = 30
			army_tradition = 0.5
		}
		effect = {
			add_country_modifier = {
				name = "prussian_military_reforms"
				duration = -1
			}
		}
		ai_will_do = {
			factor = 1
		}
	}
	
	form_kingdom_of_prussia = {
		potential = {
			tag = BRA
			NOT = { exists = PRU }
		}
		allow = {
			OR = {
				religion = protestant
				religion = reformed
			}
			owns = 41			# Ostpreussen
			OR = {
				owns = 43		#danzig
				owns = 48		#hinterpommern
			}
			DIP = 7
			prestige = 0.2
			war = no
		}
		effect = {
			centralization_decentralization = -1
			prestige = 0.02
			primary_culture = prussian
			change_tag = PRU
			PRU = {
				add_core = 41			# Ostpreussen
				add_core = 42			# Warmia
				add_core = 43			# Danzig
				add_core = 40			# Memel
			}
			capital_scope = {
				culture = prussian
			}
		}
		ai_will_do = {
			factor = 1
		}
	}
}
