Skip to content

Commit

Permalink
Giant Tadpoles Follow Up
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSaddestGoomba committed Jun 11, 2024
1 parent 39c3842 commit 3acba1d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions data/json/monstergroups/amphibian.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
{ "monster": "mon_pattern_bigtad", "weight": 10, "pack_size": [ 1, 4 ], "starts": "28 days" },
{ "monster": "mon_strange_bigtad", "weight": 10, "pack_size": [ 1, 4 ], "starts": "28 days" },
{ "monster": "mon_foul_bigtad", "weight": 10, "pack_size": [ 1, 4 ], "starts": "28 days" },
{ "monster": "mon_odd_bigtad", "weight": 10, "pack_size": [ 1, 4 ], "starts": "28 days" }
{ "monster": "mon_odd_bigtad", "weight": 10, "pack_size": [ 1, 4 ], "starts": "28 days" },
{ "monster": "mon_vocal_bigtad", "weight": 10, "pack_size": [ 1, 4 ], "starts": "28 days" },
{ "monster": "mon_shift_bigtad", "weight": 10, "pack_size": [ 1, 4 ], "starts": "28 days" }
]
},
{
Expand Down Expand Up @@ -101,7 +103,9 @@
{ "monster": "mon_pattern_bigtad", "weight": 10, "pack_size": [ 1, 4 ], "starts": "28 days" },
{ "monster": "mon_strange_bigtad", "weight": 10, "pack_size": [ 1, 4 ], "starts": "28 days" },
{ "monster": "mon_foul_bigtad", "weight": 10, "pack_size": [ 1, 4 ], "starts": "28 days" },
{ "monster": "mon_odd_bigtad", "weight": 10, "pack_size": [ 1, 4 ], "starts": "28 days" }
{ "monster": "mon_odd_bigtad", "weight": 10, "pack_size": [ 1, 4 ], "starts": "28 days" },
{ "monster": "mon_vocal_bigtad", "weight": 10, "pack_size": [ 1, 4 ], "starts": "28 days" },
{ "monster": "mon_shift_bigtad", "weight": 10, "pack_size": [ 1, 4 ], "starts": "28 days" }
]
},
{
Expand Down Expand Up @@ -965,6 +969,12 @@
"default": "mon_wood_frog",
"monsters": [ { "monster": "mon_wood_frog", "weight": 99 }, { "monster": "mon_wood_worm", "weight": 1 } ]
},
{
"name": "GROUP_BIGTAD_VOCAL",
"type": "monstergroup",
"default": "mon_jumbo_bigfrog",
"monsters": [ { "monster": "mon_jumbo_bigfrog", "weight": 50 }, { "monster": "mon_vocal_bigfrog", "weight": 50 } ]
},
{
"name": "GROUP_FROGS_UPGRADE_PATTERN",
"type": "monstergroup",
Expand Down
2 changes: 1 addition & 1 deletion data/json/monsters/reptile_amphibian.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
"copy-from": "mon_proxy_bigtad",
"description": ".",
"name": { "str": "giant tadpole" },
"upgrades": { "age_grow": 10, "into": "mon_vocal_bigfrog" }
"upgrades": { "age_grow": 10, "into_group": "GROUP_BIGTAD_VOCAL" }
},
{
"id": "mon_shift_bigtad",
Expand Down

0 comments on commit 3acba1d

Please sign in to comment.