Commit Graph

146 Commits

Author SHA1 Message Date
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
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
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
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
NickMP
5ffed00265 NEXT: Fix Indentation 2014-07-10 19:52:33 -04:00
NickMP
ce957e3a85 NEXT: Actually fix Substitute
Properly update Substitute to be bypassed by Sound based moves and Infiltrator users.
Also update list of SubBlocked moves to Gen 6.
2014-07-09 21:48:18 -04:00
NickMP
1028703ef7 NEXT: Fix Thick Fat
Update Thick Fat to fix a bug involving it activating twice against Fire and Ice type moves.
2014-07-08 21:30:39 -04:00
NickMP
fd169bb779 NEXT: Fix Life Orb/Confusion Interaction
Add an extra conditional to Life Orb's recoil damage, fixing a bug where Confusion caused Status moves to suffer Life Orb recoil.
2014-07-08 21:20:48 -04:00
Philip La
84e9f0aeac Fix comma typo 2014-07-06 19:35:38 -07:00
Tempoanon
9a4c977abc NEXT: Update twister
Twister now gets a 50% boost from any quiver dance user (except smeargle) that holds a stick.
2014-07-05 17:36:00 -07:00
Tempoanon
9b4d9419d7 NEXT: Move changes 2014-07-05 16:34:16 -07:00
小太
09e0503b25 Remove trailing whitespace 2014-07-05 19:02:39 +10:00
Tempoanon
da1d511892 NEXT: Update moves
Fix water shuriken and twineedle
2014-07-04 23:17:01 -07:00
Tempoanon
e1ef009c44 NEXT: Update moves
Triple kick, twineedle, and water shuriken now have perfect accuracy in keeping with the precedent set by other multi-hit moves.
Clear smog is a never miss move and now has 90 base power, allowing for a safer option over sludge bomb.
Quiver dance does not need any NEXT modifications because it will work the same as in OU as discussed in a previous pull request. Gossamer Wing will be changed later.
2014-07-03 23:22:22 -07:00
Slayer95
2494c425a8 NEXT: Fix Unown 2014-06-26 12:59:02 -05:00
Slayer95
dfd0eb9933 NEXT: Fix Genesect 2014-06-26 12:58:54 -05:00
NickMP
331b68ae77 NEXT: Fix Aftermath
Update Aftermath to fix a bug involving it activating twice.
2014-06-20 05:10:14 -04:00
Guangcong Luo
5f8028c649 Merge pull request #996 from Tempoanon/patch-9
NEXT: Update README
2014-06-14 21:03:55 -05:00
NickMP
50b0b98c1e NEXT: Fix Substitute/Skull Bash
Update Substitute to be bypassed by sound moves.
Update Skull Bash to fix a bug involving Defense being raised by 1 stage too many.
2014-06-14 04:25:30 -04:00
Tempoanon
94700d7c74 NEXT: Update README with indentation 2014-06-11 00:17:29 -07:00
Tempoanon
8c68c6302c NEXT: Update README
Gen 6 starter abilities added. Persian's signature added. White smoke added. Minor wording and grammar changes.
2014-06-09 23:50:51 -07:00
Tempoanon
d8a44c2a61 Update scripts.js 2014-06-04 19:37:21 -07:00
Jay
dbe2f81a02 NEXT: Signature Slash/Buffs
Put slash down 10bp to 60 so Persian gets technician boost with the signature bonus.
Added 30% -1 defense chance to make it harder to stay on any Slash user (between crit RNG and defense RNG most would find it difficult)
2014-06-04 11:41:21 +05:30
Jay
c586933233 NEXT: Upgraded move accuracy
Justification:
all moves' accuracy is rounded up to the nearest multiple of 10%
2014-06-03 13:21:50 +05:30
Jay
64c35be6ac NEXT: Fixed (part) of Echoed Voice
Both hits should hit ghosts now.
2014-05-25 03:54:42 +05:30
Guangcong Luo
e265fe2a46 NEXT: Fix Compound Eyes accuracy 2014-05-24 17:53:10 -04:00
Guangcong Luo
913a1b64ab Fix Compound Eyes 2014-05-24 17:27:39 -04:00
Jay
234e2ff0b4 NEXT: Possible CompoundEyes fix in abilities.js
In normal abilities.js Compound Eyes is number 14 and Keen Eyes in 51. However here in NEXT both are 14, perhaps causing the incompatibility issues that come up when trying to use compound.
2014-05-23 02:49:15 +05:30
Slayer95
8c7c63330f Fix crash in NEXT 2014-05-17 01:30:16 -05:00
Tempoanon
0c6dfe4580 NEXT: White smoke buffed
For consistency, white smoke now works the same way that clear body does. Self inflicted stat drops are now ignored.
2014-05-16 21:54:53 -07:00
The Immortal
fa776526c9 Fix unreleased hidden abilities in NEXT 2014-05-16 03:48:10 -07:00
Guangcong Luo
5dcd8e7aee NEXT: Update Bide description 2014-05-04 20:46:48 -05:00
小太
5c8fc7b982 Space after function for anonymous functions 2014-04-22 01:58:16 +10:00
小太
6fb3bc332a Spaces around operators and === instead of == 2014-04-22 01:56:11 +10:00
Slayer95
3fc36ef80f 'clampIntRange is now a method of 'Tools' and no longer global 2014-04-18 15:14:54 -05:00
CrestfallPS
880c71c7c5 Update README.md
Changes:
Removed Shuckle getting Leech Seed as it doesn't.
Updated numbers on Explosion/Self-Destruct to current values.
-Crestfall
2014-04-17 01:48:47 +05:30
Guangcong Luo
38b5f9e570 NEXT: Mega Gengar no longer levitates 2014-04-16 15:56:00 -04:00
Tempoanon
a8567dab8c NEXT: Boomburst not affected by immunities
Boomburst is a sound move, and therefore hits ghosts.
2014-04-12 19:15:47 -07:00
Tempoanon
38b3e9fd35 NEXT: Vivillon gets Gossamer Wing
Vivillon can now gain the benefits of Gossamer Wing by equipping a Stick.
2014-03-25 16:46:01 -07:00
Tempoanon
c1e1e3036d NEXT: Vivillon gets QD
Vivillon can now equip a stick to use quiver dance and gain +1 spa.
2014-03-25 16:31:41 -07:00
Konrad Borowski
03e2998111 NEXT: Genesect drives don't affect SR.
Stealth Rock now deals increased damage only for Flying types.
Mentioning Stealth Rock in Genesect's drives description doesn't make
sense, as none of Genesect forms would get increased damage due to SR
nerf.
2014-03-22 20:31:16 +01:00
TalkTakesTime
a0431d9277 Remove comma 2014-03-15 01:47:34 +13:00
TalkTakesTime
528e8d8462 Remove duplicate Deo-D entry 2014-03-14 19:35:14 +13:00
Guangcong Luo
39d3d64452 NEXT: unban Genesect 2014-03-13 03:03:40 -04:00
Guangcong Luo
84186d5890 NEXT: nerf Snore, give Unown Shadow Tag 2014-03-13 02:35:25 -04:00
Guangcong Luo
5d2bd4c07f NEXT: Megas no longer get ability-removal exception 2014-03-11 02:06:39 -05:00
Guangcong Luo
0ad2708505 NEXT: better mega nerfing, nerf Shuckle, confusion
- Instead of swapping abilities, we're nerfing Shadow Tag and
  Adaptability
- Shadow Tag: only lasts one turn
- Adaptability: 1.33x non-STAB damage, no STAB boosting
- Shuckle no longer gets Leech Seed
- confusion base power is now 30, lasts 3-4 turns
2014-03-11 02:37:30 -04:00
Guangcong Luo
e6c74559f4 NEXT: Many updates
It's the Gen 6 update!

- Autocrit moves have their base powers tweaked for the new crit
  mechanics; they're now slightly more powerful.
- Ambipom's Sketch is now considered an event move, like Necturna's
- Confusion now deals damage every attack, but the attack is never
  prevented. Its duration is also 3-5 now.
- Parental Bond is now half damage on both hits, but makes all moves
  perfect accuracy as is standard for NEXT multi-hit moves.
- Parabolic Charge now has 40 base power, but gives -1 SpA, -1 SpD to
  the target and +1 SpA, +1 SpD to the user
- Focus Blast down to 30%; I really don't want people to use it
  without No Guard
- Drives no longer grant bonus damage to Techno Blast, the gen 6 buff
  is plenty
- Manaphy unbanned
2014-03-11 00:14:57 -04:00