The Immortal
e9a57a9783
Merge pull request #1177 from NaniMan/patch-1
...
Monotype bans updated
2014-08-29 17:07:47 +08:00
QxC4eva
9bb8cd35ed
Remove e-acute from friendball desc for consistency
2014-08-29 18:46:22 +10:00
QxC4eva
7fe9ec5704
Switch around dazzlinggleam shortDesc and desc, grammar fixes
2014-08-29 18:44:28 +10:00
QxC4eva
465b4bce22
Switch around shortDesc entries longer than desc, grammar fixes
2014-08-29 18:42:21 +10:00
NaniMan
fffa63c6bb
Monotype bans updated
...
Kyurem-White and Shaymin-Sky have been unbanned. However, they are now
type banned under Dragon and Flying respectively.
2014-08-29 13:39:41 +10:00
The Immortal
9118911ca7
Hawlucha sent to BL
2014-08-29 01:30:59 +04:00
The Immortal
f33a45dda1
Add Pyroar gender ratio
2014-08-29 01:17:37 +04:00
Guangcong Luo
621362cbb4
Merge pull request #1172 from Slayer95/monotype
...
Implement new Monotype bans
2014-08-28 13:02:30 -05:00
The Immortal
bdc319cba6
Fix Inflitrator descs
2014-08-28 18:03:59 +04:00
Ivo Julca
5e47021789
Implement new Monotype bans
...
Also, validateTeam now gets passed the list of stuff contained in the team as an extra parameter.
2014-08-28 02:00:23 -05:00
QxC4eva
e7ce845e49
pyroarf no longer a forme (gender sprite change already implemented)
2014-08-28 13:25:01 +10:00
QxC4eva
5b47d2389b
Changed frogadier randomBattleMoves object to array
2014-08-26 22:41:51 +10:00
QxC4eva
d26fe8cb30
pyroarf is aesthetic forme of pyroar
2014-08-26 22:33:46 +10:00
QxC4eva
70e2f93921
frogadier viablemoves now randomBattleMoves
2014-08-26 22:00:46 +10:00
Guangcong Luo
cff9737680
Merge pull request #1167 from Slayer95/ruleset-modding
...
Properly load banlist tables for modded formats
2014-08-25 11:20:53 -05:00
Ivo Julca
f57e771e8c
Refactor randbats set generators a bit
...
- Move some variable declarations outside of loops.
- Use single-line if statements wherever reasonable.
- Update a check for Hyper Fang to Gen 6.
- Fix Ghost types getting Chople Berries in Random Doubles Battles.
- Fix a typo intended to fix in d24b184b and another one introduced in the same commit.
2014-08-25 01:42:17 -05:00
Ivo Julca
d24b184b92
Fix typos in doubles random battle moves
2014-08-25 00:39:58 -05:00
Ivo Julca
b4ec88610f
Properly load banlist tables for modded formats
...
They are no longer loaded in Tools.getFormat, which could be called from any modded tools and cached the bans.
2014-08-24 22:24:09 -05:00
Ivo Julca
9a1ad50574
Fix Quick Guard failing to protect from moves called by other moves
2014-08-23 20:05:50 -05:00
The Immortal
82efb0ca18
Update Mega Mawile's tier
2014-08-23 23:42:51 +04:00
The Immortal
9915cef3d7
Add new events
2014-08-23 02:07:05 +04:00
Guangcong Luo
7332ce1edc
Merge pull request #1159 from Audiosurfer/patch-1
...
slight tweak to random doubles set
2014-08-21 23:33:20 -05:00
Ivo Julca
f485e5fb99
Remove random battle move duplicates
2014-08-21 23:27:55 -05:00
Guangcong Luo
7b9690f2af
Fix bad merge in 8c1db6c8
2014-08-22 00:27:05 -04:00
Audiosurfer
a2196ebeb3
slight tweak to random doubles set
2014-08-21 23:25:58 -05:00
Audiosurfer
a662a2930b
slight tweak to random doubles set
2014-08-21 23:01:30 -05:00
Audiosurfer
9d21b0390d
slight tweak to random doubles set
...
Apparently since Joim put Facade in Kangaskhan's movepool it was causing people to get Toxic Orb on their Kangaskhans if it wasn't Mega Kangaskhan (lol). Anyways fixed this and added Protect to its movepool.
2014-08-21 22:48:41 -05:00
Audiosurfer
8c1db6c8ef
finished movepools for random double battles
2014-08-21 21:04:33 -05:00
The Immortal
58b7a6edf8
Update UU suspect
2014-08-21 20:55:09 +04:00
Audiosurfer
551bf68db0
edits to some old random doubles movepools
...
slight tweaks to a few older movepools i've done before. stumbled on some changeworthy things and tweaked them to be better/more in line with recent movepools
2014-08-20 23:08:24 -05:00
Audiosurfer
68f5ef48fa
added more doubles random battles movepools
2014-08-20 21:45:18 -05:00
sirDonovan
325f5b6f04
Yanmega and Zoroark are banned from RU
...
http://www.smogon.com/forums/threads/ru-stage-3-suspect-voting.3514983/page-5#post-5680743
2014-08-20 15:11:57 -05:00
Audiosurfer
7b25cbc550
added more doubles random battles movepools
2014-08-20 12:16:38 -05:00
Audiosurfer
953deb527d
added more doubles random battles movepools
2014-08-19 16:03:05 -05:00
Audiosurfer
27d91f15d1
small edits to a few existing randdubs movepools
...
based on a bit of player feedback i edited a few moves in movepools
2014-08-19 15:27:24 -05:00
Audiosurfer
a89954079f
added more doubles random battles movepools
2014-08-19 11:42:12 -05:00
Slayer95
1f88c6939f
Move EV spread legality check below the "legality line"
2014-08-19 01:10:36 -05:00
Audiosurfer
07b524af25
added more doubles random battles movepools
2014-08-18 21:52:47 -05:00
Pikachuun
fa620a99d5
Enforce the 510 EV limit
...
By moving the EV block from team-validator.js to rulesets.js’s Pokemon ruleset, the 510 EV limit is enforced in Balanced Hackmons. The other block regarding abilities is still in team-validator.
2014-08-17 12:49:14 -04:00
Guangcong Luo
949a40aaeb
Fix syntax error in recent doubles randbats update
2014-08-16 16:48:51 -05:00
Audiosurfer
0ed7eff7ba
fixed an error with ambipom's moveset
2014-08-16 10:18:11 -05:00
Audiosurfer
d7d285efa2
added more doubles random battles movepools
2014-08-14 20:25:35 -05:00
Audiosurfer
f6ee6b2d99
removed a move from sceptile's random dubs pool
2014-08-14 11:09:31 -05:00
Audiosurfer
266e3bfcb9
added more doubles random battles movepools
2014-08-14 11:06:11 -05:00
Ivo Julca
69254f0c25
Fix bug from random battle moves refactor
2014-08-13 19:07:31 -05:00
Guangcong Luo
c286e46177
Remove randomBetaTeam; April Fool's is long over
2014-08-13 17:04:05 -04:00
Guangcong Luo
ac7f1d22b4
viableMoves are now randomBattleMoves
...
randomBattleMoves is now an array, and has been renamed from
viableMoves since it no longer is used for anything other than
random battles.
This commit also does some cleanup of some code relating to
random battle moves, including fixing gen 1's randomSet function,
which apparently has never worked.
2014-08-13 17:03:21 -04:00
Guangcong Luo
79ffb12c77
Tweak HP Percentage Mod description
2014-08-13 15:54:00 -04:00
Audiosurfer
7e68efff10
added more doubles random battles movepools
2014-08-13 14:46:25 -05:00
Audiosurfer
0a3ee35a45
fixed typo in random doubles moves
...
the entry for struggle bug in ariados's viable doubles moves movepool was missing a :1 at the end, so I added that
2014-08-13 12:17:46 -05:00