The Immortal
4d6bb64aac
Add new RoA Spotlight
2017-03-01 20:39:37 +04:00
Guangcong Luo
e8b60c1e90
Fix Gen 1-2 DV/EV/shiny/gender validation
...
The old code tried to validate by changing incorrect values to correct
values, but had lots of bugs. Even if it didn't have bugs, it would have
various flaws like stats being different from what you would expect from
the teambuilder, so the new code just tells you when your HP DV,
shininess, gender, and Hidden Power type are inconsistent with your
other DVs.
(The one exception is SD Thick Club Marowak, which still automatically
fixes its Atk IV, since we still don't have teambuilder UI for that.)
2017-03-01 02:13:08 -05:00
Charlie Kobayashi
e9886a2935
Fix Triple Hit mechanics in Gen 2 ( #3299 )
...
- Don't use multi accuracy setting
- Set multihit between 1 and 3 randomly, as it has been mentioned in here https://github.com/Zarel/Pokemon-Showdown/issues/3239#event-977289878 (scripts __should__ automatically do a random distribution if the ratio is not between 2 and 5)
2017-02-26 02:11:44 -05:00
Guangcong Luo
d7f180954f
Comment out unused Gen 1 setupType
2017-02-23 05:24:45 -06:00
xCrystal
2abd1dbef5
Gen 1 Random Battles: Improve movesets and balance ( #3210 )
2017-02-22 16:46:32 -06:00
HoeenHero
774427d8d0
Gen 6: Keep old pokedex colors ( #3248 )
2017-02-19 14:38:28 -06:00
Marty-D
8a3e4e5ac1
Fix Trace
2017-02-18 23:04:28 -05:00
Marty-D
cbfd339e0e
Update move descriptions
2017-02-17 19:48:31 -05:00
Spandan Punwatkar
eb08d10522
Remove unused Tier Shift mod ( #3056 )
2017-02-16 22:12:15 -06:00
xCrystal
64e742ab9d
Gen I: Fix three minor bugs ( #3222 )
...
Fix being put to sleep not clearing recharge condition
Fix Supersonic clearing last stored damage
Fix Substitute HP
- In RBY, a Substitute is only knocked out when its HP underflows, but remains alive at 0 HP. Therefore, it's effectively as if the Substitute had 1 more HP than the amount of HP lost in order to set it up.
2017-02-14 21:10:15 -05:00
The Immortal
f1e916dbd7
Update Mergemons
2017-02-14 18:29:40 +04:00
Guangcong Luo
ec9af0968b
Fix Amnesia in Gen 2 randbat
...
It should not be counted as a special attacking setup move.
Fixes #3225
2017-02-10 17:11:06 -05:00
The Immortal
4a306aff87
ADV 200: Update learnsets
2017-02-06 15:10:33 +04:00
The Immortal
31291ee957
Fix Mergemons
2017-02-06 15:00:39 +04:00
The Immortal
aa8772f9c5
Update Mergemons
...
Closes #3202
2017-02-02 11:42:03 +04:00
Marty-D
b91dd35cc6
Update move descriptions
2017-02-01 20:45:47 -05:00
The Immortal
8faa2270c8
Add new OM of the Month
2017-02-01 16:25:26 +04:00
The Immortal
6f6a9acfc1
Add new RoA Spotlight
2017-02-01 06:25:11 +04:00
urkerab
66e7789067
Fix interaction between Burn Up, Powder and Primordial Sea ( #3103 )
2017-01-23 20:13:45 -05:00
Marty-D
0cd3e51786
Update Strength Sap
2017-01-23 20:03:31 -05:00
The Immortal
72df476041
Mix and Mega: Set Kyurem-Black as Uber
2017-01-15 05:46:23 +04:00
The Immortal
a9f1a9290a
Genesect is Uber
2017-01-08 23:17:11 +04:00
The Immortal
61aa4cc441
Mix and Mega: Ban Regigigas
2017-01-07 23:18:22 +04:00
Spandan
145bf837c8
Update Pokébilities ( #3076 )
2017-01-05 19:24:41 +04:00
Marty-D
87e23444a2
Update Light Clay description
2017-01-04 21:24:57 -05:00
Guernouille
9c1c4b64e6
Gen I: Fix Challenge Cup DVs ( #3059 )
...
SpA and SpD use the same DV, and HP DV is calculated using the 4 other DVs.
In-game, the DV range is [0;15], each point giving 2 points in the stats, so to simulate that we make every DV a multiple of 2 in the [0;30] range.
2017-01-02 14:35:36 -05:00
The Immortal
f2bb790942
Fix 350 Cup
2017-01-02 05:54:16 +04:00
urkerab
002e34813a
ROM's version of the Pokebilities code ( #3066 )
2017-01-02 04:49:35 +04:00
Spandan
1659993dc0
Add new OMs of the month ( #3062 )
...
* Add new OMs of the month
2017-01-01 18:46:33 +04:00
The Immortal
5477232dcb
Remove Mix and Mega suspect
2016-12-28 23:25:47 +04:00
Guangcong Luo
22cdab1b1f
Fix crash in Gen 1 Stadium
2016-12-26 19:00:04 -05:00
Guangcong Luo
b69cc846a1
Fix last remnants of old Future Sight code
2016-12-26 18:33:02 -05:00
Marty-D
77fe240736
Gen V: Fix Future Sight
2016-12-26 17:29:30 -05:00
Guangcong Luo
bf4e3df3b8
Deprecate decision.targetSide/targetPosition
...
These are no longer used; we now only use targetLoc.
2016-12-26 17:12:40 -05:00
Marty-D
c017d11443
Update Rock Blast
2016-12-24 15:13:05 -05:00
Marty-D
521f682cc2
Update Heavy Slam interaction with Minimize
2016-12-24 15:11:33 -05:00
Marty-D
e66b14b2ab
Gen II: Actually fix stalling moves
2016-12-24 15:09:25 -05:00
The Immortal
e407a67a92
Update gen 6 PU
2016-12-24 22:52:00 +04:00
Marty-D
dccdb1accb
Fix Weak Armor in past gens
2016-12-23 22:59:46 -05:00
Guangcong Luo
9f4613ea1e
Don't use tradeback moves in Gen 1 CC
2016-12-23 12:59:08 -08:00
Marty-D
b67b33d1e0
Gen II: Correct success chance for stalling moves
2016-12-23 15:19:35 -05:00
Marty-D
f3985ea489
Gen I: Actually fix Toxic damage message
2016-12-15 20:53:55 -05:00
Marty-D
2ffaef6d80
Gen I: Fix Toxic damage message
...
Closes #3028
2016-12-15 19:29:01 -05:00
Marty-D
9b759c86c1
Update Wide Guard
2016-12-15 15:45:14 -05:00
Marty-D
532516ea54
Gen III: Fix Lax Incense and Sea Incense
2016-12-14 23:34:31 -05:00
The Immortal
1f96909e75
Add Mix and Mega suspect test
2016-12-14 00:40:27 +04:00
The Immortal
c62b496461
Mix and Mega: Unban Landorus
2016-12-13 00:17:04 +04:00
Marty-D
5a567b1bbe
Update unreleased items
2016-12-07 15:52:59 -05:00
The Immortal
92a9a8b9a9
Random Battle updates
2016-12-07 19:45:52 +04:00
Ivo Julca
78972c41f0
Revert "Confusion still has a 50% self-hit chance"
...
This reverts commit 7d1ee5fecd .
There is even stronger evidence, from a trusted source, that the chance is now 1/3.
https://twitter.com/pokemon_PhD/status/788827888028151808
2016-12-06 23:50:07 -05:00