Commit Graph

556 Commits

Author SHA1 Message Date
NickMP
f1b8117d92 NEXT: Fix Shadow Tag
Update Shadow Tag to wear off onBeforeMove, instead of simply having a duration of 1, fixing a bug where Shadow Tag would wear off the same turn Unown switched in if it was not after having a Pokemon faint.
2014-09-13 19:02:30 -04:00
NickMP
904cb30d0e NEXT: Fix Slash, add Signature Hidden Power Unown
Update Slash to return this.chainModify, fixing a bug where it was not being boosted by Technician.
Add Hidden Power Unown.
2014-09-13 19:00:10 -04:00
NickMP
a85ec8718a NEXT: Fix Intrinsics
Update Intrinsics to be bypassed by Mold Breaker and its variants.
2014-09-13 18:58:24 -04:00
The Immortal
be386474aa Add Hidden Type mod 2014-09-12 18:14:37 +04:00
Ivo Julca
8c393d7c7b Ban tradebacks in Gen 1 standard ruleset 2014-09-11 14:38:34 -05:00
The Immortal
29e6ffe8e6 Forgot the mod in previous commit
Forgot to add the mod for the mega evolution bit to the format but after
testing, apparently it's not needed.
2014-09-11 21:36:59 +04:00
The Immortal
e16676bf54 Update OMs
- Removed Mediocremons and added Hidden Type
- Added missing viability rankings to /om
2014-09-11 21:29:49 +04:00
Ivo Julca
c4b3d29805 Support tradeback moves in Gen 1 set validator
- Revert removal of prevo references in old gens' dex. It turns out it would only have made this messier.
- Add egg groups back to Gen 1 dex.
2014-09-10 16:23:23 -05:00
The Immortal
560d16fb31 Add HP Percentage Mod to Gen 2 2014-09-10 19:27:30 +04:00
Ivo Julca
0fb4b18e66 Gulpfile: check for ES3 issues in data files
Also, remove trailing commas everywhere.
2014-09-04 14:12:07 -05:00
Guangcong Luo
492f36a4f9 Merge pull request #1187 from QxC4eva/master
GenNEXT syntax fixes
2014-09-04 11:14:44 -05:00
QxC4eva
d906865d1a Fix gennext data syntax errors 2014-09-04 23:23:48 +10:00
The Immortal
964a0d7311 Update Tier Shift
PU is now specified in formats-data
2014-09-02 19:31:55 +04:00
Ivo Julca
97e94b23af Fix Mr. Mime abilities in Gen 3
Accidentally put Scyther's instead in 1d003cbaec
2014-09-01 21:24:19 -05:00
The Immortal
41ca01dde8 Update OMs
- Added consistency to the banlist order
- Added 350 Cup as challenge-only
- Added new OMotM: Haxmons
- Added new Pokemon Throwback: Gen III 1v1
2014-08-31 19:18:49 +04:00
Ivo Julca
1d003cbaec Fix some pokémon HAs being deleted in recent gens by Gen 3 scripts 2014-08-29 01:43:14 -05:00
Guangcong Luo
cff9737680 Merge pull request #1167 from Slayer95/ruleset-modding
Properly load banlist tables for modded formats
2014-08-25 11:20:53 -05:00
Ivo Julca
b4ec88610f Properly load banlist tables for modded formats
They are no longer loaded in Tools.getFormat, which could be called from any modded tools and cached the bans.
2014-08-24 22:24:09 -05:00
NickMP
b6d3bd9e42 NEXT: Fix Echoed Voice/Bide | Add Phantom Force
Update Bide to use StallMove, due to it giving it's user Endure for the duration.
Update Echoed Voice, so that the first hit can be protected against, and the second cannot. Also make both hits considered Sound moves.
Update Phantom Force to be in line with other two turn charge moves.
2014-08-24 06:51:19 -04:00
NickMP
af0772c451 NEXT: Remove Lilligant from GossamerWing's Damage Reduction
Update GossamerWing to no longer include Lilligant in the list of Pokemon who take reduced damage from Rock, Ice, or Electric type moves, as Lilligant is not a Flying type.
2014-08-24 06:47:10 -04:00
NickMP
7652a0300b NEXT: Fix Truant/Flinch/Recharging interaction
Update Truant's effect to have an onBeforeMovePriority of 99, like in the base files, to fix a small number of bugs where Slaking could still flinch on it's loafing turn, and having to recharge would interupt it as well.
2014-08-24 06:38:55 -04:00
NickMP
4ddc5a9eac NEXT: Update README
Update README with recent changes while fixing a few typos.
2014-08-24 01:48:39 -04:00
Slayer95
958f2e194d Clean-up Pokedex data for old gens
- For Gen 2 and 3, Pokedex was filled with redundant data. Gen 4 was about the same, except for Rotom formes.
- Remove references to baby prevolutions in gens where they don't exist.
- Fix a bug preventing Magmar below level 30 from being used in Gen 1.
- Apply 417907072 and a39fdd600 to Gen 1.
2014-08-19 00:19:55 -05:00
Honko
ef6a7beab5 Fixing Golem's base Attack in Gen 4 2014-08-14 18:51:29 -07:00
Ivo Julca
83457cd7c9 Gen 1: Add random battle moves 2014-08-13 19:08:37 -05:00
Guangcong Luo
ac7f1d22b4 viableMoves are now randomBattleMoves
randomBattleMoves is now an array, and has been renamed from
viableMoves since it no longer is used for anything other than
random battles.

