Skip to content

Commit

Permalink
fix: lobster harvesting (#4273)
Browse files Browse the repository at this point in the history
* Lobsterfest

-Made lobsters drop lobster when harvested.

-Added items and recipes for lobster, cooked lobster, smoked lobster, dehydrated lobster/rehydrated lobster, pickled lobster, salted lobster, canned lobster, lobster soup, and lobster rolls

-Food item groups updated to include lobster-based items at a reduced chance compared to fish.

* Lobsterfest 2, also soup

-Made lobsters drop lobster when harvested.

-Added items and recipes for lobster, cooked lobster, smoked lobster, dehydrated lobster/rehydrated lobster, pickled lobster, salted lobster, canned lobster, lobster soup, and lobster rolls

-Food item groups updated to include lobster-based items at a reduced chance compared to fish.

Fixed Lobster roll calories I think so github will stop throwing a fit. Also made it only cost 1 butter.

-Changes to soup, broth, and curry fun values because they're very inconsistent Soup is good

* Update harvest.json
  • Loading branch information
arvay5 authored Mar 1, 2024
1 parent 4a5e315 commit 382fc55
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/json/harvest.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@
{ "drop": "chitin_piece", "type": "skin", "mass_ratio": 0.1 }
]
},
{
"id": "lobster",
"type": "harvest",
"message": "You carefully crack open the lobster's exoskeleton to get at the delicious flesh beneath.",
"entries": [
{ "drop": "lobster", "type": "flesh", "mass_ratio": 0.32 },
{ "drop": "meat_scrap", "type": "flesh", "mass_ratio": 0.03 },
{ "drop": "chitin_piece", "type": "skin", "mass_ratio": 0.1 }
]
},
{
"id": "mutant_shellfish",
"type": "harvest",
Expand Down

0 comments on commit 382fc55

Please sign in to comment.