The Treaty of Kasr-i Sirin with Persia
The event below happened to me when I was playing the ottomans.
However, Persia did not exist and I thought that it did not make any sense to sign a treaty with a country that doesn't exist.
My suggestion is that a 'exist = Persia' is added as a trigger
The event below happened to me when I was playing the ottomans.
However, Persia did not exist and I thought that it did not make any sense to sign a treaty with a country that doesn't exist.
My suggestion is that a 'exist = Persia' is added as a trigger
Code:
[color=seagreen]#The Treaty of Kasr-i Sirin with Persia#
event = {
id = 3387
random = no
country = TUR
name = "EVENTNAME3387"
desc = "EVENTHIST3387"
style = 3
date = { day = 1 month = january year = 1645 }
offset = 1000
action_a ={ # Full Reconciliation
name = "ACTIONNAME3387A"
command = { type = dynastic which = PER }
command = { type = relation which = PER value = 300 }
command = { type = DIP which = 4 value = 48 }
}
action_b ={ # Moderate Treaty
name = "ACTIONNAME3387B"
command = { type = relation which = PER value = 100 }
}
action_c ={ # No Treaty
name = "ACTIONNAME3387C"
command = { }
}
}[/color]
Upvote
0