diff --git a/common/culture/cultures/wc_zulite.txt b/common/culture/cultures/wc_zulite.txt index 810adbfce6..dba06e83f3 100644 --- a/common/culture/cultures/wc_zulite.txt +++ b/common/culture/cultures/wc_zulite.txt @@ -215,4 +215,94 @@ blood_troll = { 3 = blood_troll_dark 1 = blood_troll_green } +} + +darkspear = { + color = rgb { 112 237 0 } + + parents = { gurubashi } + created = 2.1.1 + + ethos = ethos_spiritual + heritage = heritage_zulite + language = language_zandali + martial_custom = martial_custom_male_only + traditions = { + tradition_warrior_monks + tradition_sacred_hunts + tradition_hidden_cities + tradition_jungle_warriors + tradition_mendicant_mystics + } + + name_list = name_list_darkspear + + coa_gfx = { troll_coa_gfx } + building_gfx = { african_building_gfx mena_building_gfx } + clothing_gfx = { creature_troll_gfx troll_clothing_gfx no_headgear_gfx no_beard_gfx } + unit_gfx = { sub_sahran_unit_gfx } + + ethnicities = { + 1 = darkspear_trollish + } +} + +frostmane = { + color = rgb { 51 63 79 } + + parents = { drakkari } + created = 2.1.1 + + ethos = ethos_stoic + heritage = heritage_zulite + language = language_zandali + martial_custom = martial_custom_male_only + traditions = { + tradition_warrior_culture + tradition_only_the_strong + tradition_warrior_monks + tradition_winter_warriors + tradition_religion_blending + } + + name_list = name_list_frostmane + + coa_gfx = { troll_coa_gfx } + building_gfx = { african_building_gfx mena_building_gfx } + clothing_gfx = { drakkari_clothing_gfx creature_troll_gfx troll_clothing_gfx no_headgear_gfx no_beard_gfx } #drakkari_clothing_gfx for localization and remove error in error.log + unit_gfx = { sub_sahran_unit_gfx } + + ethnicities = { + 1 = ice_troll_ethnicity + } +} + +winterax = { + color = rgb { 51 63 79 } + + parents = { drakkari } + created = 2.1.1 + + ethos = ethos_stoic + heritage = heritage_zulite + language = language_zandali + martial_custom = martial_custom_male_only + traditions = { + tradition_warrior_culture + tradition_only_the_strong + tradition_warrior_monks + tradition_winter_warriors + tradition_religion_blending + } + + name_list = name_list_frostmane + + coa_gfx = { troll_coa_gfx } + building_gfx = { african_building_gfx mena_building_gfx } + clothing_gfx = { drakkari_clothing_gfx creature_troll_gfx troll_clothing_gfx no_headgear_gfx no_beard_gfx } #drakkari_clothing_gfx for localization and remove error in error.log + unit_gfx = { sub_sahran_unit_gfx } + + ethnicities = { + 1 = ice_troll_ethnicity + } } \ No newline at end of file