Skip to content

Commit

Permalink
fix: more harvest entries have blood (#5843)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Dec 27, 2024
1 parent d50e843 commit 1a0e902
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion data/json/harvest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"id": "fish_tiny",
"type": "harvest",
"entries": [
{ "drop": "animal_blood", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "fish", "type": "flesh", "mass_ratio": 0.32 },
{ "drop": "meat_scrap", "type": "flesh", "mass_ratio": 0.08 }
]
Expand All @@ -21,6 +22,7 @@
"id": "fish_small",
"type": "harvest",
"entries": [
{ "drop": "animal_blood", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "fish", "type": "flesh", "mass_ratio": 0.32 },
{ "drop": "meat_scrap", "type": "flesh", "mass_ratio": 0.08 },
{ "drop": "bone", "type": "bone", "mass_ratio": 0.1 }
Expand All @@ -31,6 +33,7 @@
"type": "harvest",
"message": "You gut and fillet the fish",
"entries": [
{ "drop": "animal_blood", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "fish", "type": "flesh", "mass_ratio": 0.38 },
{ "drop": "meat_scrap", "type": "flesh", "mass_ratio": 0.02 },
{ "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
Expand All @@ -41,6 +44,7 @@
"id": "mutant_fish",
"type": "harvest",
"entries": [
{ "drop": "mutant_blood", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.38 },
{ "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
{ "drop": "bone", "type": "bone", "mass_ratio": 0.1 },
Expand All @@ -51,6 +55,7 @@
"id": "mutant_fish_large",
"type": "harvest",
"entries": [
{ "drop": "mutant_blood", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.38 },
{ "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
{ "drop": "bone_heavy", "type": "bone", "mass_ratio": 0.1 },
Expand Down Expand Up @@ -180,6 +185,7 @@
"//": "drops regular stomach",
"type": "harvest",
"entries": [
{ "drop": "mutant_blood", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "mutant_human_flesh", "type": "flesh", "mass_ratio": 0.34 },
{ "drop": "hstomach", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
{ "drop": "sinew", "type": "bone", "mass_ratio": 0.001 },
Expand All @@ -194,6 +200,7 @@
"type": "harvest",
"entries": [
{ "drop": "cyborg_harvest_uncommon", "type": "bionic_group", "faults": [ "fault_bionic_nonsterile" ] },
{ "drop": "mutant_blood", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "mutant_human_flesh", "type": "flesh", "mass_ratio": 0.34 },
{ "drop": "hstomach", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
{ "drop": "sinew", "type": "bone", "mass_ratio": 0.001 },
Expand All @@ -207,6 +214,7 @@
"//": "drops large stomach",
"type": "harvest",
"entries": [
{ "drop": "mutant_blood", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "mutant_human_flesh", "type": "flesh", "mass_ratio": 0.34 },
{ "drop": "hstomach_large", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
{ "drop": "sinew", "type": "bone", "mass_ratio": 0.001 },
Expand All @@ -221,6 +229,7 @@
"type": "harvest",
"entries": [
{ "drop": "cyborg_harvest_uncommon", "type": "bionic_group", "faults": [ "fault_bionic_nonsterile" ] },
{ "drop": "mutant_blood", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "mutant_human_flesh", "type": "flesh", "mass_ratio": 0.34 },
{ "drop": "hstomach_large", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
{ "drop": "sinew", "type": "bone", "mass_ratio": 0.001 },
Expand Down Expand Up @@ -480,6 +489,7 @@
"//": "Mutant mammals with chitin armor. It's not an exoskeleton, so much less than from insects of same mass. Brain is not mutated.",
"type": "harvest",
"entries": [
{ "drop": "mutant_blood", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.32 },
{ "drop": "mutant_meat_scrap", "type": "flesh", "mass_ratio": 0.01 },
{ "drop": "brain", "type": "flesh", "mass_ratio": 0.005 },
Expand Down Expand Up @@ -609,6 +619,7 @@
"id": "bird_tiny",
"type": "harvest",
"entries": [
{ "drop": "animal_blood", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "meat_scrap", "type": "flesh", "mass_ratio": 0.4 },
{ "drop": "feather", "type": "skin", "mass_ratio": 0.01 }
]
Expand All @@ -628,6 +639,7 @@
"id": "bird_large",
"type": "harvest",
"entries": [
{ "drop": "mutant_blood", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.3 },
{ "drop": "mutant_meat_scrap", "type": "flesh", "mass_ratio": 0.03 },
{ "drop": "mutant_fat", "type": "flesh", "mass_ratio": 0.18 },
Expand Down Expand Up @@ -662,10 +674,11 @@
},
{
"id": "incubator_mammal",
"//": "the larvae ate a lot of the good stuff, mutant meat represents the grubs",
"//": "the larvae ate a lot of the good stuff, mutant meat represents the grubs. Less blood than normal too.",
"type": "harvest",
"message": "<incubator_mammal>",
"entries": [
{ "drop": "animal_blood", "type": "blood", "mass_ratio": 0.05 },
{ "drop": "meat", "type": "flesh", "mass_ratio": 0.05 },
{ "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.2 },
{ "drop": "meat_scrap", "type": "flesh", "mass_ratio": 0.1 },
Expand Down

0 comments on commit 1a0e902

Please sign in to comment.