-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert succession laws (#153) #minor
* Update appveyor.yml * Remove remnant quote from outVersion * Create law_map.txt * lawRegexStr * Imperator Country laws tests * SuccessionLawMapper * Output converted succession laws * Fix for outputting conflicting succession laws * Update appveyor.yml * PR tweaks * Satisfying CodeFactor
- Loading branch information
1 parent
ed253c7
commit a6895fa
Showing
23 changed files
with
425 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Fronter
updated
9 files
37 changes: 37 additions & 0 deletions
37
ImperatorToCK3/Data_Files/configurables/succession_law_map.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# IMP-CK3 SUCCESSION LAW MAPPINGS # | ||
# link = { imp = [law] ck3 = [law] } | ||
# The CK3 law is output in the title's history | ||
# folder, right after the line defining | ||
# the holder, as succession_laws = { [law] } | ||
|
||
# CK3 has default succession laws | ||
|
||
# For mappings with multiple ck3 laws, all laws will be written out | ||
|
||
|
||
# Monarchy | ||
|
||
link = { imp = agnatic_succession_law ck3 = male_only_law ck3 = single_heir_succession_law } | ||
link = { imp = cognatic_succession_law ck3 = male_preference_law } | ||
link = { imp = agnatic_seniority_succession_law ck3 = single_heir_dynasty_house } | ||
link = { imp = egyption_succession_law ck3 = equal_law } | ||
|
||
# Republic | ||
|
||
link = { imp = republican_election_1 ck3 = city_succession_law } | ||
link = { imp = republican_election_2 ck3 = saxon_elective_succession_law } | ||
link = { imp = republican_election_3 ck3 = city_succession_law } | ||
link = { imp = republican_election_4 ck3 = princely_elective_succession_law } | ||
|
||
# Rome | ||
|
||
link = { imp = leges_genuciae ck3 = city_succession_law } | ||
link = { imp = senatus_consultum_ultimum ck3 = saxon_elective_succession_law } | ||
link = { imp = lex_antonia ck3 = city_succession_law } | ||
link = { imp = princeps_civitatis ck3 = princely_elective_succession_law } | ||
|
||
# Tribal | ||
|
||
link = { imp = personal_loyalty_law ck3 = high_partition_succession_law } | ||
link = { imp = increased_council_powers ck3 = scandinavian_elective_succession_law } | ||
link = { imp = absolute_authority ck3 = gaelic_elective_succession_law } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.