• 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.

Jayavarman

★ ★ ★ ★ ★
93 Badges
Feb 8, 2002
11.232
2.035
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Crusader Kings III
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis 4: Emperor
  • Victoria 3 Sign Up
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Expansion Pass
  • Rome: Vae Victis
  • Crusader Kings II: Horse Lords
  • Europa Universalis: Rome Collectors Edition
  • Europa Universalis III: Collection
  • Europa Universalis IV: Pre-order
  • Victoria 2 Beta
  • Elven Legacy Collection
  • Crusader Kings II: Holy Knight (pre-order)
  • Cities: Skylines
  • 500k Club
  • 200k Club
  • Heir to the Throne
  • Europa Universalis III Complete
  • For The Glory
  • Rise of Prussia
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Achtung Panzer
  • Supreme Ruler 2020
  • Victoria: Revolutions
  • Deus Vult
  • Arsenal of Democracy
  • Imperator: Rome
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Monks and Mystics
  • Semper Fi
  • Crusader Kings II: Reapers Due
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Sunset Invasion
  • East India Company Collection
  • Diplomacy
  • Commander: Conquest of the Americas
  • Divine Wind
  • Crusader Kings II: Sons of Abraham
Me either.
 

unmerged(3236)

mongols in pommern?
Apr 20, 2001
3.071
0
in the pfp event i would understand if the centralization was reversed
 

unmerged(7012)

Sergeant
Dec 26, 2001
77
0
Code:
################################################
#Poland Major Events (for MDS) by King Of Posen#
################################################

#Sejm Election 2001#
event = {

	id = xxxxx
	random = no
	country = POL
	name = "Sejm Election 2001"
	desc = "In 2001 the cadency of the right wing ended and new Sejm election started. This time the Left wing won."
	style = 1

	date = { day = 12 month = october year = 2001 }

	action_a ={
		name = "Left wing"
		command = { type = stability value = 1 }
		command = { type = aristocracy value = 1 }
		command = { type = innovative = -1 }
		command = { type = serfdom value = -1 }
		command = { type = mercantilism value = -2 }
		command = { type = DIP which = 2 value = 48 }
		command = { type = ADM which = -2 value = 48 }
		command = { type = MIL which = -1 value = 48 }
		command = { type = infra value = -100 }
		command = { type = treasury value = -50 }
		command = { type = RELATION which = FLA value = 25 }
	}
	action_b ={
		name = "Right wing"
		command = { type = stability value = -1 }
		command = { type = aristocracy value = 1 }
		command = { type = innovative value = 1 }
		command = { type = serfdom value = -2 }
		command = { type = mercantilism value = -1 }
		command = { type = DIP which = -1 value = 48 }
		command = { type = ADM which = 1 value = 48 }
		command = { type = MIL which = -1 value = 48 }
		command = { type = provincetax which = -2 value = 1 }
	}
}
 

unmerged(7012)

Sergeant
Dec 26, 2001
77
0
Code:
################################################
#Poland Major Events (for MDS) by King Of Posen#
################################################

#Sejm Election 97#
event = {

	id = xxxxx
	random = no
	country = POL
	name = "Sejm Election 1997"
	desc = "In the Sejm election of 1997 the right wing party AWS, which formed from the "NSZZ Solidarnosc" - the organisation which caused the fall of communist government in Poland, won."
	style = 1

	date = { day = 22 month = october year = 1997 }

	action_a ={
		name = "Right wing"
		command = { type = stability value = 1 }
		command = { type = aristocracy value = 1 }
		command = { type = serfdom = -1 }
		command = { type = mercantilism value = -1 }
		command = { type = innovative value = 1 }
		command = { type = DIP which = 1 value = 48 }
		command = { type = ADM which = -1 value = 48 }
		command = { type = MIL which = -1 value = 48 }
	}
	action_b ={
		name = "Left wing"
		command = { type = stability value = -1 }
		command = { type = aristocracy value = 1 }
		command = { type = serfdom value = -1 }
		command = { type = mercantilism value = -2 }
		command = { type = DIP which = 1 value = 48 }
		command = { type = ADM which = -2 value = 48 }
		command = { type = MIL which = -1 value = 48 }
		command = { type = infra value = 50 }
		command = { type = treasury value = -50 }
	}
}
 

unmerged(7012)

Sergeant
Dec 26, 2001
77
0
Code:
################################################
#Poland Major Events (for MDS) by King Of Posen#
################################################

