Skip to content

Commit

Permalink
Random minor JSON adjustments (#73169)
Browse files Browse the repository at this point in the history
* minor JSON edits

* switch baby mutant rattlesnakes to give mutant meat
  • Loading branch information
Karol1223 authored Apr 21, 2024
1 parent e8843a7 commit a7beb36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 1 addition & 4 deletions data/json/itemgroups/Clothing_Gear/clothing.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/chemicals_and_resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@
"price": "9 cent",
"price_postapoc": "20 cent",
"volume": "2 ml",
"flags": [ "NO_INGEST" ]
"flags": [ "NO_INGEST", "WATER_DISSOLVE" ]
},
{
"type": "GENERIC",
Expand Down
7 changes: 4 additions & 3 deletions data/json/monsters/reptile_amphibian.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},
Expand Down Expand Up @@ -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."
},
{
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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" ] }
},
{
Expand Down

0 comments on commit a7beb36

Please sign in to comment.