André Bastos Dias
54ac918828
Remove unnecessary type assertion in Beat Up ( #11832 )
Node.js CI / build (18.x) (push) Has been cancelled
2026-03-19 23:08:45 -06:00
André Bastos Dias
815b5f260a
Support inheritance of ability, item, and move conditions ( #11754 )
Node.js CI / build (18.x) (push) Waiting to run
2026-03-19 03:44:48 -07:00
Kris Johnson
e57a806630
Linked: Fix Upper Hand
2026-03-17 22:58:12 -06:00
André Bastos Dias
e7b13b7df3
Implement Pomeg Glitch Clause ( #11800 )
2026-03-17 16:37:23 -07:00
Slayer95
307b84fe4c
Make Beat Up info withholding a rule: Beat Up Nicknames Mod ( #11825 )
2026-03-17 16:30:54 -07:00
Sunny
c7717be292
Gen 1 Stadium Rentals: Fix implementation ( #11824 )
...
* Implementing Stadium Rentals
* pidgeot fix
* Duplicate Fixing
2026-03-17 15:58:19 -06:00
André Bastos Dias
84f6e93478
Remove single-ban clauses ( #11822 )
2026-03-16 19:54:59 -07:00
André Bastos Dias
be33fc1ee6
LC: Ban Shellder ( #11819 )
...
* LC: Ban Shellder
https://www.smogon.com/forums/threads/dirty-little-secret-shellder-suspect-test.3778358/post-10909234
* Ban Shellder in formats
* Remove Shellder from LC UU banlist
2026-03-15 15:12:23 -06:00
Kris Johnson
bf6e6efbe7
Add [Gen 1] Stadium Rentals
Node.js CI / build (18.x) (push) Has been cancelled
2026-03-13 22:31:59 -06:00
EvGym
3b326cfa83
Adding Gen 3 Hoenn Stadium format ( #11797 )
...
* Adding gen 3 colosseum format, updating win check
* Update formats.ts
* Adding Gen 3 Hoenn Stadium format
* They want open team sheets on the format
* Fixing selfKO clause code for the gen3colosseum mod.
- Perish song only cares if the user is the last mon, we had that wrong.
- Corrected the game resolution code to properly calculate winners/draws (Has been tested on a dev server)
* forgot Destiny bond
* Cleaning up ban and unban lists for hoenn stadium
* Deoxys is not nonstandard
---------
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2026-03-13 19:32:36 -06:00
Kris Johnson
2742d9dd47
Remove unused mods
Node.js CI / build (18.x) (push) Waiting to run
2026-03-13 13:23:06 -06:00
Kris Johnson
4a736e5af1
Pokebilities: Update Neutralizing Gas to modern code
2026-03-13 12:54:33 -06:00
Kris Johnson
c6504627ec
Appease linter
Node.js CI / build (18.x) (push) Has been cancelled
2026-03-09 12:28:27 -06:00
André Bastos Dias
e5c7fe52ed
Orre Colosseum: Allow Deoxys formes ( #11811 )
2026-03-09 12:21:04 -06:00
Kris Johnson
8d87bb5a9c
Fix typo
2026-03-09 12:03:23 -06:00
Kris Johnson
cc68e3e967
Linked: Fix modified-priority moves in a link
2026-03-09 12:00:37 -06:00
André Bastos Dias
7af1d0e48f
Simplify Gen 3 Colosseum implementation ( #11799 )
...
* Simplify Gen 3 Colosseum implementation
* Remove formats-data
* Re-add
2026-03-08 12:46:22 -06:00
André Bastos Dias
3f071d4b8a
Add and use the Standard AG ruleset in previous generations ( #11796 )
...
Node.js CI / build (18.x) (push) Waiting to run
* Add and use the Standard AG ruleset in previous generations
* Fix gen1 and gen1stadium
* Fix Gen 1 again
2026-03-08 12:42:16 -06:00
André Bastos Dias
8539330f7e
National Dex: Re-ban Zamazenta after suspect test ( #11795 )
2026-03-08 12:41:35 -06:00
livid washed
802c1c1d99
Add March 2026 Randomized Format Spotlight ( #11792 )
...
* Add March 2026 Randomized Format Spotlight
* Make message clearer ( I think)
* lint
* Move to gen9/teams.ts
* Move to gen9/teams.ts pt 2
* done
* lint
* Prevent mons from being harmed by Godly Gift stat passing
2026-03-08 12:41:18 -06:00
livid washed
d57d100065
Hotfix Sitrus Iron Bundle in gen 9 randdubs ( #11801 )
2026-03-08 12:40:26 -06:00
Caznovia
e78411f6e7
[Gen 4] VGC 2009: Fix future event legality ( #11805 )
2026-03-08 12:06:55 -06:00
Slayer95
55f9e85172
Linked: Fix inconsistent implementations of twoturnmove, lockedmove ( #11804 )
...
* Linked: Fix inconsistent implementations of twoturnmove, lockedmove
* Linked: Sturdier implementation for Torment
2026-03-08 12:06:19 -06:00
Marty-D
59709dba6c
Fix item numbers
Node.js CI / build (18.x) (push) Has been cancelled
2026-03-05 18:41:57 -05:00
Kris Johnson
04a026782d
Linked: Fix priority on moves in the first moveslots while choice-locked
Node.js CI / build (18.x) (push) Has been cancelled
2026-03-03 14:48:32 -07:00
Slayer95
7bd04f470c
Linked: Remove m.lastMoveAbsolute in favor of lastMove ( #11791 )
...
* Fix Linked last move checks
At some point between af6affb and 045fe456 , Linked's concept of
last absolute move changed from using the 2nd move in a link to
using the 1st move, likely in an attempt to preserve the 1st move
information that used to be stored for debugging purposes.
However, the redefinition has impacted the mechanics of Sketch, and
other moves for a long time.
This commit restores the original mechanics, and gets rid of the
last absolute move concept, in favor of the orthodox pokemon.lastMove.
In consequence, all modded data entries that now match gen9 are
also deleted.
* Linked: Fix Grassy Glide priority calculation
2026-03-03 09:50:30 -07:00
Kris Johnson
59529d79e0
FIx lint
Node.js CI / build (18.x) (push) Waiting to run
2026-03-02 22:40:11 -07:00
Kris Johnson
5f698aaf74
Linked: Update runAction for missing action choices
2026-03-02 22:38:21 -07:00
Kris Johnson
6545c74486
Linked: Fix bugs with Encore, Stalwart, Propeller Tail, and Snipe Shot
2026-03-02 21:14:50 -07:00
Kris Johnson
bf612bf9ee
Fix lint
2026-03-02 20:01:49 -07:00
Kris Johnson
e4801e992a
Linked: Fix priority of linked moves (again)
2026-03-02 19:56:45 -07:00
Kris Johnson
8ce95e4a2c
Linked: Fix crash
2026-03-02 19:53:51 -07:00
André Bastos Dias
c9f530f412
Legends Z-A OU: March tier shifts ( #11788 )
Node.js CI / build (18.x) (push) Has been cancelled
2026-03-01 14:26:44 -07:00
Kris Johnson
3a3c6739f2
Implement March 2026 tier shifts
2026-03-01 10:28:13 -07:00
Yoshiblaze
376da145ff
Add [Gen 6] Megas Revisited Random Battle ( #11778 )
...
* March PMOTM Part 1
* March PMOTM Part 2
* March PMOTM Part 3
* March PMOTM Part 4
* March PMOTM Part 5
* Update data/mods/gen6megasrevisited/abilities.ts
* Update data/mods/gen6megasrevisited/scripts.ts
---------
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2026-03-01 03:37:04 -07:00
livid washed
1d8968acdf
Randomized formats update ( #11782 )
...
* Randomized set updates
* fix some things
* add resttalk primarina gen 7
* Create Pokemon incompability system
* Simplify code
* tghost oinkolognes
* Give sash back to doubles smeargle
* Give sash back to doubles smeargle
2026-03-01 03:20:05 -07:00
Kris Johnson
be25932aff
Update rotational ladders ( #11785 )
...
* Update Kalos starter Mega abilities
* Update rotational ladders
2026-03-01 03:19:22 -07:00
Kris Johnson
76eb3eb3bf
Update Kalos starter Mega abilities ( #11781 )
Node.js CI / build (18.x) (push) Has been cancelled
2026-02-27 19:50:24 -07:00
Niadev
c30261be77
Ban Okidogi from National Dex UU ( #11779 )
2026-02-27 18:21:20 -07:00
André Bastos Dias
1091524b94
Gen 1: Fix underflow glitch applied to mimicked duplicate moves ( #11746 )
...
Node.js CI / build (18.x) (push) Has been cancelled
* Fix underflow glitch applied to mimicked duplicate moves
* Remove flags
* Remove console.log
2026-02-17 18:36:37 -07:00
André Bastos Dias
f4889cac74
Implement Zacian and Zamazenta transformations as species conditions ( #11748 )
...
Node.js CI / build (18.x) (push) Waiting to run
* Implement Zacian and Zamazenta transformations as species conditions
* Remove custom transformation from gen8linked
2026-02-17 18:34:52 -07:00
dot-Comfey
42f591a330
Remove hardcoding of formes inheriting learnsets ( #11750 )
...
* Remove hardcoding of formes inheriting learnsets
* Fix learnset inheritance
* Update learnsets.ts
2026-02-17 18:33:57 -07:00
Kris Johnson
9cfe6c1333
NatDex: Move Zamazenta-C to OU for suspect
2026-02-17 17:11:39 -07:00
iforgetwhyimhere
a7f286ee0d
Add "Same Letter Clause" ( #11767 )
...
* Add "Same Letter Rule"
* cleanup
* indentation
* ^
Co-authored-by: Slayer95 <ivojulca@hotmail.com>
* change slc desc
* clarify rejection message
---------
Co-authored-by: Slayer95 <ivojulca@hotmail.com>
2026-02-14 20:09:56 -07:00
André Bastos Dias
c448db8692
Deduct PP from Gen 3 and Gen 4 Pursuit ( #11753 )
Node.js CI / build (18.x) (push) Has been cancelled
2026-02-13 09:57:41 -07:00
André Bastos Dias
ae43883ed1
Legends Z-A OU: January tier shifts ( #11756 )
2026-02-13 09:54:22 -07:00
Runo
2ad682ce28
NatDex RU: Ban Sharpedo-Mega ( #11763 )
...
https://www.smogon.com/forums/threads/national-dex-ru-metagame-discussion.3713801/post-10871103
2026-02-13 09:53:48 -07:00
iforgetwhyimhere
84df91ed10
Six By Six: Remove Gunk Rock ( #11761 )
2026-02-13 09:53:37 -07:00
André Bastos Dias
737a8095ac
Add Full Arceus Clause ( #11725 )
...
Node.js CI / build (18.x) (push) Has been cancelled
* Enable Arceus EV Limit Mod
* English
* Add comment with implementation location
* Add Full Arceus Clause
* Add event for clause
* Move comment
* Lint
* Simplify assignments
* Revert Melmetal changes
* Revert "Revert Melmetal changes"
This reverts commit 8c4a04e67c .
* Reapply "Revert Melmetal changes"
This reverts commit 7553972011 .
* Add explanation comment
* Remove test
* Comment
2026-02-08 10:24:39 -07:00
Karthik Bandagonda
df367633bc
Refactor Skill Swap to its own function ( #11563 )
Node.js CI / build (18.x) (push) Has been cancelled
2026-02-06 08:47:29 -05:00