event = {

	id = xxxxx
	random = no
	country = POL
	name = "New administrative division"
	desc = "In 1998 AWS introduced a new administrative division in the country."
	style = 1

	date = { day = 1 month = september year = 1998 }
	offset = 60
	deathdate = { day = 1 month = september year = 1999 }

	action_a ={
		name = "We need a new administrative division!"
		command = { type = stability value = -1 }
		command = { type = centralization value = -1 }
		command = { type = infra value = 100 }
		command = { type = treasury value = -100 }
		command = { type = provincetax which = -1 value = 1 }
	}
	action_b ={
		name = "We have no time for this"
		command = { type = stability value = 1 }
		command = { type = treasury value = 100 }
	}
}
 
Last edited:

unmerged(7012)

Sergeant
Dec 26, 2001
77
0
Code:
################################################
#Poland Major Events (for MDS) by King Of Posen#
################################################

event = {

	id = xxxxx
	random = no
	country = POL
	name = "Left wing reforms"
	desc = "During its cadency, SLD (the left wing party) introduced some new "reforms", which gave only losses to the country."
	style = 1

	date = { day = 12 month = october year = 2001 }
	offset = 60
	deathdate = { day = 12 month = october year = 2005 }

	action_a ={
		name = "OK"
		command = { type = stability value = -1 }
		command = { type = treasury value = -100 }
	}
}
 

Walter Hawkwood

Fairy Godfather
111 Badges
Oct 12, 2001
571
25
  • Rome: Vae Victis
  • Magicka
  • March of the Eagles
  • Europa Universalis IV: Res Publica
  • Rome Gold
  • Semper Fi
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler: Cold War
  • Teleglitch: Die More Edition
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Knights of Pen and Paper +1 Edition
  • Warlock: Master of the Arcane
  • War of the Roses
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Stellaris: Nemesis
  • Europa Universalis III
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • 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
  • Commander: Conquest of the Americas
  • Arsenal of Democracy
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
Prices liberalized

Date: 01.1992

Description: Soviet Union had strict state control of prices on all consumer goods. Of course, such a situation could not be tolerated if true market economy was to be born. Thus, the prices were "set free" - now the seller could set the exact price as he wanted. This led to a momental skyrocketing increase of prices in all the spheres of life - thirty six times in average, and significant reduction of life quality. Of course, this was a very unpopular measure, but the "young reformers" thought it necessary. Eventually, it proved too harsh and led to inflation boom.

- Liberalize

+2 mercantile
+2 serfdom
- 2 stab
+15 inflation
+1000 trade investment
 

Walter Hawkwood

Fairy Godfather
111 Badges
Oct 12, 2001
571
25
  • Rome: Vae Victis
  • Magicka
  • March of the Eagles
  • Europa Universalis IV: Res Publica
  • Rome Gold
  • Semper Fi
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler: Cold War
  • Teleglitch: Die More Edition
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Knights of Pen and Paper +1 Edition
  • Warlock: Master of the Arcane
  • War of the Roses
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Stellaris: Nemesis
  • Europa Universalis III
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • 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
  • Commander: Conquest of the Americas
  • Arsenal of Democracy
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
Crimean independence

Date: 05.05.1992

Country: Ukraine

Description: The High Soviet of Crimea has adopted the independence act for a newly born Crimea Republic. How should we react to it?

- Thwart the effort

+2 centralization
- 1 innovative
- 50 cash
revolt in Crimea

- Let them go

- 2 centralization
+1 aristocracy
+1 innovative
+1 stab
Crimea gets independence
 

Walter Hawkwood

Fairy Godfather
111 Badges
Oct 12, 2001
571
25
  • Rome: Vae Victis
  • Magicka
  • March of the Eagles
  • Europa Universalis IV: Res Publica
  • Rome Gold
  • Semper Fi
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler: Cold War
  • Teleglitch: Die More Edition
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Knights of Pen and Paper +1 Edition
  • Warlock: Master of the Arcane
  • War of the Roses
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Stellaris: Nemesis
  • Europa Universalis III
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • 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
  • Commander: Conquest of the Americas
  • Arsenal of Democracy
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
Prime minister Gaidar

Date: 06.1992

Description: A professional economist, the author and leader of most economic reforms undertaken in 1991-1992, that destroyed the soviet-style economy, lover of extreme measures, Egor Gaidar was loved by none. For political opposition he was a picture of what a man shouldn't be, for his colleagues - a lucky upstart who, by chance, got a seat cherished by everyone. He had neither charisma nor the will to compromise. His term was short, and then he faded away, unseen and unheard.

- A new prime minister

+2 adm rating (till the next "prime" event - as all below)
- 2 dip rating
- 3 mil rating
- 1 stab
+2 serfdom
 

Walter Hawkwood

