From b6428e706247839838fc2cd691a871d0fb6cffe5 Mon Sep 17 00:00:00 2001 From: Seweryn Presnal Date: Sun, 23 Jun 2024 12:33:20 +0200 Subject: [PATCH] Support for "Tutela Limitum" wargoal from the 3rd Century Crisis mod --- ImperatorToCK3/Data_Files/configurables/wargoal_mappings.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ImperatorToCK3/Data_Files/configurables/wargoal_mappings.txt b/ImperatorToCK3/Data_Files/configurables/wargoal_mappings.txt index 3e79a71b7..15ab8a389 100644 --- a/ImperatorToCK3/Data_Files/configurables/wargoal_mappings.txt +++ b/ImperatorToCK3/Data_Files/configurables/wargoal_mappings.txt @@ -17,3 +17,6 @@ link = { ir = horde_conquest ck3 = invasion_war } # FMO wargoals link = { ir = conquer_wargoal_2 ck3 = claim_cb } + +# Crisis of the Third Century wargoals +link = { ir = duchy_wargoal ck3 = claim_cb }