From c89172fc8fadee1c4224dfc2de6b62ab2283eabc Mon Sep 17 00:00:00 2001 From: Ferrum-Vulpes Date: Tue, 29 Oct 2024 20:45:53 -0500 Subject: [PATCH] Feral Agent fix and loot update (#77421) * Feral Agent fix and loot update Co-Authored-By: gettingusedto <78019001+gettingusedto@users.noreply.github.com> * Update data/mods/Xedra_Evolved/itemgroups/monster_drops.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: gettingusedto <78019001+gettingusedto@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- data/mods/Xedra_Evolved/itemgroups/monster_drops.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data/mods/Xedra_Evolved/itemgroups/monster_drops.json b/data/mods/Xedra_Evolved/itemgroups/monster_drops.json index a1d4a6bac4477..a2eca1c361bb6 100644 --- a/data/mods/Xedra_Evolved/itemgroups/monster_drops.json +++ b/data/mods/Xedra_Evolved/itemgroups/monster_drops.json @@ -396,7 +396,12 @@ "magazine": 100, "ammo": 20, "entries": [ - { "item": "feral_57", "prob": 100, "damage": [ 2, 4 ] }, + { + "distribution": [ + { "item": "fn57_sup", "prob": 100, "damage": [ 2, 4 ] }, + { "item": "fn57", "variant": "fn57", "prob": 100, "damage": [ 2, 4 ] } + ] + }, { "group": "security_armor", "prob": 30, "damage": [ 0, 2 ] }, { "group": "security_gear", "prob": 50, "damage": [ 0, 2 ] }, { "group": "cop_gloves", "prob": 30, "damage": [ 1, 4 ] },