Commit Graph

23714 Commits

Author SHA1 Message Date
Kris Johnson
f64b2b00ae
BW2 1v1: Update bans
https://www.smogon.com/forums/threads/1v1-old-gens.3646875/page-11#post-8844739
2021-05-04 21:30:09 -06:00
Kris Johnson
845da77a9f
Balanced Hackmons: Ban Cramorant-Gorging
https://www.smogon.com/forums/threads/balanced-hackmons.3656408/page-32#post-8844771
2021-05-04 21:27:55 -06:00
Mudkipman12
82006cf308
Ban Mega Latios and Thundurus-T in NatDex UU (#8269)
* Ban Mega Latios in NatDex UU

https://www.smogon.com/forums/threads/bug-reports-v4-read-original-post-before-posting.3663703/post-8845100
Fix to the current NatDex UU banlist.

* Update tags.ts

* Also Ban Thundurus-T

Turns out its also legal and isnt supposed to be
2021-05-04 21:11:16 -06:00
Mia
5f21bc1d9d Helptickets: Update language display in /ht list
Staff preferred this, from opinions given when it went live.
2021-05-04 20:54:58 -05:00
Leonard Craft III
771c60d4b9
Improve self-hit confusion damage (#8264) 2021-05-04 13:44:13 -04:00
Guangcong Luo
edb45ebecc Refactor rule iteration 2021-05-04 04:50:58 -07:00
Guangcong Luo
c11dccb032
Rename and fix maxTeamSize (#8266)
`maxTeamSize` is a bad variable name (not that `teamLength.battle` is
any better, but that'll get fixed in a future refactor).

- Rename `maxTeamSize` to `chosenTeamSize`, to better indicate that
  this is the size after Team Preview, and that it is also the minimum
  size after Team Preview.

- Don't limit team sizes to 6 if `teamLength.battle` isn't specified.
  This removes an unnecessary `teamLength.battle` requirement in all
  Custom Game formats.

- Stop requiring `maxTeamSize` as a parameter for `battle.getRequests`.
  It's not even used except as a hint to the Preact client, and was
  never state in the first place.

- Stop supporting partial `side.chooseTeam`. This is an unused feature
  and removing it massively simplifies the code and fixes a bug in
  `cupLevelLimit` which definitely was not written with the
  understanding that `chooseTeam` could be partial.

- Fix a bug in #7929 which seemed to misunderstand what `teamsize` was
  for.
2021-05-04 00:31:05 -07:00
Kris Johnson
6ee011b0e5
Sketchmons: Update bans
again :|
2021-05-03 21:28:45 -06:00
Distrib
cc2fb4a596
Add No Switch rule (#8241) 2021-05-03 16:09:09 -07:00
Annika
d48c7a9ed6 Random Battles: Fix STAB enforcement 2021-05-03 15:16:57 -07:00
Kris Johnson
26af3f3e2c
DPP OU: Update Viability Rankings link 2021-05-03 12:41:58 -06:00
Kris Johnson
b840cc663b
AAA: Add resources link 2021-05-03 12:41:03 -06:00
Annika
2df7307ca2 Helptickets: Display language in ticket list 2021-05-03 10:35:37 -07:00
Kris Johnson
da1cb53002 1v1: Update bans 2021-05-03 11:21:43 -06:00
Mia
abcf367181 Admin: Respawn Dexsearch processes in formats hotpatch 2021-05-03 11:41:49 -05:00
Instruct
7f5bebe75c
Sketchmons and Inverse: Update banlists (#8263)
* Inverse: Update Banlist

* [23:08] in the hills: sorry to bother but can u also add cinderace to the Sketchmons banlist, it was missed in the last update

* Update formats.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2021-05-03 10:39:53 -06:00
Marty-D
916c80b23d
Fix Mold Breaker interaction with Aura Break and Dark/Fairy Aura 2021-05-03 12:34:06 -04:00
Mia
a20f2ebdf2 Helptickets: Add the alias /ht tb to /ht ban
Requested by a few staff
2021-05-03 10:45:46 -05:00
Karthik
f453d37817
Fix interaction between Gluttony and Neutralizing Gas ending (#8250) 2021-05-03 11:25:47 -04:00
pyuk-bot
37df679e73
FFA: Update Court Change mechanics (#8259) 2021-05-03 11:23:03 -04:00
pacmanboss256
bb2d700883
Fix smart targeting with scripted moves (#8248) 2021-05-03 11:20:19 -04:00
Marty-D
a40f3388b6
Stop Ripen from reducing damage forever 2021-05-03 11:17:37 -04:00
Annika
f6b21b90ce Trivia: Support games with fewer than 3 players
Requested by Trivia roomstaff
2021-05-02 21:36:22 -07:00
Annika
38f16f2097 Trivia: Add a button for signups 2021-05-02 21:34:50 -07:00
Karthik
ee5928622f
Gen VII: Backport Psychic Terrain priority hint (#8262) 2021-05-02 19:36:52 -05:00
Kris Johnson
80dce7047b Doubles LC: Add Sleep Clause Mod 2021-05-02 17:51:21 -06:00
Kris Johnson
97100ddf6a
Sketchmons: Update bans
https://www.smogon.com/forums/threads/sketchmons-om-of-the-month.3680298/page-3#post-8842675
2021-05-02 15:58:20 -06:00
Quinton Lee
51e005e65d
Implement /closehtmlpage (#8253) 2021-05-02 13:42:46 -07:00
Annika
dd6fb52079 /lock: Fix reason parsing 2021-05-01 21:19:09 -07:00
pacmanboss256
c1996a3949
Fix Me First's interaction with recharge moves (#8258) 2021-05-01 20:53:13 -07:00
Annika
99cb226a4b Random Battles update 2021-05-01 18:37:52 -07:00
Kris Johnson
e9a5bba42e
Sketchmons: Fix bans 2021-05-01 19:37:11 -06:00
Marty-D
f853d63653 Revert "Don't check for a winner mid-attack"
This reverts commit 658b122ca8.
2021-05-01 19:25:47 -04:00
Guangcong Luo
0eaa4cf630 Sketchmons does not need to be this complex 2021-05-01 15:40:04 -07:00
Guangcong Luo
f253af89df Fix crash in Sketchmons validator 2021-05-01 15:40:04 -07:00
Marty-D
658b122ca8 Don't check for a winner mid-attack 2021-05-01 18:21:34 -04:00
Guangcong Luo
230a9427c9 Fix crash in isBannedSpecies 2021-05-01 13:56:25 -07:00
Kris Johnson
c83fdcad22 Inverse: Update bans 2021-05-01 14:48:39 -06:00
Kris Johnson
45b515be6f Tags: Account for (DUber) 2021-05-01 12:43:42 -06:00
Kris Johnson
b77a4ad4e4 Tags: Fix bugs with parentheses 2021-05-01 12:41:57 -06:00
Kris Johnson
e445f05823
Tags: Don't use toID 2021-05-01 12:31:49 -06:00
Kris Johnson
b38099e2b9
Sketchmons: Ban Swoobat and Wicked Blow
https://www.smogon.com/forums/threads/sketchmons-om-of-the-month.3680298/page-2#post-8841113
2021-05-01 12:16:00 -06:00
Daniel Wan
b58cfbae5d
Fix interaction of Destiny Bond and Red Card (#8219) 2021-05-01 14:02:34 -04:00
pacmanboss256
9de563f839
Fix Adrenaline Orb's interaction with max stat stages (#8154) 2021-05-01 14:01:32 -04:00
Marty-D
e84230353b
Mistakes have been made 2021-05-01 13:59:05 -04:00
Marty-D
12c42a0701
Update tiers for May shift 2021-05-01 13:58:14 -04:00
Leonard Craft III
2ad0281fed
Formats: Use the name VGC 2021 Series 9 (#8257) 2021-05-01 09:23:11 -06:00
Kris Johnson
612112834d Update OMotM and LCotM aliases 2021-05-01 01:59:26 -06:00
Leonard Craft III
a1ca2f5302
Rename VGC 2021 ladder and upgrade Battle Stadium Singles to Series 9 (#8255)
* Battle Stadium Singles: Update to Series 9

* Update formats.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2021-05-01 01:58:19 -06:00
Kris Johnson
5331e0e748
Refactor splitTarget to splitUser (#8246) 2021-05-01 00:42:25 -07:00