Here is an example of a namelist I wrote..
Code:### CHARACTERS character_names = { default = { # A complete name full_names = { } # Always combined with a second name first_names = { "Claws of" "Beak of" "Wings of" "Feathers of" "Plume of" "Eyes of" } # Always combined with a first name second_names = { White Grey Black Burgundy Red Blue Indigo Cyan Yellow Orange Ivory Ebony Purple Brown Teal Green Aquamarine Khaki Magenta Gold Silver Bronze Honeydew Lavender Maroon Olive } regnal_first_names = { "Black Wing" "White Wing" "Red Wing" "Star Wing" "Sky Wing" "Cloud Wing" } regnal_second_names = { Extak } } } }
What about female names?
How does the game know which names for which gender?