Skip to content

Commit

Permalink
Update egg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SuddenEyePuncture committed Jul 11, 2021
1 parent c7f2a12 commit b1223eb
Showing 1 changed file with 58 additions and 2 deletions.
60 changes: 58 additions & 2 deletions data/json/items/comestibles/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,16 +249,72 @@
"rot_spawn": "GROUP_EGG_WASP",
"rot_spawn_chance": 100
},
{ "id": "egg_antlion",
{
"id": "egg_antlion",
"name": { "str": "antlion egg" },
"copy-from": "egg_insect",
"color": "yellow",
"symbol": "o",
"spoils_in": "5 days",
"proportional": { "weight": 2, "calories": 2, "volume": 2 },
"vitamins": [ [ "vitA", 38 ], [ "calcium", 14 ], [ "iron", 36 ], [ "vitB", 132 ], [ "mutant_toxin", 50 ] ],
"description": "A large white antlion egg. There is something hard inside.",
"rot_spawn": "GROUP_EGG_ANTLION",
"rot_spawn_chance": 50
},
{
"id": "egg_strider",
"name": { "str": "water strider egg" },
"copy-from": "egg_insect",
"color": "light_gray",
"symbol": "o",
"spoils_in": "3 days",
"description": "A large, sticky and wet water strider egg. You should probably put it back in the water.",
"rot_spawn": "GROUP_EGG_ANTLION", //TODO
"rot_spawn_chance": 100
},
{
"id": "egg_grasshopper",
"name": { "str": "grasshopper egg" },
"copy-from": "egg_insect",
"color": "light_green",
"symbol": "o",
"description": "A white and long pill-shaped grasshopper egg. Inside you can see two twitching legs.",
"rot_spawn": "GROUP_EGG_ANTLION", //TODO
"rot_spawn_chance": 100
},
{
"id": "egg_lady_bug",
"name": { "str": "lady bug egg" },
"copy-from": "egg_insect",
"color": "light_red",
"symbol": "o",
"spoils_in": "7 days",
"description": "A lady bug egg. It looks like a huge yellow rice grain. Inside there is a hungry translucent lavrae.",
"rot_spawn": "GROUP_EGG_ANTLION", //TODO
"rot_spawn_chance": 100
},
{
"id": "egg_mole_cricket",
"name": { "str": "mole cricket egg" },
"copy-from": "egg_insect",
"color": "brown",
"symbol": "o",
"spoils_in": "9 days",
"description": "A mole cricket egg covered in bits of sand and dirt. It's brown with a few black dots on it.",
"rot_spawn": "GROUP_EGG_ANTLION", //TODO
"rot_spawn_chance": 100
},
{
"id": "egg_mantis",
"name": { "str": "praying mantis egg case" },
"copy-from": "egg_insect",
"color": "green",
"symbol": "%",
"spoils_in": "13 days",
"description": "Praying mantis eggs glued to each other inside a case. It resembles a trilobite or woodlouse.",
"rot_spawn": "GROUP_EGG_ANTLION", //TODO
"rot_spawn_chance": 100
},
{
"type": "COMESTIBLE",
"id": "razorclaw_roe",
Expand Down

0 comments on commit b1223eb

Please sign in to comment.