This commit also does some cleanup of some code relating to
random battle moves, including fixing gen 1's randomSet function,
which apparently has never worked.
2014-08-13 17:03:21 -04:00
Guangcong Luo
05edfaf7a3 Gen 2: Swagger raises Atk, doesn't confuse against a Sub 2014-08-12 21:34:30 -04:00
Guangcong Luo
20df027fa5 Gen 2-3: HP Fire doesn't thaw targets 2014-08-12 20:42:35 -04:00
Guangcong Luo
50afd48fe1 Gen 2-3: King's Rock doesn't affect moves with secondaries 2014-08-12 20:42:35 -04:00
Guangcong Luo
326b1b5239 Gen 2: Substitute blocks Sketch 2014-08-12 20:42:35 -04:00
Guangcong Luo
af2026436a More style fixes and Gulpfile updates
JSHint is now a fair bit stricter, and is now correctly checking
files in `mods/`.

The code has been fixed to match the new stricter standards.

JSHint has now caught its second actual bug: Gen 5 Pinap Berry
was Ice instead of Grass.
2014-08-10 20:43:53 -04:00
Ivo Julca
79d2ede676 Update Heal Block to XY
It now disables damaging moves with draining capabilities.
2014-08-10 16:50:05 -05:00
Ivo Julca
6fdaab6ae8 Fixes for Skull Bash
It boosts user stats even if Power Herb activates, but only since Gen 2.
2014-07-31 15:32:15 -05:00
NickMP
ad375e4aec NEXT: Fix King's Shield/Spiky Shield Substitute interaction
Update King's Shield and Spiky Shield to not protect a Substitute, like Protect.
2014-07-26 19:10:21 -04:00
The Immortal
6037535b5f Update gen 4 Focus Sash
It activates on multi-hit moves. Removing the volatile in
AfterMoveSecondary is for doubles.
2014-07-25 17:47:07 +04:00
The Immortal
3efbdef0eb Update BW UU bans 2014-07-25 13:19:18 +04:00
Tempoanon
252699b5ec NEXT: Hydreigon and Pixies have new abilities
Mesprit has Serene Grace, Uxie has Synchronize, Azelf has Steadfast, and Hydreigon has Sheer force.
2014-07-24 16:48:13 -07:00
Tempoanon
e86f7d6824 NEXT: New abilities for lots of Pokemon
Charizard nerfed to have Flame Body while Typhlosion buffed to get Magma Armor and Feraligatr gets Strong Jaw. Pixies and Hydreigon get abilities, and Crawdaunt gets Tough Claws to make up for the Adaptability change.
2014-07-24 16:30:50 -07:00
Guangcong Luo
a2f4120997 Merge pull request #989 from TalkTakesTime/patch-3
GSC: Roar/Whirlwind fail if they don't go last
2014-07-22 02:42:17 -05:00
Guangcong Luo
2c39a828a4 Merge pull request #1083 from Slayer95/trap-passing
Trap passing
2014-07-17 02:08:57 -05:00
Slayer95
8067c3f001 Fix typo in previous commit 2014-07-16 16:30:14 -05:00
Slayer95
7181b0172f Gen 2: Add Pink Bow and Polkadot Bow items 2014-07-16 16:28:04 -05:00
Tempoanon
3c3140fa0e NEXT: Nerf armor and buff Cute Charm
Cute Charm always activates upon contact and armor now blocks 1/10 of max HP instead of 1/8.
2014-07-16 12:44:58 -07:00
Slayer95
cc0c856231 Gen 2-4: Users of Mean Look, etc. can Baton Pass the effect 2014-07-15 02:52:37 -05:00
Slayer95
377345454f Shed Bell may be nullified by Sheer Force
Also remove 'AfterMove' global event from all gens, and 'AfterMoveSelf' from Gen 3 onwards.
2014-07-14 19:03:38 -05:00
Slayer95
c8c685367a Scald thaws frozen targets in Gen 6 2014-07-12 01:33:40 -05:00
Guangcong Luo
4b2ba292fd Merge pull request #1072 from NickMP/patch-5
NEXT: Misc. Bug Fixes
2014-07-10 20:18:00 -05:00
NickMP
5ffed00265 NEXT: Fix Indentation 2014-07-10 19:52:33 -04:00
The Immortal
de1370a538 Remove Ability Shift 2014-07-10 14:29:09 +04:00
The Immortal
d3a179f29b Remove gen5bw mod
It was used only for the CAP Mollux Playtest a while back
2014-07-10 14:23:50 +04:00