Skip to content

Super Damage Calculator Alpha 0.6

Latest
Compare
Choose a tag to compare
@DaWoblefet DaWoblefet released this 06 Jul 00:42
· 17 commits to master since this release

The "we're starting to become super" update!

New additions:
-Added: Damage Optimization Tabs in the bottom-center of the damage calculator interface. This will be for various functions of damage calculation that are otherwise tedious. For example:
-Added: KO Chance Calculator integration. Drag-and-drop moves to the KO Chance Calculator for ease of use.
-Added: Terrains, weathers, and Auras will dynamically update based on Pokemon Abilities (and can still be manually overriden)
-Added: Variables in damage calculation (e.g. Terrains, Helping Hand, boosts/drops, etc.) now displayed
-Added: Full Parental Bond support
-Added: notifications about new versions will now appear when I put out a new release
-Added: logic for Freeze-Dry, Flying Press, and Thousand Arrows

Damage logic bug fixes:
-Fixed: Strong Winds modifier from a weather modifier -> type modifier based on cart research
-Fixed: -ate Abilities now properly account for type effectiveness
-Fixed: Slow Start applying to Z-moves in situations where it shouldn't have been applying
-Fixed: the right-side Pokemon using the left-side Pokemon's field variables

Showdown import bugs
-Fixed: Pokemon with nickname + gender should now import correctly from Pokemon Showdown
-Fixed: Default level no longer overrides the specific level set by the Showdown import
-Fixed: Pokemon knowing Nature's Madness or Nature Power now load properly
-Fixed: Case where some properties of moves were behaving strangely on import
-Fixed: Single-set import should work again

Other bugs:
-Fixed: Terrain spacing issues in damage output are corrected
-Fixed: Reflect and Light Screen can no longer be displayed simultaneously in damage calculation (this was just a visual bug)
-Fixed: more sanity checks on input, so it's less likely to trigger an exception message if you try to feed it bad data

Other changes:
-Change: Selecting a move from the top will now "lock" that move into place so only it displays in the main damage output (similarly to double clicking on PS/TT-style calcs)
-Change: Field options no longer carry over when loading a new Pokemon/switching between them in Team Toggle.
-Change: Damage output now will dynamically resize its font instead of being cut off.
-Performance: reduced excessive damage calculation calls when loading Pokemon data.