Skip to content

Commit

Permalink
Added Culture Creation Names, Cultures, and Mappings (#2479) #minor
Browse files Browse the repository at this point in the history
Added various creation names for Macedonian/Hellenistic cultures;

Added Roman + Cretan/Neo-Minoan creation name;

Added Roman + Anatolian creation name;

Added Kemetic + Arabic creation name for Egyptian;

Added Kemetic creation name for Coptic;

Added custom syro_hellenic (Syriac) Culture;

Renamed base game's Syriac (assyrian) culture to Assyrian;

Changed Imperator tayuan culture to map to sogdian;
  • Loading branch information
tanner918 authored Feb 5, 2025
1 parent 9548c06 commit fd66137
Show file tree
Hide file tree
Showing 7 changed files with 585 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ anatolian = {
}
}
}

euxinian = {
name = euxinian
trigger = {
Expand Down Expand Up @@ -200,6 +201,7 @@ euxinian = {
}
}
}

hyperborean = {
name = hyperborean
trigger = {
Expand All @@ -223,3 +225,17 @@ hyperborean = {
}
}
}

coptic = {
trigger = {
religion = religion:christianity
culture = culture:ancient_egyptian
any_sub_realm_county = {
AND = {
culture = culture:ancient_egyptian
religion = religion:christianity
}
}
}
}

Loading

0 comments on commit fd66137

Please sign in to comment.