Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Super Fang & Ruination #576

Open
wants to merge 69 commits into
base: master
Choose a base branch
from

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    b40efad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efbbb0f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    90024d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    2b53d0f View commit details
    Browse the repository at this point in the history
  2. ups, eslint

    ForwardFeed committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4e1e2fa View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Update sets

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    c239793 View commit details
    Browse the repository at this point in the history
  2. Update sets

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e4cd27e View commit details
    Browse the repository at this point in the history
  3. Update sets

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    d674289 View commit details
    Browse the repository at this point in the history
  4. Fix Gen 6 rands calc

    KrisXV authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    8331869 View commit details
    Browse the repository at this point in the history
  5. Update template

    KrisXV authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1febdfa View commit details
    Browse the repository at this point in the history
  6. Update sets

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    717bf06 View commit details
    Browse the repository at this point in the history
  7. Update sets

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e76a352 View commit details
    Browse the repository at this point in the history
  8. Add Teal Mask DLC data

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    4d53b56 View commit details
    Browse the repository at this point in the history
  9. Add more Teal Mask DLC data

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    937a130 View commit details
    Browse the repository at this point in the history
  10. Support Mind's Eye

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    71aee62 View commit details
    Browse the repository at this point in the history
  11. Support Fairy Feather

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    c8f7aed View commit details
    Browse the repository at this point in the history
  12. Support Ogerpon

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    eff650d View commit details
    Browse the repository at this point in the history
  13. Support Ivy Cudgel

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1334562 View commit details
    Browse the repository at this point in the history
  14. Remove console.log

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    de99a8f View commit details
    Browse the repository at this point in the history
  15. Update @pkmn/dex

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    53f5e42 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e18b638 View commit details
    Browse the repository at this point in the history
  17. Remove unused code

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    253a0a5 View commit details
    Browse the repository at this point in the history
  18. Fix checkEmbody

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    9ffe5c4 View commit details
    Browse the repository at this point in the history
  19. Fix Ogerpon UI edge case

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    2d52226 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    626cfc7 View commit details
    Browse the repository at this point in the history
  21. Add Big Nugget's fling damage

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    141c637 View commit details
    Browse the repository at this point in the history
  22. Update sets

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    aade01c View commit details
    Browse the repository at this point in the history
  23. Dipplin is affected by Eviolite

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a9b4b3d View commit details
    Browse the repository at this point in the history
  24. Improve Protosynthesis/QP auto selection (smogon#546)

    - If Protosynthesis / Quark Drive is selected without the necessary conditions to activate, the status is inactive
    - If the item is changed to booster energy or the correct weather / terrain is set, the status becomes auto select
    - If the item / weather / terrain are removed, the status reverts to inactive
    - If a specific stat is selected as the override, that stat is increased by the appropriate multiplier
    - Overridden selections are not affected by changing item / weather / terrain
    Ericzklm authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e741861 View commit details
    Browse the repository at this point in the history
  25. More Booster Energy improvements

    Treat Booster Energy as consumed when P/Q is active
    + smogon#546 nits because Git wouldn't let me push to the branch.
    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    6aa0eea View commit details
    Browse the repository at this point in the history
  26. Implement multihit moves properly

    Credits to longhiep341 & pacmanboss256 for coming up with cases where
    the damage of multihit moves differ from hit x to hit y.
    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    52ee339 View commit details
    Browse the repository at this point in the history
  27. Tests: Run Gen 9 tests by default

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    144d41a View commit details
    Browse the repository at this point in the history
  28. Fix critical multihit attacks

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    cf9d7bb View commit details
    Browse the repository at this point in the history
  29. Show Stamina & Weak Armor in desc

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    5580611 View commit details
    Browse the repository at this point in the history
  30. Update sets

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a49a205 View commit details
    Browse the repository at this point in the history
  31. Fix more multihit bugs

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    c844f08 View commit details
    Browse the repository at this point in the history
  32. Add a calculateBaseDamage func

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    354ce04 View commit details
    Browse the repository at this point in the history
  33. Update sets

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    fb68876 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    f062a32 View commit details
    Browse the repository at this point in the history
  35. v0.8.0

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    9983bf2 View commit details
    Browse the repository at this point in the history
  36. Update sets

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    0483b0b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    09d5819 View commit details
    Browse the repository at this point in the history
  38. Support Loaded Dice in the UI

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    4ff2635 View commit details
    Browse the repository at this point in the history
  39. Update sets

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    89d01b9 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    e2aa5ac View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    13e5a9a View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    226dcd7 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    1d016ff View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    894a5f0 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    460e753 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    6e3f932 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    4076b32 View commit details
    Browse the repository at this point in the history
  48. UI: Fix Loaded Dice & Skill Link

    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    30e5518 View commit details
    Browse the repository at this point in the history
  49. Fix Spectral Thief behavior (smogon#575)

    Fixes Spectral Thief stealing negative stat changes, as reported https://www.smogon.com/forums/posts/9748441.
    
    Additionally, fixes Spectral Thief not removing positive boosts (particularly Defense boosts) from the target.
    AWildNoob authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1c8c382 View commit details
    Browse the repository at this point in the history
  50. Gen 4: Fix Klutz not dropping Speed from Iron Ball (smogon#562)

    In Generation 4, if a Pokemon with the ability Klutz holds
    an Iron Ball it should still get its Speed dropped. However, Klutz
    Pokemon holding an Iron Ball won't be grounded.
    
    Fixes smogon#560
    shrianshChari authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    07328a7 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    b44f0ac View commit details
    Browse the repository at this point in the history
  52. Import Palafin sets into Palafin-Hero (smogon#582)

    Duplicate Palafin's sets into Palafin-Hero.
    
    Fixes smogon#558
    shrianshChari authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    f7d49b5 View commit details
    Browse the repository at this point in the history
  53. Update sets

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    89f6fc2 View commit details
    Browse the repository at this point in the history
  54. Introduce a smoke tester

    The smoke tester runs PS battles and compares the damage rolls to the
    calc's. If they don't match, it will print the output to `logs/`.
    The smoke tester can then be re-ran with the log filename as a CLI
    argument and it will report each failure in detail.
    
    This is still a WIP as can be seen by the TODO comments but it works
    decently enough now that I decided to commit it to the repo.
    thejetou authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    aab1c21 View commit details
    Browse the repository at this point in the history
  55. Fix Gen 5 Randoms damage calc

    KrisXV authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    f6b2ee9 View commit details
    Browse the repository at this point in the history
  56. Update sets

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    fc8ee14 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    1ba2a46 View commit details
    Browse the repository at this point in the history
  58. Bump @babel/traverse from 7.20.12 to 7.23.2 in /calc (smogon#583)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.12 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    65f79ba View commit details
    Browse the repository at this point in the history
  59. Bump @babel/traverse from 7.21.2 to 7.23.2 (smogon#584)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    ec20f8c View commit details
    Browse the repository at this point in the history
  60. Update sets

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a26de83 View commit details
    Browse the repository at this point in the history
  61. Update sets

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    6b933d5 View commit details
    Browse the repository at this point in the history
  62. Add VGC2023 Regulation E

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    78ab355 View commit details
    Browse the repository at this point in the history
  63. Update sets

    monsanto authored and ForwardFeed committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    5e32c5b View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    e929667 View commit details
    Browse the repository at this point in the history