From 3d685ff59eaae562241697de54aa9664d95db0b1 Mon Sep 17 00:00:00 2001 From: trashb0at Date: Sat, 15 Nov 2025 00:45:13 -0500 Subject: [PATCH] america (culture) --- .../culture/cultures/00_central_germanic.txt | 3 ++ .../culture/cultures/NEOW_anglo_american.txt | 29 +++++++++++++++++++ N3OW/common/culture/pillars/NEOW_heritage.txt | 9 ++++++ .../culture/NEOW_cultures_l_english.yml | 11 +++++-- .../NEOW_cultural_heritages_l_english.yml | 6 ++-- 5 files changed, 53 insertions(+), 5 deletions(-) create mode 100644 N3OW/common/culture/cultures/NEOW_anglo_american.txt diff --git a/N3OW/common/culture/cultures/00_central_germanic.txt b/N3OW/common/culture/cultures/00_central_germanic.txt index e9ce7095..f6d9f272 100644 --- a/N3OW/common/culture/cultures/00_central_germanic.txt +++ b/N3OW/common/culture/cultures/00_central_germanic.txt @@ -396,6 +396,9 @@ palatine = { kuhjung = { color = { 0.6 0.7 0.5 } + parents = { palatine old_american } + created = 2100.1.1 + ethos = ethos_bellicose heritage = heritage_central_germanic language = language_high_german diff --git a/N3OW/common/culture/cultures/NEOW_anglo_american.txt b/N3OW/common/culture/cultures/NEOW_anglo_american.txt new file mode 100644 index 00000000..374f2680 --- /dev/null +++ b/N3OW/common/culture/cultures/NEOW_anglo_american.txt @@ -0,0 +1,29 @@ +old_american = { #Antediluvian American + color = { 30 52 160 } + + ethos = ethos_bellicose + heritage = heritage_anglo_american + language = language_english + martial_custom = martial_custom_equal + traditions = { + tradition_swords_of_freedom + tradition_ep3_cultivated_sophistication + tradition_republican_legacy + tradition_culture_blending + tradition_parochialism + } + + name_list = name_list_english #make a proper american name list later + + coa_gfx = { english_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { #not really meant to actually appear as an alive culture ingame so it's just kept as this rn + 25 = caucasian_blond + 15 = caucasian_ginger + 35 = caucasian_brown_hair + 25 = caucasian_dark_hair + } +} \ No newline at end of file diff --git a/N3OW/common/culture/pillars/NEOW_heritage.txt b/N3OW/common/culture/pillars/NEOW_heritage.txt index fbcc17d8..f671b5a7 100644 --- a/N3OW/common/culture/pillars/NEOW_heritage.txt +++ b/N3OW/common/culture/pillars/NEOW_heritage.txt @@ -109,4 +109,13 @@ heritage_romani = { } } audio_parameter = european +} +heritage_anglo_american = { + type = heritage + is_shown = { + heritage_is_shown_trigger = { + HERITAGE = heritage_anglo_american + } + } + audio_parameter = european } \ No newline at end of file diff --git a/N3OW/localization/english/replace/culture/NEOW_cultures_l_english.yml b/N3OW/localization/english/replace/culture/NEOW_cultures_l_english.yml index 47d1dd17..5f5e71a9 100644 --- a/N3OW/localization/english/replace/culture/NEOW_cultures_l_english.yml +++ b/N3OW/localization/english/replace/culture/NEOW_cultures_l_english.yml @@ -85,6 +85,8 @@ high_irish_collective_noun:0 "High Irish" norner:0 "Norner" norner_collective_noun:0 "Norner" + manx:0 "Manx" + manx_collective_noun:0 "Manx" #Mosellic belge:0 "Belge" belge_collective_noun:0 "Belgian" @@ -101,8 +103,8 @@ azurrano_collective_noun:0 "Azurrano" neapolitan:0 "Napulitano" neapolitan_collective_noun:0 "Napulitano" - pugilese:0 "Pugliese" - pugilese_collective_noun:0 "Pugliese" + pugliese:0 "Pugliese" + pugliese_collective_noun:0 "Pugliese" laziale:0 "Laziale" laziale_collective_noun:0 "Laziale" tuscan:0 "Tuscano" @@ -199,4 +201,7 @@ NEOW_moravian_collective_noun:0 "Moravaian" #Romani cale:0 "Calé" - cale_collective_noun:0 "Gitanos" \ No newline at end of file + cale_collective_noun:0 "Gitanos" + #Anglo-American + old_american:0 "American" + old_american_collective_noun:0 "American" \ No newline at end of file diff --git a/N3OW/localization/english/replace/culture/traditions/NEOW_cultural_heritages_l_english.yml b/N3OW/localization/english/replace/culture/traditions/NEOW_cultural_heritages_l_english.yml index 4cb26dfc..cc19b589 100644 --- a/N3OW/localization/english/replace/culture/traditions/NEOW_cultural_heritages_l_english.yml +++ b/N3OW/localization/english/replace/culture/traditions/NEOW_cultural_heritages_l_english.yml @@ -7,7 +7,7 @@ heritage_scottish_collective_noun:0 "Scottish" heritage_mosellic_name:0 "Mosellic" heritage_mosellic_collective_noun:0 "Mosellic" - heritage_rhaeto_helvetic:0 "Rhaeto-Helvetic" + heritage_rhaeto_helvetic_name:0 "Rhaeto-Helvetic" heritage_rhaeto_helvetic_collective_noun:0 "Rhaeto-Helvetic" heritage_greek:0 "Greek" heritage_greek_collective_noun:0 "Greek" @@ -22,4 +22,6 @@ heritage_lusotanian_name:0 "Lusotanian" heritage_lusotanian_collective_noun:0 "Lusotanians" heritage_romani_name:0 "Romani" - heritage_romani_collective_noun:0 "Romanis" \ No newline at end of file + heritage_romani_collective_noun:0 "Romanis" + heritage_anglo_american_name:0 "Anglo-American" + heritage_anglo_american_collective_noun:0 "American" \ No newline at end of file