From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../v_npc_responds/Isolated/v_lo_responses.json | 186 +++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 vamp_stuff/Modification Files/NPC/v_npc_responds/Isolated/v_lo_responses.json (limited to 'vamp_stuff/Modification Files/NPC/v_npc_responds/Isolated/v_lo_responses.json') diff --git a/vamp_stuff/Modification Files/NPC/v_npc_responds/Isolated/v_lo_responses.json b/vamp_stuff/Modification Files/NPC/v_npc_responds/Isolated/v_lo_responses.json new file mode 100644 index 0000000..50641c6 --- /dev/null +++ b/vamp_stuff/Modification Files/NPC/v_npc_responds/Isolated/v_lo_responses.json @@ -0,0 +1,186 @@ +[ + { + "id": "TALK_MISSION_INQUIRE", + "type": "talk_topic", + "responses": [ + { + "text": "Here's your blood.", + "topic": "TALK_MISSION_SUCCESS", + "effect": [ "mission_success", { "u_consume_item": "blood", "count": 15 } ], + "condition": { "and": [ { "u_has_item": "blood", "count": 15 }, { "u_has_mission": "VAMP_LONELY_quest1" } ] } + }, + { + "text": "Here's your bloodrune stone.", + "topic": "TALK_MISSION_SUCCESS", + "effect": [ "mission_success", { "u_consume_item": "bloodrune" } ], + "condition": { "and": [ { "u_has_item": "bloodrune" }, { "u_has_mission": "VAMP_LONELY_quest3" } ] } + } + ] + }, + { + "id": "TALK_VAMP_LONELY", + "type": "talk_topic", + "dynamic_line": { + "u_is_wearing": "blood_necklace", + "yes": "Greetings, human.", + "no": [ "What is it, mortal?", "Speak up, mortal." ] + }, + "responses": [ + { + "text": "Tell me about yourself.", + "topic": "TALK_VAMP_LONELY_introduce", + "effect": { "u_add_trait": "isolatedintro" }, + "condition": { "not": { "u_has_trait": "isolatedintro" } } + }, + { + "text": "Why are you here?", + "topic": "TALK_VAMP_LONELY_here", + "effect": { "u_add_trait": "isolatedhere" }, + "condition": { "not": { "u_has_trait": "isolatedhere" } } + }, + { + "text": "Greetings, my brethren.", + "topic": "TALK_VAMP_LONELY_fakevamp", + "note": "A hidden joke response.", + "effect": { "u_add_trait": "isolatedurfake" }, + "condition": { "and": [ { "u_has_trait": "THRESH_VAMP" }, { "not": { "u_has_trait": "isolatedurfake" } } ] } + }, + { "text": "About that quest...", "topic": "TALK_MISSION_INQUIRE", "condition": "has_assigned_mission" }, + { "text": "Ummm... You want to stick with me?", "topic": "TALK_VAMP_LONELY_wego" }, + { + "text": "I'm vacant for your needs.", + "topic": "TALK_VAMP_LONELY_testsdone", + "condition": { "and": [ { "npc_has_trait": "isolatedtestsdone" }, { "not": { "u_has_trait": "isolatedvampmark" } } ] } + }, + { "text": "I'm vacant for your needs.", "topic": "TALK_MISSION_LIST", "condition": "has_available_mission" }, + { "text": "Sorry to bother.", "topic": "TALK_DONE" } + ] + }, + { + "id": "TALK_VAMP_LONELY_introduce", + "type": "talk_topic", + "dynamic_line": "I am a vampire, preserved for centuries. But you see, I enshroud myself in the shadows of the past.", + "responses": [ { "text": "Preserved?", "topic": "TALK_VAMP_LONELY_preserved" }, { "text": "Okay.", "topic": "TALK_VAMP_LONELY" } ] + }, + { + "id": "TALK_VAMP_LONELY_here", + "type": "talk_topic", + "dynamic_line": "I live here as my peaceful sanctuary for a very long time. Though the world is in chaos, I am not bothered nor assaulted by those things.", + "responses": [ + { "text": "Is there a some sort of place like this?", "topic": "TALK_VAMP_LONELY_there" }, + { "text": "Okay then...", "topic": "TALK_VAMP_LONELY" } + ] + }, + { + "id": "TALK_VAMP_LONELY_wego", + "type": "talk_topic", + "dynamic_line": { + "u_has_trait": "isolatedvampmark", + "yes": "That marking... I see you've been helping my kindred with their troubles.", + "no": "Just like others, you want me as a slave... I refuse, mortal." + }, + "responses": [ + { + "text": "I just want you as an odd friend... I'm sorry.", + "topic": "TALK_VAMP_LONELY", + "condition": { "not": { "u_has_trait": "isolatedvampmark" } } + }, + { + "text": "I want you to go on a journey with me.", + "topic": "TALK_VAMP_LONELY_joinparty", + "condition": { "u_has_trait": "isolatedvampmark" } + }, + { + "text": "No, I want you to go on a journey with me.", + "trial": { "type": "PERSUADE", "difficulty": 3 }, + "condition": { "not": { "u_has_trait": "isolatedvampmark" } }, + "success": { "opinion": { "trust": 3, "fear": -1, "value": 1, "anger": -1 }, "topic": "TALK_VAMP_LONELY_wegonow" }, + "failure": { "opinion": { "trust": -10, "fear": -10, "value": -10, "anger": 10 }, "topic": "TALK_VAMP_LONELY_wegokill" } + } + ] + }, + { + "id": "TALK_VAMP_LONELY_preserved", + "type": "talk_topic", + "dynamic_line": "It is the prowess that all immortals have, and we tend to refine this by concealing ourselves from humanity.", + "responses": [ { "text": "Too bad.", "topic": "TALK_VAMP_LONELY" } ] + }, + { + "id": "TALK_VAMP_LONELY_there", + "type": "talk_topic", + "dynamic_line": "Yes it is. Its a small community of night creatures tending to theirselves to live in peace.", + "responses": [ + { "text": "So, where do I find this place?", "topic": "TALK_VAMP_LONELY_farthere" }, + { "text": "Okay.", "topic": "TALK_VAMP_LONELY" } + ] + }, + { + "id": "TALK_VAMP_LONELY_wegonow", + "type": "talk_topic", + "dynamic_line": "Do not bring me to my death. I will leave MY territory and expect benefits believing in you.", + "responses": [ + { + "text": "I promise...", + "trial": { "type": "NONE" }, + "success": { "effect": "follow", "opinion": { "trust": 3, "fear": -10, "value": 2, "anger": -5 }, "topic": "TALK_DONE" } + } + ] + }, + { + "id": "TALK_VAMP_LONELY_wegokill", + "type": "talk_topic", + "dynamic_line": "I already said I refuse... NOW, I have to kill you for your ignorance!", + "responses": [ + { + "text": "KILL ME IF YOU CAN!!!", + "note": "Oof! don't be greedy persuading a vampire to join you so early.", + "effect": "insult_combat", + "topic": "TALK_DONE" + } + ] + }, + { + "id": "TALK_VAMP_LONELY_farthere", + "type": "talk_topic", + "dynamic_line": { + "u_has_trait": "isolatedvampmark", + "yes": "These places could be anywhere far from human civilizations.", + "no": "Nope. Even if I know, I won't tell you." + }, + "responses": [ { "text": "Thanks, I guess...", "topic": "TALK_VAMP_LONELY" } ] + }, + { + "id": "TALK_VAMP_LONELY_joinparty", + "type": "talk_topic", + "note": "You can immediately put any isolated vampires you meet into your roster if you've done all the quest by one of them.", + "dynamic_line": "You sure about that?", + "responses": [ + { + "text": "Yes, I do.", + "effect": "follow", + "topic": "TALK_DONE", + "opinion": { "trust": 5, "fear": -2, "value": 3, "anger": -2 } + }, + { "text": "I take back what I've said...", "topic": "TALK_VAMP_LONELY" } + ] + }, + { + "id": "TALK_VAMP_LONELY_testsdone", + "type": "talk_topic", + "dynamic_line": "No, I have no more requests for you. You have helped me alot and proven me your worth. As a reward, I'll give you my mark of trust on you.", + "responses": [ + { + "text": "Thank you for this mark... Let's go!", + "topic": "TALK_DONE", + "effect": [ "follow", { "u_add_trait": "isolatedvampmark" } ] + } + ] + }, + { + "note": "Vampire rants about your non-traditional way of transformation. Yes, they're talking about C.R.I.T mod's vampire mutation branch.", + "id": "TALK_VAMP_LONELY_fakevamp", + "type": "talk_topic", + "dynamic_line": "You think I'm foolish to believe you as my kind? Trust me, mortal, us vampires are not born by drinking artificial drugs.", + "responses": [ { "text": "Well, atleast I'm alot stronger than you.", "topic": "TALK_VAMP_LONELY" } ] + } +] -- cgit v1.2.1