Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Malicos committed Sep 23, 2024
1 parent 0b2aa04 commit b4c0aef
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions common/culture/cultures/wc_zulite.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit b4c0aef

Please sign in to comment.