travellers added

This commit is contained in:
Fishedotjpg 2026-03-04 19:24:46 +00:00
parent 5889d3366f
commit 8ed881f1f3
5 changed files with 67 additions and 6 deletions

View file

@ -145,6 +145,7 @@ norner = {
tradition_hard_working tradition_hard_working
tradition_staunch_traditionalists tradition_staunch_traditionalists
tradition_stalwart_defenders tradition_stalwart_defenders
tradition_creaght
} }
name_list = name_list_NEOW_english name_list = name_list_NEOW_english

View file

@ -101,6 +101,41 @@ irish = { #Éireannach Bhocht
30 = caucasian_dark_hair 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 = { manx = {
color = { 60 125 55 } color = { 60 125 55 }

View file

@ -932,6 +932,13 @@ pool_repopulate_local_flavor = {
} }
} }
} }
culture:traveller = {
trigger = {
root.capital_province = {
geographical_region = world_europe_west_britannia
}
}
}
culture:kurdish = { culture:kurdish = {
trigger = { trigger = {
root.capital_province = { 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 = { if = {
limit = { limit = {
culture = beur culture = beur

View file

@ -125,9 +125,9 @@
celtic_group_collective_noun:0 "Celts" celtic_group_collective_noun:0 "Celts"
goidelic_group:0 "Goidelic" goidelic_group:0 "Goidelic"
goidelic_group_collective_noun:0 "Goidels" goidelic_group_collective_noun:0 "Goidels"
irish:0 "Éireannach Bhocht" irish:0 "Hibernian"
irish_prefix:0 "Low Irish" irish_prefix:0 "Hibernian"
irish_collective_noun:0 "Low Irish" irish_collective_noun:0 "Hibernian"
gaelic:0 "Albannach" gaelic:0 "Albannach"
gaelic_prefix:0 "Gaelo" gaelic_prefix:0 "Gaelo"
gaelic_collective_noun:0 "Gaels" gaelic_collective_noun:0 "Gaels"

View file

@ -97,9 +97,12 @@
atlantannach:0 "Atlantannach" atlantannach:0 "Atlantannach"
atlantannach_collective_noun:0 "Atlantannach" atlantannach_collective_noun:0 "Atlantannach"
atlantannach_prefix:0 "Atlantannach" atlantannach_prefix:0 "Atlantannach"
high_irish:0 "Éireannach Uasal" high_irish:0 "Éireannach"
high_irish_collective_noun:0 "High Irish" high_irish_collective_noun:0 "Gaelic Irish"
high_irish_prefix:0 "High Irish" high_irish_prefix:0 "Gaelic Irish"
traveller:0 "Traveller"
traveller_collective_noun:0 "Travellers"
traveller_prefix:0 "Traveller"
norner:0 "Norner" norner:0 "Norner"
norner_collective_noun:0 "Norners" norner_collective_noun:0 "Norners"
norner_prefix:0 "Norno" norner_prefix:0 "Norno"