8000 Release v1.2.5 · doshidak/showdex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.2.5

Latest
Compare
Choose a tag to compare
@doshidak doshidak released this 29 Sep 03:29
· 1 commit to master since this release
fa7afd2

So anyway, I started Tera Blasting. B A N G  B A N G (It finally works now!) Along with a bunch of other moves, this patch primarily addresses damage calculation bugs & slightly touches up that auto-set feature we added in the last version.

IT'S

| (• ◡•)|  TERA BLASTIN' TIME (❍ᴥ❍ʋ)

ー PLEASE ENJOY ー

B A N G


Deployment

Browser Version Build Submitted Checked Status
Chrome v1.2.4 → v1.2.5 1923BC43060 2024 Sep 28 20:20 2024 Sep 29 21:44 Live!
Firefox v1.2.4 → v1.2.5 1923BC50731 2024 Sep 28 20:22 2024 Sep 28 20:25 Live!
Opera v1.2.1 → v1.2.5 1923BC43060 2024 Sep 28 20:30 2024 Oct 22 20:50 Pending Review
  • Timestamps are in PDT (UTC-07:00).

What's New

General

  • Updated the auto-set feature to auto-disable when making any changes to abilities, items, moves, or sets in non-Randoms formats.

UI

  • Added an "AUTO" label to the category & BP fields in the Moves Editor if their values are being handled by the underlying damage calculator.
    • Notably, this will apply to some of the moves mentioned in the Bug Fixes section below, as well as some previously bypassed moves for Showdex, such as Acrobatics.
    • Specifying a value will still override the calculator's default behavior as usual (in which you can select the "RESET" button to undo your changes, also as usual).
    • Doing so will effectively bypass whatever dynamic category / BP calculation that internally takes place within the calculator's mechanics files.

Settings

  • Added Auto Features: Guess Best Set
    • Enabled by default, this serves as the "global toggle" for our rudimentary auto-set selection feature introduced in v1.2.4.
    • Disabling this will only initially turn off the auto-set selection for new Pokémon added to a battle's Calcdex & doesn't disable / hide the "AUTO" toggle button itself.
    • i.e., Regardless of this setting, you can always toggle the "AUTO" button on & off as you please! (As long as there's more than 1 set, of course!)
  • Removed the Auto– prefix from a bunch of Auto Features to avoid being redundant:
    • Auto-Fill Revealed MovesFill Revealed Moves
    • Auto-Swap PokémonSwap Pokemon
    • Auto-Accept Team SheetsAccept Team Sheets
    • Auto-Import Team SheetsImport Team Sheets
  • Removed OMs & LC Support: Edit Moves & Honkdex: Always Edit Moves
    • This will always functionally be on the Always option, always.
    • Originally added back in v1.0.6 as an advanced feature in order to reduce UI clutter & " option paralysis " (...anyone remember using Photoshop for the first time? LOL), we now feel this is an essential feature of the Calcdex, especially in Gen 9 with regards to the Fallen counter for the Supreme Overlord ability.

Bug Fixes

  • Fixed the incorrect Physical / Special category being applied for the following moves:
  • Fixed doubled BPs for Weather Ball & Terrain Pulse.
  • Fixed BP for Knock Off incorrectly boosting specifically against Zacian-Crowned w/ a Rusted Sword & Zamazenta-Crowned w/ a Rusted Shield.
    • Within the underlying damage calculator, the BP boost is correctly bypassed for these items when these Pokémon are in their base, non-Crowned formes (i.e., Zacian & Zamazenta) but incorrectly applied otherwise.
    • Note that this fix only applies to the aforementioned Rusted items; i.e., the BP will still be boosted against a Choice Band'd Zacian as usual.
    • Under-the-Hood:  This fix is temporarily implemented at the showdex-calc-level & will be replaced whenever officially fixed upstream at @smogon/calc.
  • Fixed auto-set weather & terrain overriding battle-synced ones.
  • Fixed invalid sync targets for your Pokémon with the Illusion ability (e.g., Zoroark, Zoroark-Hisui), in which any updates would incorrectly apply to the copied illusory Pokémon instead.
  • Fixed sets applying to the wrong Pokémon in the Honkdex when multiple of the same species forme exist.
  • Fixed the Bakedex Repository updater corrupting existing bundle assets in the local cache.
  • Fixed the massive player title icons feature in the Calcdex player dropdowns for FFA formats.

Under-the-Hood

0