summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json
blob: 9a4cc30b2157d9c3ac44f0078e45c84921ac5e1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
[
  {
    "id": [ "TALK_FRIEND", "TALK_GIVE_ITEM", "TALK_USE_ITEM", "TALK_RADIO" ],
    "//": "Check if the player is a vampire, not busy, and in person with a follower.",
    "type": "talk_topic",
    "responses": [
      {
        "text": "*Consider drinking their blood*",
        "condition": { "and": [
          { "u_has_trait": "THRESH_REAL_VAMP" },
          { "not": { "npc_has_trait": "THRESH_REAL_VAMP" } },
          { "not": "is_by_radio" },
          { "not": "u_driving" },
          { "not": "npc_driving" }
        ] },
        "topic": "TALK_BLOODDRINK_MENU_ALLY"
      }
    ]
  },
  {
    "id": [ "TALK_STRANGER_FRIENDLY", "TALK_STRANGER_NEUTRAL" ],
    "//": "Check if the player is a vampire, not busy, and in person with a friendly or neutral npc.",
    "type": "talk_topic",
    "responses": [
      {
        "text": "*Consider drinking their blood*",
        "condition": { "and": [
          { "u_has_trait": "THRESH_REAL_VAMP" },
          { "not": { "npc_has_trait": "THRESH_REAL_VAMP" } },
          { "not": "is_by_radio" },
          { "not": "u_driving" },
          { "not": "npc_driving" }
        ] },
        "topic": "TALK_BLOODDRINK_MENU_FRIENDLY"
      }
    ]
  },
  {
    "id": [ "TALK_STRANGER_WARY", "TALK_STRANGER_SCARED" ],
    "//": "Check if the player is a vampire, not busy, and in person with a wary or scared npc.",
    "type": "talk_topic",
    "responses": [
      {
        "text": "No, these are my feeding grounds!",
        "condition": { "and": [
          { "u_has_trait": "THRESH_REAL_VAMP" },
          { "not": "is_by_radio" },
          { "not": "u_driving" },
          { "not": "npc_driving" }
        ] },
        "trial": { "type": "INTIMIDATE", "difficulty": 20 },
          "success": { "topic": "TALK_DONE", "effect": "flee" },
          "failure": { "topic": "TALK_DONE", "effect": "hostile" }
      }
    ]
  },
  {
    "id": [ "TALK_STRANGER_AGGRESSIVE" ],
    "//": "Check if the player is a vampire, not busy, and in person with a near-hostile npc.",
    "type": "talk_topic",
    "responses": [
      {
        "text": "No, these are my feeding grounds!",
       "condition": { "and": [
          { "u_has_trait": "THRESH_REAL_VAMP" },
          { "not": "is_by_radio" },
          { "not": "u_driving" },
          { "not": "npc_driving" }
        ] },
        "topic": "TALK_DONE", "effect": "hostile"
      }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_MENU_ALLY", "TALK_BLOODDRINK_MENU_FRIENDLY" ],
    "type": "talk_topic",
    "dynamic_line": "What is it?",
    "//": "The mutually-exclusive trait queries look identical on purpose for role-playing reasons.",
    "responses": [
      {
        "text": "Would you mind sharing some of your blood?",
        "//": "blood dolls willingly give blood if they are healthy, even if they have traits that would normally refuse.",
        "condition": { "npc_has_trait": "VAMP_BLOODDOLL" },
        "trial": {
          "type": "CONDITION",
          "condition": {
            "not": {
              "or": [
                { "npc_need": "thirst", "amount": 125 },
                { "npc_need": "hunger", "amount": 150 },
                { "npc_need": "fatigue", "amount": 200 },
                { "npc_has_effect": "vamp_given_blood" }
              ]
            }
          }
        },
        "success": { "topic": "TALK_BLOODDRINK_BLOODDOLL_ACCEPT" },
        "failure": { "topic": "TALK_BLOODDRINK_BLOODDOLL_REFUSE" }
      },
      {
        "text": "Would you mind sharing some of your blood?",
        "//": "vampires will refuse and possibly attack you for merely being asked to give blood.",
        "condition": { "npc_has_trait": "THRESH_REAL_VAMP" },
        "trial": { "type": "PERSUADE", "difficulty": 15, "mod": [ [ "TRUST", 6 ], [ "VALUE", 2 ], [ "ANGER", -6 ] ] },
        "success": { "topic": "TALK_BLOODDRINK_VAMPIRE_REFUSE", "opinion": { "trust": -2, "anger": 2 } },
        "failure": { "topic": "TALK_BLOODDRINK_VAMPIRE_ATTACK" }
      },
      {
        "text": "Would you mind sharing some of your blood?",
        "//": "humans with vampire hostile traits will refuse and possibly attack you for merely being asked to give blood.",
        "condition": {
          "and": [
            { "not":
              { "npc_has_any_trait": [
                "VAMP_BLOODDOLL",
                "THRESH_REAL_VAMP",
                "VAMP_GHOUL",
                "VAMP_BLOODDRINK_REFUSED"
              ] }
            },
            { "npc_has_any_trait": [
              "BADTEMPER",
              "KILLER",
              "MOODSWINGS",
              "SPIRITUAL",
              "THRESH_LUPINE"
            ] }
          ]
        },
        "trial": { "type": "PERSUADE", "difficulty": 15, "mod": [ [ "TRUST", 6 ], [ "VALUE", 2 ], [ "ANGER", -6 ] ] },
        "success": {
          "topic": "TALK_BLOODDRINK_BADTRAIT_REFUSE",
          "opinion": { "trust": -1, "anger": 1 },
          "effect": [ { "npc_add_trait": "VAMP_BLOODDRINK_REFUSED" } ]
        },
        "failure": { "topic": "TALK_BLOODDRINK_BADTRAIT_ATTACK" }
      },
      {
        "text": "Would you mind sharing some of your blood?",
        "//": "allied humans need to be convinced to give blood.",
        "condition": {
          "and": [
            { "not":
              { "npc_has_any_trait": [
                "VAMP_BLOODDOLL",
                "THRESH_REAL_VAMP",
                "VAMP_GHOUL"
              ] }
            },
            { "not":
              { "npc_has_any_trait": [
                "BADTEMPER",
                "KILLER",
                "MOODSWINGS",
                "SPIRITUAL",
                "THRESH_LUPINE"
              ] }
            },
            "npc_following",
            { "not":
              { "or": [
                { "npc_need": "thirst", "amount": 125 },
                { "npc_need": "hunger", "amount": 150 },
                { "npc_need": "fatigue", "amount": 200 },
                { "npc_has_effect": "vamp_given_blood" },
                { "npc_has_effect": "vamp_refused_blood" }
              ] }
            }
          ]
        },
        "trial": { "type": "PERSUADE", "difficulty": 15, "mod": [ [ "TRUST", 6 ], [ "VALUE", 2 ], [ "ANGER", -6 ] ] },
        "success": { "topic": "TALK_BLOODDRINK_ALLY_ACCEPT" },
        "failure": {
          "topic": "TALK_BLOODDRINK_ALLY_REFUSE",
          "effect": { "npc_add_effect": "vamp_refused_blood", "duration": 172800, "intensity": 1 }
        }
      },
      {
        "text": "Would you mind sharing some of your blood?",
        "//": "non-allied humans need to be convinced to give blood.",
        "condition": {
          "and": [
            { "not":
              { "npc_has_any_trait": [
                "VAMP_BLOODDOLL",
                "THRESH_REAL_VAMP",
                "VAMP_GHOUL"
              ] }
            },
            { "not":
              { "npc_has_any_trait": [
                "BADTEMPER",
                "KILLER",
                "MOODSWINGS",
                "SPIRITUAL",
                "THRESH_LUPINE"
              ] }
            },
            { "not":
              { "or": [
                { "npc_need": "thirst", "amount": 125 },
                { "npc_need": "hunger", "amount": 150 },
                { "npc_need": "fatigue", "amount": 200 },
                { "npc_has_effect": "vamp_given_blood" },
                { "npc_has_effect": "vamp_refused_blood" }
              ] }
            },
            { "not": "npc_following" }
          ]
        },
        "trial": { "type": "PERSUADE", "difficulty": 20, "mod": [ [ "TRUST", 6 ], [ "VALUE", 2 ], [ "ANGER", -6 ] ] },
        "success": { "topic": "TALK_BLOODDRINK_FRIENDLY_ACCEPT" },
        "failure": {
          "topic": "TALK_BLOODDRINK_FRIENDLY_REFUSE",
          "opinion": { "trust": -1, "anger": 1 },
          "effect": { "npc_add_effect": "vamp_refused_blood", "duration": 172800, "intensity": 1 }
        }
      },
      {
        "text": "Would you mind sharing some of your blood?",
        "//": "humans aren't willing to give blood when they are not healthy enough.",
        "condition": {
          "and": [
            { "not":
              { "npc_has_any_trait": [
                "VAMP_BLOODDOLL",
                "THRESH_REAL_VAMP",
                "VAMP_GHOUL"
              ] }
            },
            { "not":
              { "npc_has_any_trait": [
                "BADTEMPER",
                "KILLER",
                "MOODSWINGS",
                "SPIRITUAL",
                "THRESH_LUPINE"
              ] }
            },
            { "or": [
              { "npc_need": "thirst", "amount": 125 },
              { "npc_need": "hunger", "amount": 150 },
              { "npc_need": "fatigue", "amount": 200 },
              { "npc_has_effect": "vamp_given_blood" },
              { "npc_has_effect": "vamp_refused_blood" }
            ] }
          ]
        },
        "trial": {
          "type": "CONDITION",
          "condition": { "not": { "npc_has_effect": "vamp_refused_blood" } }
        },
        "success": { "topic": "TALK_BLOODDRINK_ALLY_REFUSE_LATER" },
        "failure": { "topic": "TALK_BLOODDRINK_ALLY_REFUSE_ASKLATER" }
      },
      {
        "text": "*Forcefully take blood*",
        "//": "Take blood by force. Vampires.",
        "condition": { "npc_has_trait": "THRESH_REAL_VAMP" },
        "topic": "TALK_BLOODDRINK_BY_FORCE_VAMP"
      },
      {
        "text": "*Forcefully take blood*",
        "//": "Take blood by force. Mutants with traits that make biting them a bad idea. Cut/Stab Armour 5 or higher, acid, spines, but not poison.",
        "condition": { "and": [
          { "not": { "npc_has_trait": "THRESH_REAL_VAMP" } },
          { "npc_has_any_trait": [
            "THICK_SCALES",
            "CHITIN",
            "CHITIN2",
            "CHITIN3",
            "CHITIN_FUR",
            "CHITIN_FUR2",
            "CHITIN_FUR3",
            "CF_HAIR",
            "SPINES",
            "QUILLS",
            "BARBS",
            "BARK",
            "THORNS",
            "INK_GLANDS",
            "ACIDBLOOD"
          ] }
        ] },
        "topic": "TALK_BLOODDRINK_BY_FORCE_MUTANT"
      },
      {
        "text": "*Forcefully take blood*",
        "//": "Take blood by force. Humans.",
        "condition": { "and": [
          { "not": { "npc_has_trait": "THRESH_REAL_VAMP" } },
          { "not": { "npc_has_any_trait": [
            "THICK_SCALES",
            "CHITIN",
            "CHITIN2",
            "CHITIN3",
            "CHITIN_FUR",
            "CHITIN_FUR2",
            "CHITIN_FUR3",
            "CF_HAIR",
            "SPINES",
            "QUILLS",
            "BARBS",
            "BARK",
            "THORNS",
            "INK_GLANDS",
            "ACIDBLOOD"
          ] } }
        ] },
        "topic": "TALK_BLOODDRINK_BY_FORCE_HUMAN"
      },
      { "text": "*You decide to talk more instead.*", "topic": "TALK_NONE" },
      { "text": "*You decide not to.*", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BLOODDOLL_ACCEPT" ],
    "type": "talk_topic",
    "dynamic_line": "I would love to. Mmmm~",
    "//": "A blood doll is happy to provide blood. Recover hunger and thirst and heal damage. blood doll takes damage and gain morale or dies.",
    "responses": [
      { "text": "*You bite their neck, careful not to cause permanent damage*", "topic": "TALK_BLOODDRINK_BLOODDOLL_ACCEPT_LIVE" },
      { "text": "*You bite their neck, losing yourself to the hunger*", "topic": "TALK_BLOODDRINK_BLOODDOLL_ACCEPT_DIE" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BLOODDOLL_ACCEPT_LIVE" ],
    "type": "talk_topic",
    "dynamic_line": {
        "npc_following": "Ah...Ahn♪ Oh Mistress, that feels so...good...",
        "no": "Ah...Ahn♪ That feels so...good..."
    },
    "speaker_effect": {
      "effect": [
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "npc_add_effect": "vamp_given_blood", "duration": 172800, "intensity": 2 }
      ]
    },
    "responses": [
      {
        "text": "*You drink of their blood until you are both sated*",
        "trial": {
          "type": "CONDITION",
          "condition": { "not": "npc_following" }
        },
        "success": { "topic": "TALK_BLOODDRINK_BLOODDOLL_ACCEPT_LIVE_JOIN_OFFER" },
        "failure": { "topic": "TALK_DONE" }
      }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BLOODDOLL_ACCEPT_LIVE_JOIN_OFFER" ],
    "type": "talk_topic",
    "//": "Non-allied blood dolls desire to join any vampire that indulges their twisted pleasure.",
    "dynamic_line": "Dark one, would you accept me into your care? I will obey your commands and happily give my blood myself whenever I am able.",
        "responses": [
          { "text": "Very well, you shall belong to me from now on.",
            "topic": "TALK_BLOODDRINK_BLOODDOLL_ACCEPT_LIVE_JOIN_ACCEPT",
            "effect": "follow",
            "opinion": { "trust": 5, "value": 10 }
          },
          { "text": "A tempting offer, but I must decline.", "topic": "TALK_BLOODDRINK_BLOODDOLL_ACCEPT_LIVE_JOIN_REFUSE" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BLOODDOLL_ACCEPT_LIVE_JOIN_ACCEPT" ],
    "type": "talk_topic",
    "dynamic_line": "Yes, Mistress. I will serve you loyally.",
        "responses": [
          { "text": "I am sure you will.", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BLOODDOLL_ACCEPT_LIVE_JOIN_REFUSE" ],
    "type": "talk_topic",
    "dynamic_line": "You won't have me? Darn. Well, my offer stands in case you change your mind.",
        "responses": [
          { "text": "Perhaps. Farewell.", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BLOODDOLL_ACCEPT_DIE" ],
    "type": "talk_topic",
    "dynamic_line": "Ah...Ahn♪ Oh Mistress, that feels so...good...st-stop, you're h-hurting...m...",
    "//": "The npc dies, and player should receive a large morale and player faction reputation nerf for murdering a follower.",
    "speaker_effect": {
      "effect": [
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        "npc_die"
      ]
    },
    "responses": [
      { "text": "*You drink of their blood until their heart stops*", "topic": "TALK_DONE", "effect": { "u_faction_rep": -75 } }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BLOODDOLL_REFUSE" ],
    "type": "talk_topic",
    "dynamic_line": "I long for your kiss but I am too weary right now.",
    "//": "a blood doll will refuse to give blood if they are not healthy enough.",
    "responses": [
      { "text": "Another time then.", "topic": "TALK_NONE" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_VAMPIRE_REFUSE" ],
    "type": "talk_topic",
    "dynamic_line": "I am not some kine you can feed on! I have half a mind to show you the seriousness of your mistake.",
    "//": "The vampire is very annoyed. You can grovel for a reduced reputation hit if they are your sire.",
    "responses": [
      {
        "text": "I'm sorry Sire! I shouldn't have asked!",
        "condition": { "npc_has_trait": "VAMP_SIRE" },
        "trial": { "type": "PERSUADE", "difficulty": 30 },
          "success": { "topic": "TALK_DONE", "opinion": { "trust": 1, "anger": -1 } },
          "failure": { "topic": "TALK_DONE" }
      },
      { "text": "I shouldn't have asked...", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_VAMPIRE_ATTACK" ],
    "type": "talk_topic",
    "dynamic_line": "You arrogant whelp! You think you can drink my blood! I shall kill you for your insolence!",
    "//": "The vampire is very angry. You can grovel for your life if they are your sire.",
    "responses": [
      {
        "text": "I'm sorry Sire! I shouldn't have asked!",
        "condition": {
          "npc_has_trait": "VAMP_SIRE",
          "not": { "npc_has_trait": "VAMP_SIRE_FORGIVEN" }
        },
        "trial": { "type": "PERSUADE", "difficulty": 30 },
          "success": { "topic": "TALK_DONE", "opinion": { "trust": -2, "anger": 2 } },
          "failure": { "topic": "TALK_DONE", "effect": "hostile" }
      },
      { "text": "Not if I kill you first!", "topic": "TALK_DONE", "effect": "hostile" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BADTRAIT_REFUSE" ],
    "type": "talk_topic",
    "dynamic_line": "Not a chance, vampire.",
    "//": "The human is very annoyed.",
    "responses": [
      { "text": "I shouldn't have asked...", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BADTRAIT_ATTACK" ],
    "type": "talk_topic",
    "dynamic_line": "I'll never let some monster have my blood. I'll kill you, vampire!",
    "//": "The human is very angry.",
    "responses": [
      { "text": "Not if I kill you first!", "topic": "TALK_DONE", "effect": "hostile" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_ALLY_ACCEPT", "TALK_BLOODDRINK_FRIENDLY_ACCEPT" ],
    "type": "talk_topic",
    "dynamic_line": "Hmmm, alright. Just make certain to only take a little.",
    "//": "a human was convinced to provide blood. Recover hunger and thirst and heal damage. human takes damage or dies.",
    "responses": [
      { "text": "*You bite their neck, careful not to cause permanent damage*", "topic": "TALK_BLOODDRINK_ALLY_ACCEPT_LIVE" },
      { "text": "*You bite their neck, losing yourself to the hunger*",
        "trial": {
          "type": "CONDITION",
          "condition": { "and": [ "npc_following" ] }
        },
        "success": { "topic": "TALK_BLOODDRINK_ALLY_ACCEPT_DIE" },
        "failure": { "topic": "TALK_BLOODDRINK_FRIENDLY_ACCEPT_DIE" }
      }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_ALLY_ACCEPT_LIVE" ],
    "type": "talk_topic",
    "dynamic_line": {
      "npc_has_any_trait": [
      "MASOCHIST",
      "MASOCHIST_MED",
      "CENOBITE"
      ],
        "no": "Ah..Nnnng.",
        "yes": "Ah...Ahn♪ Oh that feels so...good......"
    },
    "speaker_effect": {
      "effect": [
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "npc_add_effect": "vamp_given_blood", "duration": 172800, "intensity": 2 }
      ]
    },
    "responses": [
      { "text": "*You drink of their blood until you are sated*",
        "condition": { "not":
          { "npc_has_any_trait": [
            "MASOCHIST",
            "MASOCHIST_MED",
            "CENOBITE"
          ] }
        },
        "topic": "TALK_DONE" },
      { "text": "*You drink of their blood until you are both sated*",
        "condition": { "npc_has_any_trait": [
          "MASOCHIST",
          "MASOCHIST_MED",
          "CENOBITE"
        ] },
        "trial": {
          "type": "CONDITION",
          "condition": {
            "npc_has_trait": "VAMP_BLOODDOLL"
          }
        },
        "success": { "topic": "TALK_DONE" },
        "failure": { "topic": "TALK_DONE", "effect": [ { "npc_add_trait": "VAMP_BLOODDOLL" } ] }
      }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_ALLY_ACCEPT_DIE", "TALK_BLOODDRINK_FRIENDLY_ACCEPT_DIE" ],
    "type": "talk_topic",
    "dynamic_line": {
      "npc_has_any_trait": [
        "MASOCHIST",
        "MASOCHIST_MED",
        "CENOBITE"
      ],
        "no": "Ah..Nnnng...st-stop, you're h-hurting...m...",
        "yes": "Ah...Ahn♪ Oh that feels so...good...st-stop, you're h-hurting...m..."
    },
    "//": "The npc dies, and player should receive a large morale nerf for murdering a follower/friend. And a large player faction reputation nerf for murdering a follower.",
    "speaker_effect": {
      "effect": [
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        "npc_die"
      ]
    },
    "responses": [
      { "text": "*You drink of their blood until their heart stops*",
              "trial": {
          "type": "CONDITION",
          "condition": { "and": [ "npc_following" ] }
        },
        "success": { "topic": "TALK_DONE", "effect": { "u_faction_rep": -75 } },
        "failure": { "topic": "TALK_DONE" }
      }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_ALLY_REFUSE", "TALK_BLOODDRINK_FRIENDLY_REFUSE" ],
    "type": "talk_topic",
    "dynamic_line": "I'd rather not.",
    "//": "The human is unwilling.",
    "responses": [
      { "text": "Nevermind.", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_ALLY_REFUSE_LATER", "TALK_BLOODDRINK_FRIENDLY_REFUSE_LATER" ],
    "type": "talk_topic",
    "dynamic_line": "I'm not feeling well enough to consider giving blood right now.",
    "//": "The human has recently given blood and will refuse to give more until recovered.",
    "responses": [
      { "text": "Another time then.", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_ALLY_REFUSE_ASKLATER", "TALK_BLOODDRINK_FRIENDLY_REFUSE_ASKLATER" ],
    "type": "talk_topic",
    "dynamic_line": "No. Maybe another time I'll consider it.",
    "//": "The human has recently refused to give blood and will refuse until more time has passed.",
    "responses": [
      { "text": "Another time then.", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BY_FORCE_VAMP" ],
    "type": "talk_topic",
    "dynamic_line": "You arrogant whelp! You think you can steal my blood! I shall kill you for your insolence!",
    "//": "The vampire is very angry. You might be able to grovel if they are your sire.",
    "responses": [
      {
        "text": "I'm sorry Sire!  I shouldn't have tried that!",
        "condition": { "and": [
          { "npc_has_trait": "VAMP_SIRE" },
          { "not": { "npc_has_trait": "VAMP_SIRE_FORGIVEN" } }
        ] },
        "trial": { "type": "PERSUADE", "difficulty": 30 },
          "success": { "topic": "TALK_BLOODDRINK_BY_FORCE_VAMP_GROVEL", "opinion": { "trust": -1, "anger": 1 } },
          "failure": { "topic": "TALK_DONE", "effect": "hostile" }
      },
      {
        "text": "I'm sorry Sire!  I shouldn't have tried that!",
        "condition": { "and": [
          { "npc_has_trait": "VAMP_SIRE" },
          { "npc_has_trait": "VAMP_SIRE_FORGIVEN" }
        ] },
        "topic": "TALK_BLOODDRINK_BY_FORCE_VAMP_GROVEL_TWICE"
      },
      { "text": "Not if I kill you first!", "topic": "TALK_DONE", "effect": "hostile" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BY_FORCE_VAMP_GROVEL" ],
    "type": "talk_topic",
    "dynamic_line": "I'll give you this one chance, my ungrateful progeny. Next time I won't be so forgiving!",
    "//": "The sire has decided to forgive you. This one time.",
    "speaker_effect": {
      "effect": [
        { "npc_add_trait": "VAMP_SIRE_FORGIVEN" }
      ]
    },
    "responses": [
      { "text": "Thank you, Sire! It will never happen again.", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BY_FORCE_VAMP_GROVEL_TWICE" ],
    "type": "talk_topic",
    "dynamic_line": "You had your chance! Now you will die!",
    "//": "This was your second chance.",
    "responses": [
      { "text": "Not if I kill you first!", "topic": "TALK_DONE", "effect": "hostile" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BY_FORCE_MUTANT" ],
    "type": "talk_topic",
    "dynamic_line": "Wh-what are you...",
    "//": "You caught your mutant companion off-guard. The vampire will get a nasty surprise for biting a mutant with biological defences. They might be able to avoid you if strong, fast, or hard to grab.",
    "responses": [
      {
        "text": "*Attempt to bite*",
        "trial": {
          "type": "CONDITION",
          "condition": { "not":
            { "npc_has_any_trait": [
              "QUICK",
              "ADRENALINE",
              "MARTIAL_ARTS2",
              "STR_UP2",
              "STR_UP3",
              "STR_UP4",
              "STR_ALPHA",
              "SLIMY"
            ] }
          }
        },
        "success": { "topic": "TALK_BLOODDRINK_BY_FORCE_MUTANT_SUCCESS", "opinion": { "trust": -1, "anger": 1 } },
        "failure": { "topic": "TALK_BLOODDRINK_BY_FORCE_MUTANT_FAILURE" }
      },
      { "text": "Huh? Nothing.", "topic": "TALK_NONE" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BY_FORCE_MUTANT_SUCCESS" ],
    "type": "talk_topic",
    "dynamic_line": "Got more with that bite than you bargained for, eh vampire? I won't let you live to try a second time!",
    "//": "The mutant npc repels the player with natural defences. The player should receive an injury, plus a large morale and player faction reputation nerf for attempting to murder a follower. Yes even if they were a xeno.",
    "responses": [
      { "text": "Dammit, then I'll kill you the old fashioned way!", "topic": "TALK_DONE", "effect": [ "hostile", { "u_faction_rep": -50 } ] }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BY_FORCE_MUTANT_FAILURE" ],
    "type": "talk_topic",
    "dynamic_line": "Oh no you don't! I'll never let some monster have my blood. I'll kill you, vampire!",
    "//": "The player should receive a large morale and player faction reputation nerf for attempting to murder a follower. Yes even if they were a xeno.",
    "responses": [
      { "text": "Not if I kill you first!", "topic": "TALK_DONE", "effect": [ "hostile", { "u_faction_rep": -50 } ] }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BY_FORCE_HUMAN" ],
    "type": "talk_topic",
    "dynamic_line": "Wh-what are you...",
    "//": "You caught your human companion off-guard. Attempt to drink them dry, though they might be able to avoid you if strong, fast, or hard to grab.",
    "responses": [
      {
        "text": "*Attempt to bite*",
        "trial": {
          "type": "CONDITION",
          "condition": { "not":
            { "npc_has_any_trait": [
              "QUICK",
              "ADRENALINE",
              "MARTIAL_ARTS2",
              "STR_UP2",
              "STR_UP3",
              "STR_UP4",
              "STR_ALPHA",
              "SLIMY"
            ] }
          }
        },
        "success": { "topic": "TALK_BLOODDRINK_BY_FORCE_HUMAN_SUCCESS", "opinion": { "trust": -1, "anger": 1 } },
        "failure": { "topic": "TALK_BLOODDRINK_BY_FORCE_HUMAN_FAILURE" }
      },
      { "text": "Huh? Nothing.", "topic": "TALK_NONE" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BY_FORCE_HUMAN_SUCCESS" ],
    "type": "talk_topic",
    "dynamic_line": {
      "npc_has_any_trait": [
        "MASOCHIST",
        "MASOCHIST_MED",
        "CENOBITE"
      ],
        "no": "Ah..Nnnng...st-stop, you're h-hurting...m...",
        "yes": "Ah...Ahn♪ Oh that feels so...good...st-stop, you're h-hurting...m..."
    },
    "//": "The npc dies, and player should receive a large morale and player faction reputation nerf for murdering a follower.",
    "speaker_effect": {
      "effect": [
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        { "u_buy_item": "blood", "count": 2, "container": "bag_iv" },
        "npc_die"
      ]
    },
    "responses": [
      { "text": "*You drink of their blood until their heart stops*", "topic": "TALK_DONE", "effect": { "u_faction_rep": -75 } }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BY_FORCE_HUMAN_FAILURE" ],
    "type": "talk_topic",
    "dynamic_line": "Oh no you don't! I'll never let some monster have my blood. I'll kill you, vampire!",
    "//": "The player should receive a large morale and player faction reputation nerf for attempting to murder a follower.",
    "responses": [
      { "text": "Not if I kill you first!", "topic": "TALK_DONE", "effect": [ "hostile", { "u_faction_rep": -50 } ] }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BY_FORCE_FRIENDLY_1" ],
    "type": "talk_topic",
    "dynamic_line": "Wh-what are you...",
    "//": "You caught the human off-guard. Drink them dry, though they might be able to avoid you if strong or fast.",
    "responses": [
      {
        "text": "*Attempt to bite*",
        "condition": { "npc_has_trait": "VAMP_SIRE" },
        "trial": { "type": "PERSUADE", "difficulty": 30 },
          "success": { "topic": "TALK_BLOODDRINK_BY_FORCE_FRIENDLY_1A", "opinion": { "trust": -1, "anger": 1 } },
          "failure": { "topic": "TALK_DONE", "effect": "hostile" }
      },
      { "text": "Huh? Nothing.", "topic": "TALK_NONE" }
    ]
  },
  {
    "id": [ "TALK_BLOODDRINK_BY_FORCE_FRIENDLY_2" ],
    "type": "talk_topic",
    "dynamic_line": "Wh-what are you...",
    "//": "You caught the human off-guard. Drink them dry, though they might be able to avoid you if strong or fast.",
    "responses": [
      {
        "text": "*Attempt to bite*",
        "condition": { "npc_has_trait": "VAMP_SIRE" },
        "trial": { "type": "PERSUADE", "difficulty": 30 },
          "success": { "topic": "TALK_BLOODDRINK_BY_FORCE_FRIENDLY_2A", "opinion": { "trust": -1, "anger": 1 } },
          "failure": { "topic": "TALK_DONE", "effect": "hostile" }
      },
      { "text": "Huh? Nothing.", "topic": "TALK_NONE" }
    ]
  }
]