Skip to content

Commit

Permalink
Merge branch 'master' into more-eggs
Browse files Browse the repository at this point in the history
  • Loading branch information
SuddenEyePuncture authored Jul 11, 2021
2 parents bc570f3 + 838d5f4 commit 69f8d66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions data/json/items/comestibles/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,18 @@
"rot_spawn": "GROUP_EGG_CENTIPEDE",
"rot_spawn_chance": 50
},
{
"type": "COMESTIBLE",
"id": "egg_antlion",
"name": { "str": "antlion egg" },
"copy-from": "egg_insect",
"color": "yellow",
"symbol": "o",
"spoils_in": "5 days",
"description": "A large white antlion egg. There is something hard inside.",
"rot_spawn": "GROUP_EGG_ANTLION",
"rot_spawn_chance": 50
},
{
"type": "COMESTIBLE",
"id": "egg_wasp",
Expand Down
2 changes: 1 addition & 1 deletion data/json/monstergroups/eggs.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@
"type": "monstergroup",
"default": "mon_mantis_small",
"monsters": [ { "monster": "mon_mantis_small", "freq": 1000, "cost_multiplier": 1 } ]
},
}
]

0 comments on commit 69f8d66

Please sign in to comment.