Commit Graph

5974 Commits

Author SHA1 Message Date
The Immortal
e6ae62f6e4 Fix mega evolution mechanics
In Hackmons, Mega Charizard Y can mega evolve into Mega Charizard X, for example
2014-08-03 23:35:09 +04:00
The Immortal
78fb1035b1 Update Metagamiate bans 2014-08-03 22:19:33 +04:00
The Immortal
48c8ba6ede NU is out of beta 2014-08-03 12:36:20 +04:00
Antar1011
0aea1d8523 Typo fix
not sure how that happened
2014-08-02 17:35:37 -04:00
Antar1011
f65e6a5d87 Updated NUbeta
based on May-June-July RU stats
2014-08-02 17:29:44 -04:00
The Immortal
75fa2e4f6e Aegislash is Uber 2014-08-02 23:43:57 +04:00
The Immortal
ce8df3d6f7 Update bans for Pokemon Throwback 2014-08-02 22:50:23 +04:00
The Immortal
839467d455 Update RU stage 2014-08-02 17:33:14 +04:00
The Immortal
ee4593fdea Add event Jirachi 2014-08-02 17:22:39 +04:00
The Immortal
ca194dc012 RU is having a suspect test 2014-08-02 17:10:38 +04:00
The Immortal
813fbd7ef2 Update UU suspect
Venomoth -> BL
Volcarona -> UU
2014-08-02 12:38:24 +04:00
Ivo Julca
9bf6091d79 Fix crash in 41daa79 2014-08-01 15:33:05 -05:00
V4Victini
882dfe7d19 Flame Charge is not a valid STAB 2014-08-01 02:46:47 -04:00
Guangcong Luo
795604d853 Merge pull request #1117 from Slayer95/watchfile
Remove ´watchFile´ global
2014-07-31 21:52:32 -05:00
Ivo Julca
4d50e275b1 Remove ´watchFile´ global
Also, calls to ´fs.watchFile´ are no longer embedded in try-catch blocks, as its call would only crash in some platforms (Windows) in versions of Node.js no longer supported (before Node v0.8.0).
2014-07-31 21:24:28 -05:00
Guangcong Luo
cce2a67cef Merge pull request #1116 from Ridaz/patch-6
Optimizing /weakness command
2014-07-31 19:38:10 -05:00
Ridaz
eaa8b79148 Optimizing /weakness command
Aesthetic changes and smoothing up the code

