(I am not sure if weirdly coded events should be reported here or in the events forum. Sorry Andrew, if I am mistaken, you may have to move this thread there as well
)
In my current AAR, I spot the following sequence of events:
August 4, 1501 : Austria went with Express Support in The League of Cambrai.
August 7, 1502 : France went with Express Support in The League of Cambrai.
November 2, 1502 : Papal States went with Express Support in The League of Cambrai.
(Tuscany was no more independant).
I went and read its description in text.csv and it is the following:
"In 1508, Pope Julius II set-up a league against the Republic of Venice which he disliked and found too powerful in Italy. He enlisted support of Florence, France and even of Emperor Maximilian. French troops decimated the Venetian army at the battle of Agnadel in 1509, but the Republic managed to break the league by concluding separate peace with her opponents."
I found it weird that the events for France and Austria were fired even before the Pape called on the League. And worse, the Pape could not called the League at all (sort of "Expressing its hostility" to its own league) but still Austria and France could express their support. Also the event were not coordinated at all, and could happen before the papacy of Julius II.
So, I proposed the following for more consistency (and coordination of the events):
In text.csv:
In major_pap.txt:
In major_fra.txt
In major_hab.txt
In major_tos.txt:
In my current AAR, I spot the following sequence of events:
August 4, 1501 : Austria went with Express Support in The League of Cambrai.
August 7, 1502 : France went with Express Support in The League of Cambrai.
November 2, 1502 : Papal States went with Express Support in The League of Cambrai.
(Tuscany was no more independant).
I went and read its description in text.csv and it is the following:
"In 1508, Pope Julius II set-up a league against the Republic of Venice which he disliked and found too powerful in Italy. He enlisted support of Florence, France and even of Emperor Maximilian. French troops decimated the Venetian army at the battle of Agnadel in 1509, but the Republic managed to break the league by concluding separate peace with her opponents."
I found it weird that the events for France and Austria were fired even before the Pape called on the League. And worse, the Pape could not called the League at all (sort of "Expressing its hostility" to its own league) but still Austria and France could express their support. Also the event were not coordinated at all, and could happen before the papacy of Julius II.
So, I proposed the following for more consistency (and coordination of the events):
In text.csv:
Code:
ACTIONNAME3545C;The doge is a trustful son of our Holy Church;;;;;;;;;;10290
ACTIONNAME3545B;Venise is not that powerful;;;;;;;;;;10289
ACTIONNAME3545A;Try to set up the League;;;;;;;;;;10288
Code:
#League of Cambrai#
event = {
id = 3545
trigger = { exists = VEN }
random = no
country = PAP
name = "EVENTNAME3545"
desc = "EVENTHIST3545"
style = 2
date = { day = 10 month = october year = 1503 } #Start of Julius II papacy#
offset = 2500
deathdate = { day = 21 month = february year = 1513 } #End of Julius II papacy#
action_a ={
name = "ACTIONNAME3545A" #Set up the league#
command = { type = casusbelli which = VEN value = 72 }
command = { type = relation which = VEN value = -150 }
command = { type = trigger which = 3107 } #FRA#
command = { type = trigger which = 3182 } #HAB#
command = { type = trigger which = 3649 } #TUS#
}
action_b ={
name = "ACTIONNAME3545B" #Ignore Venise#
command = { type = relation which = VEN value = 50 }
command = { type = relation which = FRA value = -50 }
command = { type = relation which = HAB value = -50 }
command = { type = relation which = TOS value = -50 }
}
action_c ={
name = "ACTIONNAME3545C" #Venise is a trusty follower of the Pope#
command = { type = relation which = VEN value = 150 }
command = { type = relation which = FRA value = -150 }
command = { type = relation which = HAB value = -150 }
command = { type = relation which = TOS value = -150 }
}
}
Code:
#The League of Cambrai#
event = {
id = 3107 #Triggered by PAP3545#
random = no
country = FRA
name = "EVENTNAME3107"
desc = "EVENTHIST3107"
style = 2
action_a ={
name = "ACTIONNAME3107A" #Express Support#
command = { type = casusbelli which = VEN value = 72 }
command = { type = relation which = VEN value = -150 }
command = { type = relation which = HAB value = 150 }
command = { type = relation which = PAP value = 150 }
command = { type = relation which = TOS value = 150 }
}
action_b ={
name = "ACTIONNAME3107B" #Ignore#
command = { type = relation which = VEN value = 50 }
command = { type = relation which = HAB value = -50 }
command = { type = relation which = PAP value = -50 }
command = { type = relation which = TOS value = -50 }
}
action_c ={
name = "ACTIONNAME3107C" #Express Hostility#
command = { type = relation which = VEN value = 150 }
command = { type = relation which = HAB value = -150 }
command = { type = relation which = PAP value = -150 }
command = { type = relation which = TOS value = -150 }
}
}
Code:
#The League of Cambrai#
event = {
id = 3182 #Triggered by PAP3545#
random = no
country = HAB
name = "EVENTNAME3182"
desc = "EVENTHIST3182"
style = 2
action_a ={
name = "ACTIONNAME3182A" #Express Support#
command = { type = casusbelli which = VEN value = 72 }
command = { type = relation which = VEN value = -150 }
command = { type = relation which = FRA value = 150 }
command = { type = relation which = PAP value = 150 }
command = { type = relation which = TOS value = 150 }
}
action_b ={
name = "ACTIONNAME3182B" #Ignore#
command = { type = relation which = VEN value = 50 }
command = { type = relation which = FRA value = -50 }
command = { type = relation which = PAP value = -50 }
command = { type = relation which = TOS value = -50 }
}
action_c ={
name = "ACTIONNAME3182C" #Express Hostility#
command = { type = relation which = VEN value = 150 }
command = { type = relation which = FRA value = -150 }
command = { type = relation which = PAP value = -150 }
command = { type = relation which = TOS value = -150 }
}
}
Code:
The League of Cambrai#
event = {
id = 3649 #Triggered by PAP3545#
random = no
country = TOS
name = "EVENTNAME3649"
desc = "EVENTHIST3649"
style = 2
action_a ={
name = "ACTIONNAME3649A" #Express Support#
command = { type = casusbelli which = VEN value = 72 }
command = { type = relation which = VEN value = -150 }
command = { type = relation which = FRA value = 150 }
command = { type = relation which = PAP value = 150 }
command = { type = relation which = HAB value = 150 }
}
action_b ={
name = "ACTIONNAME3649B" #Ignore#
command = { type = relation which = VEN value = 50 }
command = { type = relation which = FRA value = -50 }
command = { type = relation which = PAP value = -50 }
command = { type = relation which = HAB value = -50 }
}
action_c ={
name = "ACTIONNAME3649C" #Express Hostility#
command = { type = relation which = VEN value = 150 }
command = { type = relation which = FRA value = -150 }
command = { type = relation which = PAP value = -150 }
command = { type = relation which = HAB value = -150 }
}
}
Upvote
0