NPCs: Add random female and male names.

Spawner: Start adding metadata to spawner, places to NPCs. (WIP)
This commit is contained in:
Zorman2000
2017-03-27 14:47:31 -04:00
parent b5ef1f8ed8
commit d375762d11
3 changed files with 83 additions and 11 deletions

View File

@ -322,6 +322,29 @@ npc.data.DIALOGUES.male["phase6"] = {
},
}
-- Names
npc.data.FIRST_NAMES = {
female = {
"Kimy",
"Lili",
"Cora",
"Caroline",
"Gloria",
"Mary",
"Mayra",
"Arlene"
},
male = {
"Jote",
"Luis",
"Charles",
"Joseph",
"Gerald",
"Kiko",
"Michael"
}
}
-- Items
-- Favorite items, disliked items lists
npc.FAVORITE_ITEMS = {