From 497c99fa0be15598e346153a08b578c675a61c4b Mon Sep 17 00:00:00 2001 From: Krwak <72284934+Krwak@users.noreply.github.com> Date: Sat, 4 Nov 2023 05:17:47 +0100 Subject: [PATCH] feat(balance): buff kevlar zombie skinning (#3538) increase kevlar plates on kevlar zombie --- data/json/harvest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/harvest.json b/data/json/harvest.json index 3a2400007003..d080df9c5999 100644 --- a/data/json/harvest.json +++ b/data/json/harvest.json @@ -551,7 +551,7 @@ { "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.25 }, { "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 }, { "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 }, - { "drop": "kevlar_plate", "type": "skin", "mass_ratio": 0.015 }, + { "drop": "kevlar_plate", "type": "skin", "mass_ratio": 0.035 }, { "drop": "pheromone", "type": "bionic", "max": 1 } ] },