• 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.026
14.847
  • Crusader Kings II
  • Europa Universalis: Rome
  • Hearts of Iron III
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Surviving Mars
  • Cities: Skylines - Parklife
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Megacorp
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: La Resistance
  • Hearts of Iron 4: Arms Against Tyranny
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron IV: By Blood Alone
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Europa Universalis 4: Emperor
  • Battle for Bosporus
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Distant Stars
  • Stellaris: Lithoids
  • Stellaris: Ancient Relics
  • Imperator: Rome Sign Up
  • Hearts of Iron IV: Expansion Pass
  • Imperator: Rome
  • Europa Universalis IV: Golden Century
  • Crusader Kings II: Holy Fury
  • Hearts of Iron IV Sign-up
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Art of War
  • Sengoku
  • Semper Fi
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III Collection
  • Hearts of Iron III: Their Finest Hour
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: