Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neo_minoan and cretan cultures #2389

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 76 additions & 0 deletions ImperatorToCK3/Data_Files/configurables/converter_cultures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,82 @@
# vanilla = { gallic }
# }

neo_minoan = { # Other names can be neo_mycanaean or posiedian. This culture should only be be able to trigger in the converter if the # holder of the culture has a kingdom or empire tier title. Otherwise, cretan should take place over it

color = { 0.7 0.6 0.95 }

heritige = heritage_ancient_greek
language = language_ancient_greek
ethos = ethos_bureaucratic

name_list = name_list_ancient_greek
martial_custom = marital_custom_male_only

traditions = {
tradition_culture_blending # Greek empires or kingdoms would usually try to integrate conquered cultures, look at # alexander the great's empire as an example
tradition_maritime_mercantilism # Cretans were heavy on trade within the mediterranean due to location of crete
tradition_seafarers
tradition_artisans # Would become known for different goods due to control of surrounding territories of middle # east and asia outside of greece
tradition_imperial_tagmata # Greek culture was based around honor and disciple, example is alexander's empire
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be tradition_ep3_imperial_tagmata

tradition_beacon_of_learning # One of the first cultures to be well known for philosiphy, math, etc.
}

ethnicities = {
10 = mediterranean_byzantine
}

coa_gfx = {
byzantine_group_coa_gfx
}
building_gfx = {
mediterranean_building_gfx
}
clothing_gfx = {
byzantine_clothing_gfx
}
unit_gfx = { eastern_unit_gfx }
}


cretan = {
INVALIDATED_BY = {
vanilla = { cretan } # In vanilla the cretan culture is a divergence from Greek, done through a descision
}

color = { 0.7 0.6 0.95 }

heritige = heritage_ancient_greek
language = language_doric # Doric was used for everyday life while the main greek language at the time (Koine Greek) was used # for governance and other matters of administration. The language could be switched to # language_ancient_greek depending on specificity or simplicity needed.
ethos = ethos_bellicose

name_list = name_list_ancient_greek
martial_custom = marital_custom_male_only

traditions = {
tradition_swords_for_hire
tradition_legalistic
tradition_maritime_mercantilism
tradition_mountain_homes
tradition_highland_warriors
tradition_seafarers # Can be switched out with tradition_warrior_culture or tradition_ritualized_friendship.
}

ethnicities = {
10 = mediterranean_byzantine
}

coa_gfx = {
byzantine_group_coa_gfx
}
building_gfx = {
mediterranean_building_gfx
}
clothing_gfx = {
byzantine_clothing_gfx
}
unit_gfx = { eastern_unit_gfx }
}


khasi = {
INVALIDATED_BY = {
Expand Down
Loading