From 97018efac327385dca803906e5fe54097ce31dd8 Mon Sep 17 00:00:00 2001 From: anoobindisguise <56016372+anoobindisguise@users.noreply.github.com> Date: Wed, 16 Feb 2022 22:34:43 -0800 Subject: [PATCH] No survivor belts for cunning ferals (#55438) --- data/json/monsterdrops/feral_humans.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/data/json/monsterdrops/feral_humans.json b/data/json/monsterdrops/feral_humans.json index 172fbf0af290c..67c4bea24b007 100644 --- a/data/json/monsterdrops/feral_humans.json +++ b/data/json/monsterdrops/feral_humans.json @@ -31,7 +31,14 @@ { "group": "survivor_stabbing", "prob": 100, "damage": [ 0, 3 ] }, { "group": "mon_zombie_survivor_death_drops", "prob": 100 }, { "item": "spearsling", "prob": 100, "damage": [ 0, 3 ] }, - { "item": "survivor_belt_notools", "prob": 30, "damage": [ 0, 3 ] }, + { + "distribution": [ + { "item": "police_belt", "prob": 35, "damage": [ 0, 3 ] }, + { "item": "fireman_belt", "prob": 35, "damage": [ 0, 3 ] }, + { "item": "tool_belt", "prob": 30, "damage": [ 0, 3 ] } + ], + "prob": 50 + }, { "item": "duster_leather", "prob": 25, "damage": [ 0, 3 ] }, { "item": "kevlar", "prob": 25, "damage": [ 0, 3 ] }, { "item": "tac_helmet", "prob": 10, "damage": [ 0, 3 ] }