From ff9722e87e029fc5129abf7dfe2eb30d81f8868c Mon Sep 17 00:00:00 2001 From: arijust <54635208+arijust@users.noreply.github.com> Date: Mon, 23 Dec 2019 16:00:24 +0100 Subject: [PATCH] Fix harvest for arachnid_acid and acidant_queen --- data/json/harvest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/json/harvest.json b/data/json/harvest.json index f9f7b6e869272..b1797d8d28962 100644 --- a/data/json/harvest.json +++ b/data/json/harvest.json @@ -401,10 +401,10 @@ "type": "harvest", "message": "You laboriously dissect the colossal insect.", "entries": [ - { "drop": "meat", "base_num": [ 40, 55 ], "scale_num": [ 0.5, 0.7 ], "max": 80, "type": "flesh" }, + { "drop": "mutant_meat", "base_num": [ 40, 55 ], "scale_num": [ 0.5, 0.7 ], "max": 80, "type": "flesh" }, { "drop": "acidchitin_piece", "base_num": [ 2, 6 ], "scale_num": [ 0.3, 0.6 ], "max": 10, "type": "bone" }, { "drop": "sweetbread", "base_num": [ 3, 4 ], "scale_num": [ 0.4, 0.6 ], "max": 8, "type": "offal" }, - { "drop": "fat", "base_num": [ 5, 8 ], "scale_num": [ 0.6, 0.8 ], "max": 18, "type": "flesh" } + { "drop": "mutant_fat", "base_num": [ 5, 8 ], "scale_num": [ 0.6, 0.8 ], "max": 18, "type": "flesh" } ] }, { @@ -421,8 +421,8 @@ "id": "arachnid_acid", "type": "harvest", "entries": [ - { "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.33 }, - { "drop": "fat", "type": "flesh", "mass_ratio": 0.04 }, + { "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.33 }, + { "drop": "mutant_fat", "type": "flesh", "mass_ratio": 0.04 }, { "drop": "sinew", "type": "bone", "mass_ratio": 0.01 }, { "drop": "acidchitin_piece", "type": "bone", "mass_ratio": 0.1 } ]