• 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.
Yeah, he seems to be an unionist, too.;)
 
Hmm, sent you pm, Nik.


I need a possible reaction event if the Hanseatic League owns Sjaelland (nasty) or manages to wrestle Skane or Jylland (not so nasty)

It should cut some of the taxes in the region and bring troubles. Good or bad idea?
 
TheArchduke said:
Hmm, sent you pm, Nik.


I need a possible reaction event if the Hanseatic League owns Sjaelland (nasty) or manages to wrestle Skane or Jylland (not so nasty)

It should cut some of the taxes in the region and bring troubles. Good or bad idea?

Hmm.. in that case I must rework/add a new one of the 'anyone can get sound dues' to be possible to fire for anyone so people can get the taxes back again. Also Sjaelland = Nastee, Skåne, semi-nastee, Jylland - annoyance, not really needed.

Else I guess it is good idea?
 
Sounds great. If it isn't too much of a hassle.:)
 
TheArchduke said:
Sounds great. If it isn't too much of a hassle.:)

Will there be a HSA event to respond to, or will it be bolt out of the blue? (Since HSA conqeror should get reduced dues too, until control improved?)
 
Hansa gets her own goodie event if she gets the sund.:)
 
TheArchduke said:
Hansa gets her own goodie event if she gets the sund.:)

The prob is, if I let UoK get a tax reduction event for HSA takeover then that will only affect provinces still owned by UoK, while the HSA-taken provinces will be as rich as before.. add to that another HSA boost and then the UoK retakes Sjaelland 'return of lost taxvalue' (which will also be a boost) and we have Sjaelland with taxvalue 40-50... :p
 
TheArchduke said:
Hmm, sent you pm, Nik.


I need a possible reaction event if the Hanseatic League owns Sjaelland (nasty) or manages to wrestle Skane or Jylland (not so nasty)

It should cut some of the taxes in the region and bring troubles. Good or bad idea?

Well.. since I get no comments I guess I could make a simple reaction, like - "Someone has taken our cashcow" for loss of Sjaelland, giving pain and misery on the lines of mostly -stab, -cash, some RR and maybe some DP shifts, defaults away from trade, second option goes towards more trade but at higher stabloss and RR.

Option A - what misery, we must take it back (also adds some troopers?)

Option B - we must adapt to this loss.
 
As always as long as I am in the U.S. I am non avaiable on weekends, sorry.

Sounds good.
 
TheArchduke said:
As always as long as I am in the U.S. I am non avaiable on weekends, sorry.

Sounds good.

NP - me brain is plenty small as always :p

I'll whip something together for you to look at - should be done next monday at the latest (plenty other stuff to do atm, sorry :()
 
Thanks.:)
 
In process. I'll make a post to *bump* this thread when done.

Code:
event = {
	id = #INSERT ID1#
	trigger = { 
 		NOT = {
		atwar = yes
		OR = {
			owned = { province = 309 data = -1 }
			owned = { province = 307 data = -1 }
			owned = { province = 251 data = -1 } } } }
	random = no
	country = KAL
	name = "We have lost our Danish Heritage"
	desc = "The balance of power in the Kalmar Union was always uneasy between the small rich estates of Denmark allowing for easy control of peasantry and the large poor ones of Sweden where yeomanry had more power. Having lost the wealthy and fertile lands of the south the union slowly turned towards policies more accustomed to the north."
	style = 1
	date = { day = 1 month = january year = 1419 }
	offset = 1500
	deathdate = { day = 2 month = may year = 1820 }

	action_a ={ #Yes we have lost it 
		name = "A sad day indeed"
		command = { type = stability value = -3 }
		command = { type = treasury value = -600 } #State losses while adapting to reduced incomes.
		command = { type = revoltrisk   which = 36 value = 6 }
		command = { type = domestic   which = aristocracy value = -1 }
		command = { type = domestic   which = land value = 1 }
		command = { type = domestic   which = serfdom value = -1 }
		command = { type = infra   value = 1500 }
	}
	action_b ={ #Revenge
		name = "Nay, we shall reclaim that land at any cost"
		command = { type = stability value = -1 }
		command = { type = treasury value = -600 }
		command = { type = revoltrisk   which = 36 value = 3 }
		command = { type = provincetax   which = -2 value = -2 }
		command = { type = domestic   which = aristocracy value = 1 }
		command = { type = domestic   which = quality value = 1 }
		command = { type = land   value = 4000 }
		command = { type = naval   value = 4000 }
 		command = { type = INF which = -2 value = 8000 }
		command = { type = CAV which = -3 value = 6000 }
		command = { type = ART which = -3 value = 20 }
	}
	action_c ={ #Sell out - trigger events for owners to gain CB for cash
		name = "Good riddance"
		command = { type = stability value = -8 }
		command = { type = treasury value = -600 }
		command = { type = domestic   which = centralization value = 1 }
		command = { type = removecore   which = 306 }
		command = { type = removecore   which = 307 }
		command = { type = removecore   which = 309 }
		command = { type = removecore   which = 251 }
#Globalflagevent	command = { type = trigger   which = #ID3 }
	}
	action_d ={ #Danish nobility migrate north 
		name = "Nay, it lives on"
		command = { type = stability value = -2 }
		command = { type = treasury value = -400 }
		command = { type = revoltrisk   which = 72 value = 3 }
		command = { type = domestic   which = centralization value = -1 }
		command = { type = domestic   which = innovative value = 1 }
		command = { type = trade value = 2500 }
	}
}


