From 4de54ceb671cbdf73021fd652b19badddb464099 Mon Sep 17 00:00:00 2001 From: trashb0at Date: Wed, 13 Nov 2024 17:14:07 -0500 Subject: [PATCH] Create 00_brythonic.txt --- common/culture/cultures/00_brythonic.txt | 144 +++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 common/culture/cultures/00_brythonic.txt diff --git a/common/culture/cultures/00_brythonic.txt b/common/culture/cultures/00_brythonic.txt new file mode 100644 index 00000000..ecea48db --- /dev/null +++ b/common/culture/cultures/00_brythonic.txt @@ -0,0 +1,144 @@ +pictish = { + color = hsv { 0.58 1.00 0.72 } + + ethos = ethos_bellicose + heritage = heritage_brythonic + language = language_brythonic + martial_custom = martial_custom_male_only + traditions = { + tradition_concubines + tradition_poetry + tradition_highland_warriors + tradition_hill_dwellers + } + + name_list = name_list_pictish + + coa_gfx = { scottish_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { northern_clothing_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 5 = caucasian_blond + 30 = caucasian_ginger + 35 = caucasian_brown_hair + 30 = caucasian_dark_hair + } +} + +welsh = { + color = welsh + + ethos = ethos_stoic + heritage = heritage_brythonic + language = language_brythonic + martial_custom = martial_custom_male_only + traditions = { + tradition_poetry + tradition_concubines + tradition_highland_warriors + tradition_longbow_competitions + } + + name_list = name_list_welsh + + coa_gfx = { welsh_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 5 = caucasian_blond + 30 = caucasian_ginger + 35 = caucasian_brown_hair + 30 = caucasian_dark_hair + } +} + +breton = { + color = hsv { 0.72 0.6 0.76 } + + ethos = ethos_communal + heritage = heritage_brythonic + language = language_brythonic + martial_custom = martial_custom_male_only + traditions = { + tradition_fishermen + tradition_storytellers + tradition_swords_for_hire + tradition_chanson_de_geste + } + + name_list = name_list_breton + + coa_gfx = { breton_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 5 = caucasian_blond + 30 = caucasian_ginger + 35 = caucasian_brown_hair + 30 = caucasian_dark_hair + } +} + +cornish = { + color = hsv { 0.72 0.6 0.72 } + + ethos = ethos_communal + heritage = heritage_brythonic + language = language_brythonic + martial_custom = martial_custom_male_only + traditions = { + tradition_fishermen + tradition_storytellers + tradition_ancient_miners + } + + name_list = name_list_cornish + + coa_gfx = { welsh_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 5 = caucasian_blond + 30 = caucasian_ginger + 35 = caucasian_brown_hair + 30 = caucasian_dark_hair + } +} + +cumbrian = { + color = hsv { 0.64 0.6 0.72 } + + ethos = ethos_stoic + heritage = heritage_brythonic + language = language_brythonic + martial_custom = martial_custom_male_only + traditions = { + tradition_poetry + tradition_concubines + tradition_highland_warriors + tradition_stalwart_defenders + } + + name_list = name_list_cumbrian + + coa_gfx = { scottish_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 5 = caucasian_blond + 30 = caucasian_ginger + 35 = caucasian_brown_hair + 30 = caucasian_dark_hair + } +}