Commit Graph

783 Commits

Author SHA1 Message Date
Joim
5007ee1492 Add Gen 4 UU Format
Add the Generation 4 UU Format.
2013-05-14 23:54:04 +03:00
Cathy J. Fitzpatrick
02ebd6ed79 Report HP as percentages (except VGC and Custom Game)
In VGC, HP continues to be reported as pixels. In Custom Game (and other
debug formats), health is reported as exact HP.
2013-05-14 04:36:25 -06:00
Cathy J. Fitzpatrick
57df8efac2 Fix some misleading comments in formats.js 2013-05-14 04:10:57 -06:00
Cathy J. Fitzpatrick
b16426b2b7 Rename 'Sleep Clause' to 'Sleep Clause Mod'
This new naming style is to acknowledge that Sleep Clause Mod represents
a mechanical change to the base game, because it causes Sleep status not
to be applied in cases where it would be applied in the base game.
2013-05-14 04:06:46 -06:00
Marty-D
fe7eacb6b7 Gen III: Preliminary move fixes. 2013-05-13 16:34:14 -04:00
Joim
f00e9fbb19 Seasonal: Fix Treecko's name 2013-05-12 11:02:16 +02:00
Guangcong Luo
82312d55f4 Make sure custom games don't accidentally set level 1000 2013-05-11 20:46:15 -07:00
The Immortal
f640edd24b Malaconda Playtest ended 2013-05-12 01:55:28 +04:00
Guangcong Luo
0df639b80e Rearrange formats, Glitchmons no longer ladderable 2013-05-09 21:18:09 -07:00
Guangcong Luo
d35be5d57a Fix Truant/flinch interaction 2013-05-09 21:17:43 -07:00
Marty-D
3fc599a9e8 Fix Bounce, Dig, Dive, and Fly.
- Correctly double the power of the moves that can do so against the
user.
2013-05-09 10:20:04 -04:00
Joim
53c66838ac Remove Ubers Suspect, re-enable Ubers ladder.
Moody has been kept banned, there is no need to keep the Ubers Suspect now.
2013-05-08 19:06:00 +03:00
Marty-D
bed84d61f5 Add some more immunity messages. 2013-05-05 21:09:08 -04:00
Marty-D
a62cd46c88 Add a few helpful immunity messages. 2013-05-05 19:10:26 -04:00
The Immortal
82c52d0ef6 Randbats script update
- Add Blaze, Overgrow, Swarm, and Torrent counters
- Prevent Dragon Tail with Roar / Whirlwind
- Allow Simple with Stockpile
- Give Substitute + Reversal a Gem instead of Leftovers
2013-05-06 01:32:29 +04:00
Marty-D
109a3da4f6 Correct mechanics for signature items. 2013-05-05 17:07:56 -04:00
The Immortal
6ae3fb9496 Fix PU banlist
Primeape, Scolipede, Munchlax and Jynx were incorrectly allowed
2013-05-05 12:10:05 +04:00
Marty-D
19fd64ae3e Fix a Final Gambit + Red Card interaction.
- Previously, using Final Gambit on a Pokemon holding a Red Card and
having the Red Card holder survive the hit would force the Final Gambit
user out and faint the Pokemon dragged in, rendering the battle
unplayable.
2013-05-03 15:01:47 -04:00
Guangcong Luo
c3a497e341 Remove a redundant check 2013-05-02 02:56:45 -07:00
Guangcong Luo
35ba7b70a2 Fix crash against Substitute 2013-05-01 19:22:12 -07:00
Cathy J. Fitzpatrick
b507d7874d Fix logic error in May seasonal 2013-04-30 23:34:34 -06:00
Cathy J. Fitzpatrick
69c3f16804 Merge branch 'format-changes' of https://github.com/Joimer/Pokemon-Showdown
Update OM of the month, add new Seasonal, add Gen 1 ladder
2013-04-30 23:31:48 -06:00
Marty-D
7ff0c7531c Fix Heal Block.
- Healing moves are now prevented and disabled correctly.
2013-04-30 21:24:35 -04:00
Joimer
8ec8386bab Add Gen 1 OU Beta ladder. 2013-04-30 13:11:33 +02:00
Joimer
f8e3ad9c19 Add new Seasonal Ladder, May Mayhem. 2013-04-30 13:10:41 +02:00
Joimer
b4a806dc55 Make PU the new Other Metagame of the Month.
Tier Shift remains as a playable Other Metagame.
2013-04-30 13:00:32 +02:00
Joimer
af23038f54 Delete old Seasonals and unused suspect test formats 2013-04-30 12:58:41 +02:00
Guangcong Luo
24fc6017bd Fix Gen-NEXT
It's apparently been broken for quite some time. I guess people
don't play it much :(
2013-04-28 02:23:03 -07:00
Bill Meltsner
6df3009855 Put a bird on it 2013-04-27 22:08:08 -07:00
Guangcong Luo
df8c66d937 Optimize banning things from newer gens 2013-04-27 11:21:25 -07:00
Guangcong Luo
1a7bba8f80 Malaconda is Dark/Grass, not Grass/Dark 2013-04-26 20:32:21 -07:00
Guangcong Luo
f63a35f2da Fix Harvest message 2013-04-26 20:16:33 -07:00
Marty-D
084368668e Update Malaconda's viable moves. 2013-04-26 16:36:33 -04:00
Marty-D
cec7085f52 Implement CAP 5 - Malaconda 2013-04-26 16:12:37 -04:00
Joim
a44a1c341b Add item gen directly
Item numbering is erratic from generation 3 to 4 and in some cases in generation 5, so every item has the generation in which it was added in it.
2013-04-26 00:21:22 +03:00
Joim
8daafcd85a Add item validation on Pokemon ruleset
Add item validation on Pokemon ruleset to validate non standard items, such as unreleased items in previous gens or mod items.
2013-04-25 20:34:20 +03:00
Joim
a965842c15 Add item numeration from the games
Added the item numeration from the game cartridges to better distinguish them between generations.
2013-04-25 20:08:22 +03:00
Guangcong Luo
80b375fa52 Fix crash in monotype validator 2013-04-24 17:52:15 -07:00
Guangcong Luo
42fb5c6be0 Gen 4 OU ladder 2013-04-23 18:46:42 -07:00
Guangcong Luo
782b497d3c Fix Encore + Mental Herb interaction
This fix involves overhauling how changeDecision works, which also
fixes priority order (and speed ties) getting rerolled when Encore
hits.
2013-04-23 17:21:58 -07:00
Guangcong Luo
5e607f39bb Implement Retaliate 2013-04-23 16:22:34 -07:00
Guangcong Luo
0ef3daa0f1 Fix the rest of the Air Lock interaction bugs
Specifically, Sandstorm's SpD boost and Weather Ball's power/type.
2013-04-22 01:28:27 -07:00
Guangcong Luo
1bc5f3749e Don't deal residual weather damage in Air Lock/Cloud Nine 2013-04-22 01:24:11 -07:00
Marty-D
6d080f232a Correct Tomohawk and Necturna's learnsets. 2013-04-21 22:55:39 -04:00
Guangcong Luo
e719b20e00 Learnsets: Start moves are explicitly L1 2013-04-21 18:05:54 -07:00
Guangcong Luo
db6f92ed42 Put pokedex in National Pokedex order 2013-04-21 18:05:54 -07:00
Guangcong Luo
aa680dcc58 Move Missingno/CAPs to the bottom of the pokedex 2013-04-21 16:43:09 -07:00
Guangcong Luo
7937685fd5 Fix Missingno learnset
It was previously using its April Fool's 2012 learnset. This removes
Magikarp's Revenge from its learnset, and sets its moves to Start
moves since that's what they are.
2013-04-21 02:07:19 -07:00
Guangcong Luo
866bea60be Remove Missingno fake abilities
These were added for April Fool's 2012 but are incorrect.
2013-04-19 23:23:27 -07:00
Guangcong Luo
32f7c74542 Remove Arceus-??? 2013-04-19 23:23:27 -07:00