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

MattyG

Attention is love.
15 Badges
Mar 23, 2003
3.690
1
  • Crusader Kings II: The Old Gods
  • Deus Vult
  • Diplomacy
  • Europa Universalis III
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis III Complete
  • 500k Club
  • Europa Universalis III: Collection
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Rule Britannia
  • Crusader Kings III
  • Europa Universalis 4: Emperor
Anyone know what the trigger might be for this Hungarian event? Or is it missing the triggers and dates? There is nothing in the Ragusa file.



event = {
id = 201821
random = no
country = HUN
name = "Ragusa looses importance"
desc= "With Ragusa quickly loosing her importance as a trading power, Hungary was quick to fill the gap, taking over some adriatic trade using her good relations with Sicily and her big own market along the Danube."

action_a = {
name = "Superb"
command = { type = stability value = 1 }
command = { type = domestic which = mercantilism value = 2 }
command = { type = cot which = -2 }
}
}
 
Code:
event = {
	id = 201710
	random = no
	country = SIC
	name = "The creation of the Royal Sicilian Navy"
	desc= "Constanza and Conrad established Sicily as a naval nation. But they went even further and financed expeditions abroad to the new world and to Africa and India. As to achieve those goals they created two harbours. One for the military in Palermo and one for the merchants in Messian. They expanded those harbors and fortified them and degreed that all sicilian trade was to be channeled solely through this harbor. A new naval power was born."

	date = { day = 1 month = january year = 1600 }
	offset = 200
	deathdate = { day = 30 month = december year = 1620 }

	action_a = {
		name  = "Let us become a true naval nation" 
		command = { type = stability value = 1 }
		command = { type = domestic which = mercantilism value = -3 }
		command = { type = domestic which = land value = -4 } 
		command = { type = domestic which = quality value = -1 }
		command = { type = domestic which = aristocracy value = -3 }
		command = { type = cot which = 396 }
		command = { type = fortress which = 395 value = 1 } # Sicily
		command = { type = fortress which = 396 value = 1 } # Messina
		command = { type = gainbuilding which = 395 value = shipyard } 
		command = { type = gainmanufactory   which = 395  value = navalequipment }
		command = { type = removecot which = 362 } # Ragusa
		command = { type = trigger which = 201821 }
	}
	action_b = {
		name  = "Let us found the Royal Army" 
		command = { type = stability value = 1 }
		command = { type = domestic which = mercantilism value = 6 }
		command = { type = domestic which = land value = 3 } 
		command = { type = domestic which = quality value = 2 }
		command = { type = domestic which = aristocracy value = 1 }
		command = { type = cot which = 396 }
		command = { type = fortress which = 395 value = 1 } # Sicily
		command = { type = fortress which = 396 value = 1 } # Messina
		command = { type = gainbuilding which = 395 value = barrack } 
		command = { type = gainmanufactory   which = 395  value = weapons }
		command = { type = removecot which = 362 } # Ragusa
		command = { type = trigger which = 201821 }
	}
}

Triggered in action_a.
 
We should probably give it a more general trigger, along the lines of 'Ragusa doesn't have a COT', rather than have it fired by a specific other event. After all, the name is just "Ragusa loses importance".
 
I had assumed that the trigger would have been located in Genoa's file, not Sicily's, and I didn't even look there.

I think there needs to be a mirror event in the Genoan file, and probably also in the Byzantine file, as any of these three could become the dominant naval presence, and Siciliy could have been wiped out by Genoa before it triggers.

There ought also to be some conditions under which this CoT would remain in Ragusa, depending on how well it has fared diplomatically and militarily. Certainly the Ragusan file needs a lot of work, have just one little event that makes it a Genoan vassal without even an option b.

Specifically, I think that Ragusa should have events that allow it to be sheltered by one of the four majors that surround it, Genoa, Sicily, Byzantium and Hungary, should it be attacked by one of the other four. In exchange for vassalage and an immediate cash tribute, Ragusa would join an alliance and gain some kind of defence. Of course, then we have the problem of DiploAnnexation, the greatest curse in EU2, rearing its head.

Perhaps the solution is that the Loss of CoT event is only ever triggered by Ragusa leaving the game. As long as it remains in play, it remains a trading nation that competes with the big guys through diplomatic skill and because - and this is critical - noone wants someone else to control her.

Because Aberration is designed for MP and Byzantium, Genoa, Siciliy and Hungary are all popular MP countries, the events for the loss of the CoT would be based around giving the CoT to whomever did NOT annex Ragusa.

event = {
id = xxxxxx
trigger = { owned = { province = Ragusa data = Hunagry }
random = no
province = Ragusa
name = "War is the Enemy of Trade"
desc = "In conquering Ragusa we have scared off all the merchants and they have gone to Sicily."

action_a = {
name = "Why did we do this!"
command = { type = losecot which = Ragusa }
command = { type = triggerevent which = yyyyyy }
}
}

event = {
id = yyyyyy
trigger = { event = xxxxxx }
random = no
country = Sicily
name = "The end of Ragusa"
desc = "In conquering Ragusa the Hungarians have foolishly strangled trade in their region and the merchants in our country have taken full advantage of this!."

action_a = {
name = "Yippee!"
command = { type = gaincot which = Sicily's capital }
command = { type = stability value = 1 }
command = { type = trade value = 1000 }
}
}



We would write companion events for each of the four countries.

If this country conquers ...... this country gets the CoT
Hungary Sicily, next Genoa
Byzantium Genoa, next Sicily
Genoa Hungary, next Byzantium
Sicily Byzantium, next Hungary


Matty
 
Last edited: