Commit Graph

2575 Commits

Author SHA1 Message Date
The Immortal
dfb16963a5 Random Battle: Prevent some status moves with Rest + Sleep Talk 2015-01-20 02:42:46 +04:00
The Immortal
b97aeb1063 Roselia is PU by usage 2015-01-20 01:37:00 +04:00
The Immortal
062c6d73f2 Correct Musharna's tier
Moved to NU in 76d958e608 but it isn't NU
by usage.
2015-01-20 01:34:26 +04:00
The Immortal
8604b1999e Move Serperior to BL3
Banned from NU.
2015-01-20 00:45:45 +04:00
The Immortal
5c8ae438c2 Update UU bans 2015-01-19 20:04:56 +04:00
The Immortal
0ff49ac131 Add new event Pokemon 2015-01-19 17:11:39 +04:00
The Immortal
3b4d7c5f78 Modify Lumineon's Random Battle moves 2015-01-19 16:46:49 +04:00
The Immortal
c1b0b09d05 Random Battle: Reject Mach Punch with Focus Punch
Breloom is the only Pokemon that gets both and will get the better
ability with only one of them. Basically, no more Poison Heal Mach Punch
and no more Technician Focus Punch.
2015-01-19 16:34:36 +04:00
The Immortal
4ebfb2704b Modify Aromatisse's Random Battle moves 2015-01-19 16:04:55 +04:00
The Immortal
93e5a516a4 Random Battle: Allow Life Orb on non-setup
Four attacks + Leftovers is bad.
2015-01-19 15:49:43 +04:00
The Immortal
7033c0a83a Random Battle updates
- Eternal Flower Floette prefers Choice Scarf/Specs sets
- Lower the rate of Unreleased Pokemon to 20%
2015-01-19 15:02:40 +04:00
Guangcong Luo
155488f4c9 Merge pull request #1448 from ascriptmaster/randoms
Add Eternal Floette Random Battle Movesets and Aliases
2015-01-18 23:05:39 -06:00
ascriptmaster
b3f9efed5d Split the Randoms check for Sheer Force and Serene Grace
- Serene Grace is automatically rejected for Chansey and Blissey, who
  prefer Natural Cure.
- Serene Grace works best with secondaries that have a high chance of
  activating, so a seperate counter is used to check those specifically.
- Sheer Force doesn't need a secondaries chance check; both branches of
  the check would have allowed Sheer Force to be used.
2015-01-18 18:56:31 -08:00
ascriptmaster
196aef2b28 Add Eternal Floette Random Battle Movesets and Aliases
Mostly just for Seasonals purposes, really.

Made "Eternal Floette" and "Floette-Eternal" aliases for
Floette-Eternal-Flower, which is a mouthful.
2015-01-18 18:55:24 -08:00
ascriptmaster
08fdf3de80 Random Battle Item Changes
- Dedenne gets Petaya Berry, since it always has Cheek Pouch
- Dusclops no longer gets Eviolite, because it's covered elsewhere in code
2015-01-18 01:01:22 -08:00
The Immortal
0d7f119000 Random Battle updates
- Add Eviolite for NFEs
- Removed old and mostly unused custom levels
- Updated some Pokemon levels
- Removed all NFE Pokemon from Random Battle except for Chansey,
Doublade, Pikachu, Porygon2,  and Scyther
2015-01-18 03:32:12 +04:00
The Immortal
259d5635b5 Floette-Eternal-Flower is in the Undiscovered egg group 2015-01-18 01:06:29 +04:00
The Immortal
4ab6d2a86b Merge pull request #1441 from ascriptmaster/randoms
Change items involved when a Pokemon has Acrobatics or Unburden
2015-01-17 14:00:55 +04:00
Kevin Lau
1b27f8e99d Change items involved when a Pokemon has Acrobatics or Unburden
- Acrobatics Pokemon have Flying Gem.
- Hawlucha no longer has Sky Attack in its random battle movepool, so we
  remove references to that in the code.
