Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Eevee not evolving

A topic by KorX created 14 days ago Views: 124 Replies: 3
Viewing posts 1 to 3

no matter how many times i click evolve or what different choice i pick she wont evolve just kinda spins and makes a noise then nothing. shes properly at like 85% love and wont do anything

I wanna elevate this just to get some clarification if the evolution on eevee is even set up cuz its a more special one than all the other normal evos

(1 edit)

It’s probably because Eevee is missing its evolutionTargetId if I have to guess.

{
  "speciesId": "ae920eed-c027-46b0-822a-32e89444a9d8",
  "species": {
    "name": "Eevee",
    "canEvolve": true,
    "evolutionTargetId": null,
    "evolutionMethod": "happiness",
    "evolutionCost": 80,
    "shinyProbability": null
  }
}

I guess changing eevee to "Epic" quality broke some things (Why was that changed anyways?)