Commit Graph

983 Commits

Author SHA1 Message Date
V4Victini
c89670e9e6 Fix Trace Message
Say that Trace has copied the ability before having the copied ability
take effect
2013-10-04 18:45:37 -04:00
Joimer
febcdf2233 Add checkAbilities function to scripts
This function checks the selected abilities against default abilities.
It's used on Ability Exchange.
2013-10-01 12:11:51 +02:00
Joimer
72ab2ec5b3 Add new October Seasonal: Octoberfest 2013-10-01 11:57:04 +02:00
Joimer
e786e190fc Implement new Other Meta of the Month: Ability Exchange 2013-10-01 11:53:40 +02:00
nunuchu42
06c5cff65b Update aliases.js 2013-09-30 16:53:05 -07:00
Guangcong Luo
2e7caa0f53 Fix crash in Life Orb 2013-09-30 08:39:08 -07:00
Guangcong Luo
b5fc8c7032 Fix three-move Jolteon 2013-09-28 22:02:23 -07:00
V4Victini
f691e10532 Correct Metronome Implementation
Fixes an abusable bug with multi-hit moves
2013-09-28 13:34:17 -04:00
V4Victini
1c2a9a76c0 Chain Final Modifiers 2013-09-27 23:30:55 -04:00
The Immortal
fba88d85fc Allow Wormadam-Sandy/Trash to use DW ability 2013-09-26 14:07:55 -07:00
Guangcong Luo
451f353d73 Merge pull request #348 from Quinella/master
Fixes Mirror Move so that it uses the target's last move instead of the battle's
2013-09-20 14:47:19 -07:00
The Immortal
be2c688080 Add new events
- Character Fair Jirachi
- Chilseok Jirachi
- VGC Nationals Junior Champion Do Heun's Hitmontop
- Summer Shiny Dialga
- VGC Nationals Senior Champion Seung Heon's Cresselia
- VGC Nationals Master Champion Sejun's Liepard
- Summer Shiny Palkia
- Chief Golgo's Sableye
- Summer Shiny Giratina
2013-09-20 20:44:06 +04:00
Quinella
613ce86b12 Fixes Mirror Move so that it uses the target's last move instead of the battle's. 2013-09-18 20:27:22 +02:00
Joimer
ec71aa13a2 Gen 6: Add Hidden Power Fairy support
With the blooming of gen 6 mods and the advent of gen 6, add support
for Fairy-type Hidden Power so it can be used in gen 6 or gen 5.5 mods.
hpTypes max at 15 on gen 2 calcs and gen 3+ calcs if the maxTypes var
is at 15, so adding Fairy-type to the types array is harmless.
2013-09-17 14:24:09 +02:00
Guangcong Luo
0dba0d50cb Workaround fix for Mold Breaker Unaware 2013-09-14 16:50:42 -07:00
V4Victini
d64d7bfdb7 Fix Thick Fat 2013-09-12 23:01:46 -04:00
V4Victini
78edf360f2 Re-add getStat function 2013-09-11 19:50:00 -04:00
V4Victini
d19dbef70a Undo scripts.js regression 2013-09-11 16:12:41 -04:00
V4Victini
0ef4a02b0c Run ModifyDef/SpD events properly
and remove Chlorophyll's debug message
2013-09-11 04:10:14 -04:00
V4Victini
c50d30f11f Overhaul the stat system and implement chaining
onModifyStat events now alter the returning modifier instead of
affecting the stat directly
2013-09-11 03:17:13 -04:00
V4Victini
5751090870 Use proper modifiers for Sheer Force, Sand Force, and Analytic
0x14CD instead of 0x14CC (1.3)
2013-09-08 15:18:14 -04:00
Slayer95
5e2c665b1c Fix typo in random set builder 2013-09-06 19:07:54 -05:00
Joimer
9d92b0ab5c Seasonal Ladder: Improve default team for repeated Pokémon
Improve the default team when there's a repeated Pokémon so
players aren't in disadvantage due to a system flaw.
Also use a better way to not to repeat Pokémon formes.
2013-09-04 13:07:12 +02:00
Joimer
606081644c Seasonal: Change variable name 2013-09-04 09:28:56 +02:00
Joimer
28a1462c77 Seasonal: Improve team maker 2013-09-04 09:24:31 +02:00
Joimer
8bdc090fc8 New Seasonal: Don't let team maker repeat Pokémon 2013-09-01 11:54:41 +02:00
Joimer
f33ff063ab New seasonal: Make sure templates with baseSpecies resort to it
Make sure in case of repeated numbers of species with formes
the baseSpecies is chosen.
2013-09-01 11:48:27 +02:00
Joimer
b6e48e283f Add new Seasonal, School Schemes 2013-09-01 11:26:56 +02:00
Joimer
2f0f33424d Update viable moves for Umbreon and Chandelure 2013-08-24 23:11:55 +02:00
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