Commit Graph

23714 Commits

Author SHA1 Message Date
Slayer95
34361e25f6 Implement inherit from module feature for mods data
The base for inheritance of each mod should be specified in their scripts.js files as the property "inherit" of exports.BattleScripts.
If this property is omitted, it's assumed that any inheritance for the mod is relative to base data.
This intends to fix the current data for old generations, so that they inherit from Gen5, as originally.
(Per kotarou3's and Zarel's requests in #444 and #451.)
2013-11-03 16:37:34 -05:00
Antar1011
6bb6dfa361 Surskit learns Sticky Web at Lv. 46 2013-11-03 09:24:57 -05:00
The Immortal
d11a121f61 Update Pokemon data
- Restored tiers removed in 65018e8779
- Added all unreleased Pokemon
- Updated initial Ubers
- Added LC/NFE for relevant Gen 6 Pokemon
- Added few viable moves
2013-11-03 13:37:52 +04:00
The Immortal
e172a896a3 Genderless Pokemon can pass down their HA in Gen 6
Relevant to Little Cup
2013-11-03 12:00:54 +04:00
The Immortal
9b1f626ad8 Feebas/Milotic are not released 2013-11-03 10:41:40 +04:00
V4Victini
06911f51d7 Fix Grass Gem 2013-11-03 01:36:43 -04:00
Guangcong Luo
c3849ee3c7 Merge pull request #450 from Slayer95/patch-1
In CC, properly reduce chance for getting Mega Stone
2013-11-02 22:35:03 -07:00
Slayer95
b2909e5398 In CC, properly reduce chance for getting Mega Stone 2013-11-03 00:34:13 -05:00
Guangcong Luo
3e5274f145 Don't check DNSBLs for localhost 2013-11-02 22:12:46 -07:00
Guangcong Luo
06c9652f71 Gen 6 doesn't have egg move incompatibilities 2013-11-02 18:50:41 -07:00
The Immortal
f5b30c2d17 Furfrou has 102 speed 2013-11-02 18:22:22 +04:00
The Immortal
1e15185a0e Copycat no longer calls Roar
And presumably Whirlwind
2013-11-02 13:59:06 +04:00
The Immortal
71809189fd Tough Claws does 1.33x damage 2013-11-02 11:17:17 +04:00
The Immortal
61564574fb Stance Change can't be removed 2013-11-02 11:15:36 +04:00
The Immortal
85865e8f9e Allow /roomban to ban users not in public rooms 2013-11-01 08:04:24 -07:00
V4Victini
91509db3e2 Add Mega Stone item numbers 2013-10-31 18:26:35 -04:00
Guangcong Luo
dd37a4bb27 /g6learn command
Also fix ExtremeSpeed Dratini
2013-10-31 11:30:36 -07:00
Guangcong Luo
24e1bea29b Female/genderless pokemon can now pass egg moves
Also fix a bug with the egg move checker
2013-10-31 11:14:29 -07:00
Guangcong Luo
960f5e3570 Merge pull request #447 from 051/patch-1
Rewrote Aerilate's descriptions for standardization
2013-10-31 08:32:35 -07:00
051
66c4e08a3e Rewrote Aerilate's descriptions for standardization 2013-10-31 17:22:36 +08:00
Guangcong Luo
11658ed622 Merge pull request #446 from Menace13/patch-1
Fix Chatter description
2013-10-31 00:51:29 -07:00
V4Victini
7a8e48c24b Heal Pulse is boosted by Mega Launcher 2013-10-31 03:50:54 -04:00
Menace13
6269d2b1b3 Fix Chatter description 2013-10-31 03:49:16 -04:00
V4Victini
91935d75e5 Heal Pulse is boosted by Mega Launcher 2013-10-31 03:48:32 -04:00
Guangcong Luo
1a66dff768 New hotpatch command: /hotpatch learnsets 2013-10-31 00:33:21 -07:00
Guangcong Luo
1504d20909 Sync learnsets 2013-10-31 00:30:13 -07:00
Guangcong Luo
c339cda63e Aura Sphere and Heal Pulse are pulse moves 2013-10-31 00:06:23 -07:00
Guangcong Luo
b8048881a8 ExtremeSpeed Dratini is illegal outside of Pokebank 2013-10-31 00:04:37 -07:00
Guangcong Luo
6b9c179524 Chatter now always confuses 2013-10-30 23:58:54 -07:00
Guangcong Luo
9cd758a75f Sync learnsets 2013-10-30 23:56:29 -07:00
Guangcong Luo
e5e672263f Some Gen 6 Hidden Abilities aren't released yet 2013-10-30 23:49:05 -07:00
Guangcong Luo
c64244d1c7 Fix Mat Block
Also add a message for people who use Mat Black or Fake Out on turns
other than the first turn a Pokemon is out.
2013-10-30 23:34:16 -07:00
Guangcong Luo
029b2006a3 Tough Claws works on contact, not move category 2013-10-30 19:47:08 -07:00
Guangcong Luo
8b4d794f2f Update many ability descriptions 2013-10-30 19:47:08 -07:00
V4Victini
4723bd739e Rage Powder is now +2 Priority 2013-10-30 19:25:11 -04:00
V4Victini
394b0877cd Correct Gen 6 Secret Power
Secret Power once again has a 30% paralyze chance
2013-10-30 19:23:41 -04:00
V4Victini
76897a1fd3 Correct Gen 6 Secret Power
Secret Power once again has a 30% paralyze chance
2013-10-30 19:18:10 -04:00
Guangcong Luo
a8985e81fe OU council has an initial banlist for Pokebank OU 2013-10-30 16:13:57 -07:00
Guangcong Luo
683dac63f1 Upgrade a bunch of formats to gen 6 2013-10-30 16:09:46 -07:00
Guangcong Luo
33fcd92fc3 Fix learnset compatibility checker
Assumptions about Pokemon that don't have real gen 6 movepools yet
are now made in learnset generator rather than compatibility checker.

This fixes a few problems where a Pokemon was assumed to be
transferred from gen 5 when it wasn't.
2013-10-29 22:34:38 -07:00
Guangcong Luo
fccd2a5e49 Merge pull request #443 from TalkTakesTime/master
Dazzling Gleam hits all adjacent foes
2013-10-29 16:52:23 -07:00
TalkTakesTime
722c5efd98 Dazzling Gleam hits all adjacent foes 2013-10-30 12:17:14 +13:00
The Immortal
ed4a39ef03 SmellingSalt is now Smelling Salts 2013-10-29 20:15:29 +04:00
The Immortal
d5fb844184 SmellingSalt now has 70 base power 2013-10-29 20:13:18 +04:00
The Immortal
c0764fb11d Gastro Acid fails against Stance Change 2013-10-29 19:56:56 +04:00
The Immortal
ce4519f0e3 Add accurate Mega Evolution message
Needs to be added to the client in the future, in addition to (using
Blastoise as an example):

The opposing Blastoise has Mega Evolved into Mega Blastoise!

- It doesn't mention X/Y for Charizard/Mewtwo
2013-10-29 19:41:53 +04:00
The Immortal
e8fffeb7c4 Add new ability: Symbiosis 2013-10-28 16:57:46 +04:00
Joimer
3605945ea9 Fix Gems being banned on past gens 2013-10-28 13:01:58 +01:00
The Immortal
8f913c9e1c Implement Magician 2013-10-28 15:37:50 +04:00
Juanma Serrano
4e98e6926c Merge pull request #442 from Slayer95/patch-1
Locally declare "decision" in Sucker Punch's onTryHit
2013-10-28 02:34:01 -07:00