Commit Graph

23714 Commits

Author SHA1 Message Date
Bill Meltsner
8d05ebf38c Kyurem-Black has been unbanned. 2012-11-05 20:17:36 -08:00
TheImmortal
7a8785a7e8 Hydration rating change 2012-11-05 23:28:20 +04:00
TheImmortal
024ee55318 Prevent Aqua Tail and Waterfall in Randbats 2012-11-05 21:01:50 +04:00
TheImmortal
69f7c70243 Update ratings 2012-11-05 20:57:31 +04:00
Guangcong Luo
4d932be413 UU is doing a suspect test on Snow Warning 2012-11-04 18:04:25 -08:00
TheImmortal
5271ca500a Update viable moves 2012-11-04 16:32:34 +04:00
TheImmortal
073176671f Add missing Sandile moves 2012-11-04 16:13:14 +04:00
TheImmortal
ef2fc15367 Facade should give Toxic Orb in Randbats 2012-11-04 16:00:10 +04:00
Marty-D
f1da1521fa Fix Zen Mode.
- differentiate between "Transform"ed and transformed so Transform works on it
2012-11-02 17:54:47 -03:00
TheImmortal
5b9700f17a Update viable moves 2012-11-02 22:07:29 +04:00
TheImmortal
d1b90cffa3 Modify ratings 2012-11-02 22:05:57 +04:00
TheImmortal
57e79243ac Update Randbats script
- Prevent Chesto Berry if ability is Natural Cure
2012-11-02 22:04:03 +04:00
Guangcong Luo
9b96bbeeee Support BW2 avatars 2012-11-01 21:13:18 -07:00
Guangcong Luo
04b8ce0636 Ensure proper Hidden Power IVs
- This will fix the infamous Encore Hidden Power glitch
2012-11-01 20:59:07 -07:00
Guangcong Luo
1bb7a10d3c Some code to prepare for doubles support
(doubles is by no means done or close to done)
2012-11-01 01:50:49 -07:00
Guangcong Luo
991738d0fd Some debug code to guard against a user being both sides of a battle 2012-11-01 01:50:49 -07:00
TheImmortal
42c1626345 Stored Power is useless in randbats without setup 2012-10-31 19:32:12 +04:00
Guangcong Luo
a42571f751 Format overhaul
- Added Matthew's seasonal ladder
- Renamed "Debug Mode" to "Custom Game" so it's clearer what it's for
- Miscellaneous cleanup
2012-10-30 19:53:04 -07:00
Guangcong Luo
392912f2c2 Custom formats!
- Server operators can now specify their own formats, instead of using the global list
- These formats will be sent to the client upon join
- They'll appear in lobby search/challenge, and in the ladder tab
2012-10-30 19:49:43 -07:00
TheImmortal
abcba2828a Prevent Focus Punch without Substitute in Randbats 2012-10-30 16:36:47 +04:00
Marty-D
6af36ceab3 Fix Lock-On and Mind Reader.
- effect is on the target, not the user
2012-10-27 22:19:27 -03:00
Marty-D
241320fc76 Minor correction to Mud and Water Sport. 2012-10-26 23:53:53 -03:00
Marty-D
424d617ff5 Fix Starf Berry.
- can't boost accuracy or evasion
2012-10-26 00:43:22 -03:00
Guangcong Luo
14513663c8 Make sure /forfeit doesn't bypass muting 2012-10-25 17:16:21 -07:00
TheImmortal
13cc6f4c7f Viable moves changes 2012-10-26 01:33:32 +04:00
Marty-D
abc188dc75 Make sure Fissure cannot hit Dig users.
- seemingly a Gen 2 only mechanic
2012-10-23 21:52:16 -03:00
Marty-D
11851fc38b Make sure OHKO moves do not hit during invulnerable turns. 2012-10-23 21:41:39 -03:00
Marty-D
30564a40fc Make sure Download does not activate with no opponent. 2012-10-22 15:57:48 -03:00
Guangcong Luo
c15bd05e8d Fix move legality checker bug
Combinations of level-up/tutor/TM moves from before gen-5 now work correctly
2012-10-22 11:30:18 -07:00
TheImmortal
4be9c38a09 Viable moves update 2012-10-22 18:59:16 +04:00
Guangcong Luo
9877ef5186 Refactor items.js to not call clampIntRange 2012-10-21 17:51:26 -07:00
Guangcong Luo
e65facec71 Ubers has unbanned OHKO Clause.
- Ubers is now different enough from other Smogon metagames that it no longer uses Standard rules
- Instead, it gets Standard Ubers, which is Standard minus OHKO Clause and minus Evasion Clause.
2012-10-21 17:49:41 -07:00
Guangcong Luo
7240d08c2c Cresselia and Durant have been unbanned from RU 2012-10-21 17:47:39 -07:00
Guangcong Luo
8f192ecf34 Merge pull request #100 from kotarou3/mee
Add /mee
2012-10-21 01:43:53 -07:00
TheImmortal
a6c114f8f7 More viable move updates 2012-10-21 12:38:20 +04:00
小太
b0c53d3051 Add /mee 2012-10-21 19:32:16 +11:00
小太
a80a77cac1 Fix whitespace issues 2012-10-21 19:30:50 +11:00
TheImmortal
14b54ff9bd Viable moves updates 2012-10-20 12:52:37 +04:00
Marty-D
a56f4128b3 Remove Outrage lock if the user falls asleep. 2012-10-19 17:17:05 -03:00
Guangcong Luo
db7fa244f6 NEXT: buff recharge moves, LO, autotomize 2012-10-18 14:29:54 -07:00
Guangcong Luo
6f916824d7 Kyurem-B is being suspect tested 2012-10-18 14:29:54 -07:00
Antar1011
1f3add6751 Fixed CC's Smeargle moveset problem
Smeargle's movepool is ALL moves, not just Sketch, Sleep Talk and Captivate.
2012-10-18 15:36:44 -03:00
Bill Meltsner
9d92f920cc "Fix" burn to not halve the damage of fixed-damage moves.
A proper fix requires reworking how we handle fixed-damage moves in general. That'll probably come hand in hand with the revised damage formula.
2012-10-15 09:58:31 -07:00
Marty-D
88e01e270a Fix Micle Berry. 2012-10-14 23:58:55 -03:00
Marty-D
192107fc11 Fix Mist's interaction with Moody.
- thanks bmelts!
2012-10-14 22:53:47 -03:00
Bill Meltsner
4ab7cd8059 Burns halve the damage done, not the attack of the user. 2012-10-14 17:14:00 -07:00
Marty-D
e34bdb1054 Prankster's rating goes up to 4.5. 2012-10-14 18:18:37 -03:00
Marty-D
38d1b649cb Permanent avatar for DTC. 2012-10-14 18:17:19 -03:00
Marty-D
c7fa93b28c Fix the Budew line's learnset. 2012-10-14 13:02:26 -03:00
Bill Meltsner
c105e5bee7 Moody gets its own clause. Lucky Moody. 2012-10-13 15:51:56 -07:00