diff --git a/data/json/harvest.json b/data/json/harvest.json index 1b7b3cc2af06..13b726edb4e0 100644 --- a/data/json/harvest.json +++ b/data/json/harvest.json @@ -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",