AceTrainerGecx
Elite Trainer
- 33
- Posts
- 7
- Years
- Australia
- Seen Sep 11, 2020
Im currently spinning with the idea to implement Pokémon cross breeds, but Im struggling to figure out the coding and how it would work, any Help would be appreciated
I'd recommend starting with something simpler. While full cross breeds would be super fun, they'd also require a lot of work. Can you pick something smaller that would still be fun for the player, but let them know what it is they're getting?
A few "simple" ideas:
* The species is based on the mother, but the palette / coloration comes from the father.
* The child can have the father's ability
* The child can have the father's types
* The child's base-stats come from its parents instead of being statically determined based on species.
Depending on what kind of game you're wanting to make, these could be far easier to implement than fully custom cross-breeds. But "easier" doesn't mean "easy" - any of these alone would still be rather ambitious.