Just a quickie.
I have been fixing the Hansa file, (after proofing thanks to Matty..
) and have found some quirks.
At some point, the hanseatic traders transform various city-states like Florence and London and Novgorod, that they change province_culture to hanseatic.
If the Hansa lose these provinces, and are retaken, then the cultures change back to their original one.
Could the authors or the ROY file, and the YOR file please insert the following codes into their event files? Could both of you please review your events for London in light of the existing Hansa file.
Lovely.
####################################################
# Cultural changes as the League leave London
####################################################
event = {
id = xxxxxx
trigger = {
owned = { province = 247 data = ROY }
}
random = no
province = 247
name = "London is Anglo-Saxon!"
desc = "With the Hanseatic traders declining in influence, and possession of
London coming under English control, the culture of the province reverts it's anglo-saxon roots.)"
action_a = {
name = "OK"
command = { type = provinceculture which = 247 value = anglosaxon }
}
}
####################################################
# Cultural changes as the League leave London
####################################################
event = {
id = xxxxxx
trigger = {
owned = { province = 247 data = YOR }
}
random = no
province = 247
name = "London is Anglo-Saxon!"
desc = "With the Hanseatic traders declining in influence, and with the possession of
London coming under Yorkist control, the culture of the province reverts it's anglo-saxon roots.)"
action_a = {
name = "OK"
command = { type = provinceculture which = 247 value = anglosaxon }
}
}
Taa.
I have been fixing the Hansa file, (after proofing thanks to Matty..
At some point, the hanseatic traders transform various city-states like Florence and London and Novgorod, that they change province_culture to hanseatic.
If the Hansa lose these provinces, and are retaken, then the cultures change back to their original one.
Could the authors or the ROY file, and the YOR file please insert the following codes into their event files? Could both of you please review your events for London in light of the existing Hansa file.
Lovely.
####################################################
# Cultural changes as the League leave London
####################################################
event = {
id = xxxxxx
trigger = {
owned = { province = 247 data = ROY }
}
random = no
province = 247
name = "London is Anglo-Saxon!"
desc = "With the Hanseatic traders declining in influence, and possession of
London coming under English control, the culture of the province reverts it's anglo-saxon roots.)"
action_a = {
name = "OK"
command = { type = provinceculture which = 247 value = anglosaxon }
}
}
####################################################
# Cultural changes as the League leave London
####################################################
event = {
id = xxxxxx
trigger = {
owned = { province = 247 data = YOR }
}
random = no
province = 247
name = "London is Anglo-Saxon!"
desc = "With the Hanseatic traders declining in influence, and with the possession of
London coming under Yorkist control, the culture of the province reverts it's anglo-saxon roots.)"
action_a = {
name = "OK"
command = { type = provinceculture which = 247 value = anglosaxon }
}
}
Taa.