Cobblemon Shedders
Imagine the possibility where the evolution of any Pokémon can lead to the appearance of a completely different creature in your team — similar to how evolving into Ninjask brings Shedinja into existence. This mod implements exactly this unique gameplay mechanic.
After adding the mod to your pack and running the game for the first time, a configuration file is automatically generated. In this file, you can specify which Pokémon, upon evolving, will cause another specified Pokémon to join your team — provided you have a spare Pokéball.
{
"shedders": {
"kingler": "slowpoke"
}
}
This configuration means that when evolving into Kingler, a Slowpoke will be added to your team if you have an available Pokéball. You can create as many such pairs as you want for various evolution events.
{
"shedders": {
"kingler": "slowpoke",
"raichu": "magnemite",
"gengar": "ditto"
}
}
These examples demonstrate the flexibility of the mod, which is particularly useful for Fakemon creators who wish to replicate the unique evolution mechanic similar to the Ninjask and Shedinja system.