Skip to content

Commit

Permalink
Merge pull request #24 from SuddenEyePuncture/more-eggs
Browse files Browse the repository at this point in the history
More eggs
  • Loading branch information
SuddenEyePuncture authored Jul 18, 2021
2 parents 0321691 + fdcbe01 commit dd26c6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/json/monsters/insect_spider.json
Original file line number Diff line number Diff line change
Expand Up @@ -2245,6 +2245,10 @@
"proportional": { "hp": 0.5, "speed": 1.1 },
"volume": "750 ml",
"weight": "1 kg",
"delete": {
"reproduction": { "baby_egg": "egg_grasshopper", "baby_count": 3, "baby_timer": 15 },
"baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ]
},
"upgrades": { "half_life": 7, "into": "mon_mantis_giant" }
},
{
Expand Down Expand Up @@ -2369,6 +2373,10 @@
"volume": "3 L",
"weight": "4 kg",
"melee_cut": 8,
"delete": {
"reproduction": { "baby_egg": "egg_strider", "baby_count": 3, "baby_timer": 10 },
"baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ]
},
"upgrades": { "half_life": 14, "into": "mon_strider_giant" }
},
{
Expand Down

0 comments on commit dd26c6f

Please sign in to comment.