Fairy Godfather
111 Badges
Oct 12, 2001
571
25
  • Rome: Vae Victis
  • Magicka
  • March of the Eagles
  • Europa Universalis IV: Res Publica
  • Rome Gold
  • Semper Fi
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler: Cold War
  • Teleglitch: Die More Edition
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Knights of Pen and Paper +1 Edition
  • Warlock: Master of the Arcane
  • War of the Roses
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Stellaris: Nemesis
  • Europa Universalis III
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • 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
  • Commander: Conquest of the Americas
  • Arsenal of Democracy
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
Voucher privatization

Date: 08.1992

Description: In Soviet Union, private property was all but banned. All the industrial objects, all the commerce, transportation, housing was owned by state. Gaidar's government tried to solve this by giving every citizen of Russia a voucher coupon of some nominal price which was to be invested into one or other business, bringing him dividends, and as such, turning every citizen into a private property owner. Most of those coupons, though, were invested in all manner of fraud societies - and led to nothing, eventually.

- Destroy state ownership monopoly!

+5 mercantile
- 300 cash
+1 innovative
- 1 aristocracy
 

Walter Hawkwood

Fairy Godfather
111 Badges
Oct 12, 2001
571
25
  • Rome: Vae Victis
  • Magicka
  • March of the Eagles
  • Europa Universalis IV: Res Publica
  • Rome Gold
  • Semper Fi
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler: Cold War
  • Teleglitch: Die More Edition
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Knights of Pen and Paper +1 Edition
  • Warlock: Master of the Arcane
  • War of the Roses
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Stellaris: Nemesis
  • Europa Universalis III
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • 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
  • Commander: Conquest of the Americas
  • Arsenal of Democracy
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
Financial pyramids

Date: 1993-1995

Description: The process of privatization brought with itself a whole lot of new occurences unknown to simple citizen. Stocks, deposits, dividends - all this didn't mean anything to the average Ivan. But there were some people acquainted with commerce, and most of them were not good lawful citizens at all. The amounts of money lost by russians in all kinds of "risky", and better to say, "fraud" businesses was counted in milliards. Many people were turned into beggars due to lack of basic knowledge in the sphere of economy. Unrests were common.

- Do nothing

- 3 stab
3-4 random revolts
- 2 tax value in Moscow
- 1 tax value in 3-4 random provinces
+2 revolt risk for 2 years
+5 inflation

- Try to compensate the losses

- 1 stab
random revolt
+1 revolt risk for 2 years
+15 inflation
- 1000 cash
- 3 serfdom
 

Walter Hawkwood

Fairy Godfather
111 Badges
Oct 12, 2001
571
25
  • Rome: Vae Victis
  • Magicka
  • March of the Eagles
  • Europa Universalis IV: Res Publica
  • Rome Gold
  • Semper Fi
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler: Cold War
  • Teleglitch: Die More Edition
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Knights of Pen and Paper +1 Edition
  • Warlock: Master of the Arcane
  • War of the Roses
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Stellaris: Nemesis
  • Europa Universalis III
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • 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
  • Commander: Conquest of the Americas
  • Arsenal of Democracy
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
Prime minister Chernomyrdin

Date: 12.1992

Description: The longest serving prime minister of Yeltsin's time, Victor Chernomyrdin was a reliable person, more conservative than Gaidar, but still supporting the reformist course. Despite severe problems with proper speech (which made him favored by all humorists), he turned to be a versatile diplomat, doing much to mediate the negative impact of Yeltsin's chaotic behavior. He was generally considered a good administrator, though the situation with russian economy continued to worsen most of the time. His reign saw the First Chechen War, extremely badly planned and fought.

- We are tired of radical changes

+1 adm rating
+2 dip rating
- 3 mil rating
+1 stab
- 1 serfdom (he was appointed to please the opposition)
 

unmerged(7012)

Sergeant
Dec 26, 2001
77
0
Code:
################################################
#Poland Major Events (for MDS) by King Of Posen#
################################################

event = {

	id = xxxxx
	random = no
	country = POL
	name = "Poland joins NATO"
	desc = "In 1997 Poland started preparations to join NATO. In 1999 Poland received full membership in the alliance."
	style = 1

	date = { day = 1 month = january year = 1997 }
	offset = 60
	deathdate = { day = 1 month = january year = 2000 }

	action_a ={
		name = "That's great!"
		command = { type = stability value = 1 }
		command = { type = quality = 1 }
		command = { type = alliance which = USA }
		command = { type = relation which = USA value = 50 }
	}
}


NOTE: When I find out all the tags for all NATO members then they'll be added to the list.
 

unmerged(7012)

