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

Mostar should stay the prominent city in Hum, as it always was (and still is) the most important centre of the region. According to Wikipedia it was calles Köprühisar in Ottoman times.

Well, I almost dislike the Ottomans as much as the Blue Blob, but we could try those changes.
 
Code:
#(1489-1819) Ottoman rule in the Balkans solidified
event = {
	id = 301062
	trigger = {
		NOT = { exists = ALB }
		owned = { province = 1953 data = -1 } #Byzantion
		control = { province = 1953 data = -1 }
		owned = { province = 357 data = -1 } #Thrace
		control = { province = 357 data = -1 }
		owned = { province = 358 data = -1 } #Macedonia
		control = { province = 358 data = -1 }
		owned = { province = 361 data = -1 } #Albania
		control = { province = 361 data = -1 }
[COLOR="#FFFF00"]		owned = { province = 364 data = -1 } #Bosnia
		control = { province = 364 data = -1 }[/COLOR]
	}
	random = no
	country = TUR
	name = "EVENTNAME301062" #Ottoman Rule solidified
	desc = "EVENTHIST301062"
	#-#With the traitorous dog Iskander Bey dead and the lands between Adria and Bosporus firmly under our control we have a solid position to rule the Balkans.

	date = { day = 9 month = may year = 1489 }
	offset = 30
	deathdate = { day = 1 month = january year = 1819 }

	action_a = {
		name = "ACTIONNAME301062A" #Now we have a solid base to expand from
		command = { type = provinceculture which = 357 value = turkish } #Thrace
		command = { type = provinceculture which = 358 value = turkish } #Macedonia
		command = { type = provinceculture which = 477 value = turkish } #Bursa
		command = { type = provinceculture which = 478 value = turkish } #Smyrna
		command = { type = provinceculture which = 1953 value = turkish } #Byzantion
		command = { type = provinceculture which = 1958 value = turkish } #Karesi
		command = { type = provincereligion which = 357 value = sunni } #Thrace
		command = { type = provincereligion which = 358 value = sunni } #Macedonia
		command = { type = provincereligion which = 361 value = sunni } #Albania
[COLOR="#FFFF00"]		command = { type = provincereligion which = 364 value = sunni } #Bosnia
		command = { type = provincereligion which = 1957 value = sunni } #Hum[/COLOR]
		command = { type = provincereligion which = 477 value = sunni } #Bursa
		command = { type = provincereligion which = 478 value = sunni } #Smyrna
		command = { type = provincereligion which = 1953 value = sunni } #Byzantion
		command = { type = provincereligion which = 1958 value = sunni } #Karesi   
[COLOR="#FFFF00"]		command = { type = add_countryculture which = bosnian }
		command = { type = cityname which = 361 value = "Ergiri" } #Gjirokastër, capital of Sanjak of Albania 
		command = { type = cityname which = 364 value = "Bosnasaray" } #Sarajevo[/COLOR]
		command = { type = stability value = 1 }
	}
}

Basileios, do you think this modification is correct? Do you know what the capital of Hum should be?

i never liked this event, it was always too late and hard to achieve for the AI. it also cost the TUR up to 1000 ducats of lost monies.
to me it should be the greek lands and not albania and bosnia.
it should be, byzantion, thrace, macedonia, athens and bulgsrian lands
 
Toio said:
i never liked this event, it was always too late and hard to achieve for the AI. it also cost the TUR up to 1000 ducats of lost monies.
to me it should be the greek lands and not albania and bosnia.
it should be, byzantion, thrace, macedonia, athens and bulgsrian lands
The Greek lands are already covered by events 301091 & 301127 (Consequences of the Conquest of Constantinople I & II). They are included again in 301062 just in case they didn't convert.

Basileios II said:
Well, I almost dislike the Ottomans as much as the Blue Blob, but we could try those changes.
My impression from the tests is that the Ottomans are slightly underperforming, especially on the eastern front. If we see they are being too strong in Europe, we can always modify the Hungarian events. Remember that TUR are basically handed HUN for free.

For starters, we can now change the annexation command in TUR_19021 as follows:
Code:
command = { type = [COLOR="#FF0000"]inherit[/COLOR] [COLOR="#FFFF00"]annex[/COLOR] which = HUN }
so that TUR do not inherit the Hungarian army (which is usually huge).
 
The Ottomans get many countries on a plate. Athens, Trebizond, Albania, Byzantium (once the IDs are corrected). Even the Mameluks were conquered (though slightly later than in OTL) in all of my games.

The annex command should be used for all of those give-away events.