From 0cf0e572abefec3ff0632703d44323964cf2f56e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 6 May 2021 19:08:34 -0700 Subject: Port to Bright Nights Merge in new mod data (sans the erotic stuff) --- npcs/npcs.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 npcs/npcs.json (limited to 'npcs/npcs.json') diff --git a/npcs/npcs.json b/npcs/npcs.json new file mode 100644 index 0000000..19962a9 --- /dev/null +++ b/npcs/npcs.json @@ -0,0 +1,13 @@ +[ + { + "type": "npc", + "id": "shoggoth_maid", + "name_suffix": "Shoggoth Maid", + "class": "NC_SHOGGOTH_MAID", + "gender": "female", + "attitude": 3, + "mission": 0, + "chat": "TALK_MAID_ALLY", + "faction": "no_faction" + } +] -- cgit v1.2.1