Pixelmon Mod - Bug tracker

[9.0.0] Rockruff only evolves to Midday Form fix completed

Ticket description:
Rockruff will only evole to the Midday Form, happened to find it while looking into rockruff's .json.

Tested it in game to be sure and it will only evolve to the Midday form but will learn "Counter" during night and "Crush Claw" during dusk.

Code: Select all         "level": 25,
          "to": "Lycanroc form:base",
          "conditions": [
            {
              "time": "DAY",
              "evoConditionType": "time"
            }
          ],
          "evoType": "leveling",
          "moves": [
            "Sucker Punch"
          ]
        },
        {
          "level": 25,
          "to": "Lycanroc form:base",
          "conditions": [
            {
              "time": "NIGHT",
              "evoConditionType": "time"
            }
          ],
          "evoType": "leveling",
          "moves": [
            "Counter"
          ]
        },
        {
          "level": 25,
          "to": "Lycanroc form:base",
          "conditions": [
            {
              "time": "DUSK",
              "evoConditionType": "time"
            }
          ],
          "evoType": "leveling",
          "moves": [
            "Crush Claw"

Comments

#25835 Posted by Biominatti » 31 May 2022 12:02

Hello there! I tried to reproduce this bug and it happened to me too, it seems to be a 50/50 chance on what rockruff will evolve into during dusk but doesn't actually evolve into it's dusk form, thank you for reporting this!

#25836 Posted by Kadinu » 31 May 2022 12:05

I looked into Lycanroc's .json and it has this so that might be why it is 50/50

Code: Select all  "name": "Lycanroc",
  "dex": 745,
  "defaultForms": [
    "midday",
    "midnight"

#25838 Posted by Biominatti » 31 May 2022 12:13

thanks for the info, I'm sure the dev team appreciates it!

#25851 Posted by SwitzerLad » 01 Jun 2022 01:52

moved to internal

#27134 Posted by Awesomerob » 22 Jul 2022 18:07

Fixed in 9.0.4

Ticket details

  • Ticket ID: 17852
  • Project: Pixelmon Mod
  • Status: Fix completed
  • Component: Other
  • Project version: 1.16.5-9.x.x
  • Priority: Normal
  • Severity: Normal
  • Forge/Sponge: (unknown)
  • What else would be useful to know?: (unknown)
  • Assigned to: (unassigned)
  • Reported by: Kadinu (Send PM)
  • Reporter's tickets: (List all tickets)
  • Reported on: 31 May 2022 09:44
  • Ticket last visited by: Sophie847 on 26 Jul 2022 06:51
JOIN THE TEAM