Commit Graph

4349 Commits

Author SHA1 Message Date
Kevin Lau
062c8d87a9 Random Battle: Update Walrein (#3450)
Removed Substitute, added Super Fang. This mostly puts it in line with its
XY standard sets.
2017-04-12 23:07:45 +04:00
MacChaeger
a9de5080d2 Random Battle: Improve HP evs (#3445)
* Random Battle: Improve HP evs

This lets Zygarde-10% activate Power Construct in two subs, and also simplifies some unnecessarily complex code.

* Fix formatting (#19)

* Update scripts.js

It can't sub down to exactly half if it's got lefties, so don't give it less HP for no reason.
2017-04-11 05:34:38 +04:00
Marty-D
a85486e82b Correct loop in Analytic 2017-04-10 18:21:56 -04:00
Marty-D
d51ff82dde Fix Analytic 2017-04-10 16:20:32 -04:00
Kevin Lau
d190a9300b Random Battle: Do not give Choice Specs to Clear Smog users (#3444) 2017-04-10 14:28:48 -04:00
EyanZ
debb2da02f Update formats-data.js (#3443) 2017-04-10 18:57:15 +04:00
Kris Johnson
1ca9c85ef7 OU: Ban Pheromosa (#3440)
http://www.smogon.com/forums/threads/np-sm-ou-suspect-process-round-3-beauty-and-the-boost-pheromosa-is-now-banned.3599206/page-7#post-7306604
2017-04-08 22:19:04 +04:00
Marty-D
584e08c9dd Fix Color Change 2017-04-07 16:55:55 -04:00
The Immortal
2d9fbebcb6 Release Audinite and Medichamite 2017-04-07 10:48:27 +04:00
QuiteQuiet
73108f6a03 Fix Weather Ball Z-Move (#3432) 2017-04-05 19:37:22 -04:00
Kevin Lau
a59d7fdbc2 Random Battle: Support Light Clay Aurora Veil (#3422) 2017-04-05 15:06:51 -04:00
The Immortal
618456f909 Random Battle: Improvements 2017-04-01 16:06:14 +04:00
Spandan Punwatkar
d0d20df1fa Update OMs of the Month (#3419) 2017-04-01 15:59:33 +04:00
Marty-D
c5ad9762e4 Fix Core Enforcer interaction with substitutes
Closes #3388
2017-03-31 11:21:59 -04:00
Marty-D
a58c86eae3 Fix Final Gambit 2017-03-31 11:19:41 -04:00
Marty-D
1f2347493a Add dance flag 2017-03-31 10:36:17 -04:00
The Immortal
b89b1472b7 Move Talonflame to BL2 2017-03-30 16:54:25 +04:00
MacChaeger
8071f56c99 Fix Pokestar cosmetic forms (#3411) 2017-03-30 01:43:11 -04:00
Marty-D
5a8bbe2750 Learnsets: Remove accidental tutor move 2017-03-29 19:33:06 -04:00
Quinton Lee
d0b1efb096 Add missing Flarelm data 2017-03-29 17:47:16 -05:00
Marty-D
0d3f254e85 Split Magearna formes 2017-03-29 12:06:44 -04:00
Marty-D
856b41e5d0 Add cap Pikachu formes 2017-03-29 12:04:03 -04:00
CheeseMuffin
f764addd26 Fix Snugglow's name (#3410) 2017-03-29 11:56:09 -04:00
The Immortal
ecc769bfda Release Pidgeotite and Steelixite 2017-03-28 16:57:27 +04:00
Marty-D
42987bd03f Update CAP data 2017-03-27 19:55:05 -04:00
Marty-D
12002e6523 Implement CAP prevos 2017-03-27 17:54:14 -04:00
sparktrain
5c010911e7 Add Z-Move power for CAP signature moves (#3406) 2017-03-27 23:59:32 +04:00
The Immortal
2c69434bc6 Update BL2 Pokemon 2017-03-24 02:17:43 +04:00
EyanZ
d55796e3b1 Changes to UU (#3390)
* Update formats-data.js

* Update formats.js
2017-03-22 18:53:30 +04:00
Marty-D
c955328676 Update Telekinesis 2017-03-20 22:40:04 -04:00
Kris Johnson
9b75c6c58b Ban Vulpix from LC (#3374)
http://www.smogon.com/forums/threads/sm-lc-vulpix-voting.3598711/page-3#post-7278691
2017-03-20 08:32:48 +04:00
Marty-D
145897ff7f Fix Encore 2017-03-18 18:22:19 -04:00
Marty-D
8335212801 Add new event Pokemon 2017-03-18 17:05:47 -04:00
Guangcong Luo
698fb2ad9a Refactor choices
PS's choice system has now been majorly rewritten!

Battle#parseChoice has been eliminated, and Battle#choose is now a
very lightweight wrapper around the BattleSide#choose* functions, which
now handle validation.

Partial decisions have been mostly removed. You can manually construct
decisions partially with the side.choose* functions, but there's no
other support for them. Partial undo has been removed completely.

Choice tracking has been renamed from side.choiceData to side.choice.
side.choices has been removed and is now autogenerated from side.choice
when needed.

side.choiceData.decisions has been renamed side.choice.actions. In the
future, "decision" is a deprecated term and should be called "action"
wherever it shows up.

side.choiceData.waiting and side.getDecisionsFinished() have been
merged into side.isChoiceDone().

Other values in side.choiceData have either been rendered unnecessary
or renamed to something clearer.

The "skip" and "pass" choices have been merged together. Passes can
still be filled in automatically (so you can just use `/move 1` in
doubles when you have only one Pokémon left).
2017-03-17 23:14:52 -05:00
jumbowhales
ed7b23e374 Update Dark Void description (#3358) 2017-03-17 09:27:50 -04:00
Marty-D
3b8c74a01f Add event Tapu Koko 2017-03-16 21:10:41 -04:00
The Immortal
467ea589d9 Update BL2 Pokemon 2017-03-16 15:57:22 +04:00
MacChaeger
00d995e58d Hackmons Cup: EV limit is only in gen 6 (#3362) 2017-03-15 22:48:51 -05:00
Marty-D
5d5879c1c2 Add event Charizard 2017-03-15 11:19:26 -04:00
Marty-D
368e7b5aa2 End Illusion before preparing a Z-Move 2017-03-14 10:01:48 -04:00
Marty-D
c4048fd0bb Fix Genesis Supernova's interaction with substitutes 2017-03-13 23:28:12 -04:00
The Immortal
fc9cdf44f6 Random Battle updates 2017-03-13 08:54:43 +04:00
The Immortal
a7a4148abb Ban Azumarill from UU 2017-03-13 02:10:27 +04:00
urkerab
3dc35a5bf5 Multiple Dancers should be able to copy Dance moves (#3354) 2017-03-11 19:10:06 -06:00
Marty-D
ce04aafbbe Add event Pikachu 2017-03-11 09:54:27 -05:00
Marty-D
a8872cf8d7 Correct Nidoking's tier 2017-03-10 20:37:41 -05:00
The Immortal
81f73123b0 Move Suicune to BL2 2017-03-10 16:08:03 +04:00
The Immortal
4d88b22ce1 Update tiers 2017-03-10 08:18:09 +04:00
Kris Johnson
9c1ef46f90 Add tiers to Mega Beedrill and Mega Mawile (#3346)
All Pokemon/formes not released at the beginning of a generation should be OU by default unless specified otherwise by the OU council.
2017-03-08 02:41:20 +04:00
Marty-D
938f8f6aba Fix Perish Song's end-of-turn order 2017-03-07 11:02:23 -05:00