Marty-D
bc4eaf8084
Fix Beak Blast
2016-11-30 21:00:22 -05:00
The Immortal
4af7b41247
Fix remaining Greninja issues
2016-12-01 01:09:05 +04:00
The Immortal
850ab0f52e
Random Doubles updates
2016-11-30 20:07:29 +04:00
Guangcong Luo
e2b82abe22
Aegislash is now banned
2016-11-29 23:45:58 -06:00
Guangcong Luo
d45414f2ec
Fix Battle Bond Greninja
...
This introduces a new ability slot 'S' which corresponds to Battle
Bond only.
There's also a little bit of a hack to consider Battle Bond Greninja
Ash-Greninja for the purposes of move and event validation.
2016-11-29 23:17:20 -06:00
Marty-D
9fd654df45
Support Minior changing back to the selected Core color
...
Plus update Shields Down descriptions.
2016-11-29 22:09:14 -05:00
urkerab
4e100cc14e
Defog should also remove Aurora Veil ( #2965 )
2016-11-29 19:22:12 -06:00
cometstorm
3dc466a3b2
Add aliases for Tapus ( #2964 )
...
Also ended up adding some common abbreviations for mons I'm always too lazy to type out + Nebby for Cosmog
2016-11-29 18:22:27 -05:00
The Immortal
ba0d40fb6d
Allow Ash-Greninja without transforming in Hackmons
2016-11-30 01:10:05 +04:00
The Immortal
97f87190d1
Add Aura Break Zygarde event data
...
Fixes #2962
2016-11-30 01:02:07 +04:00
Spandan
1f452c34ee
Add Volt Tackle as Tutor move ( #2961 )
2016-11-29 13:07:59 -06:00
The Immortal
59856dfe1e
Increase Water Bubble rating
2016-11-29 20:07:54 +04:00
Ridaz
05ddaf1314
Add Ultra Beasts and more Zygarde aliases ( #2958 )
2016-11-29 17:10:38 +04:00
The Immortal
817236b0d3
Set Power Construct as Zygarde's hidden ability
2016-11-29 16:17:57 +04:00
The Immortal
d7434ecf97
Random Battle improvements
2016-11-29 16:17:57 +04:00
Marty-D
277d2e5e74
Update Z-Move short descriptions
2016-11-28 22:08:56 -05:00
Guangcong Luo
83b9e82fc7
Support calling Z moves
...
Z status moves like Z-Metronome and Z-Nature Power now correctly
transform called Physical/Special moves into the corresponding
Z move.
2016-11-28 20:26:28 -06:00
Marty-D
96db0117a8
Fix Corrosion interaction with Baneful Bunker
2016-11-28 18:32:31 -05:00
EienSeiryuu
f1505403f2
Fix Baton Pass and Evasion Clauses ( #2957 )
...
Also added the check to Baton Pass Speed Clause.
2016-11-28 05:11:41 -06:00
The Immortal
49b4eb47aa
Random Battle updates
2016-11-28 04:33:58 +04:00
Ivo Julca
7d1ee5fecd
Confusion still has a 50% self-hit chance
...
Hypothesis of chance=1/3 can be rejected at a 0.0005 significance level.
2016-11-27 19:11:58 -05:00
Marty-D
f2c3f18835
Add event Munchlax
2016-11-27 18:35:15 -05:00
The Immortal
6668779f55
Add Ash-Greninja event data
2016-11-27 22:40:24 +04:00
The Immortal
c6e3f24a30
Kingdra is available in gen 7
2016-11-27 22:16:50 +04:00
Marty-D
88ae3f4542
Check HP for new forme-changing Abilities
2016-11-27 12:58:22 -05:00
The Immortal
1993d54e8b
Ash-Greninja is a separate Pokemon
...
It is a separate Pokemon in-game. It can’t learn egg moves, can’t be
bred, and can only have Battle Bond.
2016-11-27 21:49:26 +04:00
The Immortal
943d1dd59c
Oranguru and Passimian have unreleased hidden abilities
2016-11-27 21:03:27 +04:00
Marty-D
f4dda34a08
Update Z-Moves interaction with protection
2016-11-27 11:58:38 -05:00
Ivo Julca
7ea4eeac5b
Z-Moves: Various decisions fixes
...
- Z-Moves are always single-target, even if based on spread moves.
- Z-Moves cannot be selected if the base move has no PP.
- Z-Moves can be selected if the base move is disabled.
2016-11-27 00:27:49 -05:00
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
Guangcong Luo
5e413c3bef
Revert "Refactor Protect/etc, fixing Z move penalty"
...
This reverts commit fed4fefd85 .
2016-11-26 02:31:29 -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