From fdcbe01783a7f9ffcb9d2388187af12cc34433a2 Mon Sep 17 00:00:00 2001 From: SuddenEyePuncture Date: Sun, 18 Jul 2021 06:55:59 +0300 Subject: [PATCH] Update insect_spider.json --- data/json/monsters/insect_spider.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/json/monsters/insect_spider.json b/data/json/monsters/insect_spider.json index 0c6571408a92f..cab51d6c2f5c9 100644 --- a/data/json/monsters/insect_spider.json +++ b/data/json/monsters/insect_spider.json @@ -2234,6 +2234,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" } }, { @@ -2358,6 +2362,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" } }, {