From 29f185ebaadba5ec08eceb919a1a3081ffd5701a Mon Sep 17 00:00:00 2001 From: Karol1223 <68503002+Karol1223@users.noreply.github.com> Date: Sun, 21 Apr 2024 14:02:10 +0200 Subject: [PATCH 1/2] minor JSON edits --- data/json/itemgroups/Clothing_Gear/clothing.json | 5 +---- data/json/items/chemicals_and_resources.json | 2 +- data/json/monsters/reptile_amphibian.json | 5 +++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/data/json/itemgroups/Clothing_Gear/clothing.json b/data/json/itemgroups/Clothing_Gear/clothing.json index bceb49aec7284..30bbd38c75ad4 100644 --- a/data/json/itemgroups/Clothing_Gear/clothing.json +++ b/data/json/itemgroups/Clothing_Gear/clothing.json @@ -4270,10 +4270,7 @@ ], "prob": 60 }, - { - "distribution": [ { "item": "house_coat", "prob": 80 }, { "item": "kimono", "prob": 20 }, { "item": "robe", "prob": 10 } ], - "prob": 30 - }, + { "distribution": [ { "item": "kimono", "prob": 20 }, { "item": "robe", "prob": 10 } ], "prob": 5 }, { "distribution": [ { "item": "vest", "prob": 80 }, diff --git a/data/json/items/chemicals_and_resources.json b/data/json/items/chemicals_and_resources.json index 00e599cab4690..2d9f3ec29c8fe 100644 --- a/data/json/items/chemicals_and_resources.json +++ b/data/json/items/chemicals_and_resources.json @@ -1174,7 +1174,7 @@ "price": "9 cent", "price_postapoc": "20 cent", "volume": "2 ml", - "flags": [ "NO_INGEST" ] + "flags": [ "NO_INGEST", "WATER_DISSOLVE" ] }, { "type": "GENERIC", diff --git a/data/json/monsters/reptile_amphibian.json b/data/json/monsters/reptile_amphibian.json index b4613facb5cbb..057e6b9490640 100644 --- a/data/json/monsters/reptile_amphibian.json +++ b/data/json/monsters/reptile_amphibian.json @@ -546,6 +546,7 @@ "categories": [ "NULL" ], "harvest": "mutant_tiny", "upgrades": { "age_grow": 15, "into": "mon_pattern_bigfrog" }, + "reproduction": { "baby_egg": "egg_pattern_frog", "baby_count": 6, "baby_timer": 20 }, "//": "When possible, add effect for rare flicker of very low luminance." }, { @@ -760,7 +761,7 @@ "special_when_hit": [ "ZAPBACK", 100 ], "upgrades": { "age_grow": 30, "into_group": "GROUP_FROGS_UPGRADE_PATTERN" }, "zombify_into": "mon_frog_shocker", - "reproduction": { "baby_egg": "egg_pattern_frog", "baby_count": 12, "baby_timer": 20 } + "reproduction": { "baby_egg": "egg_pattern_bigfrog", "baby_count": 12, "baby_timer": 20 } }, { "id": "mon_foul_bigfrog", @@ -985,7 +986,7 @@ "special_when_hit": [ "ZAPBACK", 100 ], "anger_triggers": [ "PLAYER_WEAK", "PLAYER_CLOSE", "MATING_SEASON", "FRIEND_ATTACKED" ], "zombify_into": "mon_frog_shocker", - "reproduction": { "baby_egg": "egg_pattern_frog", "baby_count": 18, "baby_timer": 20 }, + "reproduction": { "baby_egg": "egg_pattern_bigfrog", "baby_count": 18, "baby_timer": 20 }, "extend": { "flags": [ "SWARMS" ] } }, { From 076bedb6dd92f250c8bd1eb921b481653635adfa Mon Sep 17 00:00:00 2001 From: Karol1223 <68503002+Karol1223@users.noreply.github.com> Date: Sun, 21 Apr 2024 15:38:06 +0200 Subject: [PATCH 2/2] switch baby mutant rattlesnakes to give mutant meat --- data/json/monsters/reptile_amphibian.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/monsters/reptile_amphibian.json b/data/json/monsters/reptile_amphibian.json index 057e6b9490640..7acf714652617 100644 --- a/data/json/monsters/reptile_amphibian.json +++ b/data/json/monsters/reptile_amphibian.json @@ -160,7 +160,7 @@ "aggression": -30, "upgrades": { "age_grow": 365, "into": "mon_rattlesnake_big" }, "fear_triggers": [ "PLAYER_CLOSE", "SOUND" ], - "harvest": "mammal_tiny", + "harvest": "mutant_tiny", "biosignature": { "biosig_item": "shed_snakeskin", "biosig_timer": 180 }, "flags": [ "SEES", "HEARS", "SMELLS", "BADVENOM", "HARDTOSHOOT", "KEENNOSE", "CLIMBS", "PATH_AVOID_DANGER_1", "ANIMAL", "SWIMS" ] },