User avatar
By SimplyFenton
#204061 Currently there are several legendary Pokemon that are missing spawning files due to the fact that they're not spawned through the standard way (Palkia, Dialga and the like). On the small private server I run I've modified all of the legendary spawn files that I can so that they each have a 1/200 chance to spawn shiny. The fact that I can only do this for some of the legendaries feels slightly wrong. Also, feel free to correct me if i'm wrong, but I don't think it'd be too hard to implement, right?

User avatar
By MoeBoy76
#204066 It’s very easy for you to do this yourself by creating the files if you have external JSONs on for spawning, the only thing you will have issues with is the naming of Ho-oh, which you can reference the stat file for
User avatar
By SimplyFenton
#204067 Does this mean that they'll spawn from their various means and still have the shiny rate that I set within the file? If so, would this example work for Lugia?
Code: Select all{
   "id": "Lugia",
   "spawnInfos": [
      {
         "spec": {
            "name": "Lugia",
            "level": 70
         },
         "tags": [
            "legendary"
         ],
         "interval": "legendary",
         "typeID": "pokemon",
         "spawnSpecificShinyRate": 100,
      }
   ]
}

Thanks for the help :)
JOIN THE TEAM