Guangcong Luo
3c6583798c
1v1 is now ladderable again
2013-07-04 15:33:11 -07:00
Guangcong Luo
4cff590d6a
Crash more gracefully when a bad name is passed to randomSet
2013-07-04 15:33:11 -07:00
Joimer
cb5b1b6aa3
Seasonal: Remove illegal Pokémon
...
Castform-Sunny forme and Darmanitan-Zen do not have random sets and are illegal, defaulting in Unown, thus shall be removed.
2013-07-05 00:24:58 +02:00
Joimer
723920e260
Add new Seasonal, Jolly July
...
Add the new Seasonal for this month, Jolly July, which features summer and independence days as well as a world travel.
2013-07-04 23:58:19 +02:00
Guangcong Luo
94bb5e4679
Remove STABmons; it's broken
2013-07-04 01:22:10 -07:00
Joimer
386e472b6b
Merge branch 'master' of http://github.com/Zarel/Pokemon-Showdown
2013-07-03 23:45:39 +02:00
Joimer
718fdc7dcf
Add July Jirachi event
...
Jirachi gets two new Japan events in July and August. The July one gives it Meteor Mash, which must be a viable move.
2013-07-03 23:43:25 +02:00
Antar1011
fd98233e50
July tier update
...
Now LC OU: Dratini, Elekid, Onix, Slowpoke
Now LC UU: Munchlax, Tentacool
2013-07-02 10:31:04 -04:00
Antar1011
7700a34a3e
July tier update
...
Joining PU: Zebstrika, Torterra, Munchlax, Articuno, Marowak
Leaving PU (for NU): Basculin, Gigalith, Camerupt, Golbat
2013-07-02 08:42:56 -04:00
Antar1011
12794c373c
July tier update
...
Mandibuzz is now NU.
2013-07-02 08:36:49 -04:00
Joimer
0e5bb0adfb
Change OM of the Month to Stabmons
...
Add new Other Meta of the Month, Stabmons, which will be the featured OM now.
2013-07-02 11:14:23 +02:00
Joim
2471df78c5
Fix Imprison + Torment not allowing Struggle
...
If Smeargle uses Imprison, Torment, and Transform against an opponent, it won't be able to use Struggle twice in a row and it will run no moves every two turns. Check for Struggle in Torment to fix that.
2013-07-02 11:01:40 +02:00
Guangcong Luo
10a69642f7
Fix crash in old Substitute system
2013-07-01 19:54:06 -07:00
Bill Meltsner
84f6173c11
Items cleanup
...
- Fix Micle Berry (and Custap Berry, in Gen 4) to properly trigger with Gluttony
- Make Micle Berry's volatile references consistent with the rest of the codebase
- Properly alphabetize Moon Ball
2013-06-30 13:57:09 -07:00
Guangcong Luo
0d46789e6b
Merge pull request #261 from Jay2645/master
...
Minor adjustments to random set logic, minor cleanup of code from previous commit
2013-06-30 13:52:39 -07:00
Jay2645
c46ea5da3a
Circle Throw is treated like Dragon Tail
2013-06-29 23:57:39 -07:00
Jay2645
2098ea8c7f
Random Battle Choice Scarf fix
2013-06-29 23:15:40 -07:00
Jay2645
129be4e91a
Fixed case where a Pokemon could get Baton Pass without having anything to pass. Also added check for recoil moves before adding Focus Sash and allowed Choice Band/Choice Specs to be considered if you have Trick or Switcheroo and 3 attacking moves of the same category.
2013-06-29 22:08:59 -07:00
Guangcong Luo
a037bdfcb4
Merge pull request #260 from Jay2645/master
...
Added check to make sure Random Battle movesets have a STAB move before being added.
2013-06-29 14:38:59 -07:00
Jay2645
7584a01634
Removed unnecessary code, removed unreliable check, cleaned up section of code.
2013-06-29 13:15:08 -07:00
Jay2645
5a3515846f
Removed two lines from an older commit that were no longer being used.
2013-06-29 11:27:57 -07:00
Jay2645
a4965e4062
Updated Random Battle set generation with more comments and system to try and find STAB moves.
2013-06-29 02:58:18 -07:00
Jay2645
41f7a99c4a
Added check to make sure sets have a STAB move (if possible) before being added.
2013-06-28 15:39:58 -07:00
Joim
b22269422a
Fix Life Orb
...
Life Orb uses now BattlePokemon.prototype.modify which does the correct calculator for damage modifiers and in the correct order thanks to the ModifyDamage event.
2013-06-27 23:46:31 +02:00
V4Victini
79befc7880
Sandshrew does not learn Vital Throw
...
OT: JEREMY Sandshrew have the following moveset: Scratch, Defense Curl, Sand Attack, and Poison Sting.
2013-06-25 22:50:01 -03:00
V4Victini
04850adf96
Sandshrew does not learn Vital Throw
...
OT: JEREMY Sandshrew have the following moveset: Scratch, Defense Curl, Sand Attack, and Poison Sting.
2013-06-25 22:43:48 -03:00
Jay2645
789b10672e
Corrected another typo in comments for Basculin.
2013-06-25 18:17:15 -07:00
Jay2645
a2ec73e549
Corrected typo in comments for Basculin.
2013-06-25 18:13:46 -07:00
Guangcong Luo
93d22073a8
Refactor randbat team generator
...
The main difference here is that the evolution family restriction
has been replaced with a 'limit one of each type combo' restriction.
Every other change is just refactoring.
2013-06-25 17:47:00 -07:00
Guangcong Luo
cd47fccf6d
Revise random battle changes for PS coding style
2013-06-25 17:09:08 -07:00
Jay2645
e4399f3d19
Fixed formatting in Random Battle changes.
2013-06-25 16:52:25 -07:00
Jay2645
0d1b47344a
Modified Random Battle code to prevent unfair teams.
2013-06-25 15:40:05 -07:00
The Immortal
217664c3c3
Add June events
...
Torterra, Infernape, Mewtwo, Emboar, Samurott
2013-06-25 20:54:14 +04:00
Guangcong Luo
b80cf3b945
Fix Baton Pass failing
2013-06-23 13:05:21 -07:00
Guangcong Luo
81ece027c9
Disable OU no SR ladder
2013-06-23 13:04:54 -07:00
Joim
4e64be4447
Add Stealth Rockless OU format
...
The OU council needs an OU format with no Stealth Rock to study the impact on the metagame this change would have, to be able to decide on a Stealth Rock ban in gen 6, which will shape the gen 6 OU metagame.
This metagame is not the same as a suspect test, so it cohabitates with regular OU and any ongoing suspect.
More info: http://www.smogon.com/forums/showpost.php?p=4725140&postcount=196
2013-06-21 10:35:27 +02:00
Guangcong Luo
8b5e94e06f
Fix an obscure Substitute-related crash
2013-06-20 06:22:30 -05:00
Marty-D
5e0acfb56b
Correct previous commit.
2013-06-19 21:28:50 -04:00
Marty-D
5d1db9bb71
Remove redundant force-switch fail message.
...
- Suction Cups, Ingrain, and Soundproof have their own messages.
2013-06-19 20:41:15 -04:00
Guangcong Luo
0c53bd7e98
Fix self-secondaries not activating
2013-06-19 17:57:27 -05:00
Guangcong Luo
fc9725efad
Show a fail message when force-switch moves fail
2013-06-19 17:29:01 -05:00
Marty-D
78b4cffc02
Make sure Shed Skin doesn't try curing 'fnt'.
2013-06-17 14:49:43 -04:00
Guangcong Luo
d66e619f79
Fix some redundant failure messages
2013-06-17 11:08:47 -05:00
Marty-D
31a34cc86d
Fix Bide.
...
Gen 5: Can't hit Ghost-types.
Gen 4: Can hit Ghost-types.
Gen 3: Can't hit Ghost-types.
2013-06-17 11:11:24 -04:00
Guangcong Luo
b43ff0b645
Nearly all move failures now display a message
2013-06-16 03:41:00 -07:00
Guangcong Luo
cca66ef1fe
Fix some doubles incompatibilities
...
Specifically, pokemon.id should never be passed to battle.add()
2013-06-16 03:18:32 -07:00
Marty-D
2a735ebb8c
Fix rulesets.
2013-06-14 23:04:15 -04:00
Marty-D
645f30ccaa
OU is having a suspect test.
2013-06-14 20:31:46 -04:00
Marty-D
94f5f20179
Ubers Sleep Clause testing is over.
2013-06-14 20:17:23 -04:00
Marty-D
206ce377e0
Fix Ring Target.
2013-06-13 21:16:11 -04:00