From 1653ab58abcc8056e24c3db021ba318634bb383b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 6 May 2021 23:37:50 -0700 Subject: Jettison more stuff --- npcs/TALK_MAID_ALLY.json | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'npcs/TALK_MAID_ALLY.json') diff --git a/npcs/TALK_MAID_ALLY.json b/npcs/TALK_MAID_ALLY.json index 50a6025..1907357 100644 --- a/npcs/TALK_MAID_ALLY.json +++ b/npcs/TALK_MAID_ALLY.json @@ -74,37 +74,10 @@ "condition": { "not": { "or": [ { "npc_has_effect": "asked_to_socialize" }, { "not": { "npc_has_trait": "THRESH_SHOGGOTH" } } ] } } }, { "text": "Can I do anything for you?", "topic": "TALK_MISSION_LIST" }, - { - "text": "I don't want to ever be apart from you.", - "topic": "TALK_SHOGGOTH_HEART", - "condition": { "npc_has_trait": "THRESH_SHOGGOTH" } - }, { "text": "I changed my mind, wanted to ask you something else.", "topic": "TALK_MAID_ALLY" }, { "text": "Let's go.", "topic": "TALK_DONE" } ] }, - { - "id": "TALK_SHOGGOTH_HEART", - "type": "talk_topic", - "dynamic_line": "Oh Mistress...♪ I feel the same way! But you know, there is a way we can be together forever, no matter how cold or cruel this world is...", - "responses": [ { "text": "Tell me more.", "topic": "TALK_SHOGGOTH_HEART2" } ] - }, - { - "id": "TALK_SHOGGOTH_HEART2", - "type": "talk_topic", - "dynamic_line": "Take my heart and eat it. Ah, don't worry♪ I won't die. My strength will become our strength, and nobody will be able to separate us then!", - "responses": [ - { "text": "This...let's do it. Now.", "topic": "TALK_SHOGGOTH_HEART3" }, - { "text": "You know what? Never mind.", "topic": "TALK_DONE" } - ] - }, - { - "id": "TALK_SHOGGOTH_HEART3", - "type": "talk_topic", - "dynamic_line": "For my beloved Mistress, I would do anything! Oh, if you ever change your mind, just put my heart back in the flask - I'll be back in no time!", - "speaker_effect": { "effect": [ { "u_buy_item": "meat_shoggoth", "count": 2 }, "npc_die" ] }, - "responses": [ { "text": "...", "topic": "TALK_DONE" } ] - }, { "id": [ "TALK_MAID_ORDERS" ], "type": "talk_topic", -- cgit v1.2.1