diff options
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated')
| -rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json | 24 | 
1 files changed, 20 insertions, 4 deletions
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 index 4e9c472..202562d 100644 --- 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 @@ -20,7 +20,15 @@    {      "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." ] }, +    "dynamic_line": { +      "u_has_trait": "THRESH_VAMP", +      "yes": "Greetings, vampire", +      "no": [ { +        "u_is_wearing": "blood_necklace", +        "yes": "Greetings, human.", +        "no": [ "What is it, mortal?", "Speak up, mortal." ] +      } ] +    },      "responses": [        {          "text": "Tell me about yourself.", @@ -65,8 +73,16 @@      "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." +      "yes": [ { +        "u_has_trait": "THRESH_VAMP", +        "yes": "That marking... I see you've been helping our kindred with their troubles.", +        "no": "That marking... I see you've been helping my kindred with their troubles." +        } ], +      "no": [ { +        "u_has_trait": "THRESH_VAMP", +        "yes": "Just like the others, you want me as a slave... I refuse, vampire.", +        "no": "Just like the others, you want me as a slave... I refuse, mortal." +        } ],      },      "responses": [        { @@ -106,7 +122,7 @@    {      "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.", +    "dynamic_line": "Do not bring me to my death. I will leave MY territory and expect to reap benefits from believing in you.",      "responses": [        {          "text": "I promise...",  | 
