Fix typos, update traditions, add new cultural tradition, and expand character names

- Corrected building identifier: 'madird_university_01' → 'madrid_university_01'
- Fixed localization typos (e.g., 'leuven_universtiy_01_desc', 'Fortress of Giblraltar')
- Replaced 'tradition_welcoming' with 'tradition_esteemed_hospitality' in multiple cultures
- Added new tradition 'tradition_life_is_just_a_joke' with modifiers, cost, and AI preferences
- Expanded male and female character names in NEOW_novelist.txt
- Updated descriptions for University of Montpellier and Madrid University
This commit is contained in:
Cube1ber 2026-02-20 09:04:42 +00:00
parent 3673e22e72
commit 355eb5f460
9 changed files with 57 additions and 16 deletions

View file

@ -46,7 +46,7 @@ bavarian = { #Boarisch
tradition_brewery
tradition_zealous_people
tradition_legalistic
tradition_welcoming
tradition_esteemed_hospitality
tradition_staunch_traditionalists
}
@ -80,7 +80,7 @@ brandenburger = { #Brandenburgisch
traditions = {
tradition_pacifism
tradition_xenophilic
tradition_welcoming
tradition_esteemed_hospitality
tradition_storytellers
tradition_life_is_just_a_joke
}
@ -152,7 +152,7 @@ hessian = { #Hessisch
tradition_hard_working
tradition_modest
tradition_life_is_just_a_joke
tradition_welcoming
tradition_esteemed_hospitality
}
# dlc_tradition = {
# trait = tradition_fp3_beacon_of_learning
@ -298,7 +298,7 @@ palatine = { #Pälzisch
traditions = {
tradition_culinary_art
tradition_welcoming
tradition_esteemed_hospitality
tradition_castle_keepers
tradition_hard_working
tradition_forbearing

View file

@ -479,7 +479,7 @@ provencal = {
head_determination = head_determination_domain
traditions = {
tradition_welcoming
tradition_esteemed_hospitality
tradition_chivalry
tradition_life_is_just_a_joke
tradition_fishermen

View file

@ -727,4 +727,38 @@ tradition_landstinget = {
# multiply = 0
# }
# }
#}
#}
tradition_life_is_just_a_joke = {
category = societal
layers = {
0 = diplo
1 = western
4 = ceremony.dds
}
parameters = {
life_is_a_joke_trait_same_culture_opinion = yes
}
character_modifier = {
stress_gain_mult = -0.1
monthly_prestige_gain_mult = 0.05
}
cost = {
prestige = {
add = {
value = tradition_base_cost
desc = BASE
format = "BASE_VALUE_FORMAT"
}
multiply = tradition_replacement_cost_if_relevant
}
}
ai_will_do = {
value = 100
}
}