event = {
	id = #INSERT ID2#
	trigger = { 
 		NOT = {
		atwar = yes
		OR = {
			owned = { province = 257 data = -1 }
			owned = { province = 1469 data = -1 }
			owned = { province = 254 data = -1 } } } }
	random = no
	country = KAL
	name = "We have lost our Swedish Heritage"
	desc = "The balance of power in the Kalmar Union was always uneasy between the small rich estates of Denmark allowing for easy control of peasantry and the large poor ones of Sweden where yeomanry had more power. Having lost the resource-rich and expanisive lands of the north, the union slowly turned towards policies more suitable for the south."
	style = 1
	date = { day = 1 month = january year = 1419 }
	offset = 1500
	deathdate = { day = 2 month = may year = 1820 }

	action_a ={ #Yes we have lost it 
		name = "A sad day indeed"
		command = { type = stability value = -2 }
		command = { type = treasury value = -300 } #State losses while adapting to reduced incomes.
		command = { type = revoltrisk   which = 36 value = 4 }
		command = { type = domestic   which = aristocracy value = 1 }
		command = { type = domestic   which = land value = -1 }
		command = { type = domestic   which = serfdom value = 1 }
		command = { type = trade value = 1500 }
	}
	action_b ={ #Revenge
		name = "Nay, we shall reclaim that land"
		command = { type = stability value = -1 }
		command = { type = treasury value = -300 }
		command = { type = revoltrisk   which = 24 value = 3 }
		command = { type = provincetax   which = -2 value = -2 }
		command = { type = domestic   which = aristocracy value = 1 }
		command = { type = domestic   which = quality value = 1 }
		command = { type = land   value = 4000 }
		command = { type = naval   value = 2000 }
 		command = { type = INF which = -2 value = 8000 }
		command = { type = CAV which = -3 value = 6000 }
		command = { type = ART which = -3 value = 20 }
	}
	action_c ={ #Sell out - trigger events for owners to gain CB for cash
		name = "Good riddance"
		command = { type = stability value = -8 }
		command = { type = treasury value = -300 }
		command = { type = domestic   which = centralization value = 1 }
		command = { type = removecore   which = 257 }
		command = { type = removecore   which = 1469 }
		command = { type = removecore   which = 341 }
		command = { type = removecore   which = 254 }
#Globalflagevent	command = { type = trigger   which = #ID4 }
	}
	action_d ={ #Swedish nobility migrate southward 
		name = "Nay, it lives on"
		command = { type = stability value = -4 }
		command = { type = treasury value = -200 }
		command = { type = revoltrisk   which = 72 value = 4 }
		command = { type = domestic   which = centralization value = 1 }
		command = { type = domestic   which = innovative value = 1 }
		command = { type = infra value = 2500 }
	}
}
 
Last edited:
Comments?

The "globalflagevents" will be trigger for four (*2) events where the owner of the province will get to purchase a CB on it for 200-300, most of which will end up in the Kalmar coffers through four (*2) further response events.

There will be a B) option doing nothing but further detoriating relations with KAL and the event will not trigger at all if KAL no longer exist or the current owner pwner of the province already has a CB for some reason.

These events will be posted later during the week, might be faster if I get plenty of comments/feedback ;)
(edit: Like, should it only be possible to loose one heritage and not both as written etc)
 
Whoops, give me a second.:)
 
I like it, but what happens in the sell out?

Selling of the Sund or Sweden?
 
TheArchduke said:
I like it, but what happens in the sell out?

Selling of the Sund or Sweden?

Hmm.. let me try to be clearer.

If you choose the C) option you loose four cores and trigger a 'marker' event. (Since I don't think we can make flags that trigger events for other nations, else that would do)

The 'marker' event is just there to notify to the history log that option C has happened.

Then for all provinces that KAL looses CB on there will be a corresponding event linked to province ownership with the triggers:
atwar = no, exists = KAL, event = xxx (relevant event) NOT core = xxx (relevant province)
The event "Kalmar Union offers to relinquish their claims on xxx" will have two options, A) "Yay, let us buy what we have to forever keep" - -300 gold, + relations w/KAL, adds CB on the province or B) "It is already ours" , - relations w/ KAL adds CB on the province anyway

A then triggers a response event for KAL, adding 250 gold, B triggers a response event reclaiming the CB for KAL.


This series is slightly different from what I suggested above, but it is my new suggestion :)
 
Sounds good, but would KAL really relinquish claims on Sweden or Denmark?;)
 
TheArchduke said:
Sounds good, but would KAL really relinquish claims on Sweden or Denmark?;)

Probably not, but I can show you even more unlikely C-options in other event files :p

Default is just a plain cr*p event with a few DP-clicks. :)