More options for breedable Mythicmobs
Summary
Currently, if a MythicMob using say, sheep ai breeds with another Mythicmob of the same type, the resulting baby is just a normal sheep. It would be nice if it could be set to become a designated mob instead. It'd also be cool if the breeding requirements could be changed.
Usage
Mythicmobs can reproduce.
Value
People can actually breed Mythicmobs. This opens up options for mobs that people want to make more of, like farm animals.
Priority
Medium. A useful mechanic but not going to break the plugin if not added.
Implementation
A mechanic and trigger? The breed mechanic could ask for how many mobs required to be in a certain state, the type of mob to spawn, how many to spawn, and xp. When they breed successfully they do the usual walk into each other's faces and a mob pops out in the middle.
The trigger could just be an onInteract with the requirement of a certain item being held, and once used taken away from the inventory and state set to breeding for a specified time. But at the moment the onclick mechanic can't remove the required item from a player's inventory. Going to make that another suggestion post.