unfucking the mod

This commit is contained in:
trashmasteruni 2026-01-06 14:25:21 +01:00
parent cbe3fbcda2
commit d887392b56
1167 changed files with 26982 additions and 13 deletions

View file

@ -0,0 +1,13 @@
This folder ties names from different cultures to one another.
When changing culture, if the character's current name is equivalent to a name in the resulting culture, the character will change name.
== Format ==
For men, the names "Henrik", "Heinrich", and "Henrich" will be considered the same for naming purposes.
henrik_male = { "Henrik" "Heinrich" "Henrich" }
Lack of a postfix will also be interpreted as male.
For women, the names "Matilda" and "Mathilda" will be considered the same for naming purposes.
matilda_female = { "Matilda" "Mathilda" }
The keys are arbitrary except "_male" or "_female" at the end.