Commit Graph

954 Commits

Author SHA1 Message Date
The Immortal
954fec298a Add new event Pokemon
Distributed at Pokémon Game Show
2013-08-20 13:53:16 +04:00
Guangcong Luo
708cc3ae0b Formats overhaul
Formats are now stored by default in config/formats.js
2013-08-18 14:55:14 -07:00
Guangcong Luo
947a7be8ca Remove searchDefault/challengeDefault flags
They're no longer used; the client now just defaults to the first
format.
2013-08-18 14:30:26 -07:00
Guangcong Luo
3e15406a39 canUseRandomTeam is now implied for randbat formats 2013-08-18 14:27:36 -07:00
Guangcong Luo
8a86d0fbb5 The 'rated' flag now defaults to true 2013-08-18 14:25:26 -07:00
Guangcong Luo
619c65e9f3 Remove outdated isTeambuilderFormat flag 2013-08-18 14:20:26 -07:00
Guangcong Luo
62dfb6cfcc Move Custom Game to bottom of the Singles list 2013-08-18 14:19:29 -07:00
小太
883ec0526e Fix code not using tabs for indenting 2013-08-18 22:27:28 +10:00
小太
f2f973fe29 Obliterate trailing whitespace 2013-08-18 21:33:15 +10:00
Guangcong Luo
1ac2924de5 Healing moves now fail when the user's at full health 2013-08-17 23:10:04 -07:00
Guangcong Luo
2f6927b3c8 Merge pull request #287 from V4Victini/patch-8
Fix weather-dependent healing moves.
2013-08-17 22:40:52 -07:00
The Immortal
51816c281d Unban Snover from LC 2013-08-17 04:54:01 -07:00
Joimer
094f3d97b0 Merge branch 'master' of http://github.com/Zarel/Pokemon-Showdown 2013-08-16 10:15:09 +02:00
Joimer
f699b1d294 UU Suspect is finished, ban Froslass
Don't delete UU suspect, it will be necessary very soon for Victini.
2013-08-16 10:14:51 +02:00
Joim
bce6c6880c Gen 2: Make Mean Look + Hypnosis + Perish Song ban Pokémon Wise 2013-08-15 10:23:17 +02:00
Joim
5008418dc8 Gen 2: Ban Mean Look + Hypnsosis + Perish Song
Very old Missy moveset ban that should be present.
2013-08-14 23:02:54 +02:00
Guangcong Luo
939c5cc172 Fix an oversight in Keldeo-Resolution rename 2013-08-14 11:06:15 -07:00
Joim
31ba5c245d OU suspect test: Ban Keldeo-Resolute
Despite being mainly a cosmetic forme, Keldeo-R needs a ban of 
its own.
2013-08-14 19:59:24 +02:00
Guangcong Luo
3e83777c26 Fix clauses being broken in lower tiers 2013-08-14 10:43:34 -07:00
Joim
775c5dedb1 OU is suspecting Keldeo
OU is suspecting Keldeo and two ladders are necessary: 
Current ladder, a ladder with a rank separate from regular OU 
and Suspect Test in which Keldeo is banned.
2013-08-14 19:10:45 +02:00
Joim
26f9eca695 Revert previous commit 2013-08-13 17:15:06 +02:00
Joim
0f8a191e24 LC: Ban Snover
Since Snover is LC due to Snow Warning ban in RU, preemptively ban 
it on LC until a decision is made.
2013-08-13 17:13:58 +02:00
Joim
48ff9f2462 Update snover's tier to LC
Now that Snow Warning is banned in RU and thus below, 
update Snover tier to show it's LC now.
2013-08-13 17:09:02 +02:00
Joim
5fb86c7c2b RU suspect has ended, Snow Warning banned 2013-08-13 16:39:32 +02:00
Guangcong Luo
70f78202e1 Fix Red Card activating on inactive pokemon 2013-08-11 21:33:58 -07:00
Joim
a377acceca Doubles: Re-ban Sky Drop 2013-08-11 21:43:00 +02:00
The Immortal
44b4948d24 Add Smeargle event
VGC Worlds 2013 Smeargle
2013-08-11 18:30:58 +04:00
Joimer
21033585d1 Merge branch 'master' of http://github.com/Zarel/Pokemon-Showdown 2013-08-10 22:12:21 +02:00
Joimer
8b8aaab216 Gen 3: Enable custom game debug 2013-08-10 22:12:04 +02:00
The Immortal
fa3c656c33 Add new events
Satoshi's Pikachu, Iris's Axew, Dento's Pansage, Prof. Okido's Rotom
2013-08-10 21:45:39 +04:00
Joim
7d2a8702a1 Gen 2: Set format to debug mode
Set the format to debug mode for easier test when a user reports a problem.
2013-08-10 15:11:37 +02:00
V4Victini
ada48c1c0b Move healing to onHit from onModifyMove 2013-08-10 01:12:10 -04:00
V4Victini
4b64be082a Proprly implement Swallow's healing as well 2013-08-09 17:59:30 -04:00
Joimer
948ea295e7 Gen 2: Add format and ladder 2013-08-09 22:06:00 +02:00
Joimer
be2d3686f7 Fix Storm Drain accuracy check for Water-type moves
Water-type moves should not fail against Storm Draim Pokémon.

