Skip to content

Commit

Permalink
Update vampire_mentor.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse committed Jun 28, 2024
1 parent 40b4b95 commit 8e54830
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/mods/Xedra_Evolved/npc/vampire_mentor.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,16 @@
"effect": { "assign_mission": "KILL_YOUR_BEST_FRIEND" },
"topic": "TALK_VAMPIRE_MENTOR_SACRIFICE_2"
},
{
"text": "[Killer or Psychopath] Make someone love me and then kill them in return for immortality and power? What's the downside?",
"topic": "TALK_VAMPIRE_MENTOR_SACRIFICE_1",
"condition": { "or": [ { "u_has_trait": "KILLER" }, { "u_has_trait": "PSYCHOPATH" } ] }
},
{
"text": "[Pacifist] That's monstrous, of course I won't do that!",
"topic": "TALK_DONE",
"condition": { "u_has_trait": "PACIFIST" }
},
{ "text": "I'm not doing that. Bye.", "topic": "TALK_DONE" }
]
},
Expand Down

0 comments on commit 8e54830

Please sign in to comment.