Marty-D
cd387d1847
Gen V, VI: Update several move descriptions
...
Also removes a handful of now-unnecessary base power callbacks from Gen
5.
2016-09-25 20:25:02 -04:00
Marty-D
bc652d4f62
Fix Struggle recoil timing
...
Fixes #2780
Also fixes a damage rounding issue.
2016-09-24 20:39:45 -04:00
Guangcong Luo
82c041b09a
Don't leak abilities for allied Skill Swap
2016-09-17 08:33:21 -07:00
Marty-D
e7a0c74c49
Fix Destiny Bond interaction with allies
2016-09-10 16:18:47 -04:00
urkerab
c8b808138d
-activate should include item: or move: prefix ( #2724 )
2016-08-28 12:35:15 -05:00
urkerab
98eeba9f22
Bug Bite/Pluck should only activate Belch/Cheek Pouch for edible Berries ( #2694 )
2016-08-23 10:35:24 -04:00
Marty-D
d76a79f9d2
Fix Wonder Room
2016-08-22 17:11:39 -04:00
urkerab
51fab2d10f
Fix client-side activation of Aromatherapy and Heal Bell for all gens ( #2699 )
2016-08-17 22:35:35 -04:00
Marty-D
a663928d58
Fix Bide again
2016-08-13 16:52:27 -04:00
urkerab
d5b985adc5
Make Illusion wear off properly after Ability-ending effects ( #2638 )
2016-08-11 18:47:58 -04:00
Ridaz
6b7123f09e
Remove animation if Bide fails ( #2686 )
2016-08-10 12:38:23 -05:00
urkerab
74aa31dcf1
Use TryAddVolatile for confusion rather than a custom event ( #2641 )
2016-08-07 12:11:58 -04:00
Marty-D
3b45fad8c3
Fix Bide
...
- Bide can hit allies
- Bide keeps track of the last Pokemon to damage the user, so it will always attempt to hit that Pokemon regardless of position
- If the intended target is not active, a random opponent takes the damage instead
2016-08-05 14:10:07 -04:00
The Immortal
76b6030043
Fix Relic Song
2016-08-04 03:41:15 +04:00
Marty-D
1a3ea8891c
Fix Quick Guard interaction with Quick Claw/Custap Berry
2016-07-31 16:10:14 -04:00
Marty-D
749186e7ed
Fix Cursed Body and Cute Charm activation
2016-07-26 22:44:54 -04:00
Marty-D
111993e3b0
Make Grassy Terrain heal on the final turn
2016-07-22 14:57:35 -04:00
Marty-D
0271c09ce4
Fix Yawn's interaction with other effects
2016-07-20 14:10:35 -04:00
Marty-D
41e6945417
Add Electric/Misty Terrain messages
2016-07-20 14:05:25 -04:00
Marty-D
a1e2cb984c
Add Safeguard activation message
2016-07-18 21:06:10 -04:00
Marty-D
bed6c187fd
Fix Reflect/Light Screen modifier in Doubles+
...
Source: http://pokemon-trainer.net/bbs/patio.cgi?mode=view&no=702
2016-07-17 11:42:17 -04:00
Marty-D
fc0b2f6d14
Prepare for Terrain-starting Abilities
2016-07-02 14:41:09 -04:00
Marty-D
568198a78e
Remove unneeded variables from Psych Up/Topsy-Turvy
2016-06-29 21:24:38 -04:00
Marty-D
1527fdbd8f
Update some move failure conditions
2016-06-29 14:46:21 -04:00
Marty-D
9fcf474127
Fix Round
...
- Should change turn order for later users whether or not the move is successful
2016-06-28 20:14:59 -04:00
Marty-D
f112f878b8
Refactor Gravity to use flags
2016-06-28 19:16:47 -04:00
Marty-D
4f5cdb92a9
Refactor Heal Block to use flags
2016-06-28 17:41:41 -04:00
Marty-D
d8e4fe8486
Display allies and statuses cured by Aromatherapy/Heal Bell
...
- Except prior to Gen 5
2016-06-22 11:35:10 -04:00
Marty-D
7dc7dd112d
Fix Sky Drop bugs
...
- Sky Drop doesn't check accuracy on the first turn
- Should Sky Drop miss on the second turn, the effect ends immediately for the user and target
2016-06-22 10:31:50 -04:00
Ivo Julca
dcd97ce62b
Fix spreading of typing information
2016-06-20 12:27:24 -05:00
Ivo Julca
f095ac4fea
Implement Curse targetting glitch
2016-06-20 11:57:23 -05:00
Ivo Julca
ec572891a5
Fix typing information leak
2016-06-20 11:38:06 -05:00
urkerab
2b95a4eb10
Fix ability activation for Oblivious, Overcoat and Own Tempo ( #2589 )
2016-06-17 11:40:44 -04:00
The Immortal
4bf089e854
Fix Destiny Bond interaction with Pursuit
2016-06-09 22:22:33 +04:00
Marty-D
099395890f
Fix Refresh
2016-06-09 11:20:07 -04:00
Marty-D
20eeccc1ab
Clarify Yawn's description
2016-06-08 09:54:53 -04:00
Carl Sobolewski
9a9adcbd88
On failed takeItem, re-set item id instead of item object ( #2573 )
...
When trick, switcheroo, and bestow fail, their items are put back on the pokemon
they came from. However, the item object itself was being set, rather than its
id (as is done in thief).
2016-05-31 07:46:24 +02:00
Marty-D
f74bcee659
Update non-Baton Passable volatiles
2016-05-25 23:21:10 -04:00
Guangcong Luo
04b785f1c1
Shorten Hyperspace Fury shortDesc
...
The old one didn't fit in Chrome Windows.
2016-05-11 01:54:54 -07:00
Marty-D
67be36d6a2
Fix Power Trick display after Baton Pass
2016-05-04 10:40:24 -04:00
Ivo Julca
a9098dd565
Update dev dependencies
...
- Eslint@3 brings some advanced static path analysis to the table.
- Latest version of Mocha doesn`t really bring anything outstanding,
but the caret should cover the next version, which will fix the
current subdep deprecation warnings on `npm install`.
- Mock-FS update brings support for fs.access and fs.accessSync,
which are the Node.js` blessed APIs to replace fs.exists.
2016-04-25 19:41:51 -05:00
QuiteQuiet
fcae0c67d9
Use the correct target when bouncing back moves ( #2534 )
2016-04-25 10:51:20 -04:00
QuiteQuiet
9d9e601be1
Alter |move| target on every target change ( #2532 )
2016-04-23 10:27:40 -07:00
Marty-D
d0b2d75089
Correct recoil from substitutes in all gens
2016-04-18 16:28:31 -04:00
The Immortal
943c0c1048
Release Volcanion
2016-04-15 20:04:39 +04:00
jumpluff
9be6e82b55
Add Contest Spectacular types to all moves ( #2508 )
2016-04-14 00:22:18 -07:00
Kevin Lau
1c574c6c55
Critical Hit Ratio refactor: Use an event to modify crit ratios ( #2501 )
...
This allows for proper crit ratios when a Pokemon loses/gains an ability,
item, or other effect in the middle of a multi-hit attack.
2016-04-11 21:35:36 -04:00
cadaeic
9a4a6f707b
Implement Triple Kick multiple accuracy checks ( #2495 )
...
* Implement Triple Kick multiple accuracy checks
* Implement Triple Kick multiple accuracy checks
2016-04-10 14:29:23 -07:00
alex-taxiera
9b66ba25d3
Fix Cheek Pouch ( #2497 )
...
* Cheek pouch triggers after berry effect
* Cheek pouch triggers on Fling, Bug Bite, and Pluck
2016-04-08 23:37:01 -04:00
Marty-D
78b914c646
Fix Super Fang
...
Would previously deal incorrect damage to substitutes.
2016-04-06 16:44:39 -04:00