- Double Random Battles only check for Fake Out on Unburden Pokemon (and
  formerly Sky Attack on Hawlucha, which is removed, so there is no need
  to cycle through all of their moves.
2015-01-17 01:44:58 -08:00
Guangcong Luo
57cca259f2 Merge pull request #1437 from ascriptmaster/move-fixes
Fix Ability Activation Order for type changes
2015-01-16 18:41:21 -08:00
Marty-D
47bf8dc2dc Update Minimize-countering moves 2015-01-16 21:06:37 -05:00
ascriptmaster
5f65d41475 Fix Ability Activation Order for type changes
Fixed ability interactions with Hidden Power, Judgment, and other moves
that change their types.

-ate Abilities don't trigger with Natural Gift.

Normalize > move's type change > -ate Ability > Ion Deluge/Electrify

For Gen 4, the order is: move's type change > Normalize
2015-01-16 14:45:51 -08:00
The Immortal
47566aead4 Fix errors in learnsets 2015-01-17 02:04:28 +04:00
The Immortal
d86b550414 Update Hoopa's learnset with Unbound forme moves 2015-01-17 02:01:34 +04:00
The Immortal
e00ad7bdc2 Combine Shaymin and Shaymin-Sky learnsets
They are freely switchable formes, just like Deoxys.
2015-01-17 01:54:22 +04:00
The Immortal
0856529341 Correct recently added event Pokemon
These events are not male only.
2015-01-16 18:28:52 +04:00
Juanma Serrano
63fc45305e Fix typo 2015-01-16 12:09:59 +01:00
Marty-D
efa28607b8 Fix Fur Coat
Thought this was fixed a long time ago:

2014-01-12
15:16:23: <Marty> V4, if Fur Coat halves Psyshock damage, it must be
Huge Power for Defense, yes?
15:17:13: <V4> Ya
15:17:32: <Marty> cool

2014-01-19
17:31:20: <CDXCIV> Marty did you ever try that thing with Fur Coat?
17:32:24: <Marty> the Psyshock thing? yeah I tried it before asking you
17:32:46: <Marty> it's double Defense

For shame, V4 :(
2015-01-15 18:58:17 -05:00
The Immortal
01d3c1b763 Add Emboar and Samurott events 2015-01-15 15:23:41 +04:00
Juanma Serrano
d9c367ff65 Fix more Travis Build Errors
Add a spaces after tests.
2015-01-15 09:31:36 +01:00
Kevin Lau
1f79ab5047 Tweak Double Random Battle Movesets
Uses the approved changes in #1413:

- Remove Grassy Terrain from Serperior
- Give Dragon Pulse to Serperior
- Give Flash Cannon to Aegislash
2015-01-14 16:06:29 -08:00
The Immortal
01fcd28963 Add Hammer Arm to Metagross' Random Doubles moves
Fixes #1415
2015-01-15 02:24:48 +04:00
The Immortal
aa260c5f2d Update Random Battle moves 2015-01-15 02:22:33 +04:00
The Immortal
4ce0b4f3a4 Random Battle: Reduce the rate of Cosplay Pikachu 2015-01-14 23:56:42 +04:00
The Immortal
19569a3b73 Modify Random Battle moves for Cosplay Pikachus 2015-01-14 22:40:24 +04:00
Kevin Lau
2a7ae1790e Tweak Double Random Battles to include the same things as Random Battle
- Allow tiered NFE Pokemon
- Gourgeist formes have equal chance
- Pikachu formes have equal chance
2015-01-14 10:14:06 -08:00
The Immortal
8bd17725af Fix error in previous commit 2015-01-14 22:03:18 +04:00
The Immortal
23c830562a Update Random Battle
- Allow NFE Pokemon that are tiered
- Pikachu formes have an equal chance
2015-01-14 21:54:57 +04:00
The Immortal
b6c63fd7c5 Random Battle: Remove Blaze Kick from Genesect-Burn 2015-01-14 21:24:23 +04:00
The Immortal
12815382c1 Modify Dragonite's Random Battle moves 2015-01-14 21:20:18 +04:00
The Immortal
279b7bb7a6 Update PU Pokemon
These are NFE/LC Pokemon that are PU based on usage. Antar said this is
correct.
2015-01-14 21:10:39 +04:00
Juanma Serrano
6b672a1b37 Stadium: Exact HP is always shown for both sides 2015-01-14 17:37:45 +01:00
Guangcong Luo
420531220f Merge pull request #1422 from ascriptmaster/randoms
Add Cosplay Pikachu's Random Battle movepool
2015-01-14 01:45:07 -08:00
Kevin Lau
af09836539 Fix Sky Drop's BeforeMovePriority
Sky Drop needs to occur before Stance Change and just about every other
ability, move, status, or volatile effect. Since Stance Change was
recently upgraded to BeforeMovePriority of 11, Sky Drop needs to be moved
up to 12.
2015-01-13 18:00:30 -08:00
The Immortal
ab1e90e478 Update BeforeMove priorities 2015-01-14 03:33:00 +04:00
Juanma Serrano
25ca98d012 Fix -ate moves boosting moves through Sleep Talk
The -ate boost only applies to moves which have a direct Normal-type.
It still changes its type, though.
2015-01-13 18:23:24 +01:00
Kevin Lau
74258baa75 Add Cosplay Pikachu's Random Battle movepool
Normal (no costume) Cosplay Pikachu is not included because its movepool
is just an inferior Pikachu one.
2015-01-13 01:01:12 -08:00
The Immortal
ed2d26ec7f Merge pull request #1421 from gamut-was-taken/compound-eyes
Change Compoundeyes to Compound Eyes
2015-01-13 02:53:20 +04:00
Kevin Lau
0684bdc3c6 Modified Hoopa and Volcanion's random battle sets 2015-01-12 14:47:42 -08:00
gamut-was-taken
4f8fe01a4d Change Compoundeyes to Compound Eyes
Pokemon such as Butterfree receive the Compound Eyes ability even when they do not have any inaccurate moves.
2015-01-12 17:42:41 -05:00