Pixelmon Sidemod API - Bug tracker

Alolan Muk cannot learn TM Ice Punch awaiting team input

Ticket description:
Alolan Muk cannot learn Ice Punch TM but learn it through a tutor move.

I have tested this on a server as well as single player world. Both with Galarian Version and normal TM.

Image

Comments

#22436 Posted by NotKili » 20 May 2021 02:21

Hey RealJamesTV,

thanks for reporting this!

According to the pixelmon wiki : https://pixelmonmod.com/wiki/Muk#By_TM.2FTR
Alolan Muk learns the TM Ice Punch from the Johto-TM33
After newly generating the pokemon stats-files, it seems that only gen7 tms were added to them for the alolan form, even though, according to the wiki, Alolan Muk should learn tms from all 7 generations.

Alolan Muk-Stats-File:
Code: Select all  "forms": {
    "1": {
      "form": 1,
      "types": [
        "Poison",
        "Dark"
      ],
      "abilities": [
        "PoisonTouch",
        "Gluttony",
        "PowerOfAlchemy"
      ],
      "levelUpMoves": {
        "0": [
          "Bite",
          "Harden",
          "Poison Gas",
          "Pound",
          "Venom Drench"
        ],
        "4": [
          "Harden"
        ],
        "7": [
          "Bite"
        ],
        "12": [
          "Disable"
        ],
        "15": [
          "Acid Spray"
        ],
        "18": [
          "Poison Fang"
        ],
        "21": [
          "Minimize"
        ],
        "26": [
          "Fling"
        ],
        "29": [
          "Knock Off"
        ],
        "32": [
          "Crunch"
        ],
        "37": [
          "Screech"
        ],
        "40": [
          "Gunk Shot"
        ],
        "46": [
          "Acid Armor"
        ],
        "52": [
          "Belch"
        ],
        "57": [
          "Memento"
        ]
      },
      "tmMoves": [
        "Toxic",
        "Venoshock",
        "Hidden Power",
        "Sunny Day",
        "Taunt",
        "Hyper Beam",
        "Protect",
        "Rain Dance",
        "Frustration",
        "Return",
        "Shadow Ball",
        "Brick Break",
        "Double Team",
        "Sludge Wave",
        "Flamethrower",
        "Sludge Bomb",
        "Fire Blast",
        "Rock Tomb",
        "Torment",
        "Facade",
        "Rest",
        "Attract",
        "Thief",
        "Round",
        "Focus Blast",
        "Fling",
        "Brutal Swing",
        "Quash",
        "Embargo",
        "Explosion",
        "Payback",
        "Giga Impact",
        "Rock Polish",
        "Stone Edge",
        "Rock Slide",
        "Infestation",
        "Poison Jab",
        "Swagger",
        "Substitute",
        "Snarl",
        "Dark Pulse",
        "Confide"
      ],
      "tutorMoves": [
        "Block",
        "Fire Punch",
        "Focus Punch",
        "Gastro Acid",
        "Giga Drain",
        "Gunk Shot",
        "Ice Punch",
        "Knock Off",
        "Pain Split",
        "Recycle",
        "Shock Wave",
        "Snore",
        "Spite",
        "Thunder Punch"
      ],
      "eggMoves": [
        "Assurance",
        "Clear Smog",
        "Curse",
        "Imprison",
        "Mean Look",
        "Power-Up Punch",
        "Pursuit",
        "Scary Face",
        "Shadow Sneak",
        "Spit Up",
        "Spite",
        "Stockpile",
        "Swallow"
      ],
      "tmMoves7": [
        "Toxic",
        "Venoshock",
        "Hidden Power",
        "Sunny Day",
        "Taunt",
        "Hyper Beam",
        "Protect",
        "Rain Dance",
        "Frustration",
        "Return",
        "Shadow Ball",
        "Brick Break",
        "Double Team",
        "Sludge Wave",
        "Flamethrower",
        "Sludge Bomb",
        "Fire Blast",
        "Rock Tomb",
        "Torment",
        "Facade",
        "Rest",
        "Attract",
        "Thief",
        "Round",
        "Focus Blast",
        "Fling",
        "Brutal Swing",
        "Quash",
        "Embargo",
        "Explosion",
        "Payback",
        "Giga Impact",
        "Rock Polish",
        "Stone Edge",
        "Rock Slide",
        "Infestation",
        "Poison Jab",
        "Swagger",
        "Sleep Talk",
        "Substitute",
        "Snarl",
        "Dark Pulse",
        "Confide"
      ]
    }
  }


Trying to teach Alolan Muk Ice Punch in 8.2.0 didn't work with either the Galarian nor the Johto Tm, which confirms your Bug-Report.

It can learn Ice Punch from a Tutor because that has been added to the Stats-File, as you can see above.

I am going to mark this Ticket as a bug and close it, thanks for reporting this.

Sincerely, NotKili

Ticket details

  • Ticket ID: 15692
  • Project: Pixelmon Sidemod API
  • Status: Awaiting team input
  • Component: (unknown)
  • Project version: (unknown)
  • Priority: Normal
  • Severity: Normal
  • Forge/Sponge: (unknown)
  • What else would be useful to know?: (unknown)
  • Assigned to: NotKili
  • Reported by: RealJamesTV (Send PM)
  • Reporter's tickets: (List all tickets)
  • Reported on: 24 Apr 2021 06:07
  • Ticket last visited by: JayC on 21 Jun 2021 17:05
JOIN THE TEAM