http://i.imgur.com/OIl0Mrd.png
2014-08-01 01:34:37 +01:00
Slayer95
78da28dc5b Merge pull request #1109 from Ridaz/patch-5
Remake /weaknesses command to allow resistance
2014-07-31 15:34:52 -05:00
Ivo Julca
6fdaab6ae8 Fixes for Skull Bash
It boosts user stats even if Power Herb activates, but only since Gen 2.
2014-07-31 15:32:15 -05:00
Ridaz
ab79032d78 Put weaknesses and resistances on separate lines 2014-07-31 20:59:17 +01:00
The Immortal
29bb6560fb Update formats.js 2014-07-31 23:22:36 +04:00
The Immortal
72798425a7 Merge pull request #1114 from Slayer95/master
Implement August OM
2014-07-31 23:06:11 +04:00
Ivo Julca
41daa79c61 Implement August OM 2014-07-31 13:39:01 -05:00
The Immortal
33b46762b2 Don't show room demotion popup if the user is not in the room 2014-07-31 20:57:16 +04:00
V4Victini
41c46e67d4 Aeroblast is a valid STAB move
The one who committed that probably meant Sky Attack. Like Bounce it is also a 2-turn move. Aeroblast is a 100 BP Special Flying-Type attack. Very STAB-worthy.
2014-07-31 11:56:04 -04:00
The Immortal
2a0c4ad92a LC suspect test is over
And renamed "LC Suspect 4" to "LC (suspect test)"
2014-07-31 19:19:03 +04:00
Guangcong Luo
66913b513c Merge pull request #1113 from Slayer95/master
Mold Breaker nullifies the ability of dragged-in pokemon
2014-07-31 02:26:38 -05:00
Ivo Julca
e14cb84f0e Mold Breaker nullifies the ability of dragged-in pokemon 2014-07-31 01:16:56 -05:00
Ivo Julca
f60fac5b38 Fix Team Preview for Triples formats 2014-07-30 15:47:34 -05:00
Robin Vandenbrande
fce87ad5e4 Fix /redir not working when not using room id 2014-07-30 13:03:24 +02:00
V4Victini
6303b11a76 Correct Struggle target
You can't pick a target for Struggle
2014-07-30 01:33:12 -04:00
Ridaz
fdf8d86824 Remake weakness command to allow resistance
The weakness command also includes the resistances of the Pokémon
Example: http://i.imgur.com/kZexUes.png
(Credits to Morfent for helping out)
2014-07-30 03:25:13 +01:00
V4Victini
1a370ff961 Add challenge-only LC Suspect format
Misdreavus and Fletchling gone
2014-07-29 02:02:58 -04:00
The Immortal
54ea458fe2 OU suspect test is over 2014-07-28 22:47:36 +04:00
V4Victini
7f47f70033 Fix faint order for recoil items 2014-07-27 21:21:26 -04:00
V4Victini
0186a3a1c9 Add Sexytuple Effectiveness
Up to 64x Resists and 64x Weaknesses
2014-07-27 20:03:57 -04:00
The Immortal
87a3c89e82 Battle of Legends has ended 2014-07-28 01:08:30 +04:00
The Immortal
9b44d4b237 Update team-validator.js
- Fixed crash introduced in 99fad48d59
- Only females can pass down the hidden ability before gen 6
- Nidoran-M line and Volbeat are male only but can have a female parent
(Nidoran-F and Illumise, respectively)
2014-07-27 13:51:37 +04:00
Guangcong Luo
21ec515844 nimp no longer needs to be hardcoded 2014-07-27 02:25:46 -04:00
Guangcong Luo
bd127fc045 Merge pull request #1108 from NickMP/patch-7
NEXT: Fix King's Shield/Spiky Shield Substitute interaction
2014-07-26 23:11:54 -05:00
NickMP
ad375e4aec NEXT: Fix King's Shield/Spiky Shield Substitute interaction
Update King's Shield and Spiky Shield to not protect a Substitute, like Protect.
2014-07-26 19:10:21 -04:00
The Immortal
99fad48d59 Update team-validator.js 2014-07-26 17:25:18 +04:00
The Immortal
10bfcdf792 Ubers is having a suspect test 2014-07-26 00:50:08 +04:00
V4Victini
8c330d398e Revert "Keldeo needs to be in Resolute form for Secret Sword"
This reverts commit aec4875dac.
2014-07-25 15:07:18 -04:00
The Immortal
aec4875dac Keldeo needs to be in Resolute form for Secret Sword
It was only in BW1 when it didn't because the form wasn't in the game
2014-07-25 18:54:07 +04:00
The Immortal
6037535b5f Update gen 4 Focus Sash
It activates on multi-hit moves. Removing the volatile in
AfterMoveSecondary is for doubles.
2014-07-25 17:47:07 +04:00
The Immortal
b1c3860ae9 Update formats.js 2014-07-25 13:24:27 +04:00
The Immortal
3efbdef0eb Update BW UU bans 2014-07-25 13:19:18 +04:00
Guangcong Luo
d7b4c8439e Merge pull request #1105 from Tempoanon/patch-16
NEXT: New abilities for levitators
2014-07-25 01:52:41 -05:00
Tempoanon
252699b5ec NEXT: Hydreigon and Pixies have new abilities
Mesprit has Serene Grace, Uxie has Synchronize, Azelf has Steadfast, and Hydreigon has Sheer force.
2014-07-24 16:48:13 -07:00