Commit Graph

2637 Commits

Author SHA1 Message Date
Marty-D
fcdcf4dbf3 Add Sky Drop to moves uncallable by Assist 2015-02-03 21:40:33 -05:00
The Immortal
b3a3228f2a Random Battle: Remove Medicham's custom level 2015-02-03 23:26:29 +04:00
The Immortal
d64900795a Drop Medicham to RU 2015-02-03 23:10:10 +04:00
The Immortal
7f9cbf617d Release Custap Berry 2015-02-03 17:11:33 +04:00
The Immortal
cd061d00a6 Random Doubles: Change Empoleon's moves
Surf instead of Hydro Pump. Three Water moves are unnecessary, and Scald
burn is better than Hydro miss.
2015-02-03 15:55:43 +04:00
The Immortal
7b50508d12 Update Random Battle moves
Reverted some from 03150fd7c0 and added a
few changes.
2015-02-03 15:39:50 +04:00
The Immortal
1ff5a3e24e Ban Mega Pinsir from UU 2015-02-03 15:17:57 +04:00
Guangcong Luo
55aad49069 Merge pull request #1500 from ascriptmaster/randoms
Random Battle: Many Moveset Changes
2015-02-03 01:03:22 -06:00
Kevin Lau
03150fd7c0 Random Battle: Many Moveset Changes
Most moveset changes were based on usage stats for the Pokemon, adding
most of the commonly-used moves and removing some un-used moves.

