the things I do for doomed yuri (and good food)
Added Leonor's wife Ana Maria Baio, removed diasporic from two cultures
This commit is contained in:
parent
ba74cd20a4
commit
91811adfd9
11 changed files with 127 additions and 1 deletions
30
common/culture/cultures/NEOW_brazilian.txt
Normal file
30
common/culture/cultures/NEOW_brazilian.txt
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
brazilian = { # Brasileiro - should be dead at gamestart
|
||||
color = { 65 102 10 }
|
||||
|
||||
ethos = ethos_spiritual
|
||||
heritage = heritage_brazilian
|
||||
language = language_lusophonic
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
|
||||
traditions = {
|
||||
tradition_fp2_ritualised_friendship
|
||||
tradition_religious_patronage
|
||||
tradition_seafaring
|
||||
tradition_modest
|
||||
tradition_poetry
|
||||
}
|
||||
|
||||
name_list = name_list_portuguese
|
||||
house_coa_frame = house_frame_19
|
||||
house_coa_mask_offset = { 0.0 0.025 }
|
||||
house_coa_mask_scale = { 0.95 0.95 }
|
||||
coa_gfx = { iberian_group_coa_gfx western_coa_gfx }
|
||||
building_gfx = { iberian_building_gfx }
|
||||
clothing_gfx = { iberian_christian_clothing_gfx western_clothing_gfx }
|
||||
unit_gfx = { iberian_christian_unit_gfx }
|
||||
|
||||
ethnicities = {
|
||||
10 = mediterranean
|
||||
}
|
||||
}
|
||||
27
common/culture/cultures/NEOW_indo_aryan.txt
Normal file
27
common/culture/cultures/NEOW_indo_aryan.txt
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
pwnjaby = {
|
||||
color = punjabi
|
||||
|
||||
ethos = ethos_communal
|
||||
heritage = heritage_indo_aryan
|
||||
language = language_punjabi
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_diasporic
|
||||
tradition_warriors_by_merit
|
||||
tradition_culinary_art
|
||||
tradition_british_meritocracy
|
||||
}
|
||||
|
||||
name_list = name_list_punjabi
|
||||
|
||||
coa_gfx = { indo_aryan_group_coa_gfx }
|
||||
building_gfx = { indian_building_gfx }
|
||||
clothing_gfx = { indian_clothing_gfx }
|
||||
unit_gfx = { indian_unit_gfx }
|
||||
house_coa_frame = house_frame_17
|
||||
|
||||
ethnicities = {
|
||||
100 = indian
|
||||
}
|
||||
}
|
||||
|
|
@ -118,4 +118,22 @@ heritage_anglo_american = {
|
|||
}
|
||||
}
|
||||
audio_parameter = european
|
||||
}
|
||||
heritage_brazilian = {
|
||||
type = heritage
|
||||
is_shown = {
|
||||
heritage_is_shown_trigger = {
|
||||
HERITAGE = heritage_indo_aryan
|
||||
}
|
||||
}
|
||||
audio_parameter = european
|
||||
}
|
||||
heritage_indo_aryan = {
|
||||
type = heritage
|
||||
is_shown = {
|
||||
heritage_is_shown_trigger = {
|
||||
HERITAGE = heritage_indo_aryan
|
||||
}
|
||||
}
|
||||
audio_parameter = indian
|
||||
}
|
||||
|
|
@ -367,4 +367,21 @@ language_sorbian = {
|
|||
}
|
||||
|
||||
color = { 0.35 0.7 0.8 }
|
||||
}
|
||||
language_punjabi = {
|
||||
type = language
|
||||
is_shown = {
|
||||
language_is_shown_trigger = {
|
||||
LANGUAGE = language_punjabi
|
||||
}
|
||||
}
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = { has_cultural_pillar = language_sorbian }
|
||||
multiply = 10
|
||||
}
|
||||
}
|
||||
|
||||
color = punjabi
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue