Anyone who's played a 1.05c game in the Mediterranean has undoubtedly observed the Coastal Wars waged by Genoa, Pisa, and Venice. In an effort to curtail the use of the Coastal Republic Claim, it has been suggested that the claim be restricted to neighboring provinces (in the way that many mods restrict Holy Wars).
I've some experience tinkering with the Crusader King txt files, but its language still eludes me (namely, the use of brackets). Below is the vanilla entry for the Coastal Republic Claim in cb_types.txt. Emboldened are the lines I've added to implement the aforementioned change. Simply put, is this formatted correctly?
I've some experience tinkering with the Crusader King txt files, but its language still eludes me (namely, the use of brackets). Below is the vanilla entry for the Coastal Republic Claim in cb_types.txt. Emboldened are the lines I've added to implement the aforementioned change. Simply put, is this formatted correctly?
can_use = {
ROOT = {
is_republic = yes
capital_scope = {
port = yes
any_realm_province = {
any_neighbor_province = {
}
}
}