Commit Graph

12075 Commits

Author SHA1 Message Date
Kevin Lau
d49ce0eb64 Random Battle: Add new Oricorio sets (#2951) 2016-11-27 02:38:09 +04:00
urkerab
3046638c30 Remove line left over from Destiny Bond fix (#2953) 2016-11-26 17:20:39 -05:00
urkerab
7347086f6a Actually send correct -zpower minor (#2952) 2016-11-26 17:20:27 -05:00
The Immortal
ba814c5c01 Fix build error 2016-11-26 18:13:48 +04:00
The Immortal
8fc5c5714c Water Shuriken has 20 bp for Ash-Greninja 2016-11-26 15:21:34 +04:00
The Immortal
ef946414e8 Remove Pumpkaboo-Super learnset
This is unneeded because they are just level up moves. Having this
means adding exceptions in multiple places.
2016-11-26 14:08:51 +04:00
The Immortal
6bef707583 Random Battle fixes 2016-11-26 14:07:09 +04:00
Spandan
43dc6cdbd9 Fix Encore (#2950)
Encore should fail against Z-moves:
Encore will fail against a Pokemon that previously used a Z-move (LegoFigure11)
2016-11-26 03:37:47 -06:00
Ivo Julca
c3ddc324e0 Fix support of onTakeItem: false
Most onTakeItem checks were using an onTakeItem direct call anti-pattern,
which failed to account for the boolean case.
2016-11-26 03:34:41 -05:00
Ivo Julca
2f4aaa2824 Prevent Copycat from calling Z-Moves 2016-11-26 02:52:58 -05:00
HoeenHero
3308863383 Add gen 7 custom game (#2937) 2016-11-26 02:43:00 -05:00
Guangcong Luo
5e413c3bef Revert "Refactor Protect/etc, fixing Z move penalty"
This reverts commit fed4fefd85.
2016-11-26 02:31:29 -05:00
KevinF15
4863e9d0e6 Formats: (1v1) Remove obsolete 'section' (#2948) 2016-11-26 01:19:21 -06:00
Guangcong Luo
d2010d6865 Fix validator forme inheritance
Alolan formes were inheriting moves from their base formes, which they
aren't supposed to do.

It turns out only two Pokemon with learnsets inherit from their base
forme, Rotom and Pumpkaboo (there's a Pumpkaboo forme with event moves).

This is the whitelist the client teambuilder uses, and the server is now
using it as well.
2016-11-25 23:28:19 -05:00
Guangcong Luo
b8f814cc90 Cut down Rotom learnsets
Rotom formes inherit their learnsets from Rotom, so they don't need to
be duplicated.
2016-11-25 22:20:01 -06:00
Guangcong Luo
fed4fefd85 Refactor Protect/etc, fixing Z move penalty
Protect is now implemented in scripts.js:runProtect, for slightly less
duplicated code.
2016-11-25 22:20:01 -06:00
Marty-D
3bcc51107f Fix confusion Berries for Gluttony 2016-11-25 20:54:53 -05:00
urkerab
a580d7706f Add various Z-move messages (#2947) 2016-11-25 20:24:35 -05:00
Marty-D
fe8fb30295 Implement new Stance Change order 2016-11-25 19:23:26 -05:00
Marty-D
17e146fc41 Stop future moves from being blocked by anti-priority 2016-11-25 17:28:27 -05:00
Marty-D
dc90744aa7 Fix confusion Berries activation condition 2016-11-25 17:25:47 -05:00
Ivo Julca
318ca6ae9f Fix Destiny Bond 2016-11-25 15:38:25 -05:00
Ivo Julca
a0601bdb73 Add MoveAborted event, to be run when move execution stops on BeforeMove 2016-11-25 15:23:52 -05:00
Ivo Julca
4e98fd0272 Berries that may confuse now heal 1/2 max HP 2016-11-25 15:11:02 -05:00
Ivo Julca
58693927f5 Make Water Shuriken hit 3 times at 1.3x as Ash-Greninja 2016-11-25 15:02:06 -05:00
Spandan
bf3913a624 Add Ability Aliases (#2946) 2016-11-25 12:26:52 -06:00
Ivo Julca
e45d4bbdac Fix turn order to account for abilities traced by Mega Evolutions 2016-11-24 22:44:27 -05:00
Ivo Julca
a14d1cc1f2 Add test for turn order for Mega Evos with Trace 2016-11-24 22:42:03 -05:00
Marty-D
1ddf9180b3 Add Z-Move info to /dt 2016-11-24 18:50:43 -05:00
Marty-D
5e8a91371f Fix Disguise interaction with endure effects 2016-11-24 17:05:49 -05:00
Marty-D
f1f137af9c Actually fix Assist calling Z-Moves 2016-11-24 17:04:35 -05:00
Marty-D
70b7416ce4 Prevent some effects from occurring upon battle completion 2016-11-24 17:03:24 -05:00
Guangcong Luo
ff57e52d2e Fix Rockruff evo list 2016-11-24 14:13:37 -05:00
The Immortal
9e58b646f6 Implement gen 7 move relearner mechanics 2016-11-24 12:05:55 +04:00
urkerab
9f371b2953 Add Shore Up to the list of recovery moves searched by /dexsearch (#2939) 2016-11-23 22:37:46 -05:00
Marty-D
c94ee0b326 Update Big Root with Strength Sap 2016-11-23 22:37:25 -05:00
Marty-D
d768ee9ca1 Correct Purify description
Closes #2940
2016-11-23 22:37:05 -05:00
Marty-D
db06476c1f Fix Prankster immunity condition 2016-11-23 18:34:38 -05:00
Marty-D
9f81160698 Add bullet flag to Beak Blast 2016-11-23 13:56:38 -05:00
Marty-D
70ea33bcb8 Update unreleased Z-Crystals 2016-11-23 13:51:20 -05:00
The Immortal
ca56796250 Correct Silvally evoLevel 2016-11-23 18:47:33 +04:00
Guangcong Luo
4423659a11 Preliminary implementation of Battle Bond boost 2016-11-22 20:14:55 -05:00
The Immortal
c0ea4bb3be Revert "Move CAP to gen 7"
This reverts commit ae7bb37492.
2016-11-23 03:44:32 +04:00
Marty-D
70b98abcb1 Update protection-breaking with Baneful Bunker 2016-11-22 18:06:51 -05:00
Lionyx
848fcd2c2b Roomsettings: Change variable spelling (#2935)
minor syntaxic change "atuh" → "auth"
2016-11-22 17:01:25 -06:00
Marty-D
35021489ae Support Mold Breaker-resistant Abilities 2016-11-22 17:57:16 -05:00
The Immortal
ae7bb37492 Move CAP to gen 7 2016-11-23 02:52:58 +04:00
The Immortal
2869cf008d Random Battle improvements 2016-11-23 00:05:02 +04:00
The Immortal
a920562164 Update LC banlist 2016-11-23 00:03:34 +04:00
Kevin Lau
41a063391b Random Battle: Give Fire-type Guts Pokemon a Toxic Orb (#2934)
Because they can't get burned.
2016-11-22 23:50:39 +04:00