Test, Gastrodon + Qwilfish, turn 2 switching the first to Escavalier:
Storm drain is making Hydro Pump accuracy true
Storm drain is making Hydro Pump accuracy true
Storm drain is making Hydro Pump accuracy true
Storm drain is making Hydro Pump accuracy true
Accuracy for Recover: true
Accuracy for Recover: true
Accuracy for Hydro Pump: 80
Accuracy for Hydro Pump: 80
2013-08-09 11:07:12 +02:00
Joimer
fe0e94fd87 Fix Flash Fire accuracy check with Fire-type moves
No Fire-type move should fail against Flash Fire Pokémon.

Test on two turns:
Flash fire is making Will-O-Wisp accuracy to true.
Flash fire is making Will-O-Wisp accuracy to true.
Accuracy for Earth Power: 100
Accuracy for Earth Power: 100
Accuracy for Will-O-Wisp: 75
Accuracy for Will-O-Wisp: 75
Accuracy for Substitute: true
Accuracy for Substitute: true
2013-08-09 11:00:55 +02:00
The Immortal
5c31a1cb6a Unban Darkrai in STABmons 2013-08-07 08:46:31 -07:00
Joim
eff5371248 Fix Perish Song bug in Doubles
In Doubles, there's the possibility that battle.sides[i].active[j] 
does not exist, thus causing a crash. Add a check for that.
A non-existing Pokémon is not counted for result.
If there's no active Pokémon, there's no field Perish Song 
effect whatsoever.
2013-08-07 17:35:05 +02:00
V4Victini
ab2a3b287f Fix weather-dependent healing moves.
These aren't done with a rounded fraction like the other healing moves. They heal the target by an amount equal to it's maxHP modified by either 0xAAC (.667), 0x800 (0.5), or 0x400 (0.25)
2013-08-07 03:51:33 -04:00
Joim
d83e30072f Doubles: Unban Sky Drop
Sky Drop is no longer glitched in BW2 and thus available, so Doubles is unbanning it.
2013-08-07 08:45:33 +02:00
Joim
267a3ca014 Show again UU ladder
As per tier leader kokoloko's request, show both UU ladders again for the current suspect.
2013-08-06 06:49:30 +02:00
Joim
082d24e09b Gen 1: Unban partial trapping moves
With the 0 PP behaviour fixed, there is no need to keep partial trapping moves banned, since the game changing struggle lock on 0 pp sequence is no longer there.
2013-08-05 09:56:55 +02:00
Joim
588df751dd Improve seasonal team maker
Imrpove Average August's team maker taking into account player's feedback on the Seasonal.
2013-08-05 09:54:07 +02:00
Joim
4efec7bb00 Re-add OU Monotype ladder
As per popular demand, OU Monotype ladder is kept as a regular OM ladder.
2013-08-01 19:13:14 +02:00
Joimer
3f686d7d51 Implement STABmons using a Tools hack
Due to how validateSet and scopes work, STABmons needs either this 2 line hack or to copy basically all moveset check to formats, duplicating code, for it to work.
2013-08-01 13:56:35 +02:00
Joim
cf29c4ab0c Improve balance and move choose in Average August
The balance right now allows to Kyogre's pirates to win more easily. Fix that and make sure moves are correct.
2013-08-01 13:27:45 +02:00
Joimer
baad1dff93 Add new Seasonal, Average August
The previous month's Seasonal, Jolly July, has joined the orphan branch of old-seasonals while we welcome the new Seasonal for the month of August.
2013-08-01 13:01:09 +02:00
Joimer
855e7a758b Change OM of the Month to STABmons
Move OU Monotype back to the challenge-only OM section, add STABmons as the new featured OM for August.
2013-08-01 09:55:56 +02:00
Guangcong Luo
97a0ccd152 Remove buggy Arceus-??? from Pokedex 2013-07-30 21:39:51 -07:00
The Immortal
e7c6bb1024 Update LC UU banlist 2013-07-30 08:01:32 -07:00