• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Me_

Myself
83 Badges
Jan 14, 2011
10.015
14.729
  • Crusader Kings II
  • Europa Universalis: Rome
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Hearts of Iron III
  • Stellaris: Galaxy Edition
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Victoria 2: A House Divided
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron 4: Arms Against Tyranny
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • 500k Club
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Europa Universalis IV: Res Publica
  • Semper Fi
  • Sengoku
  • Victoria 2
  • Victoria 2: Heart of Darkness
I think that there should be a decision to form Poland, similar to the decision to form England, available, if Poland falls, to Mazovia, Krakow and Silesia.

A suggested version of the decision:
Code:
country_decisions = {

	polish_nation = {
		major = yes
		potential = {
			NOT = { exists = POL }
			NOT = { exists = PLC }
			NOT = { tag = HLR }
			NOT = { tag = PAP }
			OR = {
				primary_culture = polish
				primary_culture = schlesian
			}
			is_colonial_nation = no
			OR = {
				is_former_colonial_nation = no
				AND = {
					is_former_colonial_nation = yes
					ai = no
				}
			}
		}
		allow = {
			is_at_war = no
			owns_core_province = 262	# Krakow
			owns_core_province = 257	# Warszawa
			owns_core_province = 254	# Poznan
			owns_core_province = 255	# Kalish
			owns_core_province = 258	# Sieradz
			owns_core_province = 259	# Sandomierz
			owns_core_province = 1939	# Leczyca
		}
		effect = {
			change_tag = POL
			wielkopolska = {
				limit = {
					NOT = { owned_by = ROOT }
				}
				add_claim = POL
			}
			malopolska = {
				limit = {
					NOT = { owned_by = ROOT }
				}
				add_claim = POL
			}
			add_country_modifier = {
				name = "centralization_modifier"
				duration = 7300
			}
			add_prestige = 25
		}
		ai_will_do = {
			factor = 1
		}
		ai_importance = 400
	}
	
}
 
Upvote 0
This is a good idea.

Added a decision to form Poland if Poland and the PLC does not exist. :)

EDIT: For clarification
 
Last edited:
This is a good idea.

Added a decision to form Poland if either Poland or the PLC does not exist. :)

Shouldn't this be neither-nor? Otherwise you could theoretically see Poland Formed by a breakaway Silesia/Kraków/Mazovia while PLC still exists.
 
Indeed and that's what I meant though I phrased it badly here :)
 
Last edited: