|
10 | 10 | # vanilla = { gallic }
|
11 | 11 | # }
|
12 | 12 |
|
| 13 | +gelonian = { |
| 14 | + |
| 15 | + color = { 179 255 102 } |
| 16 | + |
| 17 | + heritage = heritage_byzantine |
| 18 | + language = language_scythian |
| 19 | + parents = { hellenistic scythian } |
| 20 | + created = -600.1.1 #needs to be BC |
| 21 | + ethos = ethos_bellicose |
| 22 | + |
| 23 | + name_list = name_list_scythian #might consider adding in ancient greek well) |
| 24 | + martial_custom = marital_custom_male_only |
| 25 | + |
| 26 | + traditions = { |
| 27 | + tradition_artisans |
| 28 | + tradition_swords_for_hire |
| 29 | + tradition_culture_blending |
| 30 | + tradition_maritime_mercantilism |
| 31 | + tradition_horse_breeder |
| 32 | + tradition_pastoralists |
| 33 | + } |
| 34 | + |
| 35 | + ethnicities = { |
| 36 | + 6 = mediterranean |
| 37 | + 4 = arab |
| 38 | + } |
| 39 | + |
| 40 | + coa_gfx = { |
| 41 | + steppe_coa_gfx |
| 42 | + } |
| 43 | + building_gfx = { |
| 44 | + steppe_building_gfx |
| 45 | + |
| 46 | + } |
| 47 | + clothing_gfx = { |
| 48 | + mongol_clothing_gfx |
| 49 | + byzantine_clothing_gfx |
| 50 | + } |
| 51 | + unit_gfx = { |
| 52 | + mongol_unit_gfx |
| 53 | + eastern_unit_gfx |
| 54 | + } |
| 55 | +} |
| 56 | + |
| 57 | +#For this culture double check everything outside of traditions. I do not know if any of them are correct. So feel free to fix them if necessary. |
| 58 | +qin = { |
| 59 | + |
| 60 | + color = { 153 238 255 } |
| 61 | + |
| 62 | + heritage = heritage_chinese |
| 63 | + language = language_chinese |
| 64 | + ethos = ethos_bureaucratic |
| 65 | + |
| 66 | + name_list = name_list_han |
| 67 | + martial_custom = marital_custom_male_only |
| 68 | + |
| 69 | + traditions = { |
| 70 | + tradition_artisans |
| 71 | + tradition_legalistic |
| 72 | + tradition_warriors_by_merit |
| 73 | + tradition_recognition_of_talent |
| 74 | + tradition_palace_politics |
| 75 | + } |
| 76 | + |
| 77 | + ethnicities = { |
| 78 | + 10 = chinese |
| 79 | + } |
| 80 | + |
| 81 | + coa_gfx = { |
| 82 | + chinese_group_coa_gfx |
| 83 | + } |
| 84 | + building_gfx = { |
| 85 | + chinese_building_gfx |
| 86 | + } |
| 87 | + clothing_gfx = { |
| 88 | + chinese_clothing_gfx |
| 89 | + } |
| 90 | + unit_gfx = { chinese_unit_gfx } |
| 91 | +} |
| 92 | + |
| 93 | +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 |
| 94 | + |
| 95 | + color = { 0.7 0.6 0.95 } |
| 96 | + |
| 97 | + heritage = heritage_ancient_greek |
| 98 | + language = language_ancient_greek |
| 99 | + ethos = ethos_bureaucratic |
| 100 | + |
| 101 | + name_list = name_list_ancient_greek |
| 102 | + martial_custom = marital_custom_male_only |
| 103 | + |
| 104 | + traditions = { |
| 105 | + tradition_culture_blending # Greek empires or kingdoms would usually try to integrate conquered cultures, look at alexander the great's empire as an example |
| 106 | + tradition_maritime_mercantilism # Cretans were heavy on trade within the mediterranean due to location of crete |
| 107 | + tradition_seafarers |
| 108 | + tradition_artisans # Would become known for different goods due to control of surrounding territories of middle # east and asia outside of greece |
| 109 | + tradition_ep3_imperial_tagmata # Greek culture was based around honor and disciple, example is alexander's empire |
| 110 | + tradition_beacon_of_learning # One of the first cultures to be well known for philosiphy, math, etc. |
| 111 | + } |
| 112 | + |
| 113 | + ethnicities = { |
| 114 | + 10 = mediterranean_byzantine |
| 115 | + } |
| 116 | + |
| 117 | + coa_gfx = { |
| 118 | + byzantine_group_coa_gfx |
| 119 | + } |
| 120 | + building_gfx = { |
| 121 | + mediterranean_building_gfx |
| 122 | + } |
| 123 | + clothing_gfx = { |
| 124 | + byzantine_clothing_gfx |
| 125 | + } |
| 126 | + unit_gfx = { eastern_unit_gfx } |
| 127 | +} |
| 128 | + |
| 129 | + |
| 130 | +cretan = { |
| 131 | + INVALIDATED_BY = { |
| 132 | + vanilla = { cretan } # In vanilla the cretan culture is a divergence from Greek, done through a descision |
| 133 | + } |
| 134 | + |
| 135 | + color = { 0.7 0.6 0.95 } |
| 136 | + |
| 137 | + heritage = heritage_byzantine |
| 138 | + MOD_DEPENDENT = { |
| 139 | + IF wtwsms = { |
| 140 | + 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. |
| 141 | + } ELSE = { |
| 142 | + language = language_greek |
| 143 | + } |
| 144 | + } |
| 145 | + ethos = ethos_bellicose |
| 146 | + |
| 147 | + name_list = name_list_ancient_greek |
| 148 | + martial_custom = marital_custom_male_only |
| 149 | + |
| 150 | + traditions = { |
| 151 | + tradition_swords_for_hire |
| 152 | + tradition_legalistic |
| 153 | + tradition_maritime_mercantilism |
| 154 | + tradition_mountain_homes |
| 155 | + tradition_highland_warriors |
| 156 | + tradition_seafarers # Can be switched out with tradition_warrior_culture or tradition_ritualized_friendship. |
| 157 | + } |
| 158 | + |
| 159 | + ethnicities = { |
| 160 | + 10 = mediterranean_byzantine |
| 161 | + } |
| 162 | + |
| 163 | + coa_gfx = { |
| 164 | + byzantine_group_coa_gfx |
| 165 | + } |
| 166 | + building_gfx = { |
| 167 | + mediterranean_building_gfx |
| 168 | + } |
| 169 | + clothing_gfx = { |
| 170 | + byzantine_clothing_gfx |
| 171 | + } |
| 172 | + unit_gfx = { eastern_unit_gfx } |
| 173 | +} |
13 | 174 |
|
14 | 175 | khasi = {
|
15 | 176 | INVALIDATED_BY = {
|
|
0 commit comments