This commit is contained in:
Magpie490 2025-05-24 23:53:24 +01:00
parent 14aabb2f65
commit 4b5c26749b
6 changed files with 307 additions and 21 deletions

View file

@ -47,7 +47,7 @@ basque = {
color = basque
ethos = ethos_egalitarian
heritage = heritage_iberian
heritage = heritage_hispanic
language = language_basque
martial_custom = martial_custom_male_only
traditions = {
@ -79,8 +79,8 @@ castilian = {
parents = { visigothic }
ethos = ethos_bellicose
heritage = heritage_iberian
language = language_iberian
heritage = heritage_hispanic
language = language_hispanophonic
martial_custom = martial_custom_male_only
traditions = {
tradition_martial_admiration
@ -116,7 +116,7 @@ catalan = {
parents = { visigothic occitan }
ethos = ethos_courtly
heritage = heritage_iberian
heritage = heritage_hispanic
language = language_occitano_romance
martial_custom = martial_custom_male_only
traditions = {
@ -149,8 +149,8 @@ portuguese = {
parents = { galician }
ethos = ethos_bellicose
heritage = heritage_iberian
language = language_iberian
heritage = heritage_lusotanian
language = language_lusophonic
martial_custom = martial_custom_male_only
traditions = {
tradition_chivalry
@ -218,8 +218,8 @@ galician = {
parents = { visigothic }
ethos = ethos_spiritual
heritage = heritage_iberian
language = language_iberian
heritage = heritage_hispanic
language = language_lusophonic
martial_custom = martial_custom_male_only
traditions = {
tradition_monastic_communities
@ -250,8 +250,8 @@ asturleonese = {
parents = { visigothic }
ethos = ethos_egalitarian
heritage = heritage_iberian
language = language_iberian
heritage = heritage_hispanic
language = language_hispanophonic
martial_custom = martial_custom_male_only
traditions = {
tradition_hit_and_run
@ -282,8 +282,8 @@ aragonese = {
parents = { basque catalan }
ethos = ethos_bellicose
heritage = heritage_iberian
language = language_occitano_romance
heritage = heritage_hispanic
language = language_hispanophonic
martial_custom = martial_custom_male_only
traditions = {
tradition_visigothic_codes
@ -341,8 +341,8 @@ extremeno = {
color = { 0.7 0.7 0.2 }
ethos = ethos_bellicose
heritage = heritage_iberian
language = language_iberian
heritage = heritage_hispanic
language = language_hispanophonic
martial_custom = martial_custom_male_only
traditions = {
tradition_martial_admiration
@ -376,8 +376,8 @@ NEOW_andalusian = {
color = { 0.89 0.92 0.67 }
ethos = ethos_bellicose
heritage = heritage_iberian
language = language_iberian
heritage = heritage_hispanic
language = language_hispanophonic
martial_custom = martial_custom_male_only
traditions = {
tradition_martial_admiration
@ -411,7 +411,7 @@ andorra = {
color = { 0.78 0.59 0.2 }
ethos = ethos_courtly
heritage = heritage_iberian
heritage = heritage_hispanic
language = language_occitano_romance
martial_custom = martial_custom_male_only
traditions = {
@ -442,7 +442,7 @@ valencian = {
color = { 0.91 0.63 0.24 }
ethos = ethos_courtly
heritage = heritage_iberian
heritage = heritage_hispanic
language = language_occitano_romance
martial_custom = martial_custom_male_only
traditions = {
@ -473,7 +473,7 @@ balearic = {
color = { 0.91 0.63 0.34 }
ethos = ethos_courtly
heritage = heritage_iberian
heritage = heritage_hispanic
language = language_occitano_romance
martial_custom = martial_custom_male_only
traditions = {

View file

@ -229,5 +229,39 @@ language_hebrew = {
}
}
color = { 0.4 0.4 0.8 }
}
language_hispanophonic = {
type = language
is_shown = {
language_is_shown_trigger = {
LANGUAGE = language_hispanophonic
}
}
ai_will_do = {
value = 10
if = {
limit = { has_cultural_pillar = language_hispanophonic }
multiply = 10
}
}
color = { 0.4 0.4 0.8 }
}
language_lusophonic = {
type = language
is_shown = {
language_is_shown_trigger = {
LANGUAGE = language_lusophonic
}
}
ai_will_do = {
value = 10
if = {
limit = { has_cultural_pillar = language_lusophonic }
multiply = 10
}
}
color = { 0.4 0.4 0.8 }
}