Commit Graph

2909 Commits

Author SHA1 Message Date
Kevin Lau
a3294ebe59 Add new aliases for Heracross and Mega Heracross
Hera = Heracross, Mega Hera and Mega Cross = Mega Heracross
2015-03-31 00:57:51 -07:00
Konrad Borowski
a9c2ed2262 Reject Fire Blast with Fire Punch
There is no reason for Flygon to run both, and having two fire moves 
restricts Flygon a bit.
2015-03-30 17:09:17 +02:00
The Immortal
e63a5016cb Fix Spiky-eared Pichu being legal 2015-03-30 16:35:12 +04:00
Juanma Serrano
059d99838a Super Staff Bros.: Buff Beowulf slightly
Fix typo on EVs and give back 10% flinch chance as well as some BP
2015-03-30 11:25:07 +02:00
Juanma Serrano
1b679d63aa Super Staff. Bros: Implement Articuno 2015-03-30 11:11:12 +02:00
Juanma Serrano
3a8f98b3ca Super Staff. Bros: Buff Lyto
Too weak on the current meta, removed debuffs and made it Modest.
2015-03-30 11:01:39 +02:00
Juanma Serrano
7d4b4208fb Super Staff. Bros: Implement Crestfall 2015-03-30 11:00:27 +02:00
The Immortal
61eb39a5a1 Merge pull request #1690 from ascriptmaster/randoms
Random Battle: Update Cradily, Cacturne
2015-03-30 01:14:54 +04:00
Kevin Lau
a5bb313a74 Random Battle: Update Cradily, Cacturne
Reject Seed Bomb with Giga Drain.

Switch Cacturne's Doubles set to fully Physical.
2015-03-29 14:13:13 -07:00
The Immortal
571c7653a4 Improve ability ratings 2015-03-29 16:01:00 +04:00
Kevin Lau
9f25d18169 Fix ModifyBoost crashes
ModifyBoost events called for accuracy and evasion were sending the wrong
object as the relay variable.
2015-03-28 17:37:20 -07:00
The Immortal
5949294b78 Use hasItem in Arena Trap 2015-03-29 04:00:51 +04:00
Guangcong Luo
94cff26636 Merge pull request #1687 from ascriptmaster/modifypokemon
Arena Trap Typo Fix
2015-03-28 18:54:18 -05:00
Guangcong Luo
603f9b8141 Merge pull request #1685 from ascriptmaster/move-fixes
Make sure the flags object always exists in moveData
2015-03-28 18:47:26 -05:00
Audiosurfer
3d57a07da5 Fixed Avalugg's Random Doubles Moveset
It was just the singles one with Protect added so it had some really bad moves that I removed.
2015-03-28 17:35:31 -05:00
The Immortal
f05143c00f Random Battle: Improve Aurorus 2015-03-28 16:41:08 +04:00
The Immortal
a916a80a63 Update viable Hidden Powers
Almost everything learns Hidden Power. Fire and Ice are the most common types used competitively so choose to show them only in the Teambuilder as "usable".
2015-03-28 16:39:48 +04:00
Kevin Lau
18b3a99423 Arena Trap Typo Fix 2015-03-28 03:02:02 -07:00
Kevin Lau
a92cc2b8e0 Make sure the flags object always exists in moveData 2015-03-27 18:43:36 -07:00
Kevin Lau
609286728d Random Battle: Update Ambipom
If Ambipom doesn't have any Technician moves, give it Pickup instead of
Skill Link because Skill Link is useless on it and it might as well have
a slight chance of recovering an item if its item is Knocked Off.
2015-03-27 17:36:35 -07:00
Guangcong Luo
c331f2d440 Merge pull request #1678 from ascriptmaster/move-fixes
Refactor Unaware to use ModifyBoost
2015-03-27 13:16:55 -05:00
Ivo Julca
df427ad7b1 Fix indentation of a comment in statuses.js 2015-03-27 01:33:02 -05:00
Kevin Lau
ab80397192 Refactor Unaware to use ModifyBoost
Cleans up the code quite a bit because it no longer needs the hardcoding
option that it was having.
2015-03-26 20:06:47 -07:00
Guangcong Luo
67c8df4da0 Merge pull request #1665 from ascriptmaster/move-fixes
Fix Foresight and Miracle Eye to use ModifyBoost
2015-03-26 16:08:20 -05:00
Kevin Lau
c5bc1a60d1 Fix Foresight and Miracle Eye to use ModifyBoost
Also deprecates move.ignorePositiveEvasion
2015-03-26 13:00:51 -07:00
Kevin Lau
47ea3b5f32 Refactor ModifyBoost to use objects
This allows ModifyBoost handlers to check the stat names properly.
2015-03-26 13:00:49 -07:00
The Immortal
e02bde05c0 Fix Wish crash 2015-03-26 22:08:13 +04:00
The Immortal
d4fc2c140a Ban Sneasal and Throh from PU 2015-03-26 21:05:47 +04:00
The Immortal
99697c3498 Merge pull request #1666 from ascriptmaster/randoms
Random Battle: Update some sets
2015-03-26 15:23:56 +04:00
Kevin Lau
5a3c2a25e6 Random Battle: Update some sets
With the EV generation policy in place for Doubles, it is detrimental
for Pokemon to run mixed sets, so some physical moves were removed
from Charizard and Dewgong.

