Zachary Perlmutter
1e8551a71a
Fix Eternatus-Eternamax ( #6154 )
...
* Fix bug caused by #6149
2019-12-06 14:10:10 +04:00
The Immortal
ede116418c
Fix Gulp Missile
...
Closes #6155
2019-12-06 13:46:31 +04:00
The Immortal
d8bea75618
Update Power of Alchemy, Receiver, and Trace
2019-12-06 13:33:52 +04:00
The Immortal
600b54a9b1
Unaware ignores attacker's defense boosts
...
Relevent to Body Press.
2019-12-06 10:47:31 +04:00
The Immortal
0c5e7fb86b
Update Copycat/Metronome exceptions
2019-12-06 10:01:01 +04:00
The Immortal
b586ae7188
Random Battle updates
2019-12-06 02:53:00 +04:00
The Immortal
f1530288e5
Move Keldeo-R validation to Obtainable rule
...
Keldeo-R is not a battle forme and is possible to hack without Secret Sword, unlike most other formes. It should be restricted by the rule that prevents hacks and not the rule that validates battle formes. This is mostly relevant for Hackmons.
2019-12-05 22:36:20 +04:00
The Immortal
534c984106
Cramorant, Eiscue, and Morpeko formes require their respective abilities
2019-12-05 22:03:58 +04:00
The Immortal
aa7421ff48
Psych Up & Transform fail against Max Guard
2019-12-05 18:21:02 +04:00
The Immortal
5de3015d35
Fix Heavy-Duty Boots interaction with Toxic Spikes
2019-12-05 18:11:35 +04:00
Zachary Perlmutter
6621444190
Prevent Eternamax Max HP Doubling ( #6149 )
2019-12-05 18:06:52 +04:00
The Immortal
6724ce500a
Move Kyurem/Necrozma forme legality to Obtainable
...
Obtaintable Formes is for in-battle forme changes. Obtainable makes sure a team is possible to obtain in-game without hacking. Multiple Kyurem/Necrozma formes are the latter case.
2019-12-05 18:00:01 +04:00
whales
6aa04a842d
Fix Pain Split ( #6151 )
2019-12-05 17:46:59 +04:00
The Immortal
4266000df4
Update forme validation
...
- In gen 8, Silvally is able to enter battles in different types if it doesn't have RKS System (i.e. it doesn't require a Memory).
- In gen 8, formes that transform in battle are no longer able to start in that forme (relevant to BH).
2019-12-05 07:29:15 +04:00
The Immortal
8f7c22feb0
Fix Gulp Missile
...
Gulp Missile shouldn't inherit the effects of the move that triggered it.
2019-12-05 03:35:21 +04:00
The Immortal
1ee6a3933d
STABmons: Use `isMax` in validator
2019-12-05 03:13:09 +04:00
The Immortal
5ce9aa926d
Disable fails against Max moves
2019-12-05 03:11:15 +04:00
The Immortal
c7bc102c5a
Max happiness in gen 8 is 160
2019-12-05 03:01:59 +04:00
urkerab
01b6fcc4ca
Improve GMax Centiferno, GMax Sandblast and GMax Sweetness ( #6148 )
...
- GMax Centiferno applies Fire Spin
- GMax Sandblast applies Sand Tomb behind Substitute
- GMax Sweetness cures despite Substitute or Sap Sipper
2019-12-05 02:21:13 +04:00
ZardMX
3cdebcc3a6
Add Obstruct in list of protection moves ( #6124 )
2019-12-04 10:32:22 -05:00
Guangcong Luo
a01e2a26bc
Fix Darmanitan-Galar-Zen crash
2019-12-04 13:52:44 +09:00
whales
95afe1acc7
Octolock can't hit ghost types ( #6137 )
...
Co-Authored-By: Marty-D <Marty-D@users.noreply.github.com>
2019-12-04 13:36:01 +09:00
HoeenHero
fe6ee1339f
Sort battle actions by order instead of priority ( #6143 )
...
This fixes the issues with priority moves in gen 8.
2019-12-04 12:56:50 +09:00
fart
d1f7dc0bce
Snorlax-GMax Released ( #6142 )
...
https://serebii.net/swordshield/wildareaevents.shtml
2019-12-04 05:44:05 +04:00
Guangcong Luo
9b943fb62f
Fix Dynamax stat handling
...
We now track `baseMaxhp`, the pre-Dynamax max HP. We also have a new
function `getUndynamaxedHP` for use by moves that use it (famously,
Endeavor).
- `baseStoredStats` is unused outside of the mouseover stats display.
I updated its implementation to reflect this.
- Power Construct doesn't have a defined behavior during Dynamax. I
ended up implementing an approximation of what it should probably do.
- Endeavor, Pain Split, Super Fang, and Nature's Madness now work on
undynamaxed HP.
- Moves that deal or heal percentage damage now do it based on
undynamaxed max HP, other than G-Max Finale.
Fixes #6131
Fixes #6087
2019-12-04 09:25:46 +09:00
The Immortal
8b19d099fb
Random Battle updates
2019-12-04 01:12:48 +04:00
The Immortal
4f95f7adb7
Update Arceus/Silvally mechanics
...
Relevant to Hackmons, mostly.
2019-12-03 00:41:46 +04:00
The Immortal
198d8ac1ba
Update LC banlist
2019-12-02 22:20:56 +04:00
Kris Johnson
9553a82506
Gmax Eevee, Meowth, and Pikachu shouldn't be LC/NFE ( #6134 )
2019-12-02 19:11:36 +04:00
The Immortal
a133a5b28b
Fix 4b324e536
...
This reverts the other changes that were related to that commit.
2019-12-02 18:13:08 +04:00
Kris Johnson
953531cb6f
Add inheritsLearnsetFrom property ( #6133 )
2019-12-02 21:15:48 +09:00
Guangcong Luo
24fe6b8781
Fix Mago/Wiki Berry descriptions
2019-12-02 17:25:40 +09:00
Guangcong Luo
8484c3312a
Optimize Tar Shot
2019-12-02 15:10:56 +09:00
Guangcong Luo
4b324e536e
Revert "Pokedex: Update formes"
...
This reverts commit 302f391381 .
Fixes a bug in 77cca394bd
2019-12-02 13:56:54 +09:00
The Immortal
d9c49a2861
Team Preview: Hide items in gen 8
2019-12-02 07:02:19 +04:00
The Immortal
9a0258c128
Meltan doesn't evolve in Sw/Sh
...
Or even in Let's Go.
2019-12-02 05:02:22 +04:00
The Immortal
4b5c65ac98
STABmons: Prevent Max moves
2019-12-02 04:14:12 +04:00
The Immortal
4ebfac459e
Random Battle fixes
2019-12-02 02:40:14 +04:00
The Immortal
c75da0f8f1
Random Battle: Update levels
2019-12-02 00:07:33 +04:00
The Immortal
867e0edfc8
Toxtricity is not tiered separately
2019-12-01 23:59:43 +04:00
The Immortal
6a14a8ed81
December tier update
2019-12-01 23:27:52 +04:00
The Immortal
6055be5624
Random Battle improvements
2019-12-01 21:45:30 +04:00
YaBoiJD
c6ccb747b5
Add 'Past' values for isUnreleased ( #6128 )
2019-12-01 23:11:20 +13:00
HoeenHero
5c75f0463c
Dont turn status moves into G-Max Moves
2019-11-30 16:55:20 -05:00
420Blazeitt
f64bd4e9d3
Defog now removes terrains and G-Max Steelsurge ( #6126 )
2019-12-01 10:18:14 +13:00
YaBoiJD
546065a10d
Update National Dex Mechanics ( #6108 )
...
Pokemon that are holding an Item that enables Mega Evolution, Primal Revision, or the use of a Z-Move cannot Dynamax. A Rayquaza that can Mega Evolve also cannot Dynamax.
Also fixes an alias loop with the national dex format/ruleset.
2019-11-30 14:50:09 -05:00
Quinton Lee
aa741c1e0a
Fix National Dex alias
2019-11-30 13:27:23 -06:00
Kris Johnson
1fe47eabdd
Add Utility Umbrella ( #6120 )
2019-12-01 01:24:25 +13:00
Kris Johnson
9b6026af64
Update egg groups for Hawlucha, Bermite, Avalugg, Noibat, and Noivern ( #6122 )
2019-11-30 19:50:23 +13:00
The Immortal
96d9b16a6b
Mix & Mega: Properly allow real megas
2019-11-30 06:15:19 +04:00