pokerogue.net type effectiveness helper (fixed fork with variants)

Shows an info panel at the left side of the screen to display the type effectiveness of attacks against all Pokémon on the field. The "i" key opens and closes the info window at the left. Thanks to original dev sorenGu for the code

这些是此脚本变更过代码的版本。 显示所有版本。

  • v1.54 2025-09-11

    - Fixed a issue with some Shinys not being detected as pokemons

  • v1.53 2025-09-10

    - added a icon for the script

  • v1.52 2025-09-10

    - A LOT of fixes there was some bugs with alt types but now i tested it with ALOT of pokemons and it all seems to work finally
    - better caching for local storage less api calls

  • v1.25 2025-09-06

    - fixed so most pokemons should work alot better now all the alt varients have been really messy <,< but from now on it should be alot esier to update and add new once

    following the pattern in the code

    // Special forms mapping
    const specialFormMap = {
    8128: { // Paldea Tauros
    forms: {
    "aqua": { slug: "tauros-paldea-aqua-breed", displayName: "Tauros (Paldea Aqua)" },
    "blaze": { slug: "tauros-paldea-blaze-breed", displayName: "Tauros (Paldea Blaze)" },
    "combat": { slug: "tauros-paldea-combat-breed", displayName: "Tauros (Paldea Combat)" }
    },
    default: { slug: "tauros-paldea-combat-breed", displayName: "Tauros (Paldea Combat)" },
    baseId: "128"
    },
    741: { // Oricorio
    forms: {
    "pompom": { slug: "oricorio-pom-pom", displayName: "Oricorio (Pom-Pom)" },
    "pau": { slug: "oricorio-pau", displayName: "Oricorio (Pa'u)" },
    "sensu": { slug: "oricorio-sensu", displayName: "Oricorio (Sensu)" }
    },
    default: { slug: "oricorio-baile", displayName: "Oricorio (Baile)" },
    baseId: "741"
    },
    // Add more special forms here
    };

  • v1.20 2025-09-06

    - Added all types Paldea, Hisui, Galar, Alola and their subtypes
    - If some pokemon is not detected report it here in commends and i can try to fix it

  • v1.11 2025-09-05

    Fixed some Pokémon not being detected by BourbonCrow
    Added credits to original dev sorenGu cause i forgot

  • v1.1 2025-09-05

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址