aboutsummaryrefslogtreecommitdiff
path: root/npcs/npcs.json
diff options
context:
space:
mode:
Diffstat (limited to 'npcs/npcs.json')
-rw-r--r--npcs/npcs.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/npcs/npcs.json b/npcs/npcs.json
new file mode 100644
index 0000000..5a93079
--- /dev/null
+++ b/npcs/npcs.json
@@ -0,0 +1,24 @@
+[
+ {
+ "type": "npc",
+ "id": "shoggoth_maid_npc",
+ "name_suffix": "Maid",
+ "class": "NC_SHOGGOTH_MAID",
+ "gender": "female",
+ "attitude": 3,
+ "mission": 0,
+ "chat": "TALK_MAID_ALLY",
+ "faction": "your_followers"
+ },
+ {
+ "type": "npc",
+ "id": "mistress_npc",
+ "name_suffix": "Mistress",
+ "class": "NC_MISTRESS",
+ "gender": "female",
+ "attitude": 3,
+ "mission": 0,
+ "chat": "TALK_MAID_ALLY",
+ "faction": "your_followers"
+ }
+]