travellers added
This commit is contained in:
parent
5889d3366f
commit
8ed881f1f3
5 changed files with 67 additions and 6 deletions
|
|
@ -145,6 +145,7 @@ norner = {
|
|||
tradition_hard_working
|
||||
tradition_staunch_traditionalists
|
||||
tradition_stalwart_defenders
|
||||
tradition_creaght
|
||||
}
|
||||
|
||||
name_list = name_list_NEOW_english
|
||||
|
|
|
|||
|
|
@ -101,6 +101,41 @@ irish = { #Éireannach Bhocht
|
|||
30 = caucasian_dark_hair
|
||||
}
|
||||
}
|
||||
traveller = { #travellers
|
||||
color = { 58 151 95 }
|
||||
|
||||
parents = { irish }
|
||||
created = 1500.1.1
|
||||
house_coa_frame = house_frame_03
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
ethos = ethos_communal
|
||||
heritage = heritage_goidelic
|
||||
language = language_anglo_irish
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
|
||||
traditions = {
|
||||
tradition_diasporic
|
||||
tradition_adaptive_skirmishing
|
||||
tradition_isolationist
|
||||
tradition_defiant
|
||||
tradition_pastoralists
|
||||
}
|
||||
|
||||
name_list = name_list_neow_goidelic
|
||||
|
||||
coa_gfx = { irish_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { northern_clothing_gfx }
|
||||
unit_gfx = { western_unit_gfx }
|
||||
|
||||
ethnicities = {
|
||||
35 = caucasian_ginger
|
||||
35 = caucasian_brown_hair
|
||||
30 = caucasian_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
manx = {
|
||||
color = { 60 125 55 }
|
||||
|
|
|
|||
|
|
@ -932,6 +932,13 @@ pool_repopulate_local_flavor = {
|
|||
}
|
||||
}
|
||||
}
|
||||
culture:traveller = {
|
||||
trigger = {
|
||||
root.capital_province = {
|
||||
geographical_region = world_europe_west_britannia
|
||||
}
|
||||
}
|
||||
}
|
||||
culture:kurdish = {
|
||||
trigger = {
|
||||
root.capital_province = {
|
||||
|
|
@ -1237,6 +1244,21 @@ pool_repopulate_local_flavor = {
|
|||
}
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
culture = traveller
|
||||
}
|
||||
add_character_flag = ai_will_not_convert
|
||||
set_character_faith = faith:celtic
|
||||
if = {
|
||||
limit = {
|
||||
NOT = {
|
||||
knows_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
learn_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
culture = beur
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue