unfucking the mod
This commit is contained in:
parent
cbe3fbcda2
commit
d887392b56
1167 changed files with 26982 additions and 13 deletions
13
common/culture/name_equivalency/_info.info
Normal file
13
common/culture/name_equivalency/_info.info
Normal 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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue