Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Odd upgrade path for toads #60565

Closed
a-chancey opened this issue Aug 29, 2022 · 2 comments
Closed

Odd upgrade path for toads #60565

a-chancey opened this issue Aug 29, 2022 · 2 comments
Labels
stale Closed for lack of activity, but still valid. <Suggestion / Discussion> Talk it out before implementing

Comments

@a-chancey
Copy link
Contributor

a-chancey commented Aug 29, 2022

Is your feature request related to a problem? Please describe.

Oof i don't know how to fix the formatting into a table easily, but at least it makes sense.

#60234 mainlined a handful of animals from tropicataclysm, and the toads seem a bit odd, which I'll wind up writing a PR to address shortly.
Current evolution path prior for bullfrogs was:
T1 |T2 |T3 |T4
Bullfrog |Mutant Bullfrog |Giant Bullfrog |Colossal Croaker
And zombification was:
T1 |T2 |T3 |T4
N\A |Zombullfrog |Zombullfrog |Frog Mother

Toads are handled a bit more oddly:
T1 |T2 |T3 |T4
toad tadpole | toad |Mutant Bullfrog |as above' and zombification is: T1 |T2 |T3 |T4 N\A | N\A | Zombullfrog |as above`

Outside of that there's:
T1 |T2 |T3
Huge Toad |Giant Toad |Gastro Bufo (zombie)
and zombification is:
T1 |T2 |T3
Zombullfrog |n/a |Gastro Bufo (revives)

The IDs are a mess as well, but I'm not going to touch that.

Solution you would like.

I'll write up the PR in a day or two but I'll implement it as follows:

Evolution:
T1 |T2 |T3 |T4
Toad Tadpole |Toad |Huge Toad |Giant Toad
Zombification:
T1 |T2 |T3 |T4
N\A |N\A |Zombie Toad |Gastro Bufo

I'll add the zombie toad based on the zombullfrog i added, and i'll get all the evolution paths and whatnot adjusted properly. This will stop the toad from evolving into a frog (it even says it's a sister to frogs in the description), and will provide a clear (and not over powered) upgrade and zombification path for the toads.

Describe alternatives you have considered.

Not doing it.

Additional context

I am working on a few other things, i just happened to notice this today while testing my other changes and don't have time to get it knocked out at the moment.

@a-chancey a-chancey added the <Suggestion / Discussion> Talk it out before implementing label Aug 29, 2022
@Marcos6226
Copy link
Contributor

Related #60554

@github-actions
Copy link
Contributor

github-actions bot commented Apr 9, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.

@github-actions github-actions bot added the stale Closed for lack of activity, but still valid. label Apr 9, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Closed for lack of activity, but still valid. <Suggestion / Discussion> Talk it out before implementing
Projects
None yet
Development

No branches or pull requests

2 participants