Sergeant
Dec 26, 2001
77
0
Code:
#################################################
#Belarus Major Events (for MDS) by King Of Posen#
#################################################

event = {

	id = xxxxx
	random = no
	country = BOU
	name = "Lukashenka's Pro-Russian policies"
	desc = "During his reign, belarussian president Aleksayndr Lukashenka is forming peaceful relations with Russia and becoming unfriendly towards NATO."
	style = 1

	date = { day = 10 month = july year = 1994 }
	offset = 60
	deathdate = { day = 1 month = january year = 1999 }

	action_a ={
		name = "Pro-russian policy"
		command = { type = stability value = 1 }
		command = { type = relation which = RUS value = 100 }
		command = { type = relation which = USA value = -50 }
	}
	action_a ={
		name = "Stay neutral"
		command = { type = relation which = USA value = 25 }
	}	
	action_a ={
		name = "Anti-russian policy"
		command = { type = stability value = -1 }
		command = { type = relation which = USA value = 50 }
		command = { type = relation which = RUS value = -50 }
	}
}
 
Last edited:

unmerged(7012)

Sergeant
Dec 26, 2001
77
0
Code:
#################################################
#Belarus Major Events (for MDS) by King Of Posen#
#################################################

event = {

	id = xxxxx
	random = no
	country = BOU
	name = "President Lukashenka's Regime"
	desc = "President Lukashenka, who was elected 10 July, dreamt of a strong authoritarian power. His actions, strict control over mass-media, limitation of freedom and free speech, brutal suppressions of protests and deputies, resulted in a dislike from the western world."
	style = 1

	date = { day = 10 month = july year = 1994 }
	offset = 60
	deathdate = { day = 1 month = january year = 1999 }

	action_a ={
		name = "Try to establish a strong power"
		command = { type = treasury value = -50 }
		command = { type = stability value = 1 }
		command = { type = aristocracy value = -2 }
		command = { type = innovative value = -2 }
		command = { type = serfdom = 2 }
		command = { type = relation which = RUS value = 25 }
		command = { type = provincetax which = -1 value = -1 }
	}
	action_b ={
		name = "Improve the democracy instead"
		command = { type = treasury value = -100 }
		command = { type = stability value = -1 }
		command = { type = aristocracy value = 1 }
		command = { type = innovative value = 1 }
		command = { type = serfdom = -1 }
		command = { type = relation which = USA value = 25 }
	}
}
 
Last edited:

unmerged(7012)

Sergeant
Dec 26, 2001
77
0
Code:
#################################################
#Belarus Major Events (for MDS) by King Of Posen#
#################################################

event = {

	id = xxxxx
	random = no
	country = BOU
	name = "The disaster of 12th September 1995"
	desc = "On September 12, 1995 two american sport baloonists were thought to be spies and shot by the Belarusian air defense."
	style = 1

	date = { day = 12 month = september year = 1995 }

	action_a ={
		name = "Who cares about that"
		command = { type = DIP which = -3 value = 12 }
		command = { type = relation which = USA value = -50 }
	}
	action_b ={
		name = "Apologize US"
		command = { type = treasury value = -50 }
		command = { type = DIP which = -1 value = 12 }
		command = { type = relation which = USA value = -25 }
	}
}
 
Last edited:

Walter Hawkwood

Fairy Godfather
111 Badges
Oct 12, 2001
571
25
  • Rome: Vae Victis
  • Magicka
  • March of the Eagles
  • Europa Universalis IV: Res Publica
  • Rome Gold
  • Semper Fi
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler: Cold War
  • Teleglitch: Die More Edition
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Knights of Pen and Paper +1 Edition
  • Warlock: Master of the Arcane
  • War of the Roses
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Stellaris: Nemesis
  • Europa Universalis III
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • 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
  • Commander: Conquest of the Americas
  • Arsenal of Democracy
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
IMO, Lukashenko should also lower Aristocracy (he suspended elections), and maybe lower mercantilism. But I don't see why there should be a stability hit - all he did, he did with people's silent consent, andthe stability in Byelorus was only raised (now they are a very stable country, with no hope of revolt or something). Anti-russian policies could also switch the flag (tag) to their nationalist variant (we have one ready).
 

unmerged(7012)

Sergeant
Dec 26, 2001
77
0
Originally posted by Walter Hawkwood
IMO, Lukashenko should also lower Aristocracy (he suspended elections), and maybe lower mercantilism. But I don't see why there should be a stability hit - all he did, he did with people's silent consent, andthe stability in Byelorus was only raised (now they are a very stable country, with no hope of revolt or something). Anti-russian policies could also switch the flag (tag) to their nationalist variant (we have one ready).


ok. I'll fix that then