Ultimately, all changes were just based on holistic judgment.
2015-02-02 20:25:28 -08:00
Kevin Lau
7fb61bf240 Double Random Battle: Reject Wide Guard with Protect 2015-02-02 14:37:09 -08:00
The Immortal
e35e4e5d4f Fix Quagsire's tier 2015-02-03 00:58:57 +04:00
The Immortal
d8e4f19f7d Merge pull request #1496 from ascriptmaster/randoms
Random Battle: Reject Serene Grace on Blissey and Chansey
2015-02-02 21:36:04 +04:00
The Immortal
9a06cf8ae3 Update tiers
Updates megas based on a48fc30cd6. Also
two PU/NFE changes that only matter for the Teambuilder.
2015-02-02 21:35:10 +04:00
Kevin Lau
b5dac325a8 Random Battle: Reject Serene Grace on Blissey and Chansey 2015-02-02 09:14:27 -08:00
Antar1011
a48fc30cd6 2015-02 Tier Update
http://www.smogon.com/forums/threads/smogon-usage-based-tier-update-february-2015.3528836/
2015-02-02 11:50:34 -05:00
The Immortal
2598076849 Update RU bans 2015-02-02 17:42:16 +04:00
The Immortal
46ef95c615 Random Battle: Fix -ate ability check 2015-02-01 23:55:50 +04:00
The Immortal
cf10105824 Random Battle: Reject -ate abilities with no Normal moves 2015-02-01 22:17:47 +04:00
The Immortal
de123dceb8 Change Arena Trap rating
Lowered it from 5 to 4 but 4.5 is more representative of it and equal to
Magnet Pull's rating.
2015-02-01 22:09:32 +04:00
Guangcong Luo
cb6949d49d Merge pull request #1493 from ascriptmaster/randoms
Random Battle: Reject Aurorus Snow Warning with Hyper Voice
2015-02-01 12:07:59 -06:00
The Immortal
8bc62e0e8a Modify Nidoking's Random Battle moves 2015-02-01 17:47:54 +04:00
The Immortal
95be15b2d6 Random Battle: Fix Serene Grace being on Blissey/Chansey 2015-02-01 17:38:28 +04:00
The Immortal
7b2770bf2a Ban Medichamite from UU 2015-02-01 16:24:09 +04:00
The Immortal
1efd11466f Modify ability ratings
Old abilities were not updated in gen 6, and some of the initial ratings
for new abilities were inaccurate.
2015-02-01 15:53:33 +04:00
ascriptmaster
2219dd099b Random Battle: Reject Aurorus Snow Warning with Hyper Voice
Added a counter that tracks Normal damaging moves for purposes of -ate
Abilities, in case it becomes important later. This counter also
future-proofs Aurorus in case it receives other viable Normal attacks
later.
2015-02-01 01:32:21 -08:00
Guangcong Luo
072d37d6f7 Merge pull request #1491 from ascriptmaster/randoms
Random Battle Updates
2015-01-31 21:17:54 -06:00
Guangcong Luo
82f659aaca Merge pull request #1492 from sparktrain/patch-5
Add Plasmanta's flavor ability
2015-01-31 21:17:47 -06:00
Ivo Julca
236a62052a Grounding Thousand Arrows hit ignores effectiveness 2015-01-31 21:53:54 -05:00
sparktrain
26a2bf3754 Add Plasmanta's flavor ability
Better late than never http://www.smogon.com/forums/threads/cap-19-part-12-flavor-ability-poll-2.3521155/page-3#post-5838918
2015-01-31 21:03:18 -05:00
Kevin Lau
e77fbbb8b3 Random Battle: Update Pinsir, Hitmonchan, Hitmonlee
- Remove Return, Feint, Quick Attack from regular Pinsir.
- Remove Feint from Hitmonchan and Hitmonlee.
- Add Fire Punch to Hitmonchan.
- Replace Stone Edge with Rock Slide in Doubles
2015-01-31 16:44:49 -08:00
Kevin Lau
b2cc14f5e2 Random Battle: Reject Quick Attack with Feint 2015-01-31 14:30:23 -08:00
Guangcong Luo
43ed3cbbbf Merge pull request #1487 from Slayer95/mega-evolution
Pokémon cannot megaevolve to themselves
2015-01-30 20:44:54 -06:00
Ivo Julca
6607d1c53b Pokémon cannot megaevolve to themselves
- Rename randbats helper function `canMegaEvo` to `hasMegaEvo`.
- Move duplicate mega evolution possibility checks from `runMegaEvo` and BattlePokemon constructor to `canMegaEvo` battle script.
2015-01-30 20:54:34 -05:00
Kevin Lau
3565c5a1fa Random Double Battle: Fix Stone Edge Typo
Rock Slide was mentioned twice. The second one was meant to be Rock Blast
2015-01-30 16:56:42 -08:00
Kevin Lau
803063d496 Random Doubles Battle: Fix Stone Edge Redundancy Check
Stone Edge somehow was a case three times in the switch statement, meaning
only the first one would have been checked. This fix merges the three
checks into one.
2015-01-30 16:18:42 -08:00
Marty-D
13ab79f0f9 Fix Sucker Punch working on redirection
- Also fixes Protean interaction with certain moves that would otherwise
fail
2015-01-30 18:41:46 -05:00
Kevin Lau
c05fa0fc83 Random Battle: Update Charizard Random Battle Moves
- Regular Charizard shouldn't have Solar Beam.
- Mega Charizard X gets Rock Slide in Doubles.
- Mega Charizard Y gets Focus Blast.
2015-01-30 14:35:56 -08:00
The Immortal
d3582c1afa Modify Solrock's Random Battle moves 2015-01-30 19:44:41 +04:00
Guangcong Luo
6b0cb596b2 Merge pull request #1482 from Slayer95/cancel
Support disabling cancel and tell the client when cancelling is impossible
2015-01-29 21:59:15 -06:00
Ivo Julca
4c069668e6 Add "Cancel Mod" ruleset
- It enables the `supportCancel` battle flag.
- Add it to all formats and standard rulesets.
2015-01-29 21:53:10 -05:00
Marty-D
cb5333a025 Fix Fake Out and Sucker Punch VS protection moves 2015-01-29 21:08:30 -05:00
Guangcong Luo
6361c24d62 Merge pull request #1481 from ascriptmaster/move-fixes
Fix Leech Seed on Allies
2015-01-29 00:50:51 -06:00
ascriptmaster
6cbd8d4a51 Fix Leech Seed on Allies
When Leech Seed targets an ally in Double Battles, it should heal the
Pokemon at the ally's position, not an enemy.
2015-01-28 22:15:55 -08:00
The Immortal
38db6fd2b3 Random Battle: Reject Shadow Claw with Shadow Ball
Should have been done with 66615c5331.
This is for Aegislash.
2015-01-28 19:50:25 +04:00
The Immortal
66615c5331 Update Random Battle
- Aegislash is too slow for at level 70 for Autotomize and prefers one
of its other moves
- Prevent Iron Head with Flash Cannon
2015-01-28 14:24:50 +04:00
Juanma Serrano
c556f8badf Fix validation bug on Nickname Clause
Pokémon without nicknames would trigger an error.
This commit fixes be4e41c283
2015-01-28 11:18:04 +01:00
Ivo Julca
be4e41c283 Ban Pokémon sharing nickname under Nickname Clause
Closes #1445
2015-01-27 23:19:26 -05:00
Guangcong Luo
7a8774ae54 Merge pull request #1469 from ascriptmaster/randoms
Random Battle: Priority vs. Choice Scarf and speed boosting moves
2015-01-27 15:14:27 -06:00
Kevin Lau
caee7a0457 Random Battle: Change conditions for priority moves
If a Pokemon has a move that boosts speed (Rock Polish/Agility), reject
all modified-priority moves.

If a Pokemon has 4 Physical or 4 Special moves, reject Choice Scarf if the
Pokemon has a priority move.
2015-01-27 10:59:43 -08:00
Juanma Serrano
95bf2e6956 Update aliases for VGC and BS Dubs
Sorta necessary since last changes.
2015-01-27 12:44:37 +01:00