From 2b41e3b7e1d22c4f230e78b725f17c0a9efd77dc Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 19 Jul 2021 07:25:25 -0700 Subject: Add a background type for the maid npc --- npcs/backgrounds.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 npcs/backgrounds.json (limited to 'npcs/backgrounds.json') diff --git a/npcs/backgrounds.json b/npcs/backgrounds.json new file mode 100644 index 0000000..230de14 --- /dev/null +++ b/npcs/backgrounds.json @@ -0,0 +1,32 @@ +[ + { + "type": "mutation", + "id": "BGSS_MAID_KAWAII_1", + "name": { "str": "Survivor Story" }, + "points": 0, + "description": "This NPC could tell you about how they survived the Cataclysm", + "player_display": false, + "valid": false, + "purifiable": false, + "types": [ "BACKGROUND_SURVIVAL_STORY" ], + "flags": [ "BG_SURVIVAL_STORY" ] + }, + { + "id": "BGSS_MAID_KAWAII_1_STORY1", + "type": "talk_topic", + "dynamic_line": "My history? You mean before I served you? ...I'm sorry, but...", + "responses": [ { "text": "", "topic": "TALK_FRIEND" }, { "text": "", "topic": "TALK_DONE" } ] + }, + { + "id": "TALK_FRIEND_CONVERSATION", + "type": "talk_topic", + "responses": [ + { + "text": "", + "topic": "BGSS_MAID_KAWAII_1_STORY1", + "condition": { "npc_has_trait": "BGSS_MAID_KAWAII_1" }, + "switch": true + } + ] + } +] -- cgit v1.2.1