Fix typos, update traditions, add new cultural tradition, and expand character names (#1)

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

## Changes:

- Corrected building identifier:
  - `madird_university_01` → `madrid_university_01` in building definitions and province history.
- Fixed localisation typos:
  - `leuven_universtiy_01_desc` → `leuven_university_01_desc`
  - `Fortress of Giblraltar` → `Fortress of Gibraltar`
- Replaced outdated tradition `tradition_welcoming` with `tradition_esteemed_hospitality` in multiple cultures.
- Added new cultural tradition `tradition_life_is_just_a_joke` with:
  - Character modifiers (stress reduction, prestige gain)
  - AI behaviour preference
  - Cost and parameters definitions
- Expanded male and female character name lists in `NEOW_novelist.txt` to add more diversity and flavour.
- Updated descriptions for University of Montpellier and Madrid University to reflect accurate historical names and details.

Reviewed-on: #1
This commit is contained in:
Cube1ber 2026-02-20 11:49:02 +01:00
parent 3673e22e72
commit 346ba9fb47
9 changed files with 57 additions and 16 deletions

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
}
}