Commit Graph

9664 Commits

Author SHA1 Message Date
Karthik99999
a718a33227 Fix Ogerpon/Terapagos Tera Types in Challenge Cup 2025-07-30 22:50:09 -04:00
André Bastos Dias
909c8c51f1
Fix Healing Wish and Lunar Dance switch in priority (#11146) 2025-07-29 17:48:23 -06:00
André Bastos Dias
f24d648c8a
Fix accuracy of Gen 1 trapping moves (#11305)
* Fix accuracy of Gen 1 trapping moves

* Fix tests

* Update data/mods/gen1/scripts.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

* Update data/mods/gen1stadium/scripts.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

* Update data/mods/gen3/scripts.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

---------

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2025-07-29 17:47:49 -06:00
André Bastos Dias
aa2f2a306f
Add Celebrate Flabébé event (#11306)
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
2025-07-28 19:16:47 -04:00
André Bastos Dias
e27ae66ec6
Fix Burn Up thawing user when user does not have Fire type (#11304) 2025-07-28 18:56:51 -04:00
André Bastos Dias
7f58261221
ZU: Ban Porygon2 (#11300)
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
2025-07-27 20:04:24 -04:00
André Bastos Dias
ac3c06daf0
Approximate Rebound to Magic Bounce/Coat implementation (#11290) 2025-07-23 03:13:47 -07:00
Kris Johnson
d97b176082 Revert "Simplify the implementation of locked moves (#11256)"
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
This reverts commit 4d634394f5.
2025-07-22 03:38:29 -06:00
André Bastos Dias
4d634394f5
Simplify the implementation of locked moves (#11256) 2025-07-22 02:14:13 -07:00
André Bastos Dias
fd21559ba8
Refactor Gen 1 partial trapping (#11189) 2025-07-22 02:12:20 -07:00
André Bastos Dias
f74586f765
Implement Imprison disabling logic using Test Fight (#11208) 2025-07-22 02:09:45 -07:00
André Bastos Dias
48316b5864
GSC ZU: Ban Mantine (#11288) 2025-07-21 11:01:23 -06:00
Runo
33673d88bc
NatDex UU: Ban Iron Crown (#11289)
https://www.smogon.com/forums/threads/sv-national-dex-uu-stage-8-2-king-without-a-crown.3768238/
2025-07-21 11:01:10 -06:00
Kris Johnson
b019954f68
PU: Unban Duraludon for suspect 2025-07-21 10:29:24 -06:00
Yoshiblaze
29f0455878
Change Scream Tail's ability (#11283)
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
2025-07-17 15:28:22 -06:00
André Bastos Dias
324966b811
CAP: Prevent Polar Flare from thawing targets (#11273) 2025-07-15 21:39:19 -04:00
André Bastos Dias
53fe99a6ff
Fix interaction between Max Weather Ball and -ate Abilities (#11138)
Some checks failed
Node.js CI / build (18.x) (push) Waiting to run
Publish to npm / test (push) Has been cancelled
Publish to npm / get-version (push) Has been cancelled
Publish to npm / npm-publish (push) Has been cancelled
* Fix interaction between Max Weather Ball and -ate Abilities

* Apply to the other moves

* Revert Normalize

* Revert "Revert Normalize"

This reverts commit e6f670daa8.
2025-07-15 11:36:07 -06:00
ACakeWearingAHat
eb6d580a90
CAP Random Battle: Add Ramnarok (#11276)
this thing more broken than cawm y'all
2025-07-14 16:23:59 -06:00
André Bastos Dias
85d60cefe6
Make Chromera a Sub-Legendary (#11274) 2025-07-14 14:08:37 -07:00
Marty-D
b3fd853052
Mark CAP 36 alternate form as Illegal 2025-07-13 12:39:57 -04:00
Spammernoob69
613613b6b6
Implement CAP 36 (#11270) 2025-07-13 10:49:17 -04:00
Slayer95
07b90b13cf
Refactor Team Preview to avoid code duplication (#11237)
DRY is particularly relevant because of the hardcodes,
which are unlikely to be kept in sync in OM code.
2025-07-12 20:57:05 -06:00
André Bastos Dias
3b6af0dd6d
Re-number CAP moves and abilities (#11257) 2025-07-12 15:17:35 -06:00
shrianshChari
fccf112a61
BDSP: Move Chatot and Drifblim to PUBL (#11267)
https://www.smogon.com/forums/threads/bdsp-pu-tier-shifts-post-79.3700009/page-4#post-10626194
2025-07-12 15:16:31 -06:00
Slayer95
2b32c8f57c
Send teampreview request after Tera Type info (#11238)
Refs #8546
2025-07-11 01:33:12 -06:00
André Bastos Dias
9bcca73a33
Modify HP after forme regression (#11261)
* Modify HP after forme regression

* Clip negative HP

* Change method name

* Don't reveal illusion

Should be redundant

* Move message timing

* Fix dynamax

* Clip HP for possible OMs

* Check using baseMaxHp

* Conditions.........

* Use ternary operation

* Fix comment
2025-07-11 01:32:43 -06:00
hammer798
014c77353e
RBY: Drop Slowbro from OU to UU, Drop Victreebel from OU to NU (#11260) 2025-07-11 01:28:07 -06:00
Yoshiblaze
eb550ea05c
VaporeMons Random Battle: Minor changes and bugfixes (#11264)
* Fix Sitrus Berry HP Numbers

* Fix Software Crash's type picking

* Split Froslass' set into two
2025-07-11 01:09:44 -06:00
Mia
3bab394e1b SSB: Remove Lily
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled
2025-07-07 22:09:34 -05:00
Kris Johnson
6fc4ef4c45
SSB: Fix bugs with set generation
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
2025-07-07 16:38:26 -06:00
missshowdown
2fffb4a3ca
GSC ZU: Fix tiers for low-rank NFEs (#11253)
https://www.smogon.com/forums/threads/zu-old-gens-hub-oras-bans-379.3646944/post-10502838
Both Diglett and Slowpoke are D rank on the most recent ZU viability list, the same as other Pokemon tiered as LC like Smoochum, Snubbull, Mankey, etc, so they should be tiered the same.
2025-07-07 16:29:00 -06:00
Kris Johnson
f92b63cc1a Fix typo 2025-07-07 16:26:52 -06:00
André Bastos Dias
f8f08443ac
Remove obsolete inheritance (#11249) 2025-07-06 11:18:38 -06:00
Kris Johnson
4edd58a832 Fix Baton Pass Trap Clause validation 2025-07-06 11:15:18 -06:00
Kris Johnson
f4380feffe
RU: Ban Serperior
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
2025-07-05 14:04:00 -06:00
Sergio
2ce41f17f3
Fix typos in Alola and Unova Dex rulesets (#11248)
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
2025-07-05 08:28:12 -05:00
Kris Johnson
baf2ea69ac
NatDex: Fix Sneasel-Hisui's tier 2025-07-05 01:47:43 -06:00
missshowdown
a8794d47fb
Fix ZU NFEs (#11241)
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled
* Fix ZU NFEs

Hisuian Sneasel had >4.52% average usage in ZU in the last three months just like Dipplin, Hattrem, Magneton, and Primeape. Porygon2 also had >4.52% average usage in ZU and was ZU before it moved to NU, so it moves back to ZU. 

Hisuian Sneasel stats
https://www.smogon.com/stats/2025-04/gen9zu-1630.txt - 5.14%
https://www.smogon.com/stats/2025-05/gen9zu-1630.txt - 8.72%
https://www.smogon.com/stats/2025-06/gen9zu-1630.txt - 8.57%
Average: 7.48%

Porygon2 stats
https://www.smogon.com/stats/2025-01/gen9zu-1630.txt - 10.03%
https://www.smogon.com/stats/2025-02/gen9zu-1630.txt - 9.35%
https://www.smogon.com/stats/2025-03/gen9zu-1630.txt - 13.80%
Average: 11.15%

* Update data/formats-data.ts

---------

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2025-07-02 12:49:52 -06:00
Kris Johnson
6733e2fc10
NatDex: Fix Mega Slowbro's tier
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
2025-07-02 01:57:44 -06:00
shrianshChari
def62ad205
NU: Ban Politoed (#11234)
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
https://www.smogon.com/forums/threads/np-stage-17-barracuda-politoed-banned-tier-shift.3767218/#post-10610897
2025-07-01 12:18:23 -06:00
shrianshChari
6a416d3cb2
RU: Ban Ogerpon (#11235)
https://www.smogon.com/forums/threads/np-sv-ru-stage-18-kings-queens-july-2025-shifts-ogerpon-quickbanned.3767219/
2025-07-01 12:18:13 -06:00
Marty
99242d57bb Past Gens: Update OU by technicality
https://www.smogon.com/forums/posts/10610694/
2025-07-01 10:43:02 -04:00
André Bastos Dias
6a44ac42b9
Fix Klutz's interaction with Fling (#11203) 2025-07-01 10:13:16 -04:00
Kris Johnson
5771f65626 Add July 2025 tier shifts 2025-07-01 08:09:12 -06:00
urkerab
862f409e57
SideConditionStart event should target the side with the condition (#11216)
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
* SideConditionStart event should target the side with the condition

* Use Slayer95's approach

* Delete data/mods/gen9fe/abilities.ts

---------

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2025-07-01 01:34:17 -06:00
André Bastos Dias
ac19dbb9e5
Move the gender logic to the validator (#11198)
* Move the gender logic to the validator

* Modify test seed

* Modify seed for other test

* Fix for RandBats

* Remove gender enforcement

* Revert "Remove gender enforcement"

This reverts commit c9c66a3725.

* Allow choosing genderless Pokemon

Without this, genders will always default to '' and never to 'N'
2025-07-01 01:26:42 -06:00
ACakeWearingAHat
6397bfddb3
Randomized format set updates (#11232)
* Randomized format set updates

* Update doubles-sets.json

---------

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2025-07-01 01:25:58 -06:00
Yoshiblaze
92482df250
Add July Pet Mod of the Month (VaporeMons Random Battle) (#11230)
* July PMOTM Initial Commit

* Clean up conditions.ts and items.ts

* Clean up abilities.ts

* Clean up pokedex.ts

* Clean up moves.ts Pt. 1

* just changing shelter (i keep losing track of lines)

* Clean up moves.ts Pt. 3 (lost track of lines again)

* Clean up moves.ts Pt. 4

* Clean up moves.ts Pt. 5

* Final clean up Pt. 1

* Final clean up Pt. 2

* Final clean up Pt. 2.1

* Final clean up Pt. 3

* desert storm fix

* desert storm "fix"

* Add VaporeMons to teams.ts

* Remove gen9fe from formats.ts

* Adding VaporeMons Randbats Sets Pt. 1

* Fix Ditto

* Add Randbats Sets Pt. 2

* Add Randbats Sets Pt. 3

* Shorten Garganacl's line

* Fix Typo

* Add Randbats Sets Pt. 4

* Fix error

* Final Randbats Sets

* Minor bugfixes

* Remove Speed-boosting Natures

* Extremely Minor Fixes

* Fix Vaporemons issues

* Fix style errors

* Fix Death Aura & Fair Fight not ending

* Remove test format and Fusion Evolution

* Give Skarmory Sledgehammer Blow

* Fix Illusion's flags

* Add Illusion Level Mod

---------

Co-authored-by: Meijer,L. (Lucas) <l.meijer6@students.uu.nl>
2025-07-01 01:22:44 -06:00
Karthik Bandagonda
d3d834c91a
Allow Picked Team Size to be used without Team Preview (#11224)
* Add Pick Team rule

* Make Team Preview and Pick Team mutually exclusive

* Automatically apply rule if Picked Team Size exists without preview

* Remove mutually exclusive part

* Move teamsize to start action
2025-07-01 01:20:57 -06:00
adrivrie
bc832df368
Random Battles: June 2025 balance patch (#11229) 2025-07-01 01:17:36 -06:00