summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ug_responses.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-06 10:57:28 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-06 10:57:28 -0700
commit2c5af403c050392ee4885a4cf5b7b626ad01358f (patch)
tree4e89d4ce5d90fe347685b857a4f1e569e45315b8 /vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ug_responses.json
parentClean up Lonely Vampire responses (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-2c5af403c050392ee4885a4cf5b7b626ad01358f.tar.xz
Clean up vampire cove dialogues
Add vampire replies to cove dialogues
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ug_responses.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ug_responses.json62
1 files changed, 47 insertions, 15 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ug_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ug_responses.json
index fed01b9..e9d9066 100644
--- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ug_responses.json
+++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ug_responses.json
@@ -2,7 +2,15 @@
{
"id": "TALK_VAMP_UNDERGUARD1",
"type": "talk_topic",
- "dynamic_line": { "u_is_wearing": "blood_necklace", "yes": "You look important.", "no": "Mortal... You're up to nothing?" },
+ "dynamic_line": {
+ "u_is_wearing": "blood_necklace",
+ "yes": "You look important.",
+ "no": {
+ "u_has_trait": "THRESH_VAMP",
+ "yes": "Vampire... You're up to something?",
+ "no": "Mortal... You're up to something?"
+ }
+ },
"responses": [
{
"text": "Tell me about yourself.",
@@ -51,7 +59,13 @@
"type": "talk_topic",
"dynamic_line": "I know you know where you are. *grins*.",
"responses": [
- { "text": "Geez, don't show that to me.", "topic": "TALK_VAMP_UNDERGUARD1_teeth" },
+ { "text": {
+ "u_has_trait": "THRESH_VAMP",
+ "no": "Geez, don't show that to me.",
+ "yes": "Yeah I do. *grins back*"
+ },
+ "topic": "TALK_VAMP_UNDERGUARD1_teeth",
+ },
{ "text": "Okay, okay.", "topic": "TALK_VAMP_UNDERGUARD1" },
{ "text": "Now I know where we are.", "topic": "TALK_DONE" }
]
@@ -59,13 +73,17 @@
{
"id": "TALK_VAMP_UNDERGUARD1_flirt",
"type": "talk_topic",
- "dynamic_line": "Shut up mortal, everyone does like me.",
+ "dynamic_line": {
+ "u_has_trait": "THRESH_VAMP",
+ "no": "Shut up vampire, everyone likes me.",
+ "yes": "Shut up mortal, everyone likes me."
+ },
"responses": [ { "text": "Oh...", "topic": "TALK_VAMP_UNDERGUARD1" } ]
},
{
"id": "TALK_VAMP_UNDERGUARD1_teeth",
"type": "talk_topic",
- "dynamic_line": "If you're here to fuck us up, I'd really need to slay you immediately!",
+ "dynamic_line": "If you're here to make trouble, I'm ready to slay you immediately!",
"responses": [
{ "text": "I apologize for my mistake.", "topic": "TALK_VAMP_UNDERGUARD1" },
{ "text": "YEAH GIRL! BRING IT!", "effect": "insult_combat", "topic": "TALK_DONE" }
@@ -74,7 +92,14 @@
{
"id": "TALK_VAMP_UNDERGUARD2",
"type": "talk_topic",
- "dynamic_line": { "u_is_wearing": "blood_necklace", "yes": "Damn, you managed to wear that.", "no": "Mortal, You look dazzled?" },
+ "dynamic_line": {
+ "u_is_wearing": "blood_necklace",
+ "yes": "Damn, you managed to wear that.",
+ "no": {
+ "u_has_trait": "THRESH_VAMP",
+ "yes": "Vampire, You look dazzled?",
+ "no": "Mortal, You look dazzled?"
+ },
"responses": [
{
"text": "Tell me who you are.",
@@ -115,16 +140,16 @@
{
"id": "TALK_VAMP_UNDERGUARD2_direction",
"type": "talk_topic",
- "dynamic_line": "You're on the vampire cove, a refugee itself. This is our place with peace and sure living for centuries for us all. After that magical outbreak, we are forced to eat and drink certain foodstuff like animal meat chunks and its blood, but we never tried to consume rotten flesh from those frenzied humans.",
+ "dynamic_line": "You're in the vampire cove, a refuge itself. This has been our place of peace and security for centuries. After the recent magical disaster, we have been forced to drink the blood of animals for sustenance, but we have never dared consuming blood from those frenzied humans.",
"responses": [
- { "text": "It's not magical, it's Cataclysm.", "topic": "TALK_VAMP_UNDERGUARD2_cata" },
+ { "text": "It's not magical, it's scientific.", "topic": "TALK_VAMP_UNDERGUARD2_cata" },
{ "text": "Oh great.", "topic": "TALK_VAMP_UNDERGUARD2" }
]
},
{
"id": "TALK_VAMP_UNDERGUARD2_fight",
"type": "talk_topic",
- "dynamic_line": "You should be. We never, EVER let any humans come into our beloved home. Until we are commanded to accompany with your kind.",
+ "dynamic_line": "You should be. We never, EVER let humans come into our beloved home. Until we are commanded to accomodate your kind.",
"responses": [
{ "text": "Who commanded you?", "topic": "TALK_VAMP_UNDERGUARD2_command" },
{ "text": "Oh... Seems you are forced to talk with me.", "topic": "TALK_VAMP_UNDERGUARD2" }
@@ -133,19 +158,26 @@
{
"id": "TALK_VAMP_UNDERGUARD2_cata",
"type": "talk_topic",
- "dynamic_line": "Cataclysm? So you humans made those thingies... Well, I can't blame you for that.",
+ "dynamic_line": {
+ "u_has_trait": "THRESH_VAMP",
+ "yes": "Scientific? So the humans made those things... Well, I can't blame you for that.",
+ "no": "Scientific? So you humans made those things... Well, I can't blame you for that."},
"responses": [ { "text": "You're right...", "topic": "TALK_VAMP_UNDERGUARD2" } ]
},
{
"id": "TALK_VAMP_UNDERGUARD2_command",
"type": "talk_topic",
"dynamic_line": "You look concerned, but I'll never let a word come out from my mouth about HIM.",
- "responses": [ { "text": "Never knew you're loyal...", "topic": "TALK_VAMP_UNDERGUARD2" } ]
+ "responses": [ { "text": "Never knew you were so loyal...", "topic": "TALK_VAMP_UNDERGUARD2" } ]
},
{
"id": "TALK_VAMP_UNDERGUARD3",
"type": "talk_topic",
- "dynamic_line": { "npc_has_trait": "underguard3fear", "yes": "...", "no": "What do you need?." },
+ "dynamic_line": {
+ "npc_has_trait": "underguard3fear",
+ "yes": "...",
+ "no": "What do you need?"
+ },
"responses": [
{ "text": "Nothing...", "topic": "TALK_DONE" },
{
@@ -163,11 +195,11 @@
{
"id": "TALK_VAMP_UNDERGUARD3_here",
"type": "talk_topic",
- "dynamic_line": "I was tasked to watch over the two rampaging kindreds in their cages.",
+ "dynamic_line": "I was tasked to watch over the two rampaging kindred in their cages.",
"responses": [
{ "text": "Oh, okay...", "topic": "TALK_DONE" },
{
- "text": "May I kill those two vampires?.",
+ "text": "May I kill those two vampires?",
"topic": "TALK_VAMP_UNDERGUARD3_killthem",
"condition": { "u_has_mission": "VAMP_UNDERTRADER_quest" }
}
@@ -176,7 +208,7 @@
{
"id": "TALK_VAMP_UNDERGUARD3_killthem",
"type": "talk_topic",
- "dynamic_line": "Ofcourse, you can! We already have lost our faith on them to fight back their rabid sickness.",
+ "dynamic_line": "Of course, if you can! We have already lost faith in ever restoring them back to who they were before their rabid sickness.",
"responses": [
{
"text": "That's too bad...",
@@ -190,6 +222,6 @@
"id": "TALK_VAMP_UNDERGUARD3_hereever",
"type": "talk_topic",
"dynamic_line": "Just staying in the darkness... Away from the horrifying magic.",
- "responses": [ { "text": "I guess you're afraid of Cataclysm...", "effect": "end_conversation", "topic": "TALK_DONE" } ]
+ "responses": [ { "text": "I guess you're afraid of the apocalypse too...", "effect": "end_conversation", "topic": "TALK_DONE" } ]
}
]