From ae56d1c6cb0050d9b9a08adc226efec0c30c14a1 Mon Sep 17 00:00:00 2001 From: SariusSkelrets Date: Fri, 3 Oct 2025 21:17:01 -0400 Subject: [PATCH 1/2] Add targets to MMM based on its criteria. --- .../npc/vampire_master_mortal_mind.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/data/mods/Xedra_Evolved/npc/vampire_master_mortal_mind.json b/data/mods/Xedra_Evolved/npc/vampire_master_mortal_mind.json index d8018c6332806..91a5804807809 100644 --- a/data/mods/Xedra_Evolved/npc/vampire_master_mortal_mind.json +++ b/data/mods/Xedra_Evolved/npc/vampire_master_mortal_mind.json @@ -18,8 +18,16 @@ "TALK_meteorologist_1", "TALK_NPC_HOMELESS_SURVIVOR", "TALK_NPC_APARTMENT_SURVIVOR", - "TALK_NPC_CAMPER", - "TALK_CITY_COP_INTRO" + "TALK_CITY_COP", + "TALK_FRIEND_Liam", + "TALK_FRIEND_Luo", + "TALK_NPC_EVAC_SURVIVOR", + "TALK_NPC_CAMPER_SURVIVOR", + "TALK_CARAVAN_REFUGEE_B1", + "TALK_CARAVAN_REFUGEE_B2", + "TALK_MI-GO_PRISONER1", + "TALK_COWBOYN_MAIN", + "TALK_COWBOYFR_MAIN" ], "//": "This should include all NPCs the player can immediately ask to follow them for free, and those who already follow.", "type": "talk_topic", From e498fb0168c354cdc9740940ad4819e75dd12768 Mon Sep 17 00:00:00 2001 From: SariusSkelrets Date: Fri, 3 Oct 2025 22:09:38 -0400 Subject: [PATCH 2/2] Remove MMM blood gotcha --- data/mods/Xedra_Evolved/npc/vampire_master_mortal_mind.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods/Xedra_Evolved/npc/vampire_master_mortal_mind.json b/data/mods/Xedra_Evolved/npc/vampire_master_mortal_mind.json index 91a5804807809..1b5bb1ee5a052 100644 --- a/data/mods/Xedra_Evolved/npc/vampire_master_mortal_mind.json +++ b/data/mods/Xedra_Evolved/npc/vampire_master_mortal_mind.json @@ -81,7 +81,7 @@ { "text": "[Spend a massive amount of blood to make them your renfield]", "topic": "TALK_YOUR_NEW_RENFIELD", - "condition": { "math": [ "u_vitamin('human_blood_vitamin') > -501" ] }, + "condition": { "math": [ "u_vitamin('human_blood_vitamin') > 2501" ] }, "effect": [ { "if": { "u_has_trait": "VAMPIRE_MASTER_MORTAL_MIND_UPGRADE" },