From 5057405edc86d3d910d0eedd957c383e1fe65245 Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Thu, 6 Jun 2024 21:52:28 -0500 Subject: [PATCH] Delete harvest_decay.json --- data/json/harvest_decay.json | 162 ----------------------------------- 1 file changed, 162 deletions(-) delete mode 100644 data/json/harvest_decay.json diff --git a/data/json/harvest_decay.json b/data/json/harvest_decay.json deleted file mode 100644 index 5168f4f77528..000000000000 --- a/data/json/harvest_decay.json +++ /dev/null @@ -1,162 +0,0 @@ -[ - { - "id": "decay_animal_standard", - "type": "harvest", - "entries": [ { "drop": "bone", "type": "bone", "mass_ratio": 0.15 }, { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 } ] - }, - { - "id": "decay_animal_wool", - "type": "harvest", - "entries": [ - { "drop": "bone", "type": "bone", "mass_ratio": 0.15 }, - { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, - { "drop": "wool_staple", "type": "skin", "mass_ratio": 0.04 } - ] - }, - { - "id": "decay_arthopod_acid", - "type": "harvest", - "entries": [ { "drop": "acidchitin_piece", "type": "skin", "mass_ratio": 0.15 } ] - }, - { - "id": "decay_arthopod_centipede", - "type": "harvest", - "entries": [ { "drop": "acidchitin_piece", "type": "skin", "mass_ratio": 0.15 } ] - }, - { - "id": "decay_arthopod_centipede_mega", - "type": "harvest", - "entries": [ - { "drop": "sinew", "type": "bone", "mass_ratio": 0.05 }, - { "drop": "chitin_piece", "type": "skin", "mass_ratio": 0.3 } - ] - }, - { - "id": "decay_arthopod_bee", - "type": "harvest", - "entries": [ - { "drop": "mutant_bug_hydrogen_sacs", "type": "flesh", "mass_ratio": 0.02 }, - { "drop": "bee_sting", "base_num": [ 0, 1 ], "type": "bone" }, - { "drop": "chitin_piece", "type": "skin", "mass_ratio": 0.15 } - ] - }, - { - "id": "decay_arthopod_flying", - "type": "harvest", - "entries": [ - { "drop": "mutant_bug_hydrogen_sacs", "type": "flesh", "mass_ratio": 0.02 }, - { "drop": "chitin_piece", "type": "skin", "mass_ratio": 0.15 } - ] - }, - { - "id": "decay_arthopod_standard", - "type": "harvest", - "entries": [ { "drop": "chitin_piece", "type": "skin", "mass_ratio": 0.15 } ] - }, - { - "id": "decay_arthopod_wasp", - "type": "harvest", - "entries": [ - { "drop": "mutant_bug_hydrogen_sacs", "type": "flesh", "mass_ratio": 0.02 }, - { "drop": "wasp_sting", "base_num": [ 0, 1 ], "type": "bone" }, - { "drop": "chitin_piece", "type": "skin", "mass_ratio": 0.15 } - ] - }, - { - "id": "decay_bird", - "type": "harvest", - "entries": [ { "drop": "feather", "type": "skin", "mass_ratio": 0.01 } ] - }, - { - "id": "decay_bird_large", - "type": "harvest", - "entries": [ { "drop": "feather", "type": "skin", "mass_ratio": 0.02 }, { "drop": "bone", "type": "bone", "mass_ratio": 0.1 } ] - }, - { - "id": "decay_broken_cyborg", - "type": "harvest", - "entries": [ - { "drop": "sinew", "type": "bone", "mass_ratio": 0.001 }, - { "drop": "cable", "base_num": [ 1, 3 ], "scale_num": [ 0.2, 0.6 ], "max": 8, "type": "flesh" }, - { "drop": "bone_human", "base_num": [ 1, 2 ], "scale_num": [ 0.4, 0.7 ], "max": 10, "type": "bone" }, - { "drop": "scrap", "base_num": [ 1, 5 ], "scale_num": [ 0.3, 0.7 ], "max": 12, "type": "bone" } - ] - }, - { - "id": "decay_fish", - "type": "harvest", - "entries": [ { "drop": "bone", "type": "bone", "mass_ratio": 0.1 } ] - }, - { - "id": "decay_flesh_golem", - "type": "harvest", - "entries": [ { "drop": "flesh_golem_heart", "base_num": [ 0, 1 ], "scale_num": [ 0.6, 0.9 ], "max": 3, "type": "offal" } ] - }, - { - "id": "decay_jabberwock", - "type": "harvest", - "entries": [ { "drop": "jabberwock_heart", "base_num": [ 0, 1 ], "scale_num": [ 0.6, 0.9 ], "max": 3, "type": "offal" } ] - }, - { - "id": "decay_human", - "type": "harvest", - "//": "Default result used if decay isn't specified for that monster, also used by generic corpses and NPCs", - "entries": [ - { "drop": "bone_human", "type": "bone", "mass_ratio": 0.15 }, - { "drop": "sinew", "type": "bone", "mass_ratio": 0.001 } - ] - }, - { - "id": "decay_mammal_plus_chitin", - "type": "harvest", - "entries": [ - { "drop": "bone", "type": "bone", "mass_ratio": 0.2 }, - { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, - { "drop": "chitin_piece", "type": "skin", "mass_ratio": 0.01 } - ] - }, - { - "id": "decay_plantlike", - "type": "harvest", - "entries": [ { "drop": "stick_fiber", "type": "bone", "mass_ratio": 0.1 } ] - }, - { - "id": "decay_plantlike_triffidqueen", - "type": "harvest", - "entries": [ { "drop": "log", "type": "bone", "mass_ratio": 0.35 }, { "drop": "stick_fiber", "type": "bone", "mass_ratio": 0.1 } ] - }, - { - "id": "decay_shellfish", - "type": "harvest", - "entries": [ { "drop": "chitin_piece", "type": "skin", "mass_ratio": 0.1 } ] - }, - { - "id": "decay_zombie_mrbones", - "type": "harvest", - "entries": [ - { "drop": "bone_tainted", "type": "flesh", "mass_ratio": 0.5 }, - { "drop": "sinew", "type": "bone", "mass_ratio": 0.001 } - ] - }, - { - "id": "decay_zombie_kevlar", - "type": "harvest", - "entries": [ - { "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 }, - { "drop": "kevlar_plate", "type": "skin", "mass_ratio": 0.035 } - ] - }, - { - "id": "decay_zombie_thorny", - "type": "harvest", - "entries": [ { "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 } ] - }, - { - "id": "decay_zombie_standard", - "type": "harvest", - "entries": [ - { "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 }, - { "drop": "stick_fiber", "type": "bone", "mass_ratio": 0.1 } - ] - } -]