Skip to content

Commit

Permalink
Update harvest.json
Browse files Browse the repository at this point in the history
Co-authored-by: PatrikLundell <[email protected]>
  • Loading branch information
Kenshut and PatrikLundell authored Nov 26, 2023
1 parent 5da6ee1 commit 8ef4ed7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/json/harvest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1962,6 +1962,7 @@
{
"id": "biollante",
"type": "harvest",
"message": "<triffid_harvest>",
"//": "todo: add biollante item",
"entries": [
{ "drop": "stick_fiber", "type": "bone", "mass_ratio": 0.5 },
Expand All @@ -1972,6 +1973,7 @@
{
"id": "triffid_small",
"type": "harvest",
"message": "<triffid_harvest>",
"entries": [
{ "drop": "stick_fiber", "type": "bone", "mass_ratio": 0.5 },
{ "drop": "veggy", "type": "flesh", "mass_ratio": 0.2 },
Expand All @@ -1981,6 +1983,7 @@
{
"id": "triffid_paralytic",
"type": "harvest",
"message": "<triffid_harvest>",
"entries": [
{ "drop": "stick_fiber", "type": "bone", "mass_ratio": 0.4 },
{ "drop": "veggy", "type": "flesh", "mass_ratio": 0.2 },
Expand All @@ -1993,6 +1996,7 @@
"id": "triffid_acid",
"//": "acid blood type for plant based creaturs.",
"type": "harvest",
"message": "<triffid_harvest>",
"entries": [
{ "drop": "blood_acid_plant", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "stick_fiber", "type": "bone", "mass_ratio": 0.5 },
Expand All @@ -2003,6 +2007,7 @@
{
"id": "triffid_fungal_fighter",
"type": "harvest",
"message": "<triffid_harvest>",
"entries": [
{ "drop": "stick_fiber", "type": "bone", "mass_ratio": 0.4 },
{ "drop": "veggy", "type": "flesh", "mass_ratio": 0.2 },
Expand All @@ -2015,6 +2020,7 @@
{
"id": "triffid_queen",
"type": "harvest",
"message": "<triffid_harvest>",
"entries": [
{ "drop": "log", "type": "bone", "mass_ratio": 0.35 },
{ "drop": "stick_fiber", "type": "bone", "mass_ratio": 0.15 },
Expand Down

0 comments on commit 8ef4ed7

Please sign in to comment.