Added Double-Edge to standard Pidgeot to give it extra damage output.

Reject Unburden on super-fast Pokemon (Accelgor) in Doubles like it is in
Singles.

Reject Wood Hammer with Giga Drain (Abomasnow)
2015-03-25 22:04:16 -07:00
The Immortal
ba2e463ef5 Update Teambuilder's "usable moves"
More stricter than my previous update. These moves are used on a very
small percent of the Pokemon that actually learn them, or not used at
all.
2015-03-26 02:51:28 +04:00
galbia
c121c4af73 Updated some viablemoves in teambuilder
Moves such as Teeter Dance and Stockpile are just awful on everything,
Searing shot is not viable on the only Pokemon that gets it sadly,
Infestation is not good on anything simply and should get close to
zero usage. Retailate is a wasted moveslot on everything. @xfix said
that me doing this was fine :)
2015-03-25 22:45:53 +01:00
Juanma Serrano
d71d3737bd Fix bug in Focus Punch stopped by hit on Sub
Fixes the bug introduced in 555bae44d1 in which Focus Punch is stopped by hitting a Substitute, totally breaking the somewhat common SubPunch tactic.
It also now takes into account that damage should be higher than 0 if existing.
2015-03-25 13:45:18 +01:00
The Immortal
e7c23b70c5 Fix Aromatherapy
It does not work on Pokemon with a Substitute in gen 6.
2015-03-25 04:34:58 +04:00
The Immortal
555bae44d1 Include Status moves in lastAttackedBy
This is needed for Mirror Move to work correctly. This also fixes a rare
Focus Punch bug involving 0 damage.
2015-03-25 03:14:40 +04:00
The Immortal
7ffa583b58 Fix Nightmare bug
According to the desc, "The effect ends when the target wakes up, even
if it falls asleep again in the same turn."
2015-03-24 03:32:27 +04:00
The Immortal
3de23cb90a Use the reflectable flag for Magic Bounce/Coat 2015-03-24 02:42:04 +04:00
The Immortal
bb11e15fdb Use the mirror flag for Mirror Move 2015-03-24 00:36:08 +04:00
The Immortal
4d889a5328 Revert "Fix crash in Substitute with move flag 'sound'"
This reverts commit 45230a1dbc.
2015-03-23 21:51:09 +04:00
Juanma Serrano
45230a1dbc Fix crash in Substitute with move flag 'sound'
Bug appeared in Seasonal, but it might happen elsewhere.
Putting gen check first just in case move is rewritten in a past gen.
2015-03-23 18:05:43 +01:00
Kevin Lau
e4f3c81e39 Prevent multiple Kyurem-Black and Kyurem-White on AG teams
Anything Goes allows anything that is obtainable in-game, and only one
Kyurem-Black or Kyurem-White can exist on a game cartridge at a time.
2015-03-22 17:12:42 -07:00
Marty-D
dea410b304 Merge pull request #1658 from ascriptmaster/move-fixes
Skill Swap sends End events even if it's the same ability
2015-03-22 19:59:12 -04:00
Kevin Lau
3adf58e5bc Skill Swap sends End events even if it's the same ability
Fixes behavior with Flash Fire/Unburden with Skill Swap.
2015-03-22 15:01:08 -07:00
Guangcong Luo
d89a77ac87 Merge pull request #1639 from ascriptmaster/modifypokemon
Weight Refactor: Do not modify weight in ModifyPokemon
2015-03-21 22:38:43 -05:00
Marty-D
351c13aa98 Merge pull request #1655 from ascriptmaster/move-fixes
Flash Fire boost disappears when the ability is removed
2015-03-21 14:51:23 -04:00
Marty-D
ed074532c6 Make sure the flags object always exists 2015-03-21 14:29:07 -04:00
The Immortal
01c81f3415 Random Battle: Reject Stealth Rock with Rest 2015-03-21 19:27:45 +04:00
The Immortal
52536cd860 Fix Light Screen and Reflect in Doubles
- Screens affect allies
- Reflect does not affect confusion

The change to target.side.active is purely cosmetic as source works as
well. It makes more sense this way to me.
2015-03-21 15:32:32 +04:00
Kevin Lau
c60de125bd Flash Fire boost disappears when the ability is removed
Added onEnd event to Flash Fire (and Unburden) to check for when the
ability disappears.
2015-03-20 15:55:16 -07:00
The Immortal
63cd918c48 Random Battle: Improve Charizard's moves 2015-03-20 23:24:15 +04:00