Commit Graph

7501 Commits

Author SHA1 Message Date
Kris Johnson
95df82f173
Move Durant to RUBL 2021-09-12 14:00:32 -06:00
Karthik
c0541c7747
Fix Powder revealing target of a failed fire move (#8468) 2021-09-11 16:57:08 -05:00
May Evans
992280b9a3
Gen 1: Implement Stadium tiers (#8460) 2021-09-08 19:20:58 -04:00
May Evans
af1eeae7e8
Gen 1: Fix minimum level encounters (#8456) 2021-09-08 18:18:02 -04:00
Kris Johnson
38b81c59b5
Move Arctozolt to UUBL
https://www.smogon.com/forums/threads/np-ss-uu-stage-9-1-king-of-the-clouds-thundurus-banned.3689570/page-2#post-8971134
2021-09-08 15:22:10 -06:00
Karthik
c1faaa4013
Add evo condition for Lurantis (#8459) 2021-09-07 19:39:44 -05:00
Annika
1fc5e3a787 Random Battles updates 2021-09-06 20:46:44 -07:00
Karthik
4f791ef852
Gen III-IV: Fix Uproar duration (#8450) 2021-09-05 12:46:11 -04:00
Kris Johnson
f77f310c3d
Move Thundurus to UUBL
https://www.smogon.com/forums/threads/ss-uu-suspect-process-stage-9-1-thundurus.3690367/page-2#post-8967377
2021-09-05 10:38:24 -06:00
Kris Johnson
96605d0589 LC: Ban Scraggy and Sticky Web 2021-09-02 21:27:47 -06:00
Karthik
d33bbfeba5
Use |-swapsideconditions| for Court Change (#8287) 2021-09-01 11:57:16 -04:00
Marty-D
1ecaf3ae61
Update tiers for September quick drops 2021-09-01 11:10:30 -04:00
Kris Johnson
ab48c10a00 Add September 2021 OMotM and RoA Spotlight 2021-08-31 22:36:10 -06:00
pacmanboss256
23b35498f6
Rename the "mystery" and "authentic" move flags (#8445)
* mystery -> allyanim
* authentic -> bypasssub
2021-08-30 23:07:50 -07:00
TheSupervillain
e710b8cf5c
Gen 2 Stadium: Fix crash (#8401) 2021-08-26 12:20:59 -04:00
Mia
c685b675d3 Aliases: Add full names for the main formats 2021-08-24 02:02:37 -05:00
pacmanboss256
f63ee3d3b7
Fix Water Shuriken interaction with Pokemon transformed into Ash-Greninja (#8444) 2021-08-23 21:43:57 -05:00
Kris Johnson
9f9c061ac5 Move Kartana to DUber 2021-08-23 16:34:00 -06:00
Karthik
91ff372e00
Include more forms in exclusive item lists (#8434) 2021-08-17 20:32:05 -05:00
Marty-D
5281f3bac3
Gen III: Fix Beat Up fix 2021-08-15 09:35:34 -04:00
Marty-D
2b6424f2e8
Gen II: Fix Beat Up category also 2021-08-14 16:25:17 -04:00
Marty-D
6e25dc78cd
Gen III: Fix Beat Up category 2021-08-14 15:24:08 -04:00
Leonard Craft III
29b069eeb3 Add VGC format threads 2021-08-11 19:11:06 -05:00
Leonard Craft III
3c7fc87b6b Simplify Eject Button Sky Drop interaction
Thanks urkerab!
2021-08-11 17:57:35 -05:00
pacmanboss256
c2a5848768
Prevent Sparkling Aria from curing burns if the user faints (#8381) 2021-08-10 11:02:12 -04:00
Jacob McLemore
65ca586d81
Fix Metronome (Item) and two-turn moves interaction (#8430) 2021-08-10 10:59:17 -04:00
Kris Johnson
21a297c45f
Move Mienshao to RUBL
https://www.smogon.com/forums/threads/ss-ru-suspect-process-stage-4-voting.3689046/page-2#post-8942222
2021-08-09 21:06:22 -06:00
Jacob McLemore
9979d3e66b
Fix Sky Drop + Eject Button interaction (#8429) 2021-08-09 19:03:52 -05:00
Leonard Craft III
822fea7795 Add Dynamax Cannon to Encore and Mimic failure lists 2021-08-07 14:30:41 -05:00
Marty-D
7d02028ebe Gen IV: Correct Light Ball modifier
A discovery 15 years late!
2021-08-07 15:10:28 -04:00
TheSupervillain
d8d2b80fa5
Refactor Berserk Gene to use useItem (#8423) 2021-08-06 18:21:58 -04:00
Kris Johnson
c3ad27289d Fix legality in STABmons and Alphabet Cup 2021-08-03 19:18:13 -06:00
May Evans
9e8b905779
Gen 1: Move Aerodactyl and Dewgong to UU (#8421)
The new RBY UU Viability Rankings were produced yesterday night, and these Pokemon moved up. The 2-revision policy for OU does not apply here. 

Update can be found here: 
https://www.smogon.com/forums/threads/rby-uu-viability-rankings.3647713/post-8935573
2021-08-03 10:33:46 -06:00
Annika
3aa9934e65 Random Battles updates 2021-08-02 14:20:38 -07:00
Annika
4d933a99a8 Random Battles: Balance levels based on July stats
Cake will be handling No Dmax when their LOA is over.
2021-08-02 13:46:34 -07:00
Marty-D
0c71038021
Descriptions: Add detail to Sandstorm shortDesc 2021-08-02 11:25:18 -04:00
Kris Johnson
c7aae915bb Update OMotM and LCotM aliases 2021-07-31 22:52:53 -06:00
Kris Johnson
cf7df087e6 Add August 2021 OMotM and RoA Spotlight 2021-07-31 22:46:25 -06:00
Karthik
b83e5088c2
Implement new STABmons policy (#8415)
* Implement new STABmons policy

* Use const

* Use push instead of concat

* Run generation loop for all the code

* Small changes

* Update data/rulesets.ts

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

* fix lint issues

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2021-07-31 21:13:37 -06:00
Marty-D
ea63437a0c Add new Torkoal event
Thanks, Anubis!
2021-07-31 11:04:59 -04:00
Marty-D
cd89eacfff
Fix Dry Skin behaviour when taking damage from allies 2021-07-31 09:58:51 -04:00
InAShellnut
8faa194521
Stadium 2: Fix Destiny Bond, Perish Song, and recoil (#8398)
Co-authored-by: Marty-D <Marty-D@users.noreply.github.com>

Bugs documented here: https://www.smogon.com/forums/threads/pok%C3%A9mon-stadium-2-simulators-bugs-glitches-and-other-mistakes.3685286/
2021-07-17 16:08:53 -04:00
Marty-D
c93111e81c
Gen II: Correct Unown formes
Thanks, pre!
2021-07-17 13:40:39 -04:00
Karthik
c32d9aecfe
Stadium 2: Send -unboost for stat drops (#8403) 2021-07-17 13:37:39 -04:00
Karthik
a36b74dbd1
Gen 3: Type boosting items should boost the attacking stat (#8402) 2021-07-17 13:36:56 -04:00
Marty-D
010dbd6e59
Fix Nintendo Cup 2000 Move Legality
Closes #8397
2021-07-14 20:32:56 -04:00
Marty-D
00fd9ec54a
Fix Splintered Stormshards/Steel Roller interaction with substitutes 2021-07-12 18:06:34 -04:00
Marty-D
fa325f5743 LC: Ban Vullaby
https://www.smogon.com/forums/posts/8915365/
2021-07-12 13:20:36 -04:00
Annika
c134195915
Use ts-node instead of Sucrase (#8369) 2021-07-09 19:59:22 -07:00
Marty-D
6a833db4f6 Gen III-IV: Fix Choice lock timing 2021-07-08 15:46:02 -04:00