@pkmn/dex 0.6.4 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +0,0 @@
1
- function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _inheritsLoose(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}!function(){"use strict";var e={};function t(e){return(null==e?void 0:e.id)&&(e=e.id),"string"!=typeof e&&"number"!=typeof e?"":(""+e).toLowerCase().replace(/[^a-z0-9]+/g,"")}function a(e){return"string"==typeof e||"number"==typeof e?""+e:""}Object.defineProperty(e,"__esModule",{value:!0}),e.Dex=e.ModdedDex=e.Type=e.Learnset=e.Species=e.Nature=e.Move=e.Item=e.Ability=e.Condition=e.BasicEffect=e.toID=void 0,e.toID=t;var s=function(){function e(e){this.exists=!0,Object.assign(this,e),this.name=a(e.name).trim(),this.id=e.realMove?t(e.realMove):t(this.name),this.fullname=a(e.fullname)||this.name,this.effectType=a(e.effectType)||"Condition",this.kind="Condition",this.exists=!(!this.exists||!this.id),this.num=e.num||0,this.gen=e.gen||0,this.shortDesc=e.shortDesc||"",this.desc=e.desc||this.shortDesc,this.isNonstandard=e.isNonstandard||null,this.duration=e.duration}return e.prototype.toString=function(){return this.name},e}();e.BasicEffect=s;var r=function(e){function t(t){var a;return t=_assertThisInitialized(a=e.call(this,t)||this),a.effectType=["Weather","Status"].includes(t.effectType)?t.effectType:"Condition",a.kind="Condition",a}return _inheritsLoose(t,e),t}(s);e.Condition=r;var i=new r({name:"",exists:!1}),o=function(){function e(e){this.cache=Object.create(null),this.dex=e}var a=e.prototype;return a.get=function(e){return e.startsWith("item:")?this.dex.items.get(e.slice(5)):e.startsWith("ability:")?this.dex.abilities.get(e.slice(8)):e.startsWith("move:")?this.dex.moves.get(e.slice(5)):this.getByID(t(e))},a.getByID=function(e){if(!e)return i;var t,a=this.cache[e];return a||(a=this.dex.data.Conditions.hasOwnProperty(e)?new r(Object.assign({kind:"Condition"},this.dex.data.Conditions[e])):this.dex.data.Moves.hasOwnProperty(e)&&(t=this.dex.data.Moves[e]).condition||this.dex.data.Abilities.hasOwnProperty(e)&&(t=this.dex.data.Abilities[e]).condition||this.dex.data.Items.hasOwnProperty(e)&&(t=this.dex.data.Items[e]).condition?new r(Object.assign({name:t.name||e},t.condition)):new r("recoil"===e?{name:"Recoil",effectType:"Recoil"}:"drain"===e?{name:"Drain",effectType:"Drain"}:{name:e,exists:!1}),this.cache[e]=a,a)},e}(),n=function(e){function t(t){var a;return t=_assertThisInitialized(a=e.call(this,t)||this),a.fullname="ability: "+a.name,a.effectType="Ability",a.kind="Ability",a.gen||(a.num>=234?a.gen=8:a.num>=192?a.gen=7:a.num>=165?a.gen=6:a.num>=124?a.gen=5:a.num>=77?a.gen=4:a.num>=1&&(a.gen=3)),a}return _inheritsLoose(t,e),t}(s);e.Ability=n;var l=function(){function e(e){this.caches={get:Object.create(null),all:void 0},this.dex=e}var a=e.prototype;return a.get=function(e){return this.getByID(t(e))},a.getByID=function(e){var a=this.dex.data.Aliases[e];a&&(e=t(a));var s=this.caches.get[e];if(s)return s;var r=this.dex.data.Abilities[e];return e&&r?((s=new n(r)).gen>this.dex.gen&&(s.isNonstandard="Future"),this.dex.gen<=2&&"noability"===s.id&&(s.isNonstandard=null)):s=new n({id:e,name:e,exists:!1}),s.exists&&(this.caches.get[e]=s),s},a.all=function(){if(this.caches.all)return this.caches.all;var e=[];for(var t in this.dex.data.Abilities)e.push(this.getByID(t));return this.caches.all=e},e}(),c=function(e){function t(t){var a;return t=_assertThisInitialized(a=e.call(this,t)||this),a.fullname="item: "+a.name,a.effectType="Item",a.kind="Item",a.gen||(a.num>=689?a.gen=7:a.num>=577?a.gen=6:a.num>=537?a.gen=5:a.num>=377?a.gen=4:a.gen=3),a.isBerry&&(a.fling={basePower:10}),a.id.endsWith("plate")&&(a.fling={basePower:90}),a.onDrive&&(a.fling={basePower:70}),a.megaStone&&(a.fling={basePower:80}),a.onMemory&&(a.fling={basePower:50}),a}return _inheritsLoose(t,e),t}(s);e.Item=c;var d=function(){function e(e){this.caches={get:Object.create(null),all:void 0},this.dex=e}var a=e.prototype;return a.get=function(e){return this.getByID(t(e))},a.getByID=function(e){var a=this.dex.data.Aliases[e];a&&(e=t(a));var s=this.caches.get[e];if(s)return s;if(e&&!this.dex.data.Items[e]&&this.dex.data.Items[e+"berry"])return s=this.getByID(e+"berry"),this.caches.get[e]=s;var r=this.dex.data.Items[e];return e&&r?(s=new c(r)).gen>this.dex.gen&&(s.isNonstandard="Future"):s=new c({name:e,exists:!1}),s.exists&&(this.caches.get[e]=s),s},a.all=function(){if(this.caches.all)return this.caches.all;var e=[];for(var t in this.dex.data.Items)e.push(this.getByID(t));return this.caches.all=e},e}(),h=function(e){function t(t){var s,r;if(t=_assertThisInitialized(s=e.call(this,t)||this),s.fullname="move: "+s.name,s.effectType="Move",s.kind="Move",s.type=a(t.type),s.basePower=Number(t.basePower),s.critRatio=Number(t.critRatio)||1,s.secondary=t.secondary||null,s.secondaries=(null===(r=t.secondaries)||void 0===r?void 0:r.length)?t.secondaries:s.secondary?[s.secondary]:null,s.priority=Number(t.priority)||0,s.ignoreImmunity=void 0!==t.ignoreImmunity?t.ignoreImmunity:"Status"===t.category,s.pp=Number(t.pp),s.isZ=t.isZ||!1,s.isMax=t.isMax||!1,s.flags=t.flags||{},s.selfSwitch=(t.selfSwitch,t.selfSwitch||void 0),s.pressureTarget=t.pressureTarget||void 0,s.nonGhostTarget=t.nonGhostTarget||void 0,s.ignoreAbility=t.ignoreAbility||!1,s.volatileStatus="string"==typeof t.volatileStatus?t.volatileStatus:void 0,"Status"===s.category||s.maxMove||"struggle"===s.id||(s.maxMove={basePower:1},s.isMax||s.isZ||(s.basePower?["Fighting","Poison"].includes(s.type)?s.basePower>=150?s.maxMove.basePower=100:s.basePower>=110?s.maxMove.basePower=95:s.basePower>=75?s.maxMove.basePower=90:s.basePower>=65?s.maxMove.basePower=85:s.basePower>=55?s.maxMove.basePower=80:s.basePower>=45?s.maxMove.basePower=75:s.maxMove.basePower=70:s.basePower>=150?s.maxMove.basePower=150:s.basePower>=110?s.maxMove.basePower=140:s.basePower>=75?s.maxMove.basePower=130:s.basePower>=65?s.maxMove.basePower=120:s.basePower>=55?s.maxMove.basePower=110:s.basePower>=45?s.maxMove.basePower=100:s.maxMove.basePower=90:s.maxMove.basePower=100)),"Status"!==s.category&&!s.zMove&&!s.isZ&&!s.isMax&&"struggle"!==s.id){var i=s.basePower;s.zMove={},Array.isArray(s.multihit)&&(i*=3),s.zMove.basePower=i?i>=140?200:i>=130?195:i>=120?190:i>=110?185:i>=100?180:i>=90?175:i>=80?160:i>=70?140:i>=60?120:100:100}return s.gen||(s.num>=743?s.gen=8:s.num>=622?s.gen=7:s.num>=560?s.gen=6:s.num>=468?s.gen=5:s.num>=355?s.gen=4:s.num>=252?s.gen=3:s.num>=166?s.gen=2:s.num>=1&&(s.gen=1)),s}return _inheritsLoose(t,e),t}(s);e.Move=h;var u=function(){function e(e){this.caches={get:Object.create(null),all:void 0},this.dex=e}var a=e.prototype;return a.get=function(e){return this.getByID(t(e))},a.getByID=function(e){var a=this.dex.data.Aliases[e];a&&(e=t(a));var s=this.caches.get[e];if(s)return s;e.startsWith("hiddenpower")&&(e=/([a-z]*)([0-9]*)/.exec(e)[1]);var r,i=this.dex.data.Moves[e];return e&&i?(s=new h(i),"hiddenpower"===e.substr(0,11)?e=/([a-z]*)([0-9]*)/.exec(e)[1]:"return"===e.substr(0,6)&&e.length>6?(e="return",s.basePower=Number(e.slice(6))):"frustration"===e.substr(0,11)&&e.length>11&&(e="frustration",s.basePower=Number(e.slice(11))),this.dex.gen<=3&&"Status"!==i.category&&(s.category=(r=i.type,H.includes(r)?"Special":"Physical")),s.gen>this.dex.gen&&(s.isNonstandard="Future")):s=new h({id:e,name:e,exists:!1}),s.exists&&(this.caches.get[e]=s),s},a.all=function(){if(this.caches.all)return this.caches.all;var e=[];for(var t in this.dex.data.Moves)e.push(this.getByID(t));return this.caches.all=e},e}(),m=function(e){function t(t){var a;return t=_assertThisInitialized(a=e.call(this,t)||this),a.fullname="nature: "+a.name,a.effectType="Nature",a.kind="Nature",a.gen=3,a.plus=t.plus||void 0,a.minus=t.minus||void 0,a}return _inheritsLoose(t,e),t}(s);e.Nature=m;var p=function(){function e(e){this.caches={get:Object.create(null),all:void 0},this.dex=e}var a=e.prototype;return a.get=function(e){return this.getByID(t(e))},a.getByID=function(e){var a=this.dex.data.Aliases[e];a&&(e=t(a));var s=this.caches.get[e];if(s)return s;var r=this.dex.data.Natures[e];return e&&r?(s=new m(r)).gen>this.dex.gen&&(s.isNonstandard="Future"):s=new m({name:e,exists:!1}),s.exists&&(this.caches.get[e]=s),s},a.all=function(){if(this.caches.all)return this.caches.all;var e=[];for(var t in this.dex.data.Natures)e.push(this.getByID(t));return this.caches.all=e},e}(),g=function(e){function t(t){var a,s;return t=_assertThisInitialized(a=e.call(this,t)||this),a.fullname="pokemon: "+t.name,a.effectType="Pokemon",a.kind="Species",a.baseSpecies=t.baseSpecies||t.name,a.forme=t.forme||"",a.baseForme=t.baseForme||"",a.abilities=t.abilities||{0:""},a.types=t.types||["???"],a.prevo=t.prevo||"",a.tier=t.tier||"",a.doublesTier=t.doublesTier||"",a.evos=t.evos||[],a.nfe=!!(null===(s=a.evos)||void 0===s?void 0:s.length),a.eggGroups=t.eggGroups||[],a.canHatch=t.canHatch||!1,a.genderRatio=t.genderRatio||("M"===a.gender?{M:1,F:0}:"F"===a.gender?{M:0,F:1}:"N"===a.gender?{M:0,F:0}:{M:.5,F:.5}),a.requiredItem=t.requiredItem||void 0,a.requiredItems=a.requiredItems||(a.requiredItem?[a.requiredItem]:void 0),a.baseStats=t.baseStats||{hp:0,atk:0,def:0,spa:0,spd:0,spe:0},a.bst=a.baseStats.hp+a.baseStats.atk+a.baseStats.def+a.baseStats.spa+a.baseStats.spd+a.baseStats.spe,a.weightkg=t.weightkg||0,a.weighthg=10*a.weightkg,a.tags=t.tags||[],a.unreleasedHidden=t.unreleasedHidden||!1,a.maleOnlyHidden=!!t.maleOnlyHidden,a.maxHP=t.maxHP||void 0,a.isMega=!(!a.forme||!["Mega","Mega-X","Mega-Y"].includes(a.forme))||void 0,a.canGigantamax=t.canGigantamax||void 0,a.gmaxUnreleased=!!t.gmaxUnreleased,a.cannotDynamax=!!t.cannotDynamax,a.battleOnly=t.battleOnly||(a.isMega?a.baseSpecies:void 0),a.changesFrom=t.changesFrom||(a.battleOnly!==a.baseSpecies?a.battleOnly:a.baseSpecies),Array.isArray(t.changesFrom)&&(a.changesFrom=t.changesFrom[0]),!a.gen&&t.num>=1&&(t.num>=810||["Gmax","Galar","Galar-Zen"].includes(a.forme)?a.gen=8:t.num>=722||a.forme.startsWith("Alola")||"Starter"===a.forme?a.gen=7:"Primal"===a.forme?(a.gen=6,a.isPrimal=!0,a.battleOnly=a.baseSpecies):t.num>=650||a.isMega?a.gen=6:t.num>=494?a.gen=5:t.num>=387?a.gen=4:t.num>=252?a.gen=3:t.num>=152?a.gen=2:a.gen=1),a}return _inheritsLoose(t,e),t}(s);e.Species=g;var y=function(){function e(e){this.caches={get:Object.create(null),all:void 0},this.dex=e}var a=e.prototype;return a.get=function(e){var a=t(e=e.trim());return"nidoran"===a&&e.endsWith("♀")?a="nidoranf":"nidoran"===a&&e.endsWith("♂")&&(a="nidoranm"),this.getByID(a)},a.getByID=function(e){var a,s=this.caches.get[e];if(s)return s;var r=this.dex.data.Aliases[e];if(r){if(this.dex.data.FormatsData[e]){var i=t(r);(s=new g(Object.assign(Object.assign(Object.assign({},this.dex.data.Species[i]),this.dex.data.FormatsData[e]),{name:e}))).abilities={0:s.abilities.S}}else if((s=this.get(r)).cosmeticFormes)for(var o=0,n=s.cosmeticFormes;o<n.length;o++){var l=n[o];if(t(l)===e){s=new g(Object.assign(Object.assign({},s),{name:l,id:e,forme:l.slice(s.name.length+1),baseForme:"",baseSpecies:s.name,otherFormes:null,cosmeticFormes:null}));break}}return(null==s?void 0:s.exists)&&(this.caches.get[e]=s),s}var c=this.dex.data.Species[e];if(e&&!c){var d="",h={alola:["a","alola","alolan"],galar:["g","galar","galarian"],mega:["m","mega"],primal:["p","primal"]};for(var u in h){for(var m="",p=0,y=h[u];p<y.length;p++){var f=y[p];e.startsWith(f)?m=e.slice(f.length):e.endsWith(f)&&(m=e.slice(0,-f.length))}if(this.dex.data.Aliases.hasOwnProperty(m)&&(m=t(this.dex.data.Aliases[m])),this.dex.data.Species[m+u]){d=m+u;break}}if(d&&(s=this.get(d)).exists)return this.caches.get[e]=s,s}if(c=this.dex.data.Species[e],e&&c){var b=c.baseSpecies&&this.dex.data.Species[t(c.baseSpecies)].tags;if(!(s=new g(Object.assign(Object.assign({tags:b},c),this.dex.data.FormatsData[e]))).tier&&!s.doublesTier&&s.baseSpecies!==s.name)if("Mimikyu"===s.baseSpecies)s.tier=this.dex.data.FormatsData[t(s.baseSpecies)].tier||"Illegal",s.doublesTier=this.dex.data.FormatsData[t(s.baseSpecies)].doublesTier||"Illegal";else if(s.id.endsWith("totem"))s.tier=this.dex.data.FormatsData[s.id.slice(0,-5)].tier||"Illegal",s.doublesTier=this.dex.data.FormatsData[s.id.slice(0,-5)].doublesTier||"Illegal";else if(s.battleOnly)s.tier=this.dex.data.FormatsData[t(s.battleOnly)].tier||"Illegal",s.doublesTier=this.dex.data.FormatsData[t(s.battleOnly)].doublesTier||"Illegal";else{var k=this.dex.data.FormatsData[t(s.baseSpecies)];if(!k)throw new Error(s.baseSpecies+" has no formats-data entry");s.tier=k.tier||"Illegal",s.doublesTier=k.doublesTier||"Illegal"}s.tier||(s.tier="Illegal"),s.doublesTier||(s.doublesTier=s.tier),s.gen>this.dex.gen&&(s.tier="Illegal",s.doublesTier="Illegal",s.isNonstandard="Future"),s.nfe=!!((null===(a=s.evos)||void 0===a?void 0:a.length)&&this.get(s.evos[0]).gen<=this.dex.gen),s.canHatch=s.canHatch||!["Ditto","Undiscovered"].includes(s.eggGroups[0])&&!s.prevo&&"Manaphy"!==s.name,1===this.dex.gen&&(s.bst-=s.baseStats.spd),this.dex.gen<5&&delete s.abilities.H}else s=new g({id:e,name:e,exists:!1,tier:"Illegal",doublesTier:"Illegal",isNonstandard:"Custom"});return s.exists&&(this.caches.get[e]=s),s},a.all=function(){if(this.caches.all)return this.caches.all;var e=[];for(var t in this.dex.data.Species)e.push(this.getByID(t));return this.caches.all=e},e}(),f=function(e){var t;this.effectType="Learnset",this.kind="Learnset",this.learnset=e.learnset||void 0,this.eventOnly=!!e.eventOnly,this.eventData=e.eventData||void 0,this.encounters=e.encounters||void 0,this.exists=null===(t=e.exists)||void 0===t||t};e.Learnset=f;var b=function(){function e(e){this.cache=Object.create(null),this.dex=e}var a=e.prototype;return a.get=async function(e){return this.getByID(t(e))},a.getByID=async function(e){var t=this.cache[e];if(t)return t;if(!S.Learnsets)if("undefined"!=typeof process&&null!==process.versions&&null!==process.versions.node)S.Learnsets=require("./data/learnsets.json");else try{S.Learnsets=await Promise.resolve().then((function(){return __importStar(require("./data/learnsets.json"))}))}catch(e){if(S.Learnsets=window.DexLearnsets,!S.Learnsets)throw new Error("Learnsets have not been included!")}this.dex.load("Learnsets",this.dex.modData),this.dex.modData=void 0;var a=this.dex.data.Learnsets[e];return(t=new f(e&&a?a:{exists:!1})).exists&&(this.cache[e]=t),t},e}(),k=function(){function e(e){this.exists=!0,Object.assign(this,e),this.effectType="Type",this.kind="Type",this.id=e.id,this.name=e.name,this.exists=!(!this.exists||!this.id),this.gen=e.gen||0,this.isNonstandard=e.isNonstandard||null,this.damageTaken=e.damageTaken||{},this.HPivs=e.HPivs||{},this.HPdvs=e.HPdvs||{}}return e.prototype.toString=function(){return this.name},e}();e.Type=k;var w=function(){function e(e){this.caches={get:Object.create(null),all:void 0,names:void 0},this.dex=e}var a=e.prototype;return a.get=function(e){return e&&"string"!=typeof e?e:this.getByID(t(e))},a.getByID=function(e){var a=this.dex.data.Aliases[e];a&&(e=t(a));var s=this.caches.get[e];if(s)return s;var r=e.charAt(0).toUpperCase()+e.substr(1),i=this.dex.data.Types[e];return(s=new k(r&&i?Object.assign({name:r,id:e},i):{name:r,id:e,exists:!1})).exists&&(this.caches.get[e]=s),s},a.names=function(){return this.caches.names||(this.caches.names=this.all().filter((function(e){return!e.isNonstandard})).map((function(e){return e.name}))),this.caches.names},a.isName=function(e){var t=e.toLowerCase();return e===t.charAt(0).toUpperCase()+t.substr(1)&&this.dex.data.Types.hasOwnProperty(t)},a.all=function(){if(this.caches.all)return this.caches.all;var e=[];for(var t in this.dex.data.Types)e.push(this.getByID(t));return this.caches.all=e},e}(),v=["hp","atk","def","spa","spd","spe"],P=function(){function e(e){1!==e.gen?(this.shortNames={__proto__:null,hp:"HP",atk:"Atk",def:"Def",spa:"SpA",spd:"SpD",spe:"Spe"},this.mediumNames={__proto__:null,hp:"HP",atk:"Attack",def:"Defense",spa:"Sp. Atk",spd:"Sp. Def",spe:"Speed"},this.names={__proto__:null,hp:"HP",atk:"Attack",def:"Defense",spa:"Special Attack",spd:"Special Defense",spe:"Speed"}):(this.shortNames={__proto__:null,hp:"HP",atk:"Atk",def:"Def",spa:"Spc",spd:"[SpD]",spe:"Spe"},this.mediumNames={__proto__:null,hp:"HP",atk:"Attack",def:"Defense",spa:"Special",spd:"[Sp. Def]",spe:"Speed"},this.names={__proto__:null,hp:"HP",atk:"Attack",def:"Defense",spa:"Special",spd:"[Special Defense]",spe:"Speed"})}return e.prototype.ids=function(){return v},e}(),S={Abilities:{3:{cutecharm:{inherit:!0,desc:"There is a 1/3 chance a Pokemon making contact with this Pokemon will become infatuated if it is of the opposite gender. This effect does not happen if this Pokemon did not lose HP from the attack.",shortDesc:"1/3 chance of infatuating Pokemon of the opposite gender if they make contact."},effectspore:{inherit:!0,desc:"10% chance a Pokemon making contact with this Pokemon will be poisoned, paralyzed, or fall asleep. This effect does not happen if this Pokemon did not lose HP from the attack.",shortDesc:"10% chance of poison/paralysis/sleep on others making contact with this Pokemon."},flamebody:{inherit:!0,desc:"1/3 chance a Pokemon making contact with this Pokemon will be burned. This effect does not happen if this Pokemon did not lose HP from the attack.",shortDesc:"1/3 chance a Pokemon making contact with this Pokemon will be burned."},flashfire:{inherit:!0,desc:"This Pokemon is immune to Fire-type moves, as long as it is not frozen. The first time it is hit by a Fire-type move, damage from its Fire-type attacks will be multiplied by 1.5 as long as it remains active and has this Ability. If this Pokemon has a non-volatile status condition, is a Fire type, or has a substitute, Will-O-Wisp will not activate this Ability."},intimidate:{inherit:!0,desc:"On switch-in, this Pokemon lowers the Attack of opposing Pokemon by 1 stage. Pokemon behind a substitute are immune."},lightningrod:{isBreakable:!0,name:"Lightning Rod",num:32,desc:"If this Pokemon is not the target of a single-target Electric-type move used by an opposing Pokemon, this Pokemon redirects that move to itself. This effect considers Hidden Power a Normal-type move.",shortDesc:"This Pokemon draws single-target Electric moves used by opponents to itself."},minus:{inherit:!0,desc:"If an active Pokemon has the Plus Ability, this Pokemon's Special Attack is multiplied by 1.5.",shortDesc:"If an active Pokemon has the Plus Ability, this Pokemon's Sp. Atk is 1.5x."},plus:{inherit:!0,desc:"If an active Pokemon has the Minus Ability, this Pokemon's Special Attack is multiplied by 1.5.",shortDesc:"If an active Pokemon has the Minus Ability, this Pokemon's Sp. Atk is 1.5x."},poisonpoint:{inherit:!0,desc:"1/3 chance a Pokemon making contact with this Pokemon will be poisoned. This effect does not happen if this Pokemon did not lose HP from the attack.",shortDesc:"1/3 chance a Pokemon making contact with this Pokemon will be poisoned."},pressure:{inherit:!0},raindish:{inherit:!0,onResidualOrder:10,onResidualSubOrder:3},roughskin:{inherit:!0,desc:"Pokemon making contact with this Pokemon lose 1/16 of their maximum HP, rounded down. This effect does not happen if this Pokemon did not lose HP from the attack.",shortDesc:"Pokemon making contact with this Pokemon lose 1/16 of their max HP."},shadowtag:{inherit:!0,desc:"Prevents opposing Pokemon from choosing to switch out.",shortDesc:"Prevents opposing Pokemon from choosing to switch out."},static:{inherit:!0,desc:"1/3 chance a Pokemon making contact with this Pokemon will be paralyzed. This effect does not happen if this Pokemon did not lose HP from the attack.",shortDesc:"1/3 chance a Pokemon making contact with this Pokemon will be paralyzed."},trace:{inherit:!0,desc:"On switch-in, this Pokemon copies a random opposing Pokemon's Ability."},truant:{inherit:!0,onResidualOrder:27,desc:"This Pokemon skips every other turn instead of using a move. If this Pokemon replaces a Pokemon that fainted during end-of-turn effects, its first turn will be skipped."},voltabsorb:{inherit:!0,desc:"This Pokemon is immune to damaging Electric-type moves and restores 1/4 of its maximum HP, rounded down, when hit by one.",shortDesc:"This Pokemon heals 1/4 its max HP when hit by a damaging Electric move; immunity."},arenatrap:{inherit:!0,desc:"Prevents opposing Pokemon from choosing to switch out unless they are airborne."},damp:{inherit:!0,desc:"While this Pokemon is active, Explosion and Self-Destruct are prevented from having an effect.",shortDesc:"Prevents Explosion and Self-Destruct while this Pokemon is active."},levitate:{inherit:!0,desc:"This Pokemon is immune to Ground-type attacks and the effects of Spikes and the Arena Trap Ability.",shortDesc:"This Pokemon is immune to Ground."},magnetpull:{inherit:!0,desc:"Prevents Steel-type Pokemon from choosing to switch out, other than this Pokemon.",shortDesc:"Prevents Steel-type Pokemon from choosing to switch out, other than this Pokemon."},rockhead:{inherit:!0,desc:"This Pokemon does not take recoil damage, except Struggle. Does not affect crash damage.",shortDesc:"This Pokemon does not take recoil damage besides Struggle and crash damage."},thickfat:{inherit:!0,desc:"If a Pokemon uses a Fire- or Ice-type attack against this Pokemon, that Pokemon's Special Attack is halved when calculating the damage to this Pokemon.",shortDesc:"Fire-/Ice-type moves against this Pokemon deal damage with a halved Sp. Atk stat."},wonderguard:{inherit:!0,shortDesc:"This Pokemon is only damaged by supereffective moves and indirect damage."}},4:{airlock:{inherit:!0},angerpoint:{inherit:!0,desc:"If this Pokemon, or its substitute, is struck by a critical hit, its Attack is raised by 12 stages.",shortDesc:"If this Pokemon or its substitute takes a critical hit, its Attack is raised 12 stages."},baddreams:{inherit:!0,onResidualOrder:10,onResidualSubOrder:10,desc:"Causes opposing Pokemon to lose 1/8 of their maximum HP, rounded down, at the end of each turn if they are asleep.",shortDesc:"Causes sleeping foes to lose 1/8 of their max HP at the end of each turn."},blaze:{onBasePowerPriority:2,name:"Blaze",num:66,desc:"When this Pokemon has 1/3 or less of its maximum HP, rounded down, its Fire-type attacks have their power multiplied by 1.5.",shortDesc:"At 1/3 or less of its max HP, this Pokemon's Fire-type attacks have 1.5x power."},cloudnine:{inherit:!0},colorchange:{inherit:!0,desc:"This Pokemon's type changes to match the type of the last move that hit it, unless that type is already one of its types. This effect applies after each hit from a multi-hit move. This effect does not happen if this Pokemon did not lose HP from the attack."},compoundeyes:{onSourceModifyAccuracyPriority:9,inherit:!0},cutecharm:{inherit:!0,desc:"There is a 30% chance a Pokemon making contact with this Pokemon will become infatuated if it is of the opposite gender. This effect does not happen if this Pokemon did not lose HP from the attack."},effectspore:{inherit:!0,desc:"30% chance a Pokemon making contact with this Pokemon will be poisoned, paralyzed, or fall asleep. This effect does not happen if this Pokemon did not lose HP from the attack."},flamebody:{inherit:!0,desc:"30% chance a Pokemon making contact with this Pokemon will be burned. This effect does not happen if this Pokemon did not lose HP from the attack."},flashfire:{inherit:!0,condition:{noCopy:!0},desc:"This Pokemon is immune to Fire-type moves, as long as it is not frozen. The first time it is hit by a Fire-type move, damage from its Fire-type attacks will be multiplied by 1.5 as long as it remains active and has this Ability."},flowergift:{inherit:!0,desc:"If Sunny Day is active, the Attack and Special Defense of this Pokemon and its allies are multiplied by 1.5.",shortDesc:"If Sunny Day is active, Attack and Sp. Def of this Pokemon and its allies are 1.5x."},forewarn:{inherit:!0,desc:"On switch-in, this Pokemon is alerted to the move with the highest power, at random, known by an opposing Pokemon. This effect considers OHKO moves to have 150 power, Counter, Mirror Coat, and Metal Burst to have 120 power, and every other attacking move with an unspecified power to have 80 power."},frisk:{inherit:!0},hustle:{inherit:!0,onSourceModifyAccuracyPriority:7},hydration:{name:"Hydration",num:93,desc:"This Pokemon has its non-volatile status condition cured at the end of each turn if Rain Dance is active.",shortDesc:"This Pokemon has its status cured at the end of each turn if Rain Dance is active."},insomnia:{inherit:!0},intimidate:{inherit:!0,desc:"On switch-in, this Pokemon lowers the Attack of opposing Pokemon by 1 stage. Pokemon behind a substitute are immune. If U-turn breaks an opposing substitute and this Pokemon switches in as the replacement, the Pokemon that had the substitute is still immune to this Ability.",shortDesc:"On switch-in, this Pokemon lowers the Attack of opponents by 1 stage."},leafguard:{inherit:!0,desc:"If Sunny Day is active, this Pokemon cannot become affected by a non-volatile status condition or Yawn, but can use Rest normally.",shortDesc:"If Sunny Day is active, this Pokemon cannot be statused, but Rest works normally."},lightningrod:{inherit:!0,desc:"If this Pokemon is not the target of a single-target Electric-type move used by another Pokemon, this Pokemon redirects that move to itself.",shortDesc:"This Pokemon draws single-target Electric moves to itself."},liquidooze:{inherit:!0,desc:"This Pokemon damages those draining HP from it for as much as they would heal. This effect does not consider Dream Eater."},magicguard:{name:"Magic Guard",num:98,desc:"This Pokemon can only be damaged by direct attacks. Curse and Substitute on use, Belly Drum, Pain Split, Struggle recoil, and confusion damage are considered direct damage. This Pokemon cannot be prevented from moving because of paralysis, and is unaffected by Toxic Spikes on switch-in.",shortDesc:"This Pokemon can only be damaged by direct attacks, and can't be fully paralyzed."},minus:{name:"Minus",num:58,desc:"If an active ally has the Plus Ability, this Pokemon's Special Attack is multiplied by 1.5.",shortDesc:"If an active ally has the Plus Ability, this Pokemon's Sp. Atk is 1.5x."},naturalcure:{inherit:!0},normalize:{inherit:!0,desc:"This Pokemon's moves are changed to be Normal type. This effect comes after other effects that change a move's type, except Struggle."},overgrow:{onBasePowerPriority:2,name:"Overgrow",num:65,desc:"When this Pokemon has 1/3 or less of its maximum HP, rounded down, its Grass-type attacks have their power multiplied by 1.5.",shortDesc:"At 1/3 or less of its max HP, this Pokemon's Grass-type attacks have 1.5x power."},pickup:{name:"Pickup",num:53,desc:"No competitive use.",shortDesc:"No competitive use."},plus:{name:"Plus",num:57,desc:"If an active ally has the Minus Ability, this Pokemon's Special Attack is multiplied by 1.5.",shortDesc:"If an active ally has the Minus Ability, this Pokemon's Sp. Atk is 1.5x."},poisonpoint:{inherit:!0,desc:"30% chance a Pokemon making contact with this Pokemon will be poisoned. This effect does not happen if this Pokemon did not lose HP from the attack."},pressure:{name:"Pressure",num:46,desc:"If this Pokemon is the target of another Pokemon's move, that move loses one additional PP.",shortDesc:"If this Pokemon is the target of a move, that move loses one additional PP."},roughskin:{inherit:!0,desc:"Pokemon making contact with this Pokemon lose 1/8 of their maximum HP, rounded down. This effect does not happen if this Pokemon did not lose HP from the attack."},sandveil:{inherit:!0,onModifyAccuracyPriority:8},serenegrace:{inherit:!0,desc:"This Pokemon's moves have their secondary effect chance doubled."},shedskin:{inherit:!0,onResidualOrder:10,onResidualSubOrder:3},simple:{isBreakable:!0,name:"Simple",num:86,desc:"This Pokemon's stat stages are considered doubled during stat calculations. A stat stage cannot be considered more than 6 or less than -6.",shortDesc:"This Pokemon's stat stages are considered doubled during stat calculations."},snowcloak:{inherit:!0,onModifyAccuracyPriority:8},speedboost:{inherit:!0,onResidualOrder:10,onResidualSubOrder:3},static:{inherit:!0,desc:"30% chance a Pokemon making contact with this Pokemon will be paralyzed. This effect does not happen if this Pokemon did not lose HP from the attack."},stench:{name:"Stench",num:1,desc:"No competitive use.",shortDesc:"No competitive use."},stickyhold:{inherit:!0,desc:"This Pokemon cannot lose its held item due to another Pokemon's attack, even if the attack knocks out this Pokemon. A Sticky Barb will be transferred to other Pokemon regardless of this Ability."},stormdrain:{inherit:!0,desc:"If this Pokemon is not the target of a single-target Water-type move used by another Pokemon, this Pokemon redirects that move to itself.",shortDesc:"This Pokemon draws single-target Water moves to itself."},sturdy:{inherit:!0,desc:"OHKO moves fail when used against this Pokemon.",shortDesc:"OHKO moves fail when used against this Pokemon."},swarm:{onBasePowerPriority:2,name:"Swarm",num:68,desc:"When this Pokemon has 1/3 or less of its maximum HP, rounded down, its Bug-type attacks have their power multiplied by 1.5.",shortDesc:"At 1/3 or less of its max HP, this Pokemon's Bug-type attacks have 1.5x power."},synchronize:{inherit:!0,desc:"If another Pokemon burns, paralyzes, or poisons this Pokemon, that Pokemon receives the same non-volatile status condition. If another Pokemon badly poisons this Pokemon, that Pokemon becomes poisoned."},tangledfeet:{inherit:!0,onModifyAccuracyPriority:6},thickfat:{onSourceBasePowerPriority:1,isBreakable:!0,name:"Thick Fat",num:47,desc:"The power of Fire- and Ice-type attacks against this Pokemon is halved.",shortDesc:"The power of Fire- and Ice-type attacks against this Pokemon is halved."},torrent:{onBasePowerPriority:2,name:"Torrent",num:67,desc:"When this Pokemon has 1/3 or less of its maximum HP, rounded down, its Water-type attacks have their power multiplied by 1.5.",shortDesc:"At 1/3 or less of its max HP, this Pokemon's Water-type attacks have 1.5x power."},trace:{inherit:!0,desc:"On switch-in, this Pokemon copies a random opposing Pokemon's Ability. Abilities that cannot be copied are Forecast, Multitype, and Trace. If no opposing Pokemon has an Ability that can be copied, this Ability will activate as soon as one does."},unburden:{inherit:!0,condition:{}},vitalspirit:{inherit:!0},wonderguard:{inherit:!0,shortDesc:"This Pokemon is only damaged by Fire Fang, supereffective moves, indirect damage."},anticipation:{inherit:!0,desc:"On switch-in, this Pokemon is alerted if any opposing Pokemon has an attack that is super effective against this Pokemon, or an OHKO move that this Pokemon is not immune to and if its level is less than or equal to the opposing Pokemon's level. This effect does not consider Counter, Dragon Rage, Metal Burst, Mirror Coat, Night Shade, Psywave, or Seismic Toss as attacking moves, and Hidden Power, Judgment, Natural Gift, and Weather Ball are considered Normal-type moves. This effect considers any changes to the effectiveness of attacks against this Pokemon due to the effects of Gravity or the Normalize or Scrappy Abilities."},arenatrap:{inherit:!0,desc:"Prevents opposing Pokemon from choosing to switch out unless they are airborne or holding a Shed Shell."},levitate:{inherit:!0,desc:"This Pokemon is immune to Ground-type attacks and the effects of Spikes, Toxic Spikes, and the Arena Trap Ability. The effects of Gravity, Ingrain, and Iron Ball nullify the immunity.",shortDesc:"This Pokemon is immune to Ground; Gravity/Ingrain/Iron Ball nullify it."},magnetpull:{inherit:!0,desc:"Prevents opposing Steel-type Pokemon from choosing to switch out, unless they are holding a Shed Shell.",shortDesc:"Prevents opposing Steel-type Pokemon from choosing to switch out."},moldbreaker:{inherit:!0,desc:"This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Battle Armor, Clear Body, Damp, Dry Skin, Filter, Flash Fire, Flower Gift, Heatproof, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Lightning Rod, Limber, Magma Armor, Marvel Scale, Motor Drive, Oblivious, Own Tempo, Sand Veil, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Tangled Feet, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Veil, White Smoke, and Wonder Guard. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move. The Attack modifier from an ally's Flower Gift Ability is not negated."},multitype:{inherit:!0,shortDesc:"If this Pokemon is an Arceus, its type changes to match its held Plate. This Pokemon cannot lose its held item due to another Pokemon's attack."},shadowtag:{inherit:!0,desc:"Prevents opposing Pokemon from choosing to switch out, unless they are holding a Shed Shell or also have this Ability.",shortDesc:"Prevents foes from choosing to switch unless they also have this Ability."},skilllink:{inherit:!0,desc:"This Pokemon's multi-hit attacks always hit the maximum number of times. Does not affect Triple Kick."},soundproof:{inherit:!0,shortDesc:"This Pokemon is immune to sound-based moves, including Heal Bell."},technician:{inherit:!0,desc:"This Pokemon's moves of 60 power or less have their power multiplied by 1.5, except Struggle. This effect comes after a move's effect changes its own power, as well as the effects of Charge and Helping Hand.",shortDesc:"This Pokemon's moves of 60 power or less have 1.5x power, except Struggle."}},5:{anticipation:{inherit:!0,desc:"On switch-in, this Pokemon is alerted if any opposing Pokemon has an attack that is super effective against this Pokemon, or an OHKO move. This effect considers any move that deals direct damage as an attacking move of its respective type, and Hidden Power, Judgment, Natural Gift, Techno Blast, and Weather Ball are considered Normal-type moves."},frisk:{inherit:!0,shortDesc:"On switch-in, this Pokemon identifies the held item of a random opposing Pokemon."},infiltrator:{inherit:!0,desc:"This Pokemon's moves ignore the opposing side's Reflect, Light Screen, Safeguard, and Mist.",shortDesc:"This Pokemon's moves ignore the foe's Reflect, Light Screen, Safeguard, and Mist."},keeneye:{inherit:!0,desc:"Prevents other Pokemon from lowering this Pokemon's accuracy stat stage.",shortDesc:"Prevents other Pokemon from lowering this Pokemon's accuracy stat stage."},oblivious:{inherit:!0,desc:"This Pokemon cannot be infatuated. Gaining this Ability while infatuated cures it.",shortDesc:"This Pokemon cannot be infatuated. Gaining this Ability while infatuated cures it."},overcoat:{inherit:!0,desc:"This Pokemon is immune to damage from Sandstorm or Hail.",shortDesc:"This Pokemon is immune to damage from Sandstorm or Hail."},sapsipper:{inherit:!0},serenegrace:{inherit:!0},soundproof:{inherit:!0,shortDesc:"This Pokemon is immune to sound-based moves, except Heal Bell."},arenatrap:{inherit:!0,desc:"Prevents adjacent opposing Pokemon from choosing to switch out unless they are airborne or holding a Shed Shell."},levitate:{inherit:!0,desc:"This Pokemon is immune to Ground-type attacks and the effects of Spikes, Toxic Spikes, and the Arena Trap Ability. The effects of Gravity, Ingrain, Smack Down, and Iron Ball nullify the immunity."},magicbounce:{inherit:!0,desc:"This Pokemon is unaffected by certain non-damaging moves directed at it and will instead use such moves against the original user. Moves reflected in this way are unable to be reflected again by this or Magic Coat's effect. Spikes, Stealth Rock, and Toxic Spikes can only be reflected once per side, by the leftmost Pokemon under this or Magic Coat's effect. The Lightning Rod and Storm Drain Abilities redirect their respective moves before this Ability takes effect."},magnetpull:{inherit:!0,desc:"Prevents adjacent opposing Steel-type Pokemon from choosing to switch out, unless they are holding a Shed Shell.",shortDesc:"Prevents adjacent opposing Steel-type Pokemon from choosing to switch out."},moldbreaker:{inherit:!0,desc:"This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Battle Armor, Big Pecks, Clear Body, Contrary, Damp, Dry Skin, Filter, Flash Fire, Flower Gift, Friend Guard, Heatproof, Heavy Metal, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Motor Drive, Multiscale, Oblivious, Own Tempo, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon."},mummy:{inherit:!0,desc:"Pokemon making contact with this Pokemon have their Ability changed to Mummy. Does not affect Pokemon with the Multitype or Mummy Abilities."},pressure:{inherit:!0,desc:"If this Pokemon is the target of an opposing Pokemon's move, that move loses one additional PP. Imprison and Snatch also lose one additional PP when used by an opposing Pokemon."},shadowtag:{inherit:!0,desc:"Prevents adjacent opposing Pokemon from choosing to switch out, unless they are holding a Shed Shell or also have this Ability."},sheerforce:{inherit:!0,desc:"This Pokemon's attacks with secondary effects have their power multiplied by 1.3, but the secondary effects are removed. If a secondary effect was removed, it also removes the user's Life Orb recoil and Shell Bell recovery, and prevents the target's Color Change, Pickpocket, Red Card, and Eject Button from activating."},teravolt:{inherit:!0,desc:"This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Battle Armor, Big Pecks, Clear Body, Contrary, Damp, Dry Skin, Filter, Flash Fire, Flower Gift, Friend Guard, Heatproof, Heavy Metal, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Motor Drive, Multiscale, Oblivious, Own Tempo, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon."},trace:{inherit:!0,desc:"On switch-in, this Pokemon copies a random adjacent opposing Pokemon's Ability. Abilities that cannot be copied are Flower Gift, Forecast, Illusion, Imposter, Multitype, Trace, and Zen Mode. If no opposing Pokemon has an Ability that can be copied, this Ability will activate as soon as one does."},turboblaze:{inherit:!0,desc:"This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Battle Armor, Big Pecks, Clear Body, Contrary, Damp, Dry Skin, Filter, Flash Fire, Flower Gift, Friend Guard, Heatproof, Heavy Metal, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Motor Drive, Multiscale, Oblivious, Own Tempo, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon."}},6:{aerilate:{inherit:!0,desc:"This Pokemon's Normal-type moves become Flying-type moves and have their power multiplied by 1.3. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",shortDesc:"This Pokemon's Normal-type moves become Flying type and have 1.3x power."},aftermath:{inherit:!0},galewings:{inherit:!0,shortDesc:"This Pokemon's Flying-type moves have their priority increased by 1."},ironbarbs:{inherit:!0},liquidooze:{inherit:!0},magicguard:{inherit:!0},normalize:{inherit:!0,onModifyMovePriority:1,desc:"This Pokemon's moves are changed to be Normal type. This effect comes before other effects that change a move's type.",shortDesc:"This Pokemon's moves are changed to be Normal type."},parentalbond:{inherit:!0,desc:"This Pokemon's damaging moves become multi-hit moves that hit twice. The second hit has its damage halved. Does not affect multi-hit moves or moves that have multiple targets.",shortDesc:"This Pokemon's damaging moves hit twice. The second hit has its damage halved."},pixilate:{inherit:!0,desc:"This Pokemon's Normal-type moves become Fairy-type moves and have their power multiplied by 1.3. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",shortDesc:"This Pokemon's Normal-type moves become Fairy type and have 1.3x power."},refrigerate:{inherit:!0,desc:"This Pokemon's Normal-type moves become Ice-type moves and have their power multiplied by 1.3. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",shortDesc:"This Pokemon's Normal-type moves become Ice type and have 1.3x power."},roughskin:{inherit:!0},stancechange:{inherit:!0,onBeforeMovePriority:11,desc:"If this Pokemon is an Aegislash, it changes to Blade Forme before attempting to use an attacking move, and changes to Shield Forme before attempting to use King's Shield."},symbiosis:{inherit:!0,desc:"If an ally uses its item, this Pokemon gives its item to that ally immediately. Does not activate if the ally's item was stolen or knocked off."},weakarmor:{inherit:!0,desc:"If a physical attack hits this Pokemon, its Defense is lowered by 1 stage and its Speed is raised by 1 stage.",shortDesc:"If a physical attack hits this Pokemon, Defense is lowered by 1, Speed is raised by 1."},zenmode:{inherit:!0,isPermanent:!1,desc:"If this Pokemon is a Darmanitan, it changes to Zen Mode if it has 1/2 or less of its maximum HP at the end of a turn. If Darmanitan's HP is above 1/2 of its maximum HP at the end of a turn, it changes back to Standard Mode. If Darmanitan loses this Ability while in Zen Mode, it reverts to Standard Mode immediately."},anticipation:{inherit:!0,desc:"On switch-in, this Pokemon is alerted if any opposing Pokemon has an attack that is super effective against this Pokemon, or an OHKO move. This effect considers any move that deals direct damage as an attacking move of its respective type, Hidden Power counts as its determined type, and Judgment, Natural Gift, Techno Blast, and Weather Ball are considered Normal-type moves."},arenatrap:{inherit:!0,desc:"Prevents adjacent opposing Pokemon from choosing to switch out unless they are airborne, are holding a Shed Shell, or are a Ghost type."},baddreams:{inherit:!0,desc:"Causes adjacent opposing Pokemon to lose 1/8 of their maximum HP, rounded down, at the end of each turn if they are asleep.",shortDesc:"Causes sleeping adjacent foes to lose 1/8 of their max HP at the end of each turn."},contrary:{inherit:!0,desc:"If this Pokemon has a stat stage raised it is lowered instead, and vice versa."},damp:{inherit:!0,desc:"While this Pokemon is active, Explosion, Self-Destruct, and the Aftermath Ability are prevented from having an effect.",shortDesc:"Prevents Explosion/Self-Destruct/Aftermath while this Pokemon is active."},healer:{inherit:!0,desc:"30% chance each of this Pokemon's adjacent allies has its non-volatile status condition cured at the end of each turn.",shortDesc:"30% chance each adjacent ally has its status cured at the end of each turn."},infiltrator:{inherit:!0,desc:"This Pokemon's moves ignore substitutes and the opposing side's Reflect, Light Screen, Safeguard, and Mist.",shortDesc:"Moves ignore substitutes and the foe's Reflect, Light Screen, Safeguard, and Mist."},intimidate:{inherit:!0,desc:"On switch-in, this Pokemon lowers the Attack of adjacent opposing Pokemon by 1 stage. Pokemon behind a substitute are immune.",shortDesc:"On switch-in, this Pokemon lowers the Attack of adjacent opponents by 1 stage."},magnetpull:{inherit:!0,desc:"Prevents adjacent opposing Steel-type Pokemon from choosing to switch out, unless they are holding a Shed Shell or are a Ghost type.",shortDesc:"Prevents adjacent opposing Steel-type Pokemon from choosing to switch out."},moldbreaker:{inherit:!0,desc:"This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dark Aura, Dry Skin, Fairy Aura, Filter, Flash Fire, Flower Gift, Flower Veil, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon."},multitype:{inherit:!0,shortDesc:"If this Pokemon is an Arceus, its type changes to match its held Plate."},mummy:{inherit:!0,desc:"Pokemon making contact with this Pokemon have their Ability changed to Mummy. Does not affect Pokemon with the Multitype, Mummy, or Stance Change Abilities."},prankster:{inherit:!0,desc:"This Pokemon's non-damaging moves have their priority increased by 1.",shortDesc:"This Pokemon's non-damaging moves have their priority increased by 1."},quickfeet:{inherit:!0,desc:"If this Pokemon has a non-volatile status condition, its Speed is multiplied by 1.5. This Pokemon ignores the paralysis effect of quartering Speed."},shadowtag:{inherit:!0,desc:"Prevents adjacent opposing Pokemon from choosing to switch out, unless they are holding a Shed Shell, are a Ghost type, or also have this Ability.",shortDesc:"Prevents adjacent foes from choosing to switch unless they also have this Ability."},sheerforce:{inherit:!0,desc:"This Pokemon's attacks with secondary effects have their power multiplied by 1.3, but the secondary effects are removed. If a secondary effect was removed, it also removes the user's Life Orb recoil and Shell Bell recovery, and prevents the target's Color Change, Pickpocket, Red Card, Eject Button, Kee Berry, and Maranga Berry from activating."},simple:{inherit:!0,desc:"When one of this Pokemon's stat stages is raised or lowered, the amount is doubled."},slowstart:{inherit:!0,desc:"On switch-in, this Pokemon's Attack and Speed are halved for 5 turns."},teravolt:{inherit:!0,desc:"This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dark Aura, Dry Skin, Fairy Aura, Filter, Flash Fire, Flower Gift, Flower Veil, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon."},trace:{inherit:!0,desc:"On switch-in, this Pokemon copies a random adjacent opposing Pokemon's Ability. Abilities that cannot be copied are Flower Gift, Forecast, Illusion, Imposter, Multitype, Stance Change, Trace, and Zen Mode. If no opposing Pokemon has an Ability that can be copied, this Ability will activate as soon as one does."},turboblaze:{inherit:!0,desc:"This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dark Aura, Dry Skin, Fairy Aura, Filter, Flash Fire, Flower Gift, Flower Veil, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon."}},7:{disguise:{inherit:!0,desc:"If this Pokemon is a Mimikyu, the first hit it takes in battle deals 0 neutral damage. Its disguise is then broken and it changes to Busted Form. Confusion damage also breaks the disguise.",shortDesc:"(Mimikyu only) First hit deals 0 damage, breaks disguise."},darkaura:{inherit:!0,isBreakable:!0},fairyaura:{inherit:!0,isBreakable:!0},innerfocus:{inherit:!0,desc:"This Pokemon cannot be made to flinch.",shortDesc:"This Pokemon cannot be made to flinch."},intimidate:{inherit:!0,desc:"On switch-in, this Pokemon lowers the Attack of opposing Pokemon by 1 stage. Pokemon behind a substitute are immune."},moody:{inherit:!0,desc:"This Pokemon has a random stat raised by 2 stages and another stat lowered by 1 stage at the end of each turn.",shortDesc:"Raises a random stat by 2 and lowers another stat by 1 at the end of each turn."},oblivious:{inherit:!0,desc:"This Pokemon cannot be infatuated or taunted. Gaining this Ability while infatuated or taunted cures it.",shortDesc:"This Pokemon cannot be infatuated or taunted."},owntempo:{inherit:!0,desc:"This Pokemon cannot be confused. Gaining this Ability while confused cures it.",shortDesc:"This Pokemon cannot be confused."},rattled:{name:"Rattled",num:155,desc:"This Pokemon's Speed is raised by 1 stage if hit by a Bug-, Dark-, or Ghost-type attack.",shortDesc:"This Pokemon's Speed is raised 1 stage if hit by a Bug-, Dark-, or Ghost-type attack."},scrappy:{inherit:!0,desc:"This Pokemon can hit Ghost types with Normal- and Fighting-type moves.",shortDesc:"This Pokemon can hit Ghost types with Normal- and Fighting-type moves."},slowstart:{inherit:!0,condition:{duration:5,onResidualOrder:28,onResidualSubOrder:2,onModifyAtkPriority:5,onModifySpAPriority:5},desc:"On switch-in, this Pokemon's Attack and Speed are halved for 5 turns. During the effect, if this Pokemon uses a generic Z-Move based on a special move, its Special Attack is halved during damage calculation."},soundproof:{inherit:!0,shortDesc:"This Pokemon is immune to sound-based moves, including Heal Bell."},technician:{inherit:!0,onBasePowerPriority:19},cheekpouch:{inherit:!0,desc:"If this Pokemon eats a held Berry, it restores 1/3 of its maximum HP, rounded down, in addition to the Berry's effect. This effect can also activate after the effects of Bug Bite, Fling, and Pluck if the eaten Berry has an effect on this Pokemon."},chlorophyll:{inherit:!0,desc:"If Sunny Day is active, this Pokemon's Speed is doubled."},contrary:{inherit:!0,desc:"If this Pokemon has a stat stage raised it is lowered instead, and vice versa. This Ability does not affect stat stage increases received from Z-Power effects that happen before a Z-Move is used."},damp:{inherit:!0,desc:"While this Pokemon is active, Explosion, Mind Blown, Self-Destruct, and the Aftermath Ability are prevented from having an effect.",shortDesc:"Prevents Explosion/Mind Blown/Self-Destruct/Aftermath while this Pokemon is active."},dryskin:{inherit:!0,desc:"This Pokemon is immune to Water-type moves and restores 1/4 of its maximum HP, rounded down, when hit by a Water-type move. The power of Fire-type moves is multiplied by 1.25 when used on this Pokemon. At the end of each turn, this Pokemon restores 1/8 of its maximum HP, rounded down, if the weather is Rain Dance, and loses 1/8 of its maximum HP, rounded down, if the weather is Sunny Day."},flowergift:{inherit:!0,desc:"If this Pokemon is a Cherrim and Sunny Day is active, it changes to Sunshine Form and the Attack and Special Defense of it and its allies are multiplied by 1.5."},forecast:{inherit:!0,desc:"If this Pokemon is a Castform, its type changes to the current weather condition's type, except Sandstorm."},hydration:{inherit:!0,desc:"This Pokemon has its non-volatile status condition cured at the end of each turn if Rain Dance is active."},leafguard:{inherit:!0,desc:"If Sunny Day is active, this Pokemon cannot become affected by a non-volatile status condition or Yawn, and Rest will fail for it."},moldbreaker:{inherit:!0,desc:"This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dark Aura, Dazzling, Disguise, Dry Skin, Fairy Aura, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon."},multitype:{inherit:!0,shortDesc:"If this Pokemon is an Arceus, its type changes to match its held Plate or Z-Crystal."},mummy:{inherit:!0,desc:"Pokemon making contact with this Pokemon have their Ability changed to Mummy. Does not affect Pokemon with the Battle Bond, Comatose, Disguise, Multitype, Mummy, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode Abilities."},powerofalchemy:{inherit:!0,desc:"This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Illusion, Imposter, Multitype, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Wonder Guard, and Zen Mode."},raindish:{inherit:!0,desc:"If Rain Dance is active, this Pokemon restores 1/16 of its maximum HP, rounded down, at the end of each turn."},receiver:{inherit:!0,desc:"This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Illusion, Imposter, Multitype, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Wonder Guard, and Zen Mode."},simple:{inherit:!0,desc:"When one of this Pokemon's stat stages is raised or lowered, the amount is doubled. This Ability does not affect stat stage increases received from Z-Power effects that happen before a Status Z-Move is used."},skilllink:{inherit:!0,desc:"This Pokemon's multi-hit attacks always hit the maximum number of times. Triple Kick does not check accuracy for the second and third hits."},solarpower:{inherit:!0,desc:"If Sunny Day is active, this Pokemon's Special Attack is multiplied by 1.5 and it loses 1/8 of its maximum HP, rounded down, at the end of each turn."},swiftswim:{inherit:!0,desc:"If Rain Dance is active, this Pokemon's Speed is doubled."},symbiosis:{inherit:!0,desc:"If an ally uses its item, this Pokemon gives its item to that ally immediately. Does not activate if the ally's item was stolen or knocked off, or if the ally used an Eject Button."},teravolt:{inherit:!0,desc:"This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dark Aura, Dazzling, Disguise, Dry Skin, Fairy Aura, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon."},trace:{inherit:!0,desc:"On switch-in, this Pokemon copies a random opposing Pokemon's Ability. Abilities that cannot be copied are Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Illusion, Imposter, Multitype, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, and Zen Mode. If no opposing Pokemon has an Ability that can be copied, this Ability will activate as soon as one does."},turboblaze:{inherit:!0,desc:"This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dark Aura, Dazzling, Disguise, Dry Skin, Fairy Aura, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon."},zenmode:{inherit:!0,desc:"If this Pokemon is a Darmanitan, it changes to Zen Mode if it has 1/2 or less of its maximum HP at the end of a turn. If Darmanitan's HP is above 1/2 of its maximum HP at the end of a turn, it changes back to Standard Mode."}},8:{noability:{isNonstandard:"Past",name:"No Ability",num:0,shortDesc:"Does nothing."},adaptability:{name:"Adaptability",num:91,desc:"This Pokemon's moves that match one of its types have a same-type attack bonus (STAB) of 2 instead of 1.5.",shortDesc:"This Pokemon's same-type attack bonus (STAB) is 2 instead of 1.5."},aerilate:{onModifyTypePriority:-1,onBasePowerPriority:23,name:"Aerilate",num:184,desc:"This Pokemon's Normal-type moves become Flying-type moves and have their power multiplied by 1.2. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",shortDesc:"This Pokemon's Normal-type moves become Flying type and have 1.2x power."},aftermath:{name:"Aftermath",onDamagingHitOrder:1,num:106,desc:"If this Pokemon is knocked out with a contact move, that move's user loses 1/4 of its maximum HP, rounded down. If any active Pokemon has the Damp Ability, this effect is prevented.",shortDesc:"If this Pokemon is KOed with a contact move, that move's user loses 1/4 its max HP."},airlock:{suppressWeather:!0,name:"Air Lock",num:76,shortDesc:"While this Pokemon is active, the effects of weather conditions are disabled."},analytic:{onBasePowerPriority:21,name:"Analytic",num:148,desc:"The power of this Pokemon's move is multiplied by 1.3 if it is the last to move in a turn. Does not affect Doom Desire and Future Sight.",shortDesc:"This Pokemon's attacks have 1.3x power if it is the last to move in a turn."},angerpoint:{name:"Anger Point",num:83,desc:"If this Pokemon, but not its substitute, is struck by a critical hit, its Attack is raised by 12 stages.",shortDesc:"If this Pokemon (not its substitute) takes a critical hit, its Attack is raised 12 stages."},anticipation:{name:"Anticipation",num:107,desc:"On switch-in, this Pokemon is alerted if any opposing Pokemon has an attack that is super effective against this Pokemon, or an OHKO move. This effect considers any move that deals direct damage as an attacking move of its respective type, Hidden Power counts as its determined type, and Judgment, Multi-Attack, Natural Gift, Revelation Dance, Techno Blast, and Weather Ball are considered Normal-type moves.",shortDesc:"On switch-in, this Pokemon shudders if any foe has a supereffective or OHKO move."},arenatrap:{name:"Arena Trap",num:71,desc:"Prevents opposing Pokemon from choosing to switch out unless they are airborne, are holding a Shed Shell, or are a Ghost type.",shortDesc:"Prevents opposing Pokemon from choosing to switch out unless they are airborne."},aromaveil:{isBreakable:!0,name:"Aroma Veil",num:165,desc:"This Pokemon and its allies cannot become affected by Attract, Disable, Encore, Heal Block, Taunt, or Torment.",shortDesc:"Protects user/allies from Attract, Disable, Encore, Heal Block, Taunt, and Torment."},asoneglastrier:{isPermanent:!0,name:"As One (Glastrier)",num:266,shortDesc:"Combination of the Unnerve and Chilling Neigh Abilities."},asonespectrier:{isPermanent:!0,name:"As One (Spectrier)",num:267,shortDesc:"Combination of the Unnerve and Grim Neigh Abilities."},aurabreak:{isBreakable:!0,name:"Aura Break",num:188,desc:"While this Pokemon is active, the effects of the Dark Aura and Fairy Aura Abilities are reversed, multiplying the power of Dark- and Fairy-type moves, respectively, by 3/4 instead of 1.33.",shortDesc:"While this Pokemon is active, the Dark Aura and Fairy Aura power modifier is 0.75x."},baddreams:{onResidualOrder:28,onResidualSubOrder:2,name:"Bad Dreams",num:123,desc:"Causes opposing Pokemon to lose 1/8 of their maximum HP, rounded down, at the end of each turn if they are asleep.",shortDesc:"Causes sleeping foes to lose 1/8 of their max HP at the end of each turn."},ballfetch:{name:"Ball Fetch",num:237,shortDesc:"No competitive use."},battery:{onAllyBasePowerPriority:22,name:"Battery",num:217,shortDesc:"This Pokemon's allies have the power of their special attacks multiplied by 1.3."},battlearmor:{onCriticalHit:!1,isBreakable:!0,name:"Battle Armor",num:4,shortDesc:"This Pokemon cannot be struck by a critical hit."},battlebond:{onModifyMovePriority:-1,isPermanent:!0,name:"Battle Bond",num:210,desc:"If this Pokemon is a Greninja, it transforms into Ash-Greninja if it attacks and knocks out another Pokemon. If this Pokemon is an Ash-Greninja, its Water Shuriken has 20 power and always hits three times.",shortDesc:"After KOing a Pokemon: becomes Ash-Greninja, Water Shuriken: 20 power, hits 3x."},beastboost:{name:"Beast Boost",num:224,desc:"This Pokemon's highest stat is raised by 1 stage if it attacks and knocks out another Pokemon. Stat stage changes are not considered. If multiple stats are tied, Attack, Defense, Special Attack, Special Defense, and Speed are prioritized in that order.",shortDesc:"This Pokemon's highest stat is raised by 1 if it attacks and KOes another Pokemon."},berserk:{name:"Berserk",num:201,desc:"When this Pokemon has more than 1/2 its maximum HP and takes damage from an attack bringing it to 1/2 or less of its maximum HP, its Special Attack is raised by 1 stage. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability.",shortDesc:"This Pokemon's Sp. Atk is raised by 1 when it reaches 1/2 or less of its max HP."},bigpecks:{isBreakable:!0,name:"Big Pecks",num:145,shortDesc:"Prevents other Pokemon from lowering this Pokemon's Defense stat stage."},blaze:{onModifyAtkPriority:5,onModifySpAPriority:5,name:"Blaze",num:66,desc:"When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Fire-type attack.",shortDesc:"At 1/3 or less of its max HP, this Pokemon's offensive stat is 1.5x with Fire attacks."},bulletproof:{isBreakable:!0,name:"Bulletproof",num:171,shortDesc:"This Pokemon is immune to bullet moves."},cheekpouch:{name:"Cheek Pouch",num:167,desc:"If this Pokemon eats a held Berry, it restores 1/3 of its maximum HP, rounded down, in addition to the Berry's effect. This effect can also activate after the effects of Bug Bite, Fling, Pluck, Stuff Cheeks, and Teatime if the eaten Berry had an effect on this Pokemon.",shortDesc:"If this Pokemon eats a Berry, it restores 1/3 of its max HP after the Berry's effect."},chillingneigh:{name:"Chilling Neigh",num:264,desc:"This Pokemon's Attack is raised by 1 stage if it attacks and knocks out another Pokemon.",shortDesc:"This Pokemon's Attack is raised by 1 stage if it attacks and KOes another Pokemon."},chlorophyll:{name:"Chlorophyll",num:34,desc:"If Sunny Day is active, this Pokemon's Speed is doubled. This effect is prevented if this Pokemon is holding a Utility Umbrella.",shortDesc:"If Sunny Day is active, this Pokemon's Speed is doubled."},clearbody:{isBreakable:!0,name:"Clear Body",num:29,shortDesc:"Prevents other Pokemon from lowering this Pokemon's stat stages."},cloudnine:{suppressWeather:!0,name:"Cloud Nine",num:13,shortDesc:"While this Pokemon is active, the effects of weather conditions are disabled."},colorchange:{name:"Color Change",num:16,desc:"This Pokemon's type changes to match the type of the last move that hit it, unless that type is already one of its types. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability.",shortDesc:"This Pokemon's type changes to the type of a move it's hit by, unless it has the type."},comatose:{isPermanent:!0,name:"Comatose",num:213,desc:"This Pokemon is considered to be asleep and cannot become affected by a non-volatile status condition or Yawn.",shortDesc:"This Pokemon cannot be statused, and is considered to be asleep."},competitive:{name:"Competitive",num:172,desc:"This Pokemon's Special Attack is raised by 2 stages for each of its stat stages that is lowered by an opposing Pokemon.",shortDesc:"This Pokemon's Sp. Atk is raised by 2 for each of its stats that is lowered by a foe."},compoundeyes:{onSourceModifyAccuracyPriority:-1,name:"Compound Eyes",num:14,shortDesc:"This Pokemon's moves have their accuracy multiplied by 1.3."},contrary:{isBreakable:!0,name:"Contrary",num:126,shortDesc:"If this Pokemon has a stat stage raised it is lowered instead, and vice versa."},corrosion:{name:"Corrosion",num:212,shortDesc:"This Pokemon can poison or badly poison a Pokemon regardless of its typing."},cottondown:{name:"Cotton Down",num:238,desc:"When this Pokemon is hit by an attack, the Speed of all other Pokemon on the field is lowered by 1 stage.",shortDesc:"If this Pokemon is hit, it lowers the Speed of all other Pokemon on the field 1 stage."},curiousmedicine:{name:"Curious Medicine",num:261,shortDesc:"On switch-in, this Pokemon's allies have their stat stages reset to 0."},cursedbody:{name:"Cursed Body",num:130,desc:"If this Pokemon is hit by an attack, there is a 30% chance that move gets disabled unless one of the attacker's moves is already disabled.",shortDesc:"If this Pokemon is hit by an attack, there is a 30% chance that move gets disabled."},cutecharm:{name:"Cute Charm",num:56,desc:"There is a 30% chance a Pokemon making contact with this Pokemon will become infatuated if it is of the opposite gender.",shortDesc:"30% chance of infatuating Pokemon of the opposite gender if they make contact."},damp:{isBreakable:!0,name:"Damp",num:6,desc:"While this Pokemon is active, Explosion, Mind Blown, Misty Explosion, Self-Destruct, and the Aftermath Ability are prevented from having an effect.",shortDesc:"Prevents Explosion/Mind Blown/Misty Explosion/Self-Destruct/Aftermath while active."},dancer:{name:"Dancer",num:216,desc:"After another Pokemon uses a dance move, this Pokemon uses the same move. The copied move is subject to all effects that can prevent a move from being executed. A move used through this Ability cannot be copied again by other Pokemon with this Ability.",shortDesc:"After another Pokemon uses a dance move, this Pokemon uses the same move."},darkaura:{onAnyBasePowerPriority:20,name:"Dark Aura",num:186,desc:"While this Pokemon is active, the power of Dark-type moves used by active Pokemon is multiplied by 1.33.",shortDesc:"While this Pokemon is active, a Dark move used by any Pokemon has 1.33x power."},dauntlessshield:{name:"Dauntless Shield",num:235,shortDesc:"On switch-in, this Pokemon's Defense is raised by 1 stage."},dazzling:{isBreakable:!0,name:"Dazzling",num:219,desc:"While this Pokemon is active, priority moves from opposing Pokemon that target this Pokemon or its allies are prevented from having an effect.",shortDesc:"This Pokemon and its allies are protected from opposing priority moves."},defeatist:{onModifyAtkPriority:5,onModifySpAPriority:5,name:"Defeatist",num:129,desc:"While this Pokemon has 1/2 or less of its maximum HP, its Attack and Special Attack are halved.",shortDesc:"While this Pokemon has 1/2 or less of its max HP, its Attack and Sp. Atk are halved."},defiant:{name:"Defiant",num:128,desc:"This Pokemon's Attack is raised by 2 stages for each of its stat stages that is lowered by an opposing Pokemon.",shortDesc:"This Pokemon's Attack is raised by 2 for each of its stats that is lowered by a foe."},deltastream:{name:"Delta Stream",num:191,desc:"On switch-in, the weather becomes Delta Stream, which removes the weaknesses of the Flying type from Flying-type Pokemon. This weather remains in effect until this Ability is no longer active for any Pokemon, or the weather is changed by the Desolate Land or Primordial Sea Abilities.",shortDesc:"On switch-in, strong winds begin until this Ability is not active in battle."},desolateland:{name:"Desolate Land",num:190,desc:"On switch-in, the weather becomes Desolate Land, which includes all the effects of Sunny Day and prevents damaging Water-type moves from executing. This weather remains in effect until this Ability is no longer active for any Pokemon, or the weather is changed by the Delta Stream or Primordial Sea Abilities.",shortDesc:"On switch-in, extremely harsh sunlight begins until this Ability is not active in battle."},disguise:{onDamagePriority:1,isBreakable:!0,isPermanent:!0,name:"Disguise",num:209,desc:"If this Pokemon is a Mimikyu, the first hit it takes in battle deals 0 neutral damage. Its disguise is then broken, it changes to Busted Form, and it loses 1/8 of its max HP. Confusion damage also breaks the disguise.",shortDesc:"(Mimikyu only) The first hit it takes is blocked, and it takes 1/8 HP damage instead."},download:{name:"Download",num:88,desc:"On switch-in, this Pokemon's Attack or Special Attack is raised by 1 stage based on the weaker combined defensive stat of all opposing Pokemon. Attack is raised if their Defense is lower, and Special Attack is raised if their Special Defense is the same or lower.",shortDesc:"On switch-in, Attack or Sp. Atk is raised 1 stage based on the foes' weaker Defense."},dragonsmaw:{onModifyAtkPriority:5,onModifySpAPriority:5,name:"Dragon's Maw",num:263,shortDesc:"This Pokemon's offensive stat is multiplied by 1.5 while using a Dragon-type attack."},drizzle:{name:"Drizzle",num:2,shortDesc:"On switch-in, this Pokemon summons Rain Dance."},drought:{name:"Drought",num:70,shortDesc:"On switch-in, this Pokemon summons Sunny Day."},dryskin:{onSourceBasePowerPriority:17,isBreakable:!0,name:"Dry Skin",num:87,desc:"This Pokemon is immune to Water-type moves and restores 1/4 of its maximum HP, rounded down, when hit by a Water-type move. The power of Fire-type moves is multiplied by 1.25 when used on this Pokemon. At the end of each turn, this Pokemon restores 1/8 of its maximum HP, rounded down, if the weather is Rain Dance, and loses 1/8 of its maximum HP, rounded down, if the weather is Sunny Day. The weather effects are prevented if this Pokemon is holding a Utility Umbrella.",shortDesc:"This Pokemon is healed 1/4 by Water, 1/8 by Rain; is hurt 1.25x by Fire, 1/8 by Sun."},earlybird:{name:"Early Bird",num:48,shortDesc:"This Pokemon's sleep counter drops by 2 instead of 1."},effectspore:{name:"Effect Spore",num:27,desc:"30% chance a Pokemon making contact with this Pokemon will be poisoned, paralyzed, or fall asleep.",shortDesc:"30% chance of poison/paralysis/sleep on others making contact with this Pokemon."},electricsurge:{name:"Electric Surge",num:226,shortDesc:"On switch-in, this Pokemon summons Electric Terrain."},emergencyexit:{name:"Emergency Exit",num:194,desc:"When this Pokemon has more than 1/2 its maximum HP and takes damage bringing it to 1/2 or less of its maximum HP, it immediately switches out to a chosen ally. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability. This effect applies to both direct and indirect damage, except Curse and Substitute on use, Belly Drum, Pain Split, and confusion damage.",shortDesc:"This Pokemon switches out when it reaches 1/2 or less of its maximum HP."},fairyaura:{onAnyBasePowerPriority:20,name:"Fairy Aura",num:187,desc:"While this Pokemon is active, the power of Fairy-type moves used by active Pokemon is multiplied by 1.33.",shortDesc:"While this Pokemon is active, a Fairy move used by any Pokemon has 1.33x power."},filter:{isBreakable:!0,name:"Filter",num:111,shortDesc:"This Pokemon receives 3/4 damage from supereffective attacks."},flamebody:{name:"Flame Body",num:49,shortDesc:"30% chance a Pokemon making contact with this Pokemon will be burned."},flareboost:{onBasePowerPriority:19,name:"Flare Boost",num:138,desc:"While this Pokemon is burned, the power of its special attacks is multiplied by 1.5.",shortDesc:"While this Pokemon is burned, its special attacks have 1.5x power."},flashfire:{condition:{noCopy:!0,onModifyAtkPriority:5,onModifySpAPriority:5},isBreakable:!0,name:"Flash Fire",num:18,desc:"This Pokemon is immune to Fire-type moves. The first time it is hit by a Fire-type move, its offensive stat is multiplied by 1.5 while using a Fire-type attack as long as it remains active and has this Ability. If this Pokemon is frozen, it cannot be defrosted by Fire-type attacks.",shortDesc:"This Pokemon's Fire attacks do 1.5x damage if hit by one Fire move; Fire immunity."},flowergift:{onAllyModifyAtkPriority:3,onAllyModifySpDPriority:4,isBreakable:!0,name:"Flower Gift",num:122,desc:"If this Pokemon is a Cherrim and Sunny Day is active, it changes to Sunshine Form and the Attack and Special Defense of it and its allies are multiplied by 1.5. These effects are prevented if the Pokemon is holding a Utility Umbrella.",shortDesc:"If user is Cherrim and Sunny Day is active, it and allies' Attack and Sp. Def are 1.5x."},flowerveil:{isBreakable:!0,name:"Flower Veil",num:166,desc:"Grass-type Pokemon on this Pokemon's side cannot have their stat stages lowered by other Pokemon or have a non-volatile status condition inflicted on them by other Pokemon.",shortDesc:"This side's Grass types can't have stats lowered or status inflicted by other Pokemon."},fluffy:{isBreakable:!0,name:"Fluffy",num:218,desc:"This Pokemon receives 1/2 damage from contact moves, but double damage from Fire moves.",shortDesc:"This Pokemon takes 1/2 damage from contact moves, 2x damage from Fire moves."},forecast:{name:"Forecast",num:59,desc:"If this Pokemon is a Castform, its type changes to the current weather condition's type, except Sandstorm. This effect is prevented if this Pokemon is holding a Utility Umbrella and the weather is Rain Dance or Sunny Day.",shortDesc:"Castform's type changes to the current weather condition's type, except Sandstorm."},forewarn:{name:"Forewarn",num:108,desc:"On switch-in, this Pokemon is alerted to the move with the highest power, at random, known by an opposing Pokemon. This effect considers OHKO moves to have 150 power, Counter, Mirror Coat, and Metal Burst to have 120 power, every other attacking move with an unspecified power to have 80 power, and non-damaging moves to have 1 power.",shortDesc:"On switch-in, this Pokemon is alerted to the foes' move with the highest power."},friendguard:{name:"Friend Guard",isBreakable:!0,num:132,shortDesc:"This Pokemon's allies receive 3/4 damage from other Pokemon's attacks."},frisk:{name:"Frisk",num:119,shortDesc:"On switch-in, this Pokemon identifies the held items of all opposing Pokemon."},fullmetalbody:{name:"Full Metal Body",num:230,shortDesc:"Prevents other Pokemon from lowering this Pokemon's stat stages."},furcoat:{onModifyDefPriority:6,isBreakable:!0,name:"Fur Coat",num:169,shortDesc:"This Pokemon's Defense is doubled."},galewings:{name:"Gale Wings",num:177,shortDesc:"If this Pokemon is at full HP, its Flying-type moves have their priority increased by 1."},galvanize:{onModifyTypePriority:-1,onBasePowerPriority:23,name:"Galvanize",num:206,desc:"This Pokemon's Normal-type moves become Electric-type moves and have their power multiplied by 1.2. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",shortDesc:"This Pokemon's Normal-type moves become Electric type and have 1.2x power."},gluttony:{name:"Gluttony",num:82,desc:"When this Pokemon is holding a Berry that usually activates with 1/4 or less of its maximum HP, it is eaten at 1/2 or less of its maximum HP instead.",shortDesc:"This Pokemon eats Berries at 1/2 max HP or less instead of their usual 1/4 max HP."},gooey:{name:"Gooey",num:183,shortDesc:"Pokemon making contact with this Pokemon have their Speed lowered by 1 stage."},gorillatactics:{onModifyAtkPriority:1,name:"Gorilla Tactics",num:255,desc:"This Pokemon's Attack is multiplied by 1.5, but it can only select the first move it executes. These effects are prevented while this Pokemon is Dynamaxed.",shortDesc:"This Pokemon's Attack is 1.5x, but it can only select the first move it executes."},grasspelt:{onModifyDefPriority:6,isBreakable:!0,name:"Grass Pelt",num:179,shortDesc:"If Grassy Terrain is active, this Pokemon's Defense is multiplied by 1.5."},grassysurge:{name:"Grassy Surge",num:229,shortDesc:"On switch-in, this Pokemon summons Grassy Terrain."},grimneigh:{name:"Grim Neigh",num:265,desc:"This Pokemon's Special Attack is raised by 1 stage if it attacks and knocks out another Pokemon.",shortDesc:"This Pokemon's Sp. Atk is raised by 1 stage if it attacks and KOes another Pokemon."},gulpmissile:{isPermanent:!0,name:"Gulp Missile",num:241,desc:"If this Pokemon is a Cramorant, it changes forme when it hits a target with Surf or uses the first turn of Dive successfully. It becomes Gulping Form with an Arrokuda in its mouth if it has more than 1/2 of its maximum HP remaining, or Gorging Form with a Pikachu in its mouth if it has 1/2 or less of its maximum HP remaining. If Cramorant gets hit in Gulping or Gorging Form, it spits the Arrokuda or Pikachu at its attacker, even if it has no HP remaining. The projectile deals damage equal to 1/4 of the target's maximum HP, rounded down; this damage is blocked by the Magic Guard Ability but not by a substitute. An Arrokuda also lowers the target's Defense by 1 stage, and a Pikachu paralyzes the target. Cramorant will return to normal if it spits out a projectile, switches out, or Dynamaxes.",shortDesc:"When hit after Surf/Dive, attacker takes 1/4 max HP and -1 Defense or paralysis."},guts:{onModifyAtkPriority:5,name:"Guts",num:62,desc:"If this Pokemon has a non-volatile status condition, its Attack is multiplied by 1.5. This Pokemon's physical attacks ignore the burn effect of halving damage.",shortDesc:"If this Pokemon is statused, its Attack is 1.5x; ignores burn halving physical damage."},harvest:{name:"Harvest",onResidualOrder:28,onResidualSubOrder:2,num:139,desc:"If the last item this Pokemon used is a Berry, there is a 50% chance it gets restored at the end of each turn. If Sunny Day is active, this chance is 100%.",shortDesc:"If last item used is a Berry, 50% chance to restore it each end of turn. 100% in Sun."},healer:{name:"Healer",onResidualOrder:5,onResidualSubOrder:3,num:131,desc:"30% chance this Pokemon's ally has its non-volatile status condition cured at the end of each turn.",shortDesc:"30% chance this Pokemon's ally has its status cured at the end of each turn."},heatproof:{onSourceBasePowerPriority:18,isBreakable:!0,name:"Heatproof",num:85,desc:"The power of Fire-type attacks against this Pokemon is halved. This Pokemon takes half of the usual burn damage, rounded down.",shortDesc:"The power of Fire-type attacks against this Pokemon is halved; burn damage halved."},heavymetal:{onModifyWeightPriority:1,isBreakable:!0,name:"Heavy Metal",num:134,desc:"This Pokemon's weight is doubled. This effect is calculated after the effect of Autotomize, and before the effect of Float Stone.",shortDesc:"This Pokemon's weight is doubled."},honeygather:{name:"Honey Gather",num:118,shortDesc:"No competitive use."},hugepower:{onModifyAtkPriority:5,name:"Huge Power",num:37,shortDesc:"This Pokemon's Attack is doubled."},hungerswitch:{onResidualOrder:29,name:"Hunger Switch",num:258,desc:"If this Pokemon is a Morpeko, it changes formes between its Full Belly Mode and Hangry Mode at the end of each turn.",shortDesc:"If Morpeko, it changes between Full Belly and Hangry Mode at the end of each turn."},hustle:{onModifyAtkPriority:5,onSourceModifyAccuracyPriority:-1,name:"Hustle",num:55,desc:"This Pokemon's Attack is multiplied by 1.5 and the accuracy of its physical attacks is multiplied by 0.8.",shortDesc:"This Pokemon's Attack is 1.5x and accuracy of its physical attacks is 0.8x."},hydration:{onResidualOrder:5,onResidualSubOrder:3,name:"Hydration",num:93,desc:"This Pokemon has its non-volatile status condition cured at the end of each turn if Rain Dance is active. This effect is prevented if this Pokemon is holding a Utility Umbrella.",shortDesc:"This Pokemon has its status cured at the end of each turn if Rain Dance is active."},hypercutter:{isBreakable:!0,name:"Hyper Cutter",num:52,shortDesc:"Prevents other Pokemon from lowering this Pokemon's Attack stat stage."},icebody:{name:"Ice Body",num:115,desc:"If Hail is active, this Pokemon restores 1/16 of its maximum HP, rounded down, at the end of each turn. This Pokemon takes no damage from Hail.",shortDesc:"If Hail is active, this Pokemon heals 1/16 of its max HP each turn; immunity to Hail."},iceface:{onDamagePriority:1,isBreakable:!0,isPermanent:!0,name:"Ice Face",num:248,desc:"If this Pokemon is an Eiscue, the first physical hit it takes in battle deals 0 neutral damage. Its ice face is then broken and it changes forme to Noice Face. Eiscue regains its Ice Face forme when Hail begins or when Eiscue switches in while Hail is active. Confusion damage also breaks the ice face.",shortDesc:"If Eiscue, the first physical hit it takes deals 0 damage. This effect is restored in Hail."},icescales:{isBreakable:!0,name:"Ice Scales",num:246,shortDesc:"This Pokemon receives 1/2 damage from special attacks."},illuminate:{name:"Illuminate",num:35,shortDesc:"No competitive use."},illusion:{name:"Illusion",num:149,desc:"When this Pokemon switches in, it appears as the last unfainted Pokemon in its party until it takes direct damage from another Pokemon's attack. This Pokemon's actual level and HP are displayed instead of those of the mimicked Pokemon.",shortDesc:"This Pokemon appears as the last Pokemon in the party until it takes direct damage."},immunity:{isBreakable:!0,name:"Immunity",num:17,shortDesc:"This Pokemon cannot be poisoned. Gaining this Ability while poisoned cures it."},imposter:{name:"Imposter",num:150,desc:"On switch-in, this Pokemon Transforms into the opposing Pokemon that is facing it. If there is no Pokemon at that position, this Pokemon does not Transform.",shortDesc:"On switch-in, this Pokemon Transforms into the opposing Pokemon that is facing it."},infiltrator:{name:"Infiltrator",num:151,desc:"This Pokemon's moves ignore substitutes and the opposing side's Reflect, Light Screen, Safeguard, Mist, and Aurora Veil.",shortDesc:"Moves ignore substitutes and foe's Reflect/Light Screen/Safeguard/Mist/Aurora Veil."},innardsout:{name:"Innards Out",onDamagingHitOrder:1,num:215,desc:"If this Pokemon is knocked out with a move, that move's user loses HP equal to the amount of damage inflicted on this Pokemon.",shortDesc:"If this Pokemon is KOed with a move, that move's user loses an equal amount of HP."},innerfocus:{isBreakable:!0,name:"Inner Focus",num:39,desc:"This Pokemon cannot be made to flinch. This Pokemon is immune to the effect of the Intimidate Ability.",shortDesc:"This Pokemon cannot be made to flinch. Immune to Intimidate."},insomnia:{isBreakable:!0,name:"Insomnia",num:15,shortDesc:"This Pokemon cannot fall asleep. Gaining this Ability while asleep cures it."},intimidate:{name:"Intimidate",num:22,desc:"On switch-in, this Pokemon lowers the Attack of opposing Pokemon by 1 stage. Pokemon with the Inner Focus, Oblivious, Own Tempo, or Scrappy Abilities and Pokemon behind a substitute are immune.",shortDesc:"On switch-in, this Pokemon lowers the Attack of opponents by 1 stage."},intrepidsword:{name:"Intrepid Sword",num:234,shortDesc:"On switch-in, this Pokemon's Attack is raised by 1 stage."},ironbarbs:{onDamagingHitOrder:1,name:"Iron Barbs",num:160,desc:"Pokemon making contact with this Pokemon lose 1/8 of their maximum HP, rounded down.",shortDesc:"Pokemon making contact with this Pokemon lose 1/8 of their max HP."},ironfist:{onBasePowerPriority:23,name:"Iron Fist",num:89,desc:"This Pokemon's punch-based attacks have their power multiplied by 1.2.",shortDesc:"This Pokemon's punch-based attacks have 1.2x power. Sucker Punch is not boosted."},justified:{name:"Justified",num:154,shortDesc:"This Pokemon's Attack is raised by 1 stage after it is damaged by a Dark-type move."},keeneye:{isBreakable:!0,name:"Keen Eye",num:51,desc:"Prevents other Pokemon from lowering this Pokemon's accuracy stat stage. This Pokemon ignores a target's evasiveness stat stage.",shortDesc:"This Pokemon's accuracy can't be lowered by others; ignores their evasiveness stat."},klutz:{name:"Klutz",num:103,desc:"This Pokemon's held item has no effect. This Pokemon cannot use Fling successfully. Macho Brace, Power Anklet, Power Band, Power Belt, Power Bracer, Power Lens, and Power Weight still have their effects.",shortDesc:"This Pokemon's held item has no effect, except Macho Brace. Fling cannot be used."},leafguard:{isBreakable:!0,name:"Leaf Guard",num:102,desc:"If Sunny Day is active, this Pokemon cannot become affected by a non-volatile status condition or Yawn, and Rest will fail for it. This effect is prevented if this Pokemon is holding a Utility Umbrella.",shortDesc:"If Sunny Day is active, this Pokemon cannot be statused and Rest will fail for it."},levitate:{isBreakable:!0,name:"Levitate",num:26,desc:"This Pokemon is immune to Ground-type attacks and the effects of Spikes, Toxic Spikes, Sticky Web, and the Arena Trap Ability. The effects of Gravity, Ingrain, Smack Down, Thousand Arrows, and Iron Ball nullify the immunity. Thousand Arrows can hit this Pokemon as if it did not have this Ability.",shortDesc:"This Pokemon is immune to Ground; Gravity/Ingrain/Smack Down/Iron Ball nullify it."},libero:{name:"Libero",num:236,desc:"This Pokemon's type changes to match the type of the move it is about to use. This effect comes after all effects that change a move's type.",shortDesc:"This Pokemon's type changes to match the type of the move it is about to use."},lightmetal:{isBreakable:!0,name:"Light Metal",num:135,desc:"This Pokemon's weight is halved, rounded down to a tenth of a kilogram. This effect is calculated after the effect of Autotomize, and before the effect of Float Stone. A Pokemon's weight will not drop below 0.1 kg.",shortDesc:"This Pokemon's weight is halved."},lightningrod:{isBreakable:!0,name:"Lightning Rod",num:31,desc:"This Pokemon is immune to Electric-type moves and raises its Special Attack by 1 stage when hit by an Electric-type move. If this Pokemon is not the target of a single-target Electric-type move used by another Pokemon, this Pokemon redirects that move to itself if it is within the range of that move. If multiple Pokemon could redirect with this Ability, it goes to the one with the highest Speed, or in the case of a tie to the one that has had this Ability active longer.",shortDesc:"This Pokemon draws Electric moves to itself to raise Sp. Atk by 1; Electric immunity."},limber:{isBreakable:!0,name:"Limber",num:7,shortDesc:"This Pokemon cannot be paralyzed. Gaining this Ability while paralyzed cures it."},liquidooze:{name:"Liquid Ooze",num:64,shortDesc:"This Pokemon damages those draining HP from it for as much as they would heal."},liquidvoice:{onModifyTypePriority:-1,name:"Liquid Voice",num:204,desc:"This Pokemon's sound-based moves become Water-type moves. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",shortDesc:"This Pokemon's sound-based moves become Water type."},longreach:{name:"Long Reach",num:203,shortDesc:"This Pokemon's attacks do not make contact with the target."},magicbounce:{name:"Magic Bounce",onTryHitPriority:1,condition:{duration:1},isBreakable:!0,num:156,desc:"This Pokemon is unaffected by certain non-damaging moves directed at it and will instead use such moves against the original user. Moves reflected in this way are unable to be reflected again by this or Magic Coat's effect. Spikes, Stealth Rock, Sticky Web, and Toxic Spikes can only be reflected once per side, by the leftmost Pokemon under this or Magic Coat's effect. The Lightning Rod and Storm Drain Abilities redirect their respective moves before this Ability takes effect.",shortDesc:"This Pokemon blocks certain Status moves and bounces them back to the user."},magicguard:{name:"Magic Guard",num:98,desc:"This Pokemon can only be damaged by direct attacks. Curse and Substitute on use, Belly Drum, Pain Split, Struggle recoil, and confusion damage are considered direct damage.",shortDesc:"This Pokemon can only be damaged by direct attacks."},magician:{name:"Magician",num:170,desc:"If this Pokemon has no item, it steals the item off a Pokemon it hits with an attack. Does not affect Doom Desire and Future Sight.",shortDesc:"If this Pokemon has no item, it steals the item off a Pokemon it hits with an attack."},magmaarmor:{isBreakable:!0,name:"Magma Armor",num:40,shortDesc:"This Pokemon cannot be frozen. Gaining this Ability while frozen cures it."},magnetpull:{name:"Magnet Pull",num:42,desc:"Prevents opposing Steel-type Pokemon from choosing to switch out, unless they are holding a Shed Shell or are a Ghost type.",shortDesc:"Prevents opposing Steel-type Pokemon from choosing to switch out."},marvelscale:{onModifyDefPriority:6,isBreakable:!0,name:"Marvel Scale",num:63,shortDesc:"If this Pokemon has a non-volatile status condition, its Defense is multiplied by 1.5."},megalauncher:{onBasePowerPriority:19,name:"Mega Launcher",num:178,desc:"This Pokemon's pulse moves have their power multiplied by 1.5. Heal Pulse restores 3/4 of a target's maximum HP, rounded half down.",shortDesc:"This Pokemon's pulse moves have 1.5x power. Heal Pulse heals 3/4 target's max HP."},merciless:{name:"Merciless",num:196,shortDesc:"This Pokemon's attacks are critical hits if the target is poisoned."},mimicry:{condition:{},name:"Mimicry",num:250,desc:"This Pokemon's types change to match the active Terrain when this Pokemon acquires this Ability, or whenever a Terrain begins. Electric type during Electric Terrain, Grass type during Grassy Terrain, Fairy type during Misty Terrain, and Psychic type during Psychic Terrain. If this Ability is acquired without an active Terrain, or a Terrain ends, this Pokemon's types become the original types for its species.",shortDesc:"This Pokemon's types change to match the Terrain. Type reverts when Terrain ends."},minus:{onModifySpAPriority:5,name:"Minus",num:58,desc:"If an active ally has this Ability or the Plus Ability, this Pokemon's Special Attack is multiplied by 1.5.",shortDesc:"If an active ally has this Ability or the Plus Ability, this Pokemon's Sp. Atk is 1.5x."},mirrorarmor:{isBreakable:!0,name:"Mirror Armor",num:240,desc:"When one of this Pokemon's stat stages would be lowered by another Pokemon, that Pokemon's stat stage is lowered instead. This effect does not happen if this Pokemon's stat stage was already -6. If the other Pokemon has a substitute, neither Pokemon has its stat stage lowered.",shortDesc:"If this Pokemon's stat stages would be lowered, the attacker's are lowered instead."},mistysurge:{name:"Misty Surge",num:228,shortDesc:"On switch-in, this Pokemon summons Misty Terrain."},moldbreaker:{name:"Mold Breaker",num:104,desc:"This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",shortDesc:"This Pokemon's moves and their effects ignore the Abilities of other Pokemon."},moody:{onResidualOrder:28,onResidualSubOrder:2,name:"Moody",num:141,desc:"This Pokemon has a random stat, other than accuracy or evasiveness, raised by 2 stages and another stat lowered by 1 stage at the end of each turn.",shortDesc:"Boosts a random stat (except accuracy/evasion) +2 and another stat -1 every turn."},motordrive:{isBreakable:!0,name:"Motor Drive",num:78,desc:"This Pokemon is immune to Electric-type moves and raises its Speed by 1 stage when hit by an Electric-type move.",shortDesc:"This Pokemon's Speed is raised 1 stage if hit by an Electric move; Electric immunity."},moxie:{name:"Moxie",num:153,desc:"This Pokemon's Attack is raised by 1 stage if it attacks and knocks out another Pokemon.",shortDesc:"This Pokemon's Attack is raised by 1 stage if it attacks and KOes another Pokemon."},multiscale:{isBreakable:!0,name:"Multiscale",num:136,shortDesc:"If this Pokemon is at full HP, damage taken from attacks is halved."},multitype:{isPermanent:!0,name:"Multitype",num:121,shortDesc:"If this Pokemon is an Arceus, its type changes to match its held Plate."},mummy:{name:"Mummy",num:152,desc:"Pokemon making contact with this Pokemon have their Ability changed to Mummy. Does not affect Pokemon with the As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Mummy, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode Abilities.",shortDesc:"Pokemon making contact with this Pokemon have their Ability changed to Mummy."},naturalcure:{name:"Natural Cure",num:30,shortDesc:"This Pokemon has its non-volatile status condition cured when it switches out."},neuroforce:{name:"Neuroforce",num:233,desc:"This Pokemon's attacks that are super effective against the target have their damage multiplied by 1.25.",shortDesc:"This Pokemon's attacks that are super effective against the target do 1.25x damage."},neutralizinggas:{name:"Neutralizing Gas",num:256,desc:"While this Pokemon is active, Abilities have no effect. This Ability activates before hazards and other Abilities take effect. Does not affect the As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode Abilities.",shortDesc:"While this Pokemon is active, Abilities have no effect."},noguard:{onAnyInvulnerabilityPriority:1,name:"No Guard",num:99,shortDesc:"Every move used by or against this Pokemon will always hit."},normalize:{onModifyTypePriority:1,onBasePowerPriority:23,name:"Normalize",num:96,desc:"This Pokemon's moves are changed to be Normal type and have their power multiplied by 1.2. This effect comes before other effects that change a move's type.",shortDesc:"This Pokemon's moves are changed to be Normal type and have 1.2x power."},oblivious:{isBreakable:!0,name:"Oblivious",num:12,desc:"This Pokemon cannot be infatuated or taunted. Gaining this Ability while infatuated or taunted cures it. This Pokemon is immune to the effect of the Intimidate Ability.",shortDesc:"This Pokemon cannot be infatuated or taunted. Immune to Intimidate."},overcoat:{onTryHitPriority:1,isBreakable:!0,name:"Overcoat",num:142,desc:"This Pokemon is immune to powder moves, damage from Sandstorm or Hail, and the effects of Rage Powder and the Effect Spore Ability.",shortDesc:"This Pokemon is immune to powder moves, Sandstorm or Hail damage, Effect Spore."},overgrow:{onModifyAtkPriority:5,onModifySpAPriority:5,name:"Overgrow",num:65,desc:"When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Grass-type attack.",shortDesc:"At 1/3 or less of its max HP, this Pokemon's offensive stat is 1.5x with Grass attacks."},owntempo:{isBreakable:!0,name:"Own Tempo",num:20,desc:"This Pokemon cannot be confused. Gaining this Ability while confused cures it. This Pokemon is immune to the effect of the Intimidate Ability.",shortDesc:"This Pokemon cannot be confused. Immune to Intimidate."},parentalbond:{name:"Parental Bond",num:185,desc:"This Pokemon's damaging moves become multi-hit moves that hit twice. The second hit has its damage quartered. Does not affect multi-hit moves or moves that have multiple targets.",shortDesc:"This Pokemon's damaging moves hit twice. The second hit has its damage quartered."},pastelveil:{isBreakable:!0,name:"Pastel Veil",num:257,desc:"This Pokemon and its allies cannot be poisoned. Gaining this Ability while this Pokemon or its ally is poisoned cures them. If this Ability is being ignored during an effect that causes poison, this Pokemon is cured immediately but its ally is not.",shortDesc:"This Pokemon and its allies cannot be poisoned. On switch-in, cures poisoned allies."},perishbody:{name:"Perish Body",num:253,desc:"Making contact with this Pokemon starts the Perish Song effect for it and the attacker. This effect does not happen for this Pokemon if the attacker already has a perish count.",shortDesc:"Making contact with this Pokemon starts the Perish Song effect for it and the attacker."},pickpocket:{name:"Pickpocket",num:124,desc:"If this Pokemon has no item and is hit by a contact move, it steals the attacker's item. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability.",shortDesc:"If this Pokemon has no item and is hit by a contact move, it steals the attacker's item."},pickup:{onResidualOrder:28,onResidualSubOrder:2,name:"Pickup",num:53,shortDesc:"If this Pokemon has no item, it finds one used by an adjacent Pokemon this turn."},pixilate:{onModifyTypePriority:-1,onBasePowerPriority:23,name:"Pixilate",num:182,desc:"This Pokemon's Normal-type moves become Fairy-type moves and have their power multiplied by 1.2. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",shortDesc:"This Pokemon's Normal-type moves become Fairy type and have 1.2x power."},plus:{onModifySpAPriority:5,name:"Plus",num:57,desc:"If an active ally has this Ability or the Minus Ability, this Pokemon's Special Attack is multiplied by 1.5.",shortDesc:"If an active ally has this Ability or the Minus Ability, this Pokemon's Sp. Atk is 1.5x."},poisonheal:{onDamagePriority:1,name:"Poison Heal",num:90,desc:"If this Pokemon is poisoned, it restores 1/8 of its maximum HP, rounded down, at the end of each turn instead of losing HP.",shortDesc:"This Pokemon is healed by 1/8 of its max HP each turn when poisoned; no HP loss."},poisonpoint:{name:"Poison Point",num:38,shortDesc:"30% chance a Pokemon making contact with this Pokemon will be poisoned."},poisontouch:{name:"Poison Touch",num:143,desc:"This Pokemon's contact moves have a 30% chance of poisoning. This effect comes after a move's inherent secondary effect chance.",shortDesc:"This Pokemon's contact moves have a 30% chance of poisoning."},powerconstruct:{onResidualOrder:29,isPermanent:!0,name:"Power Construct",num:211,desc:"If this Pokemon is a Zygarde in its 10% or 50% Forme, it changes to Complete Forme when it has 1/2 or less of its maximum HP at the end of the turn.",shortDesc:"If Zygarde 10%/50%, changes to Complete if at 1/2 max HP or less at end of turn."},powerofalchemy:{name:"Power of Alchemy",num:223,desc:"This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are As One, Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Gulp Missile, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Wonder Guard, and Zen Mode.",shortDesc:"This Pokemon copies the Ability of an ally that faints."},powerspot:{onAllyBasePowerPriority:22,name:"Power Spot",num:249,desc:"This Pokemon's allies have the power of their moves multiplied by 1.3. This affects Doom Desire and Future Sight, even if the user is not on the field.",shortDesc:"This Pokemon's allies have the power of their moves multiplied by 1.3."},prankster:{name:"Prankster",num:158,desc:"This Pokemon's non-damaging moves have their priority increased by 1. Opposing Dark-type Pokemon are immune to these moves, and any move called by these moves, if the resulting user of the move has this Ability.",shortDesc:"This Pokemon's Status moves have priority raised by 1, but Dark types are immune."},pressure:{name:"Pressure",num:46,desc:"If this Pokemon is the target of an opposing Pokemon's move, that move loses one additional PP. Imprison and Snatch also lose one additional PP when used by an opposing Pokemon, but Sticky Web does not.",shortDesc:"If this Pokemon is the target of a foe's move, that move loses one additional PP."},primordialsea:{name:"Primordial Sea",num:189,desc:"On switch-in, the weather becomes Primordial Sea, which includes all the effects of Rain Dance and prevents damaging Fire-type moves from executing. This weather remains in effect until this Ability is no longer active for any Pokemon, or the weather is changed by the Delta Stream or Desolate Land Abilities.",shortDesc:"On switch-in, heavy rain begins until this Ability is not active in battle."},prismarmor:{name:"Prism Armor",num:232,shortDesc:"This Pokemon receives 3/4 damage from supereffective attacks."},propellertail:{onModifyMovePriority:1,name:"Propeller Tail",num:239,shortDesc:"This Pokemon's moves cannot be redirected to a different target by any effect."},protean:{name:"Protean",num:168,desc:"This Pokemon's type changes to match the type of the move it is about to use. This effect comes after all effects that change a move's type.",shortDesc:"This Pokemon's type changes to match the type of the move it is about to use."},psychicsurge:{name:"Psychic Surge",num:227,shortDesc:"On switch-in, this Pokemon summons Psychic Terrain."},punkrock:{onBasePowerPriority:7,isBreakable:!0,name:"Punk Rock",num:244,desc:"This Pokemon's sound-based moves have their power multiplied by 1.3. This Pokemon takes halved damage from sound-based moves.",shortDesc:"This Pokemon receives 1/2 damage from sound moves. Its own have 1.3x power."},purepower:{onModifyAtkPriority:5,name:"Pure Power",num:74,shortDesc:"This Pokemon's Attack is doubled."},queenlymajesty:{isBreakable:!0,name:"Queenly Majesty",num:214,desc:"Priority moves used by opposing Pokemon targeting this Pokemon or its allies are prevented from having an effect.",shortDesc:"This Pokemon and its allies are protected from opposing priority moves."},quickdraw:{onFractionalPriorityPriority:-1,name:"Quick Draw",num:259,shortDesc:"This Pokemon has a 30% chance to move first in its priority bracket with attacking moves."},quickfeet:{name:"Quick Feet",num:95,desc:"If this Pokemon has a non-volatile status condition, its Speed is multiplied by 1.5. This Pokemon ignores the paralysis effect of halving Speed.",shortDesc:"If this Pokemon is statused, its Speed is 1.5x; ignores Speed drop from paralysis."},raindish:{name:"Rain Dish",num:44,desc:"If Rain Dance is active, this Pokemon restores 1/16 of its maximum HP, rounded down, at the end of each turn. This effect is prevented if this Pokemon is holding a Utility Umbrella.",shortDesc:"If Rain Dance is active, this Pokemon heals 1/16 of its max HP each turn."},rattled:{name:"Rattled",num:155,desc:"This Pokemon's Speed is raised by 1 stage if hit by a Bug-, Dark-, or Ghost-type attack, or if an opposing Pokemon affected this Pokemon with the Intimidate Ability.",shortDesc:"Speed is raised 1 stage if hit by a Bug-, Dark-, or Ghost-type attack, or Intimidated."},receiver:{name:"Receiver",num:222,desc:"This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are As One, Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Gulp Missile, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Wonder Guard, and Zen Mode.",shortDesc:"This Pokemon copies the Ability of an ally that faints."},reckless:{onBasePowerPriority:23,name:"Reckless",num:120,desc:"This Pokemon's attacks with recoil or crash damage have their power multiplied by 1.2. Does not affect Struggle.",shortDesc:"This Pokemon's attacks with recoil or crash damage have 1.2x power; not Struggle."},refrigerate:{onModifyTypePriority:-1,onBasePowerPriority:23,name:"Refrigerate",num:174,desc:"This Pokemon's Normal-type moves become Ice-type moves and have their power multiplied by 1.2. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",shortDesc:"This Pokemon's Normal-type moves become Ice type and have 1.2x power."},regenerator:{name:"Regenerator",num:144,shortDesc:"This Pokemon restores 1/3 of its maximum HP, rounded down, when it switches out."},ripen:{onSourceModifyDamagePriority:-1,onTryEatItemPriority:-1,name:"Ripen",num:247,desc:"When this Pokemon eats certain Berries, the effects are doubled. Berries that restore HP or PP have the amount doubled, Berries that raise stat stages have the amount doubled, Berries that halve damage taken quarter it instead, and a Jaboca Berry or Rowap Berry has the attacker lose 1/4 of its maximum HP, rounded down.",shortDesc:"When this Pokemon eats certain Berries, the effects are doubled."},rivalry:{onBasePowerPriority:24,name:"Rivalry",num:79,desc:"This Pokemon's attacks have their power multiplied by 1.25 against targets of the same gender or multiplied by 0.75 against targets of the opposite gender. There is no modifier if either this Pokemon or the target is genderless.",shortDesc:"This Pokemon's attacks do 1.25x on same gender targets; 0.75x on opposite gender."},rkssystem:{isPermanent:!0,name:"RKS System",num:225,shortDesc:"If this Pokemon is a Silvally, its type changes to match its held Memory."},rockhead:{name:"Rock Head",num:69,desc:"This Pokemon does not take recoil damage, except Struggle. Does not affect Life Orb damage or crash damage.",shortDesc:"This Pokemon does not take recoil damage besides Struggle/Life Orb/crash damage."},roughskin:{onDamagingHitOrder:1,name:"Rough Skin",num:24,desc:"Pokemon making contact with this Pokemon lose 1/8 of their maximum HP, rounded down.",shortDesc:"Pokemon making contact with this Pokemon lose 1/8 of their max HP."},runaway:{name:"Run Away",num:50,shortDesc:"No competitive use."},sandforce:{onBasePowerPriority:21,name:"Sand Force",num:159,desc:"If Sandstorm is active, this Pokemon's Ground-, Rock-, and Steel-type attacks have their power multiplied by 1.3. This Pokemon takes no damage from Sandstorm.",shortDesc:"This Pokemon's Ground/Rock/Steel attacks do 1.3x in Sandstorm; immunity to it."},sandrush:{name:"Sand Rush",num:146,desc:"If Sandstorm is active, this Pokemon's Speed is doubled. This Pokemon takes no damage from Sandstorm.",shortDesc:"If Sandstorm is active, this Pokemon's Speed is doubled; immunity to Sandstorm."},sandspit:{name:"Sand Spit",num:245,desc:"When this Pokemon is hit by an attack, the effect of Sandstorm begins. This effect comes after the effects of Max and G-Max Moves.",shortDesc:"When this Pokemon is hit by an attack, the effect of Sandstorm begins."},sandstream:{name:"Sand Stream",num:45,shortDesc:"On switch-in, this Pokemon summons Sandstorm."},sandveil:{onModifyAccuracyPriority:-1,isBreakable:!0,name:"Sand Veil",num:8,desc:"If Sandstorm is active, the accuracy of moves used against this Pokemon is multiplied by 0.8. This Pokemon takes no damage from Sandstorm.",shortDesc:"If Sandstorm is active, this Pokemon's evasiveness is 1.25x; immunity to Sandstorm."},sapsipper:{onTryHitPriority:1,isBreakable:!0,name:"Sap Sipper",num:157,desc:"This Pokemon is immune to Grass-type moves and raises its Attack by 1 stage when hit by a Grass-type move.",shortDesc:"This Pokemon's Attack is raised 1 stage if hit by a Grass move; Grass immunity."},schooling:{onResidualOrder:29,isPermanent:!0,name:"Schooling",num:208,desc:"On switch-in, if this Pokemon is a Wishiwashi that is level 20 or above and has more than 1/4 of its maximum HP left, it changes to School Form. If it is in School Form and its HP drops to 1/4 of its maximum HP or less, it changes to Solo Form at the end of the turn. If it is in Solo Form and its HP is greater than 1/4 its maximum HP at the end of the turn, it changes to School Form.",shortDesc:"If user is Wishiwashi, changes to School Form if it has > 1/4 max HP, else Solo Form."},scrappy:{onModifyMovePriority:-5,name:"Scrappy",num:113,desc:"This Pokemon can hit Ghost types with Normal- and Fighting-type moves. This Pokemon is immune to the effect of the Intimidate Ability.",shortDesc:"Fighting, Normal moves hit Ghost. Immune to Intimidate."},screencleaner:{name:"Screen Cleaner",num:251,shortDesc:"On switch-in, the effects of Aurora Veil, Light Screen, and Reflect end for both sides."},serenegrace:{onModifyMovePriority:-2,name:"Serene Grace",num:32,desc:"This Pokemon's moves have their secondary effect chance doubled. This effect stacks with the Rainbow effect, except for secondary effects that cause the target to flinch.",shortDesc:"This Pokemon's moves have their secondary effect chance doubled."},shadowshield:{name:"Shadow Shield",num:231,shortDesc:"If this Pokemon is at full HP, damage taken from attacks is halved."},shadowtag:{name:"Shadow Tag",num:23,desc:"Prevents opposing Pokemon from choosing to switch out, unless they are holding a Shed Shell, are a Ghost type, or also have this Ability.",shortDesc:"Prevents foes from choosing to switch unless they also have this Ability."},shedskin:{onResidualOrder:5,onResidualSubOrder:3,name:"Shed Skin",num:61,desc:"This Pokemon has a 33% chance to have its non-volatile status condition cured at the end of each turn.",shortDesc:"This Pokemon has a 33% chance to have its status cured at the end of each turn."},sheerforce:{onBasePowerPriority:21,name:"Sheer Force",num:125,desc:"This Pokemon's attacks with secondary effects have their power multiplied by 1.3, but the secondary effects are removed. If a secondary effect was removed, it also removes the user's Life Orb recoil and Shell Bell recovery, and prevents the target's Berserk, Color Change, Emergency Exit, Pickpocket, Wimp Out, Red Card, Eject Button, Kee Berry, and Maranga Berry from activating.",shortDesc:"This Pokemon's attacks with secondary effects have 1.3x power; nullifies the effects."},shellarmor:{onCriticalHit:!1,isBreakable:!0,name:"Shell Armor",num:75,shortDesc:"This Pokemon cannot be struck by a critical hit."},shielddust:{isBreakable:!0,name:"Shield Dust",num:19,shortDesc:"This Pokemon is not affected by the secondary effect of another Pokemon's attack."},shieldsdown:{onResidualOrder:29,isPermanent:!0,name:"Shields Down",num:197,desc:"If this Pokemon is a Minior, it changes to its Core forme if it has 1/2 or less of its maximum HP, and changes to Meteor Form if it has more than 1/2 its maximum HP. This check is done on switch-in and at the end of each turn. While in its Meteor Form, it cannot become affected by a non-volatile status condition or Yawn.",shortDesc:"If Minior, switch-in/end of turn it changes to Core at 1/2 max HP or less, else Meteor."},simple:{isBreakable:!0,name:"Simple",num:86,shortDesc:"When one of this Pokemon's stat stages is raised or lowered, the amount is doubled."},skilllink:{name:"Skill Link",num:92,desc:"This Pokemon's multi-hit attacks always hit the maximum number of times. Triple Kick and Triple Axel do not check accuracy for the second and third hits.",shortDesc:"This Pokemon's multi-hit attacks always hit the maximum number of times."},slowstart:{condition:{duration:5,onResidualOrder:28,onResidualSubOrder:2,onModifyAtkPriority:5},name:"Slow Start",num:112,shortDesc:"On switch-in, this Pokemon's Attack and Speed are halved for 5 turns."},slushrush:{name:"Slush Rush",num:202,shortDesc:"If Hail is active, this Pokemon's Speed is doubled."},sniper:{name:"Sniper",num:97,shortDesc:"If this Pokemon strikes with a critical hit, the damage is multiplied by 1.5."},snowcloak:{onModifyAccuracyPriority:-1,isBreakable:!0,name:"Snow Cloak",num:81,desc:"If Hail is active, the accuracy of moves used against this Pokemon is multiplied by 0.8. This Pokemon takes no damage from Hail.",shortDesc:"If Hail is active, this Pokemon's evasiveness is 1.25x; immunity to Hail."},snowwarning:{name:"Snow Warning",num:117,shortDesc:"On switch-in, this Pokemon summons Hail."},solarpower:{onModifySpAPriority:5,name:"Solar Power",num:94,desc:"If Sunny Day is active, this Pokemon's Special Attack is multiplied by 1.5 and it loses 1/8 of its maximum HP, rounded down, at the end of each turn. These effects are prevented if the Pokemon is holding a Utility Umbrella.",shortDesc:"If Sunny Day is active, this Pokemon's Sp. Atk is 1.5x; loses 1/8 max HP per turn."},solidrock:{isBreakable:!0,name:"Solid Rock",num:116,shortDesc:"This Pokemon receives 3/4 damage from supereffective attacks."},soulheart:{onAnyFaintPriority:1,name:"Soul-Heart",num:220,shortDesc:"This Pokemon's Special Attack is raised by 1 stage when another Pokemon faints."},soundproof:{isBreakable:!0,name:"Soundproof",num:43,shortDesc:"This Pokemon is immune to sound-based moves, unless it used the move."},speedboost:{onResidualOrder:28,onResidualSubOrder:2,name:"Speed Boost",num:3,desc:"This Pokemon's Speed is raised by 1 stage at the end of each full turn it has been on the field.",shortDesc:"This Pokemon's Speed is raised 1 stage at the end of each full turn on the field."},stakeout:{onModifyAtkPriority:5,onModifySpAPriority:5,name:"Stakeout",num:198,shortDesc:"This Pokemon's offensive stat is doubled against a target that switched in this turn."},stall:{onFractionalPriority:-.1,name:"Stall",num:100,shortDesc:"This Pokemon moves last among Pokemon using the same or greater priority moves."},stalwart:{onModifyMovePriority:1,name:"Stalwart",num:242,shortDesc:"This Pokemon's moves cannot be redirected to a different target by any effect."},stamina:{name:"Stamina",num:192,shortDesc:"This Pokemon's Defense is raised by 1 stage after it is damaged by a move."},stancechange:{onModifyMovePriority:1,isPermanent:!0,name:"Stance Change",num:176,desc:"If this Pokemon is an Aegislash, it changes to Blade Forme before using an attacking move, and changes to Shield Forme before using King's Shield.",shortDesc:"If Aegislash, changes Forme to Blade before attacks and Shield before King's Shield."},static:{name:"Static",num:9,shortDesc:"30% chance a Pokemon making contact with this Pokemon will be paralyzed."},steadfast:{name:"Steadfast",num:80,shortDesc:"If this Pokemon flinches, its Speed is raised by 1 stage."},steamengine:{name:"Steam Engine",num:243,desc:"This Pokemon's Speed is raised by 6 stages after it is damaged by a Fire- or Water-type move.",shortDesc:"This Pokemon's Speed is raised by 6 stages after it is damaged by Fire/Water moves."},steelworker:{onModifyAtkPriority:5,onModifySpAPriority:5,name:"Steelworker",num:200,shortDesc:"This Pokemon's offensive stat is multiplied by 1.5 while using a Steel-type attack."},steelyspirit:{onAllyBasePowerPriority:22,name:"Steely Spirit",num:252,desc:"This Pokemon and its allies' Steel-type moves have their power multiplied by 1.5. This affects Doom Desire even if the user is not on the field.",shortDesc:"This Pokemon and its allies' Steel-type moves have their power multiplied by 1.5."},stench:{onModifyMovePriority:-1,name:"Stench",num:1,desc:"This Pokemon's attacks without a chance to make the target flinch gain a 10% chance to make the target flinch.",shortDesc:"This Pokemon's attacks without a chance to flinch gain a 10% chance to flinch."},stickyhold:{isBreakable:!0,name:"Sticky Hold",num:60,desc:"This Pokemon cannot lose its held item due to another Pokemon's Ability or attack, unless the attack knocks out this Pokemon. A Sticky Barb will be transferred to other Pokemon regardless of this Ability.",shortDesc:"This Pokemon cannot lose its held item due to another Pokemon's Ability or attack."},stormdrain:{isBreakable:!0,name:"Storm Drain",num:114,desc:"This Pokemon is immune to Water-type moves and raises its Special Attack by 1 stage when hit by a Water-type move. If this Pokemon is not the target of a single-target Water-type move used by another Pokemon, this Pokemon redirects that move to itself if it is within the range of that move. If multiple Pokemon could redirect with this Ability, it goes to the one with the highest Speed, or in the case of a tie to the one that has had this Ability active longer.",shortDesc:"This Pokemon draws Water moves to itself to raise Sp. Atk by 1; Water immunity."},strongjaw:{onBasePowerPriority:19,name:"Strong Jaw",num:173,desc:"This Pokemon's bite-based attacks have their power multiplied by 1.5.",shortDesc:"This Pokemon's bite-based attacks have 1.5x power. Bug Bite is not boosted."},sturdy:{onDamagePriority:-30,isBreakable:!0,name:"Sturdy",num:5,desc:"If this Pokemon is at full HP, it survives one hit with at least 1 HP. OHKO moves fail when used against this Pokemon.",shortDesc:"If this Pokemon is at full HP, it survives one hit with at least 1 HP. Immune to OHKO."},suctioncups:{onDragOutPriority:1,isBreakable:!0,name:"Suction Cups",num:21,shortDesc:"This Pokemon cannot be forced to switch out by another Pokemon's attack or item."},superluck:{name:"Super Luck",num:105,shortDesc:"This Pokemon's critical hit ratio is raised by 1 stage."},surgesurfer:{name:"Surge Surfer",num:207,shortDesc:"If Electric Terrain is active, this Pokemon's Speed is doubled."},swarm:{onModifyAtkPriority:5,onModifySpAPriority:5,name:"Swarm",num:68,desc:"When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Bug-type attack.",shortDesc:"At 1/3 or less of its max HP, this Pokemon's offensive stat is 1.5x with Bug attacks."},sweetveil:{name:"Sweet Veil",isBreakable:!0,num:175,desc:"This Pokemon and its allies cannot fall asleep, but those already asleep do not wake up immediately. This Pokemon and its allies cannot use Rest successfully or become affected by Yawn, and those previously affected will not fall asleep.",shortDesc:"This Pokemon and its allies cannot fall asleep; those already asleep do not wake up."},swiftswim:{name:"Swift Swim",num:33,desc:"If Rain Dance is active, this Pokemon's Speed is doubled. This effect is prevented if this Pokemon is holding a Utility Umbrella.",shortDesc:"If Rain Dance is active, this Pokemon's Speed is doubled."},symbiosis:{name:"Symbiosis",num:180,desc:"If an ally uses its item, this Pokemon gives its item to that ally immediately. Does not activate if the ally's item was stolen or knocked off, or if the ally used an Eject Button or Eject Pack.",shortDesc:"If an ally uses its item, this Pokemon gives its item to that ally immediately."},synchronize:{name:"Synchronize",num:28,desc:"If another Pokemon burns, paralyzes, poisons, or badly poisons this Pokemon, that Pokemon receives the same non-volatile status condition.",shortDesc:"If another Pokemon burns/poisons/paralyzes this Pokemon, it also gets that status."},tangledfeet:{onModifyAccuracyPriority:-1,isBreakable:!0,name:"Tangled Feet",num:77,shortDesc:"This Pokemon's evasiveness is doubled as long as it is confused."},tanglinghair:{name:"Tangling Hair",num:221,shortDesc:"Pokemon making contact with this Pokemon have their Speed lowered by 1 stage."},technician:{onBasePowerPriority:30,name:"Technician",num:101,desc:"This Pokemon's moves of 60 power or less have their power multiplied by 1.5, including Struggle. This effect comes after a move's effect changes its own power.",shortDesc:"This Pokemon's moves of 60 power or less have 1.5x power, including Struggle."},telepathy:{isBreakable:!0,name:"Telepathy",num:140,shortDesc:"This Pokemon does not take damage from attacks made by its allies."},teravolt:{name:"Teravolt",num:164,desc:"This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",shortDesc:"This Pokemon's moves and their effects ignore the Abilities of other Pokemon."},thickfat:{onSourceModifyAtkPriority:6,onSourceModifySpAPriority:5,isBreakable:!0,name:"Thick Fat",num:47,desc:"If a Pokemon uses a Fire- or Ice-type attack against this Pokemon, that Pokemon's offensive stat is halved when calculating the damage to this Pokemon.",shortDesc:"Fire-/Ice-type moves against this Pokemon deal damage with a halved offensive stat."},tintedlens:{name:"Tinted Lens",num:110,shortDesc:"This Pokemon's attacks that are not very effective on a target deal double damage."},torrent:{onModifyAtkPriority:5,onModifySpAPriority:5,name:"Torrent",num:67,desc:"When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Water-type attack.",shortDesc:"At 1/3 or less of its max HP, this Pokemon's offensive stat is 1.5x with Water attacks."},toughclaws:{onBasePowerPriority:21,name:"Tough Claws",num:181,shortDesc:"This Pokemon's contact moves have their power multiplied by 1.3."},toxicboost:{onBasePowerPriority:19,name:"Toxic Boost",num:137,desc:"While this Pokemon is poisoned, the power of its physical attacks is multiplied by 1.5.",shortDesc:"While this Pokemon is poisoned, its physical attacks have 1.5x power."},trace:{name:"Trace",num:36,desc:"On switch-in, this Pokemon copies a random opposing Pokemon's Ability. Abilities that cannot be copied are As One, Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Gulp Missile, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, and Zen Mode. If no opposing Pokemon has an Ability that can be copied, this Ability will activate as soon as one does.",shortDesc:"On switch-in, or when it can, this Pokemon copies a random adjacent foe's Ability."},transistor:{onModifyAtkPriority:5,onModifySpAPriority:5,name:"Transistor",num:262,shortDesc:"This Pokemon's offensive stat is multiplied by 1.5 while using an Electric-type attack."},triage:{name:"Triage",num:205,shortDesc:"This Pokemon's healing moves have their priority increased by 3."},truant:{onBeforeMovePriority:9,condition:{},name:"Truant",num:54,shortDesc:"This Pokemon skips every other turn instead of using a move."},turboblaze:{name:"Turboblaze",num:163,desc:"This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",shortDesc:"This Pokemon's moves and their effects ignore the Abilities of other Pokemon."},unaware:{name:"Unaware",isBreakable:!0,num:109,desc:"This Pokemon ignores other Pokemon's Attack, Special Attack, and accuracy stat stages when taking damage, and ignores other Pokemon's Defense, Special Defense, and evasiveness stat stages when dealing damage.",shortDesc:"This Pokemon ignores other Pokemon's stat stages when taking or doing damage."},unburden:{condition:{},name:"Unburden",num:84,desc:"If this Pokemon loses its held item for any reason, its Speed is doubled as long as it remains active, has this Ability, and is not holding an item.",shortDesc:"Speed is doubled on held item loss; boost is lost if it switches, gets new item/Ability."},unnerve:{name:"Unnerve",num:127,desc:"While this Pokemon is active, it prevents opposing Pokemon from using their Berries. This Ability activates before hazards and other Abilities take effect.",shortDesc:"While this Pokemon is active, it prevents opposing Pokemon from using their Berries."},unseenfist:{name:"Unseen Fist",num:260,shortDesc:"This Pokemon's contact moves ignore the target's protection, except Max Guard."},victorystar:{onAnyModifyAccuracyPriority:-1,name:"Victory Star",num:162,shortDesc:"This Pokemon and its allies' moves have their accuracy multiplied by 1.1."},vitalspirit:{isBreakable:!0,name:"Vital Spirit",num:72,shortDesc:"This Pokemon cannot fall asleep. Gaining this Ability while asleep cures it."},voltabsorb:{isBreakable:!0,name:"Volt Absorb",num:10,desc:"This Pokemon is immune to Electric-type moves and restores 1/4 of its maximum HP, rounded down, when hit by an Electric-type move.",shortDesc:"This Pokemon heals 1/4 of its max HP when hit by Electric moves; Electric immunity."},wanderingspirit:{name:"Wandering Spirit",num:254,desc:"Pokemon making contact with this Pokemon have their Ability swapped with this one. Does not affect Pokemon with the As One, Battle Bond, Comatose, Disguise, Gulp Missile, Hunger Switch, Ice Face, Illusion, Multitype, Neutralizing Gas, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Wonder Guard, or Zen Mode Abilities.",shortDesc:"Pokemon making contact with this Pokemon have their Ability swapped with this one."},waterabsorb:{isBreakable:!0,name:"Water Absorb",num:11,desc:"This Pokemon is immune to Water-type moves and restores 1/4 of its maximum HP, rounded down, when hit by a Water-type move.",shortDesc:"This Pokemon heals 1/4 of its max HP when hit by Water moves; Water immunity."},waterbubble:{onSourceModifyAtkPriority:5,onSourceModifySpAPriority:5,isBreakable:!0,name:"Water Bubble",num:199,desc:"This Pokemon's offensive stat is doubled while using a Water-type attack. If a Pokemon uses a Fire-type attack against this Pokemon, that Pokemon's offensive stat is halved when calculating the damage to this Pokemon. This Pokemon cannot be burned. Gaining this Ability while burned cures it.",shortDesc:"This Pokemon's Water power is 2x; it can't be burned; Fire power against it is halved."},watercompaction:{name:"Water Compaction",num:195,shortDesc:"This Pokemon's Defense is raised 2 stages after it is damaged by a Water-type move."},waterveil:{isBreakable:!0,name:"Water Veil",num:41,shortDesc:"This Pokemon cannot be burned. Gaining this Ability while burned cures it."},weakarmor:{name:"Weak Armor",num:133,desc:"If a physical attack hits this Pokemon, its Defense is lowered by 1 stage and its Speed is raised by 2 stages.",shortDesc:"If a physical attack hits this Pokemon, Defense is lowered by 1, Speed is raised by 2."},whitesmoke:{isBreakable:!0,name:"White Smoke",num:73,shortDesc:"Prevents other Pokemon from lowering this Pokemon's stat stages."},wimpout:{name:"Wimp Out",num:193,desc:"When this Pokemon has more than 1/2 its maximum HP and takes damage bringing it to 1/2 or less of its maximum HP, it immediately switches out to a chosen ally. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability. This effect applies to both direct and indirect damage, except Curse and Substitute on use, Belly Drum, Pain Split, and confusion damage.",shortDesc:"This Pokemon switches out when it reaches 1/2 or less of its maximum HP."},wonderguard:{isBreakable:!0,name:"Wonder Guard",num:25,shortDesc:"This Pokemon can only be damaged by supereffective moves and indirect damage."},wonderskin:{onModifyAccuracyPriority:10,isBreakable:!0,name:"Wonder Skin",num:147,desc:"Non-damaging moves that check accuracy have their accuracy changed to 50% when used against this Pokemon. This effect comes before other effects that modify accuracy.",shortDesc:"Status moves with accuracy checks are 50% accurate when used on this Pokemon."},zenmode:{onResidualOrder:29,condition:{},isPermanent:!0,name:"Zen Mode",num:161,desc:"If this Pokemon is a Darmanitan or Galarian Darmanitan, it changes to Zen Mode if it has 1/2 or less of its maximum HP at the end of a turn. If Darmanitan's HP is above 1/2 of its maximum HP at the end of a turn, it changes back to Standard Mode.",shortDesc:"If Darmanitan, at end of turn changes Mode to Standard if > 1/2 max HP, else Zen."},mountaineer:{isNonstandard:"CAP",isBreakable:!0,name:"Mountaineer",num:-2,shortDesc:"On switch-in, this Pokemon avoids all Rock-type attacks and Stealth Rock."},rebound:{isNonstandard:"CAP",name:"Rebound",onTryHitPriority:1,condition:{duration:1},isBreakable:!0,num:-3,desc:"On switch-in, this Pokemon blocks certain status moves and instead uses the move against the original user.",shortDesc:"On switch-in, blocks certain status moves and bounces them back to the user."},persistent:{isNonstandard:"CAP",name:"Persistent",num:-4,desc:"The duration of Gravity, Heal Block, Magic Room, Safeguard, Tailwind, Trick Room, and Wonder Room is increased by 2 turns if the effect is started by this Pokemon.",shortDesc:"When used, Gravity/Heal Block/Safeguard/Tailwind/Room effects last 2 more turns."}}},Aliases:{randbats:"[Gen 8] Random Battle",uber:"[Gen 8] Ubers",anythinggoes:"[Gen 8] Anything Goes",ubers:"[Gen 8] Ubers",overused:"[Gen 8] OU",underused:"[Gen 8] UU",rarelyused:"[Gen 8] RU",neverused:"[Gen 8] NU",pu:"[Gen 8] PU",zeroused:"[Gen 8] ZU",nationaldex:"[Gen 8] National Dex",mono:"[Gen 8] Monotype",ag:"[Gen 8] Anything Goes",bss:"[Gen 8] Battle Stadium Singles",vgc:"[Gen 8] VGC 2022",bsd:"[Gen 8] VGC 2022",randdubs:"[Gen 8] Random Doubles Battle",doubles:"[Gen 8] Doubles OU",dou:"[Gen 8] Doubles OU",dubs:"[Gen 8] Doubles OU",dubers:"[Gen 8] Doubles Ubers",duu:"[Gen 8] Doubles UU","2v2":"[Gen 8] 2v2 Doubles",natdex:"[Gen 8] National Dex",natdexuu:"[Gen 8] National Dex UU",natdexru:"[Gen 8] National Dex RU",natdexmonotype:"[Gen 8] National Dex Monotype",natdexag:"[Gen 8] National Dex AG",natdexbh:"[Gen 8] National Dex BH",bh:"[Gen 8] Balanced Hackmons",mnm:"[Gen 8] Mix and Mega",aaa:"[Gen 8] Almost Any Ability",stab:"[Gen 8] STABmons",gg:"[Gen 8] Godly Gift",pic:"[Gen 8] Partners in Crime",camo:"[Gen 8] Camomons",ffa:"[Gen 8] Free-For-All",ts:"[Gen 8] Tier Shift",ph:"[Gen 8] Pure Hackmons",gen7bh:"[Gen 7] Balanced Hackmons",gen7mnm:"[Gen 7] Mix and Mega",gen7stab:"[Gen 7] STABmons",gen6aaa:"[Gen 6] Almost Any Ability",gen6ph:"[Gen 6] Pure Hackmons",gen6hackmons:"[Gen 6] Pure Hackmons",cc1v1:"[Gen 8] Challenge Cup 1v1",cc2v2:"[Gen 8] Challenge Cup 2v2",hc:"[Gen 8] Hackmons Cup",hackmons:"[Gen 8] Pure Hackmons",monorandom:"[Gen 8] Monotype Random Battle",bf:"[Gen 7] Battle Factory",bssf:"[Gen 8] BSS Factory",ssb:"[Gen 8] Super Staff Bros 4",ssb4:"[Gen 8] Super Staff Bros 4",lgrandom:"[Gen 7] Let's Go Random Battle",gen6bf:"[Gen 6] Battle Factory",gen7mono:"[Gen 7] Monotype",gen7ag:"[Gen 7] Anything Goes",gen7bss:"[Gen 7] Battle Spot Singles",gen7bssf:"[Gen 7] BSS Factory",bfd:"[Gen 8 BDSP] Battle Festival Doubles",lgou:"[Gen 7] Let's Go OU",vgc20:"[Gen 8] VGC 2020",vgc19:"[Gen 7] VGC 2019",vgc18:"[Gen 7] VGC 2018",vgc17:"[Gen 7] VGC 2017",gen7bsd:"[Gen 7] Battle Spot Doubles",gen6mono:"[Gen 6] Monotype",gen6ag:"[Gen 6] Anything Goes",crossevo:"[Gen 8] Cross Evolution",mayhem:"[Gen 8] Random Battle Mayhem",omotm:"[Gen 8] Pure Hackmons",fabio:"Ampharos-Mega",maero:"Aerodactyl-Mega",megabunny:"Lopunny-Mega",megabro:"Slowbro-Mega",megacharizard:"Charizard-Mega-Y",megacharizardx:"Charizard-Mega-X",megacharizardy:"Charizard-Mega-Y",megadoom:"Houndoom-Mega",megadrill:"Beedrill-Mega",megagard:"Gardevoir-Mega",megacross:"Heracross-Mega",megakhan:"Kangaskhan-Mega",megalop:"Lopunny-Mega",megaluc:"Lucario-Mega",megamaw:"Mawile-Mega",megamedi:"Medicham-Mega",megamewtwo:"Mewtwo-Mega-Y",megamewtwox:"Mewtwo-Mega-X",megamewtwoy:"Mewtwo-Mega-Y",megasnow:"Abomasnow-Mega",megashark:"Sharpedo-Mega",megasaur:"Venusaur-Mega",mmx:"Mewtwo-Mega-X",mmy:"Mewtwo-Mega-Y",zardx:"Charizard-Mega-X",zardy:"Charizard-Mega-Y",blackdoor:"Pokestar Black-Door",brycen:"Brycen-Man",brycenman:"Pokestar Brycen-Man",f00:"Pokestar F00",f002:"Pokestar F002",giant:"Pokestar Giant",mt:"Pokestar MT",mt2:"Pokestar MT2",majin:"Spirit",mechatyranitar:"MT",mechatyranitar2:"MT2",monica:"Giant",spirit:"Pokestar Spirit",transport:"Pokestar Transport",ufo:"Pokestar UFO",ufo2:"Pokestar UFO-2",whitedoor:"Pokestar White-Door",bugceus:"Arceus-Bug",darkceus:"Arceus-Dark",dragonceus:"Arceus-Dragon",eleceus:"Arceus-Electric",fairyceus:"Arceus-Fairy",fightceus:"Arceus-Fighting",fireceus:"Arceus-Fire",flyceus:"Arceus-Flying",ghostceus:"Arceus-Ghost",grassceus:"Arceus-Grass",groundceus:"Arceus-Ground",iceceus:"Arceus-Ice",poisonceus:"Arceus-Poison",psyceus:"Arceus-Psychic",rockceus:"Arceus-Rock",steelceus:"Arceus-Steel",waterceus:"Arceus-Water",arcbug:"Arceus-Bug",arcdark:"Arceus-Dark",arcdragon:"Arceus-Dragon",arcelectric:"Arceus-Electric",arcfairy:"Arceus-Fairy",arcfighting:"Arceus-Fighting",arcfire:"Arceus-Fire",arcflying:"Arceus-Flying",arcghost:"Arceus-Ghost",arcgrass:"Arceus-Grass",arcground:"Arceus-Ground",arcice:"Arceus-Ice",arcpoison:"Arceus-Poison",arcpsychic:"Arceus-Psychic",arcrock:"Arceus-Rock",arcsteel:"Arceus-Steel",arcwater:"Arceus-Water",basculinb:"Basculin-Blue-Striped",basculinblue:"Basculin-Blue-Striped",basculinbluestripe:"Basculin-Blue-Striped",castformh:"Castform-Snowy",castformice:"Castform-Snowy",castformr:"Castform-Rainy",castformwater:"Castform-Rainy",castforms:"Castform-Sunny",castformfire:"Castform-Sunny",cherrims:"Cherrim-Sunshine",cherrimsunny:"Cherrim-Sunshine",darmanitanz:"Darmanitan-Zen",darmanitanzenmode:"Darmanitan-Zen",darmanitanzengalar:"Darmanitan-Galar-Zen",darmgz:"Darmanitan-Galar-Zen",deoxysnormal:"Deoxys",deon:"Deoxys",deoxysa:"Deoxys-Attack",deoa:"Deoxys-Attack",deoxysd:"Deoxys-Defense",deoxysdefence:"Deoxys-Defense",deod:"Deoxys-Defense",deoxyss:"Deoxys-Speed",deos:"Deoxys-Speed",eiscuen:"Eiscue-Noice",eternalfloette:"Floette-Eternal",eternamax:"Eternatus-Eternamax",girao:"Giratina-Origin",giratinao:"Giratina-Origin",gourgeists:"Gourgeist-Small",gourgeistl:"Gourgeist-Large",gourgeistxl:"Gourgeist-Super",gourgeisth:"Gourgeist-Super",gourgeisthuge:"Gourgeist-Super",hoopau:"Hoopa-Unbound",keldeor:"Keldeo-Resolute",keldeoresolution:"Keldeo-Resolute",kyuremb:"Kyurem-Black",kyuremw:"Kyurem-White",landorust:"Landorus-Therian",meloettap:"Meloetta-Pirouette",meloettas:"Meloetta-Pirouette",meloettastep:"Meloetta-Pirouette",meowsticfemale:"Meowstic-F",morpekoh:"Morpeko-Hangry",pumpkaboohuge:"Pumpkaboo-Super",rotomc:"Rotom-Mow",rotomcut:"Rotom-Mow",rotomf:"Rotom-Frost",rotomh:"Rotom-Heat",rotoms:"Rotom-Fan",rotomspin:"Rotom-Fan",rotomw:"Rotom-Wash",shaymins:"Shaymin-Sky",skymin:"Shaymin-Sky",thundurust:"Thundurus-Therian",thundyt:"Thundurus-Therian",tornadust:"Tornadus-Therian",tornt:"Tornadus-Therian",toxtricityl:"Toxtricity-Low-Key",toxtricitylk:"Toxtricity-Low-Key",wormadamg:"Wormadam-Sandy",wormadamground:"Wormadam-Sandy",wormadamsandycloak:"Wormadam-Sandy",wormadams:"Wormadam-Trash",wormadamsteel:"Wormadam-Trash",wormadamtrashcloak:"Wormadam-Trash",floettee:"Floette-Eternal",floetteeternalflower:"Floette-Eternal",ashgreninja:"Greninja-Ash",zydog:"Zygarde-10%",zydoge:"Zygarde-10%",zygardedog:"Zygarde-10%",zygarde50:"Zygarde",zyc:"Zygarde-Complete",zygarde100:"Zygarde-Complete",zygardec:"Zygarde-Complete",zygardefull:"Zygarde-Complete",zygod:"Zygarde-Complete",perfectzygarde:"Zygarde-Complete",oricoriob:"Oricorio",oricoriobaile:"Oricorio",oricoriof:"Oricorio",oricoriofire:"Oricorio",oricorioe:"Oricorio-Pom-Pom",oricorioelectric:"Oricorio-Pom-Pom",oricoriog:"Oricorio-Sensu",oricorioghost:"Oricorio-Sensu",oricorios:"Oricorio-Sensu",oricoriop:"Oricorio-Pa'u",oricoriopsychic:"Oricorio-Pa'u",lycanrocmidday:"Lycanroc",lycanrocday:"Lycanroc",lycanrocn:"Lycanroc-Midnight",lycanrocnight:"Lycanroc-Midnight",lycanrocd:"Lycanroc-Dusk",ndm:"Necrozma-Dusk-Mane",ndw:"Necrozma-Dawn-Wings",necrozmadm:"Necrozma-Dusk-Mane",necrozmadusk:"Necrozma-Dusk-Mane",duskmane:"Necrozma-Dusk-Mane",duskmanenecrozma:"Necrozma-Dusk-Mane",necrozmadw:"Necrozma-Dawn-Wings",necrozmadawn:"Necrozma-Dawn-Wings",dawnwings:"Necrozma-Dawn-Wings",dawnwingsnecrozma:"Necrozma-Dawn-Wings",necrozmau:"Necrozma-Ultra",ultranecrozma:"Necrozma-Ultra",unecro:"Necrozma-Ultra",ufop:"Pokestar UFO-2",ufopsychic:"Pokestar UFO-2",goon:"Obstagoon",rime:"Mr. Rime",zacianc:"Zacian-Crowned",zamazentac:"Zamazenta-Crowned",urshifuss:"Urshifu",urshifusingle:"Urshifu",urshifusinglestrike:"Urshifu",urshifurs:"Urshifu-Rapid-Strike",urshifurapid:"Urshifu-Rapid-Strike",calyrexir:"Calyrex-Ice",calyrexsr:"Calyrex-Shadow",nidoranfemale:"Nidoran-F",nidoranmale:"Nidoran-M",wormadamgrass:"Wormadam",wormadamp:"Wormadam",wormadamplant:"Wormadam",wormadamplantcloak:"Wormadam",cherrimo:"Cherrim",cherrimovercast:"Cherrim",furfrounatural:"Furfrou",giratinaa:"Giratina",giratinaaltered:"Giratina",shayminl:"Shaymin",shayminland:"Shaymin",basculinr:"Basculin",basculinred:"Basculin",basculinredstripe:"Basculin",basculinredstriped:"Basculin",darmanitans:"Darmanitan",darmanitanstandard:"Darmanitan",darmanitanstandardmode:"Darmanitan",tornadusi:"Tornadus",tornadusincarnate:"Tornadus",tornadusincarnation:"Tornadus",thundurusi:"Thundurus",thundurusincarnate:"Thundurus",thundurusincarnation:"Thundurus",landorusi:"Landorus",landorusincarnate:"Landorus",landorusincarnation:"Landorus",keldeoo:"Keldeo",keldeoordinary:"Keldeo",meloettaa:"Meloetta",meloettaaria:"Meloetta",meloettavoice:"Meloetta",meowsticm:"Meowstic",meowsticmale:"Meowstic",mimikyudisguised:"Mimikyu",aegislashs:"Aegislash",aegislashshield:"Aegislash",pumpkabooaverage:"Pumpkaboo",gourgeistaverage:"Gourgeist",hoopac:"Hoopa",hoopaconfined:"Hoopa",wishiwashisolo:"Wishiwashi",pokestarufof:"Pokestar UFO",pokestarufoflying:"Pokestar UFO",toxtricitya:"Toxtricity",toxtricityamped:"Toxtricity",ufof:"Pokestar UFO",ufoflying:"Pokestar UFO",vivillonmeadow:"Vivillon",rockruffdusk:"Rockruff",raticatet:"Raticate-Alola-Totem",totemalolanraticate:"Raticate-Alola-Totem",totemraticate:"Raticate-Alola-Totem",totemraticatea:"Raticate-Alola-Totem",totemraticatealola:"Raticate-Alola-Totem",marowakt:"Marowak-Alola-Totem",totemalolanmarowak:"Marowak-Alola-Totem",totemmarowak:"Marowak-Alola-Totem",totemmarowaka:"Marowak-Alola-Totem",totemmarowakalola:"Marowak-Alola-Totem",gumshoost:"Gumshoos-Totem",totemgumshoos:"Gumshoos-Totem",totemvikavolt:"Vikavolt-Totem",vikavoltt:"Vikavolt-Totem",ribombeet:"Ribombee-Totem",totemribombee:"Ribombee-Totem",araquanidt:"Araquanid-Totem",totemaraquanid:"Araquanid-Totem",lurantist:"Lurantis-Totem",totemlurantis:"Lurantis-Totem",salazzlet:"Salazzle-Totem",totemsalazzle:"Salazzle-Totem",mimikyut:"Mimikyu-Totem",totemmimikyu:"Mimikyu-Totem",kommoot:"Kommo-o-Totem",totemkommoo:"Kommo-o-Totem",alcremierubycream:"Alcremie",alcremiematchacream:"Alcremie",alcremiemintcream:"Alcremie",alcremielemoncream:"Alcremie",alcremiesaltedcream:"Alcremie",alcremierubyswirl:"Alcremie",alcremiecaramelswirl:"Alcremie",alcremierainbowswirl:"Alcremie",burmygrass:"Burmy",burmyplant:"Burmy",burmysandy:"Burmy",burmytrash:"Burmy",shelloseast:"Shellos",shelloswest:"Shellos",gastrodone:"Gastrodon",gastrodoneast:"Gastrodon",gastrodoneastsea:"Gastrodon",gastrodonw:"Gastrodon",gastrodonwest:"Gastrodon",gastrodonwestsea:"Gastrodon",deerlingspring:"Deerling",deerlingsummer:"Deerling",deerlingautumn:"Deerling",deerlingwinter:"Deerling",sawsbuckspring:"Sawsbuck",sawsbucksummer:"Sawsbuck",sawsbuckautumn:"Sawsbuck",sawsbuckwinter:"Sawsbuck",vivillonarchipelago:"Vivillon",vivilloncontinental:"Vivillon",vivillonelegant:"Vivillon",vivillongarden:"Vivillon",vivillonhighplains:"Vivillon",vivillonicysnow:"Vivillon",vivillonjungle:"Vivillon",vivillonmarine:"Vivillon",vivillonmodern:"Vivillon",vivillonmonsoon:"Vivillon",vivillonocean:"Vivillon",vivillonpolar:"Vivillon",vivillonriver:"Vivillon",vivillonsandstorm:"Vivillon",vivillonsavanna:"Vivillon",vivillonsun:"Vivillon",vivillontundra:"Vivillon",flabb:"Flabebe",flabebered:"Flabebe",flabebeblue:"Flabebe",flabebeorange:"Flabebe",flabebewhite:"Flabebe",flabebeyellow:"Flabebe",flabbred:"Flabebe",flabbblue:"Flabebe",flabborange:"Flabebe",flabbwhite:"Flabebe",flabbyellow:"Flabebe",floettered:"Floette",floetteblue:"Floette",floetteorange:"Floette",floettewhite:"Floette",floetteyellow:"Floette",florgesred:"Florges",florgesblue:"Florges",florgesorange:"Florges",florgeswhite:"Florges",florgesyellow:"Florges",furfroudandy:"Furfrou",furfroudebutante:"Furfrou",furfroudiamond:"Furfrou",furfrouheart:"Furfrou",furfroukabuki:"Furfrou",furfroulareine:"Furfrou",furfroumatron:"Furfrou",furfroupharaoh:"Furfrou",furfroustar:"Furfrou",miniorred:"Minior",miniororange:"Minior",minioryellow:"Minior",miniorgreen:"Minior",miniorblue:"Minior",miniorindigo:"Minior",miniorviolet:"Minior",unownb:"Unown",unownc:"Unown",unownd:"Unown",unowne:"Unown",unownf:"Unown",unowng:"Unown",unownh:"Unown",unowni:"Unown",unownj:"Unown",unownk:"Unown",unownl:"Unown",unownm:"Unown",unownn:"Unown",unowno:"Unown",unownp:"Unown",unownq:"Unown",unownr:"Unown",unowns:"Unown",unownt:"Unown",unownu:"Unown",unownv:"Unown",unownw:"Unown",unownx:"Unown",unowny:"Unown",unownz:"Unown",unownexclamation:"Unown",unownquestion:"Unown",pokestargiant2:"Pokestar Giant",pokestarmonica2:"Pokestar Giant",pokestarufopropu1:"Pokestar UFO",pokestarpropu1:"Pokestar UFO",pokestarpropu2:"Pokestar UFO-2",pokestarbrycenmanprop:"Pokestar Brycen-Man",pokestarproph1:"Pokestar Brycen-Man",pokestarmtprop:"Pokestar MT",pokestarpropm1:"Pokestar MT",pokestarmt2prop:"Pokestar MT2",pokestarpropm2:"Pokestar MT2",pokestartransportprop:"Pokestar Transport",pokestarpropt1:"Pokestar Transport",pokestargiantpropo1:"Pokestar Giant",pokestarpropo1:"Pokestar Giant",pokestargiantpropo2:"Pokestar Giant",pokestarpropo2:"Pokestar Giant",pokestarhumanoidprop:"Pokestar Humanoid",pokestarpropc1:"Pokestar Humanoid",pokestarmonsterprop:"Pokestar Monster",pokestarpropc2:"Pokestar Monster",pokestarspiritprop:"Pokestar Spirit",pokestarpropg1:"Pokestar Spirit",pokestarblackdoorprop:"Pokestar Black Door",pokestarpropw1:"Pokestar Black Door",pokestarwhitedoorprop:"Pokestar White Door",pokestarpropw2:"Pokestar White Door",pokestarf00prop:"Pokestar F00",pokestarpropr1:"Pokestar F00",pokestarf002prop:"Pokestar F002",pokestarpropr2:"Pokestar F002",pokestarblackbeltprop:"Pokestar Black Belt",pokestarpropk1:"Pokestar Black Belt",giant2:"Pokestar Giant",monica2:"Pokestar Giant",ufopropu1:"Pokestar UFO",propu1:"Pokestar UFO",ufopropu2:"Pokestar UFO-2",propu2:"Pokestar UFO-2",brycenmanprop:"Pokestar Brycen-Man",proph1:"Pokestar Brycen-Man",mtprop:"Pokestar MT",propm1:"Pokestar MT",mt2prop:"Pokestar MT2",propm2:"Pokestar MT2",transportprop:"Pokestar Transport",propt1:"Pokestar Transport",giantpropo1:"Pokestar Giant",propo1:"Pokestar Giant",giantpropo2:"Pokestar Giant",propo2:"Pokestar Giant",humanoidprop:"Pokestar Humanoid",propc1:"Pokestar Humanoid",monsterprop:"Pokestar Monster",propc2:"Pokestar Monster",spiritprop:"Pokestar Spirit",propg1:"Pokestar Spirit",blackdoorprop:"Pokestar Black Door",propw1:"Pokestar Black Door",whitedoorprop:"Pokestar White Door",propw2:"Pokestar White Door",f00prop:"Pokestar F00",propr1:"Pokestar F00",f002prop:"Pokestar F002",propr2:"Pokestar F002",blackbeltprop:"Pokestar Black Belt",propk1:"Pokestar Black Belt",ngas:"Neutralizing Gas",pheal:"Poison Heal",regen:"Regenerator",stag:"Shadow Tag",assvest:"Assault Vest",av:"Assault Vest",balloon:"Air Balloon",band:"Choice Band",boots:"Heavy-Duty Boots",cb:"Choice Band",ebelt:"Expert Belt",fightgem:"Fighting Gem",flightgem:"Flying Gem",goggles:"Safety Goggles",hdb:"Heavy-Duty Boots",helmet:"Rocky Helmet",lefties:"Leftovers",lo:"Life Orb",lorb:"Life Orb",sash:"Focus Sash",scarf:"Choice Scarf",specs:"Choice Specs",tr00swordsdance:"TR00",tr01bodyslam:"TR01",tr02flamethrower:"TR02",tr03hydropump:"TR03",tr04surf:"TR04",tr05icebeam:"TR05",tr06blizzard:"TR06",tr07lowkick:"TR07",tr08thunderbolt:"TR08",tr09thunder:"TR09",tr10earthquake:"TR10",tr11psychic:"TR11",tr12agility:"TR12",tr13focusenergy:"TR13",tr14metronome:"TR14",tr15fireblast:"TR15",tr16waterfall:"TR16",tr17amnesia:"TR17",tr18leechlife:"TR18",tr19triattack:"TR19",tr20substitute:"TR20",tr21reversal:"TR21",tr22sludgebomb:"TR22",tr23spikes:"TR23",tr24outrage:"TR24",tr25psyshock:"TR25",tr26endure:"TR26",tr27sleeptalk:"TR27",tr28megahorn:"TR28",tr29batonpass:"TR29",tr30encore:"TR30",tr31irontail:"TR31",tr32crunch:"TR32",tr33shadowball:"TR33",tr34futuresight:"TR34",tr35uproar:"TR35",tr36heatwave:"TR36",tr37taunt:"TR37",tr38trick:"TR38",tr39superpower:"TR39",tr40skillswap:"TR40",tr41blazekick:"TR41",tr42hypervoice:"TR42",tr43overheat:"TR43",tr44cosmicpower:"TR44",tr45muddywater:"TR45",tr46irondefense:"TR46",tr47dragonclaw:"TR47",tr48bulkup:"TR48",tr49calmmind:"TR49",tr50leafblade:"TR50",tr51dragondance:"TR51",tr52gyroball:"TR52",tr53closecombat:"TR53",tr54toxicspikes:"TR54",tr55flareblitz:"TR55",tr56aurasphere:"TR56",tr57poisonjab:"TR57",tr58darkpulse:"TR58",tr59seedbomb:"TR59",tr60xscissor:"TR60",tr61bugbuzz:"TR61",tr62dragonpulse:"TR62",tr63powergem:"TR63",tr64focusblast:"TR64",tr65energyball:"TR65",tr66bravebird:"TR66",tr67earthpower:"TR67",tr68nastyplot:"TR68",tr69zenheadbutt:"TR69",tr70flashcannon:"TR70",tr71leafstorm:"TR71",tr72powerwhip:"TR72",tr73gunkshot:"TR73",tr74ironhead:"TR74",tr75stoneedge:"TR75",tr76stealthrock:"TR76",tr77grassknot:"TR77",tr78sludgewave:"TR78",tr79heavyslam:"TR79",tr80electroball:"TR80",tr81foulplay:"TR81",tr82storedpower:"TR82",tr83allyswitch:"TR83",tr84scald:"TR84",tr85workup:"TR85",tr86wildcharge:"TR86",tr87drillrun:"TR87",tr88heatcrash:"TR88",tr89hurricane:"TR89",tr90playrough:"TR90",tr91venomdrench:"TR91",tr92dazzlinggleam:"TR92",tr93darkestlariat:"TR93",tr94highhorsepower:"TR94",tr95throatchop:"TR95",tr96pollenpuff:"TR96",tr97psychicfangs:"TR97",tr98liquidation:"TR98",tr99bodypress:"TR99",umbrella:"Utility Umbrella",wp:"Weakness Policy",aboma:"Abomasnow",aegi:"Aegislash",aegiblade:"Aegislash-Blade",aegis:"Aegislash",aero:"Aerodactyl",amph:"Ampharos",arc:"Arceus",arceusnormal:"Arceus",ashgren:"Greninja-Ash",azu:"Azumarill",bdrill:"Beedrill",bee:"Beedrill",birdjesus:"Pidgeot",bish:"Bisharp",blace:"Blacephalon",bliss:"Blissey",bull:"Tauros",bulu:"Tapu Bulu",camel:"Camerupt",cathy:"Trevenant",chandy:"Chandelure",chomp:"Garchomp",clanger:"Kommo-o",clef:"Clefable",coba:"Cobalion",cofag:"Cofagrigus",conk:"Conkeldurr",cress:"Cresselia",cruel:"Tentacruel",cube:"Kyurem-Black",cune:"Suicune",darm:"Darmanitan",dnite:"Dragonite",dogars:"Koffing",don:"Groudon",drill:"Excadrill",driller:"Excadrill",dug:"Dugtrio",duggy:"Dugtrio",ekiller:"Arceus",esca:"Escavalier",ferro:"Ferrothorn",fini:"Tapu Fini",forry:"Forretress",fug:"Rayquaza",gar:"Gengar",garde:"Gardevoir",gatr:"Feraligatr",gene:"Genesect",gira:"Giratina",gren:"Greninja",gross:"Metagross",gyara:"Gyarados",hera:"Heracross",hippo:"Hippowdon",honch:"Honchkrow",kanga:"Kangaskhan",karp:"Magikarp",kart:"Kartana",keld:"Keldeo",klef:"Klefki",koko:"Tapu Koko",kou:"Raikou",krook:"Krookodile",kyub:"Kyurem-Black",kyuw:"Kyurem-White",lando:"Landorus",landoi:"Landorus",landot:"Landorus-Therian",lego:"Nihilego",lele:"Tapu Lele",linda:"Fletchinder",luke:"Lucario",lurk:"Golurk",m2:"Mewtwo",mage:"Magearna",mamo:"Mamoswine",mandi:"Mandibuzz",mence:"Salamence",milo:"Milotic",morfentshusbando:"Gengar",naga:"Naganadel",nape:"Infernape",nebby:"Cosmog",neckboy:"Exeggutor-Alola",nidok:"Nidoking",nidoq:"Nidoqueen",obama:"Abomasnow",ogre:"Kyogre",ohmagod:"Plasmanta",p2:"Porygon2",pert:"Swampert",pex:"Toxapex",phero:"Pheromosa",pika:"Pikachu",pory2:"Porygon2",poryz:"Porygon-Z",pyuku:"Pyukumuku",pz:"Porygon-Z",queen:"Nidoqueen",rachi:"Jirachi",rank:"Reuniclus",ray:"Rayquaza",reuni:"Reuniclus",sab:"Sableye",sable:"Sableye",scept:"Sceptile",scoli:"Scolipede",seejong:"Sealeo",serp:"Serperior",shao:"Mienshao",skarm:"Skarmory",smogon:"Koffing",smogonbird:"Talonflame",snips:"Drapion",staka:"Stakataka",steela:"Celesteela",sui:"Suicune",swole:"Buzzwole",talon:"Talonflame",tang:"Tangrowth",terra:"Terrakion",tflame:"Talonflame",thundy:"Thundurus",toed:"Politoed",torn:"Tornadus",tran:"Heatran",ttar:"Tyranitar",venu:"Venusaur",viriz:"Virizion",watershifu:"Urshifu-Rapid-Strike",whimsi:"Whimsicott",xern:"Xerneas",xurk:"Xurkitree",ygod:"Yveltal",zam:"Alakazam",zard:"Charizard",zong:"Bronzong",zor:"Scizor",zyg:"Zygarde",ub01:"Nihilego",ub02a:"Buzzwole",ub02b:"Pheromosa",ub03:"Xurkitree",ub04blade:"Kartana",ub04blaster:"Celesteela",ub05:"Guzzlord",ubburst:"Blacephalon",ubassembly:"Stakataka",ubadhesive:"Poipole",bb:"Brave Bird",bd:"Belly Drum",bde:"Baby-Doll Eyes",bpass:"Baton Pass",bp:"Baton Pass",cc:"Close Combat",cm:"Calm Mind",dbond:"Destiny Bond",dd:"Dragon Dance",dv:"Dark Void",eq:"Earthquake",espeed:"ExtremeSpeed",eterrain:"Electric Terrain",faintattack:"Feint Attack",glowpunch:"Power-up Punch",gterrain:"Grassy Terrain",hp:"Hidden Power",hpbug:"Hidden Power Bug",hpdark:"Hidden Power Dark",hpdragon:"Hidden Power Dragon",hpelectric:"Hidden Power electric",hpfighting:"Hidden Power Fighting",hpfire:"Hidden Power Fire",hpflying:"Hidden Power Flying",hpghost:"Hidden Power Ghost",hpgrass:"Hidden Power Grass",hpground:"Hidden Power Ground",hpice:"Hidden Power Ice",hppoison:"Hidden Power Poison",hppsychic:"Hidden Power Psychic",hprock:"Hidden Power Rock",hpsteel:"Hidden Power Steel",hpwater:"Hidden Power Water",hjk:"High Jump Kick",hijumpkick:"High Jump Kick",mterrain:"Misty Terrain",np:"Nasty Plot",pfists:"Plasma Fists",playaround:"Play Rough",pterrain:"Psychic Terrain",pup:"Power-up Punch",qd:"Quiver Dance",rocks:"Stealth Rock",sd:"Swords Dance",se:"Stone Edge",sideshellarm:"Shell Side Arm",spin:"Rapid Spin",sr:"Stealth Rock",ssa:"Shell Side Arm",sub:"Substitute",tr:"Trick Room",troom:"Trick Room",tbolt:"Thunderbolt",tspikes:"Toxic Spikes",twave:"Thunder Wave",vicegrip:"Vise Grip",web:"Sticky Web",wow:"Will-O-Wisp","10mv":"10,000,000 Volt Thunderbolt","10mvt":"10,000,000 Volt Thunderbolt",clangorous:"Clangorous Soulblaze",cs:"Clangorous Soulblaze",ee:"Extreme Evoboost",extreme:"Extreme Evoboost",genesis:"Genesis Supernova",goa:"Guardian of Alola",gs:"Genesis Supernova",guardian:"Guardian of Alola",lets:"Let's Snuggle Forever",light:"Light That Burns the Sky",lsf:"Let's Snuggle Forever",ltbts:"Light That Burns the Sky",malicious:"Malicious Moonsault",menacing:"Menacing Moonraze Maelstrom",mmm:"Menacing Moonraze Maelstrom",moonsault:"Malicious Moonsault",oceanic:"Oceanic Operetta",oo:"Oceanic Operetta",pp:"Pulverizing Pancake",pulverizing:"Pulverizing Pancake",sar:"Sinister Arrow Raid",searing:"Searing Sunraze Smash",sinister:"Sinister Arrow Raid",ss:"Stoked Sparksurfer",sss:"Searing Sunraze Smash",sssss:"Soul-Stealing 7-Star Strike",ss7ss:"Soul-Stealing 7-Star Strike",soul:"Soul-Stealing 7-Star Strike",soulstealingsevenstarstrike:"Soul-Stealing 7-Star Strike",splintered:"Splintered Stormshards",stoked:"Stoked Sparksurfer",stormshards:"Splintered Stormshards",zbug:"Savage Spin-Out",zclangingscales:"Clangorous Soulblaze",zdark:"Black Hole Eclipse",zdarkestlariat:"Malicious Moonsault",zdawnwingsnecrozma:"Menacing Moonraze Maelstrom",zdecidueye:"Sinister Arrow Raid",zdragon:"Devastating Drake",zduskmanenecrozma:"Searing Sunraze Smash",zelectric:"Gigavolt Havoc",zeevee:"Extreme Evoboost",zevo:"Extreme Evoboost",zfairy:"Twinkle Tackle",zflying:"Supersonic Skystrike",zfighting:"All-Out Pummeling",zfire:"Inferno Overdrive",zghost:"Never-Ending Nightmare",zgigaimpact:"Pulverizing Pancake",zgrass:"Bloom Doom",zground:"Tectonic Rage",zice:"Subzero Slammer",zincineroar:"Malicious Moonsault",zkommoo:"Clangorous Soulblaze",zlastresort:"Extreme Evoboost",zlunala:"Menacing Moonraze Maelstrom",zlycanroc:"Splintered Stormshards",znaturesmadness:"Guardian of Alola",zmarshadow:"Soul-Stealing 7-Star Strike",zmew:"Genesis Supernova",zmimikyu:"Let's Snuggle Forever",zmoongeistbeam:"Menacing Moonraze Maelstrom",znecrozma:"Light That Burns the Sky",znormal:"Breakneck Blitz",zrock:"Continental Crush",zphotongeyser:"Light That Burns the Sky",zpikachu:"Catastropika",zpikachucap:"10,000,000 Volt Thunderbolt",zplayrough:"Let's Snuggle Forever",zpoison:"Acid Downpour",zprimarina:"Oceanic Operetta",zpsychic:"Shattered Psyche",zraichu:"Stoked Sparksurfer",zsnorlax:"Pulverizing Pancake",zsolgaleo:"Searing Sunraze Smash",zsparklingaria:"Oceanic Operetta",zspectralthief:"Soul-Stealing 7-Star Strike",zspiritshackle:"Sinister Arrow Raid",zsunsteelstrike:"Searing Sunraze Smash",zsteel:"Corkscrew Crash",zstoneedge:"Splintered Stormshards",ztapu:"Guardian of Alola",zthunderbolt:"10,000,000 Volt Thunderbolt",zultranecrozma:"Light That Burns the Sky",zvolttackle:"Catastropika",zwater:"Hydro Vortex",maxbug:"Max Flutterby",maxdark:"Max Darkness",maxdragon:"Max Wyrmwind",maxelectric:"Max Lightning",maxfairy:"Max Starfall",maxfighting:"Max Knuckle",maxfire:"Max Flare",maxflying:"Max Airstream",maxghost:"Max Phantasm",maxgrass:"Max Overgrowth",maxground:"Max Quake",maxice:"Max Hailstorm",maxnormal:"Max Strike",maxpoison:"Max Ooze",maxpsychic:"Max Mindstorm",maxrock:"Max Rockfall",maxsteel:"Max Steelspike",maxwater:"Max Geyser",maxstatus:"Max Guard",maxprotect:"Max Guard",befuddle:"G-Max Befuddle",cannonade:"G-Max Cannonade",centiferno:"G-Max Centiferno",chistrike:"G-Max Chi Strike",cuddle:"G-Max Cuddle",depletion:"G-Max Depletion",drumsolo:"G-Max Drum Solo",finale:"G-Max Finale",fireball:"G-Max Fireball",foamburst:"G-Max Foam Burst",goldrush:"G-Max Gold Rush",gravitas:"G-Max Gravitas",hydrosnipe:"G-Max Hydrosnipe",malodor:"G-Max Malodor",meltdown:"G-Max Meltdown",oneblow:"G-Max One Blow",rapidflow:"G-Max Rapid Flow",replenish:"G-Max Replenish",resonance:"G-Max Resonance",sandblast:"G-Max Sandblast",smite:"G-Max Smite",snooze:"G-Max Snooze",steelsurge:"G-Max Steelsurge",stonesurge:"G-Max Stonesurge",stunshock:"G-Max Stun Shock",sweetness:"G-Max Sweetness",tartness:"G-Max Tartness",terror:"G-Max Terror",vinelash:"G-Max Vine Lash",volcalith:"G-Max Volcalith",voltcrash:"G-Max Volt Crash",wildfire:"G-Max Wildfire",windrage:"G-Max Wind Rage",fushigidane:"Bulbasaur",fushigisou:"Ivysaur",fushigibana:"Venusaur",hitokage:"Charmander",rizaado:"Charmeleon",rizaadon:"Charizard",zenigame:"Squirtle",kameeru:"Wartortle",kamekkusu:"Blastoise",kyatapii:"Caterpie",toranseru:"Metapod",batafurii:"Butterfree",biidoru:"Weedle",kokuun:"Kakuna",supiaa:"Beedrill",poppo:"Pidgey",pijon:"Pidgeotto",pijotto:"Pidgeot",koratta:"Rattata",ratta:"Raticate",onisuzume:"Spearow",onidoriru:"Fearow",aabo:"Ekans",aabokku:"Arbok",pikachuu:"Pikachu",raichuu:"Raichu",sando:"Sandshrew",sandopan:"Sandslash",nidoranmesu:"Nidoran-F",nidoriina:"Nidorina",nidokuin:"Nidoqueen",nidoranosu:"Nidoran-M",nidoriino:"Nidorino",nidokingu:"Nidoking",pippi:"Clefairy",pikushii:"Clefable",rokon:"Vulpix",kyuukon:"Ninetales",purin:"Jigglypuff",pukurin:"Wigglytuff",zubatto:"Zubat",gorubatto:"Golbat",nazonokusa:"Oddish",kusaihana:"Gloom",rafureshia:"Vileplume",parasu:"Paras",parasekuto:"Parasect",konpan:"Venonat",morufon:"Venomoth",diguda:"Diglett",dagutorio:"Dugtrio",nyaasu:"Meowth",perushian:"Persian",kodakku:"Psyduck",gorudakku:"Golduck",mankii:"Mankey",okorizaru:"Primeape",gaadi:"Growlithe",uindi:"Arcanine",nyoromo:"Poliwag",nyorozo:"Poliwhirl",nyorobon:"Poliwrath",keeshy:"Abra",yungeraa:"Kadabra",fuudin:"Alakazam",wanrikii:"Machop",goorikii:"Machoke",kairikii:"Machamp",madatsubomi:"Bellsprout",utsudon:"Weepinbell",utsubotto:"Victreebel",menokurage:"Tentacool",dokukurage:"Tentacruel",ishitsubute:"Geodude",goroon:"Graveler",goroonya:"Golem",poniita:"Ponyta",gyaroppu:"Rapidash",yadon:"Slowpoke",yadoran:"Slowbro",koiru:"Magnemite",reakoiru:"Magneton",kamonegi:"Farfetch'd",doodoo:"Doduo",doodorio:"Dodrio",pauwau:"Seel",jugon:"Dewgong",betobetaa:"Grimer",betobeton:"Muk",sherudaa:"Shellder",parushen:"Cloyster",goosu:"Gastly",goosuto:"Haunter",gengaa:"Gengar",iwaaku:"Onix",suriipu:"Drowzee",suriipaa:"Hypno",kurabu:"Krabby",kinguraa:"Kingler",biriridama:"Voltorb",marumain:"Electrode",tamatama:"Exeggcute",nasshii:"Exeggutor",karakara:"Cubone",garagara:"Marowak",sawamuraa:"Hitmonlee",ebiwaraa:"Hitmonchan",beroringa:"Lickitung",dogaasu:"Koffing",matadogasu:"Weezing",saihoon:"Rhyhorn",saidon:"Rhydon",rakkii:"Chansey",monjara:"Tangela",garuura:"Kangaskhan",tattsuu:"Horsea",shiidora:"Seadra",tosakinto:"Goldeen",azumaou:"Seaking",hitodeman:"Staryu",sutaamii:"Starmie",bariyaado:"Mr. Mime",sutoraiku:"Scyther",ruujura:"Jynx",erebuu:"Electabuzz",buubaa:"Magmar",kairosu:"Pinsir",kentarosu:"Tauros",koikingu:"Magikarp",gyaradosu:"Gyarados",rapurasu:"Lapras",metamon:"Ditto",iibui:"Eevee",shawaazu:"Vaporeon",sandaasu:"Jolteon",buusutaa:"Flareon",porigon:"Porygon",omunaito:"Omanyte",omusutaa:"Omastar",kabutopusu:"Kabutops",putera:"Aerodactyl",kabigon:"Snorlax",furiizaa:"Articuno",sandaa:"Zapdos",faiyaa:"Moltres",miniryuu:"Dratini",hakuryuu:"Dragonair",kairyuu:"Dragonite",myuutsuu:"Mewtwo",myuu:"Mew",chikoriita:"Chikorita",beiriifu:"Bayleef",meganiumu:"Meganium",hinoarashi:"Cyndaquil",magumarashi:"Quilava",bakufuun:"Typhlosion",waninoko:"Totodile",arigeitsu:"Croconaw",oodairu:"Feraligatr",otachi:"Sentret",ootachi:"Furret",hoohoo:"Hoothoot",yorunozuku:"Noctowl",rediba:"Ledyba",redian:"Ledian",itomaru:"Spinarak",ariadosu:"Ariados",kurobatto:"Crobat",chonchii:"Chinchou",rantaan:"Lanturn",pichuu:"Pichu",py:"Cleffa",pupurin:"Igglybuff",togepii:"Togepi",togechikku:"Togetic",neitei:"Natu",neiteio:"Xatu",meriipu:"Mareep",mokoko:"Flaaffy",denryuu:"Ampharos",kireihana:"Bellossom",mariru:"Marill",mariruri:"Azumarill",usokkii:"Sudowoodo",nyorotono:"Politoed",hanekko:"Hoppip",popokko:"Skiploom",watakko:"Jumpluff",eipamu:"Aipom",himanattsu:"Sunkern",kimawari:"Sunflora",yanyanma:"Yanma",upaa:"Wooper",nuoo:"Quagsire",eefi:"Espeon",burakkii:"Umbreon",yamikarasu:"Murkrow",yadokingu:"Slowking",muuma:"Misdreavus",annoon:"Unown",soonansu:"Wobbuffet",kirinriki:"Girafarig",kunugidama:"Pineco",foretosu:"Forretress",nokotchi:"Dunsparce",guraigaa:"Gligar",haganeeru:"Steelix",buruu:"Snubbull",guranburu:"Granbull",hariisen:"Qwilfish",hassamu:"Scizor",tsubotsubo:"Shuckle",herakurosu:"Heracross",nyuura:"Sneasel",himeguma:"Teddiursa",ringuma:"Ursaring",magumaggu:"Slugma",magukarugo:"Magcargo",urimuu:"Swinub",inomuu:"Piloswine",saniigo:"Corsola",teppouo:"Remoraid",okutan:"Octillery",deribaado:"Delibird",mantain:"Mantine",eaamudo:"Skarmory",derubiru:"Houndour",herugaa:"Houndoom",kingudora:"Kingdra",gomazou:"Phanpy",donfan:"Donphan",porigon2:"Porygon2",odoshishi:"Stantler",dooburu:"Smeargle",barukii:"Tyrogue",kapoeraa:"Hitmontop",muchuuru:"Smoochum",erekiddo:"Elekid",buby:"Magby",mirutanku:"Miltank",hapinasu:"Blissey",suikun:"Suicune",yoogirasu:"Larvitar",sanagirasu:"Pupitar",bangirasu:"Tyranitar",rugia:"Lugia",houou:"Ho-Oh",sereby:"Celebi",kimori:"Treecko",juputoru:"Grovyle",jukain:"Sceptile",achamo:"Torchic",wakashamo:"Combusken",bashaamo:"Blaziken",mizugorou:"Mudkip",numakuroo:"Marshtomp",raguraaji:"Swampert",pochiena:"Poochyena",guraena:"Mightyena",jiguzaguma:"Zigzagoon",massuguma:"Linoone",kemusso:"Wurmple",karasarisu:"Silcoon",agehanto:"Beautifly",mayurudo:"Cascoon",dokukeiru:"Dustox",hasuboo:"Lotad",hasuburero:"Lombre",runpappa:"Ludicolo",taneboo:"Seedot",konohana:"Nuzleaf",daatengu:"Shiftry",subame:"Taillow",oosubame:"Swellow",kyamome:"Wingull",perippaa:"Pelipper",rarutosu:"Ralts",kiruria:"Kirlia",saanaito:"Gardevoir",ametama:"Surskit",amemoosu:"Masquerain",kinokoko:"Shroomish",kinogassa:"Breloom",namakero:"Slakoth",yarukimono:"Vigoroth",kekkingu:"Slaking",tsuchinin:"Nincada",tekkanin:"Ninjask",nukenin:"Shedinja",gonyonyo:"Whismur",dogoomu:"Loudred",bakuongu:"Exploud",makunoshita:"Makuhita",hariteyama:"Hariyama",ruriri:"Azurill",nozupasu:"Nosepass",eneko:"Skitty",enekororo:"Delcatty",yamirami:"Sableye",kuchiito:"Mawile",kokodora:"Aron",kodora:"Lairon",bosugodora:"Aggron",asanan:"Meditite",chaaremu:"Medicham",rakurai:"Electrike",raiboruto:"Manectric",purasuru:"Plusle",mainan:"Minun",barubiito:"Volbeat",irumiize:"Illumise",rozeria:"Roselia",gokurin:"Gulpin",marunoomu:"Swalot",kibania:"Carvanha",samehadaa:"Sharpedo",hoeruko:"Wailmer",hoeruoo:"Wailord",donmeru:"Numel",bakuuda:"Camerupt",kootasu:"Torkoal",banebuu:"Spoink",buupiggu:"Grumpig",patchiiru:"Spinda",nakkuraa:"Trapinch",biburaaba:"Vibrava",furaigon:"Flygon",sabonea:"Cacnea",nokutasu:"Cacturne",chirutto:"Swablu",chirutarisu:"Altaria",zanguusu:"Zangoose",habuneeku:"Seviper",runatoon:"Lunatone",sorurokku:"Solrock",dojotchi:"Barboach",namazun:"Whiscash",heigani:"Corphish",shizarigaa:"Crawdaunt",yajiron:"Baltoy",nendooru:"Claydol",ririira:"Lileep",yureidoru:"Cradily",anopusu:"Anorith",aamarudo:"Armaldo",hinbasu:"Feebas",mirokarosu:"Milotic",powarun:"Castform",kakureon:"Kecleon",kagebouzu:"Shuppet",jupetta:"Banette",yomawaru:"Duskull",samayooru:"Dusclops",toropiusu:"Tropius",chiriin:"Chimecho",abusoru:"Absol",soonano:"Wynaut",yukiwarashi:"Snorunt",onigoori:"Glalie",tamazarashi:"Spheal",todoguraa:"Sealeo",todozeruga:"Walrein",paaruru:"Clamperl",hanteeru:"Huntail",sakurabisu:"Gorebyss",jiiransu:"Relicanth",rabukasu:"Luvdisc",tatsubei:"Bagon",komoruu:"Shelgon",boomanda:"Salamence",danbaru:"Beldum",metangu:"Metang",metagurosu:"Metagross",rejirokku:"Regirock",rejiaisu:"Regice",rejisuchiru:"Registeel",rateiasu:"Latias",rateiosu:"Latios",kaiooga:"Kyogre",guraadon:"Groudon",rekkuuza:"Rayquaza",jiraachi:"Jirachi",deokishisu:"Deoxys",naetoru:"Turtwig",hayashigame:"Grotle",dodaitosu:"Torterra",hikozaru:"Chimchar",moukazaru:"Monferno",goukazaru:"Infernape",potchama:"Piplup",pottaishi:"Prinplup",enperuto:"Empoleon",mukkuru:"Starly",mukubaado:"Staravia",mukuhooku:"Staraptor",bippa:"Bidoof",biidaru:"Bibarel",korobooshi:"Kricketot",korotokku:"Kricketune",korinku:"Shinx",rukushio:"Luxio",rentoraa:"Luxray",subomii:"Budew",rozureido:"Roserade",zugaidosu:"Cranidos",ramuparudo:"Rampardos",tatetopusu:"Shieldon",toridepusu:"Bastiodon",minomutchi:"Burmy",minomadamu:"Wormadam",gaameiru:"Mothim",mitsuhanii:"Combee",biikuin:"Vespiquen",buizeru:"Buizel",furoozeru:"Floatzel",cherinbo:"Cherubi",cherimu:"Cherrim",karanakushi:"Shellos",toritodon:"Gastrodon",eteboosu:"Ambipom",fuwante:"Drifloon",fuwaraido:"Drifblim",mimiroru:"Buneary",mimiroppu:"Lopunny",muumaaji:"Mismagius",donkarasu:"Honchkrow",nyarumaa:"Glameow",bunyatto:"Purugly",riishan:"Chingling",sukanpuu:"Stunky",sukatanku:"Skuntank",doomiraa:"Bronzor",dootakun:"Bronzong",usohachi:"Bonsly",manene:"Mime Jr.",pinpuku:"Happiny",perappu:"Chatot",mikaruge:"Spiritomb",fukamaru:"Gible",gabaito:"Gabite",gaburiasu:"Garchomp",gonbe:"Munchlax",rioru:"Riolu",rukario:"Lucario",hipopotasu:"Hippopotas",kabarudon:"Hippowdon",sukorupi:"Skorupi",dorapion:"Drapion",guregguru:"Croagunk",dokuroggu:"Toxicroak",masukippa:"Carnivine",keikouo:"Finneon",neoranto:"Lumineon",tamanta:"Mantyke",yukikaburi:"Snover",yukinooo:"Abomasnow",manyuura:"Weavile",jibakoiru:"Magnezone",beroberuto:"Lickilicky",dosaidon:"Rhyperior",mojanbo:"Tangrowth",erekiburu:"Electivire",buubaan:"Magmortar",togekissu:"Togekiss",megayanma:"Yanmega",riifia:"Leafeon",gureishia:"Glaceon",guraion:"Gliscor",manmuu:"Mamoswine",porigonz:"Porygon-Z",erureido:"Gallade",dainoozu:"Probopass",yonowaaru:"Dusknoir",yukimenoko:"Froslass",rotomu:"Rotom",yukushii:"Uxie",emuritto:"Mesprit",agunomu:"Azelf",diaruga:"Dialga",parukia:"Palkia",hiidoran:"Heatran",rejigigasu:"Regigigas",girateina:"Giratina",kureseria:"Cresselia",fione:"Phione",manafi:"Manaphy",daakurai:"Darkrai",sheimi:"Shaymin",aruseusu:"Arceus",bikuteini:"Victini",tsutaaja:"Snivy",janobii:"Servine",jarooda:"Serperior",pokabu:"Tepig",chaobuu:"Pignite",enbuoo:"Emboar",mijumaru:"Oshawott",futachimaru:"Dewott",daikenki:"Samurott",minezumi:"Patrat",miruhoggu:"Watchog",yooterii:"Lillipup",haaderia:"Herdier",muurando:"Stoutland",choroneko:"Purrloin",reparudasu:"Liepard",yanappu:"Pansage",yanakkii:"Simisage",baoppu:"Pansear",baokkii:"Simisear",hiyappu:"Panpour",hiyakkii:"Simipour",mushaana:"Musharna",mamepato:"Pidove",hatooboo:"Tranquill",kenhorou:"Unfezant",shimama:"Blitzle",zeburaika:"Zebstrika",dangoro:"Roggenrola",gantoru:"Boldore",gigaiasu:"Gigalith",koromori:"Woobat",kokoromori:"Swoobat",moguryuu:"Drilbur",doryuuzu:"Excadrill",tabunne:"Audino",dokkoraa:"Timburr",dotekkotsu:"Gurdurr",roobushin:"Conkeldurr",otamaro:"Tympole",gamagaru:"Palpitoad",gamageroge:"Seismitoad",nageki:"Throh",dageki:"Sawk",kurumiru:"Sewaddle",kurumayu:"Swadloon",hahakomori:"Leavanny",fushide:"Venipede",hoiiga:"Whirlipede",pendoraa:"Scolipede",monmen:"Cottonee",erufuun:"Whimsicott",churine:"Petilil",doredia:"Lilligant",basurao:"Basculin",meguroko:"Sandile",warubiru:"Krokorok",warubiaru:"Krookodile",darumakka:"Darumaka",hihidaruma:"Darmanitan",marakatchi:"Maractus",ishizumai:"Dwebble",iwaparesu:"Crustle",zuruggu:"Scraggy",zuruzukin:"Scrafty",shinboraa:"Sigilyph",desumasu:"Yamask",desukaan:"Cofagrigus",purotooga:"Tirtouga",abagoora:"Carracosta",aaken:"Archen",aakeosu:"Archeops",yabukuron:"Trubbish",dasutodasu:"Garbodor",zoroa:"Zorua",zoroaaku:"Zoroark",chiraamy:"Minccino",chirachiino:"Cinccino",gochimu:"Gothita",gochimiru:"Gothorita",gochiruzeru:"Gothitelle",yuniran:"Solosis",daburan:"Duosion",rankurusu:"Reuniclus",koaruhii:"Ducklett",suwanna:"Swanna",baniputchi:"Vanillite",baniritchi:"Vanillish",baibanira:"Vanilluxe",shikijika:"Deerling",mebukijika:"Sawsbuck",emonga:"Emolga",kaburumo:"Karrablast",shubarugo:"Escavalier",tamagetake:"Foongus",morobareru:"Amoonguss",pururiru:"Frillish",burungeru:"Jellicent",mamanbou:"Alomomola",bachuru:"Joltik",denchura:"Galvantula",tesshiido:"Ferroseed",nattorei:"Ferrothorn",giaru:"Klink",gigiaru:"Klang",gigigiaru:"Klinklang",shibishirasu:"Tynamo",shibibiiru:"Eelektrik",shibirudon:"Eelektross",riguree:"Elgyem",oobemu:"Beheeyem",hitomoshi:"Litwick",ranpuraa:"Lampent",shandera:"Chandelure",kibago:"Axew",onondo:"Fraxure",ononokusu:"Haxorus",kumashun:"Cubchoo",tsunbeaa:"Beartic",furiijio:"Cryogonal",chobomaki:"Shelmet",agirudaa:"Accelgor",maggyo:"Stunfisk",kojofuu:"Mienfoo",kojondo:"Mienshao",kurimugan:"Druddigon",gobitto:"Golett",goruugu:"Golurk",komatana:"Pawniard",kirikizan:"Bisharp",baffuron:"Bouffalant",washibon:"Rufflet",uooguru:"Braviary",baruchai:"Vullaby",barujiina:"Mandibuzz",kuitaran:"Heatmor",aianto:"Durant",monozu:"Deino",jiheddo:"Zweilous",sazandora:"Hydreigon",meraruba:"Larvesta",urugamosu:"Volcarona",kobaruon:"Cobalion",terakion:"Terrakion",birijion:"Virizion",torunerosu:"Tornadus",borutorosu:"Thundurus",reshiramu:"Reshiram",zekuromu:"Zekrom",randorosu:"Landorus",kyuremu:"Kyurem",kerudio:"Keldeo",meroetta:"Meloetta",genosekuto:"Genesect",harimaron:"Chespin",hariboogu:"Quilladin",burigaron:"Chesnaught",fokko:"Fennekin",teerunaa:"Braixen",mafokushii:"Delphox",keromatsu:"Froakie",gekogashira:"Frogadier",gekkouga:"Greninja",gekkougasatoshi:"Greninja-Ash",satoshigekkouga:"Greninja-Ash",horubii:"Bunnelby",horuudo:"Diggersby",yayakoma:"Fletchling",hinoyakoma:"Fletchinder",faiaroo:"Talonflame",kofukimushi:"Scatterbug",kofuurai:"Spewpa",bibiyon:"Vivillon",shishiko:"Litleo",kaenjishi:"Pyroar",furabebe:"Flabébé",furaette:"Floette",furaajesu:"Florges",meeekuru:"Skiddo",googooto:"Gogoat",yanchamu:"Pancham",goronda:"Pangoro",torimian:"Furfrou",nyasupaa:"Espurr",nyaonikusu:"Meowstic",hitotsuki:"Honedge",nidangiru:"Doublade",girugarudo:"Aegislash",shushupu:"Spritzee",furefuwan:"Aromatisse",peroppafu:"Swirlix",peroriimu:"Slurpuff",maaiika:"Inkay",karamanero:"Malamar",kametete:"Binacle",gamenodesu:"Barbaracle",kuzumoo:"Skrelp",doramidoro:"Dragalge",udeppou:"Clauncher",burosutaa:"Clawitzer",erikiteru:"Helioptile",erezaado:"Heliolisk",chigorasu:"Tyrunt",gachigorasu:"Tyrantrum",amarusu:"Amaura",amaruruga:"Aurorus",ninfia:"Sylveon",ruchaburu:"Hawlucha",mereshii:"Carbink",numera:"Goomy",numeiru:"Sliggoo",numerugon:"Goodra",kureffi:"Klefki",bokuree:"Phantump",oorotto:"Trevenant",baketcha:"Pumpkaboo",panpujin:"Gourgeist",kachikooru:"Bergmite",kurebeesu:"Avalugg",onbatto:"Noibat",onbaan:"Noivern",zeruneasu:"Xerneas",iberutaru:"Yveltal",jigarude:"Zygarde",dianshii:"Diancie",fuupa:"Hoopa",borukenion:"Volcanion",mokuroo:"Rowlet",fukusuroo:"Dartrix",junaipaa:"Decidueye",nyabii:"Litten",nyahiito:"Torracat",gaogaen:"Incineroar",ashimari:"Popplio",oshamari:"Brionne",ashireenu:"Primarina",tsutsukera:"Pikipek",kerarappa:"Trumbeak",dodekabashi:"Toucannon",yanguusu:"Yungoos",dekaguusu:"Gumshoos",agojimushi:"Grubbin",denjimushi:"Charjabug",kuwaganon:"Vikavolt",makenkani:"Crabrawler",kekenkani:"Crabominable",odoridori:"Oricorio",aburii:"Cutiefly",aburibon:"Ribombee",iwanko:"Rockruff",rugarugan:"Lycanroc",yowashi:"Wishiwashi",hidoide:"Mareanie",dohidoide:"Toxapex",dorobanko:"Mudbray",banbadoro:"Mudsdale",shizukumo:"Dewpider",onishizukumo:"Araquanid",karikiri:"Fomantis",rarantesu:"Lurantis",nemashu:"Morelull",masheedo:"Shiinotic",yatoumori:"Salandit",ennyuuto:"Salazzle",nuikoguma:"Stufful",kiteruguma:"Bewear",amakaji:"Bounsweet",amamaiko:"Steenee",amaajo:"Tsareena",kyuwawaa:"Comfey",yareyuutan:"Oranguru",nagetsukesaru:"Passimian",kosokumushi:"Wimpod",gusokumusha:"Golisopod",sunabaa:"Sandygast",shirodesuna:"Palossand",namakobushi:"Pyukumuku",taipunuru:"Type: Null",shiruvuadi:"Silvally",meteno:"Minior",nekkoara:"Komala",bakugamesu:"Turtonator",mimikkyu:"Mimikyu",hagigishiri:"Bruxish",jijiiron:"Drampa",dadarin:"Dhelmise",jarako:"Jangmo-o",jarango:"Hakamo-o",jararanga:"Kommo-o",kapukokeko:"Tapu Koko",kaputetefu:"Tapu Lele",kapubururu:"Tapu Bulu",kapurehire:"Tapu Fini",kosumoggu:"Cosmog",kosumoumu:"Cosmoem",sorugareo:"Solgaleo",runaaara:"Lunala",utsuroido:"Nihilego",masshibuun:"Buzzwole",fierooche:"Pheromosa",denjumoku:"Xurkitree",tekkaguya:"Celesteela",kamitsurugi:"Kartana",akujikingu:"Guzzlord",nekurozuma:"Necrozma",magiana:"Magearna",maashadoo:"Marshadow",bebenomu:"Poipole",aagoyon:"Naganadel",tsundetsunde:"Stakataka",zugadoon:"Blacephalon",merutan:"Meltan",merumetaru:"Melmetal"},Conditions:{1:{brn:{name:"brn",effectType:"Status",onAfterMoveSelfPriority:2},par:{name:"par",effectType:"Status",onBeforeMovePriority:2},slp:{name:"slp",effectType:"Status",onBeforeMovePriority:10,onAfterMoveSelfPriority:3},frz:{name:"frz",effectType:"Status",onBeforeMovePriority:12},psn:{name:"psn",effectType:"Status",onAfterMoveSelfPriority:2},tox:{inherit:!0,onAfterMoveSelfPriority:2},confusion:{name:"confusion",onBeforeMovePriority:3},flinch:{name:"flinch",duration:1,onBeforeMovePriority:4},trapped:{name:"trapped",noCopy:!0},partiallytrapped:{name:"partiallytrapped",duration:2,onBeforeMovePriority:4},partialtrappinglock:{name:"partialtrappinglock"},mustrecharge:{inherit:!0,duration:0},lockedmove:{inherit:!0},stall:{name:"stall",duration:2,counterMax:256}},2:{brn:{name:"brn",effectType:"Status",onAfterMoveSelfPriority:3},par:{name:"par",inherit:!0,onBeforeMovePriority:2},slp:{name:"slp",effectType:"Status",onBeforeMovePriority:10},frz:{name:"frz",inherit:!0,onResidualOrder:7},psn:{name:"psn",effectType:"Status",onAfterMoveSelfPriority:3},tox:{name:"tox",effectType:"Status",onAfterMoveSelfPriority:3},confusion:{inherit:!0},partiallytrapped:{inherit:!0,onResidualOrder:3,onResidualSubOrder:1},lockedmove:{name:"lockedmove"},futuremove:{inherit:!0,onResidualOrder:1},raindance:{inherit:!0,onFieldResidualOrder:2},sunnyday:{inherit:!0,onFieldResidualOrder:2},sandstorm:{inherit:!0,onFieldResidualOrder:2},stall:{name:"stall",duration:2},residualdmg:{name:"residualdmg",onAfterMoveSelfPriority:100}},3:{slp:{name:"slp",effectType:"Status",onBeforeMovePriority:10},frz:{inherit:!0},sandstorm:{inherit:!0}},4:{brn:{inherit:!0,onResidualOrder:10,onResidualSubOrder:6},par:{inherit:!0},slp:{name:"slp",effectType:"Status",onBeforeMovePriority:10},psn:{inherit:!0,onResidualOrder:10,onResidualSubOrder:6},tox:{inherit:!0,onResidualOrder:10,onResidualSubOrder:6},confusion:{inherit:!0},frz:{inherit:!0},substitutebroken:{noCopy:!0},trapped:{inherit:!0,noCopy:!1},trapper:{inherit:!0,noCopy:!1},partiallytrapped:{inherit:!0,onResidualOrder:10,onResidualSubOrder:9},choicelock:{inherit:!0},futuremove:{inherit:!0,onResidualOrder:11},stall:{inherit:!0,counterMax:8},raindance:{inherit:!0,onFieldResidualOrder:8},sunnyday:{inherit:!0,onFieldResidualOrder:8},sandstorm:{inherit:!0,onFieldResidualOrder:8},hail:{inherit:!0,onFieldResidualOrder:8},arceus:{name:"Arceus"}},5:{slp:{inherit:!0},partiallytrapped:{inherit:!0},stall:{duration:2,counterMax:256},gem:{duration:1,affectsFainted:!0}},6:{brn:{inherit:!0},par:{inherit:!0},confusion:{inherit:!0},choicelock:{inherit:!0}},8:{brn:{name:"brn",effectType:"Status",onResidualOrder:10},par:{name:"par",effectType:"Status",onBeforeMovePriority:1},slp:{name:"slp",effectType:"Status",onBeforeMovePriority:10},frz:{name:"frz",effectType:"Status",onBeforeMovePriority:10},psn:{name:"psn",effectType:"Status",onResidualOrder:9},tox:{name:"tox",effectType:"Status",onResidualOrder:9},confusion:{name:"confusion",onBeforeMovePriority:3},flinch:{name:"flinch",duration:1,onBeforeMovePriority:8},trapped:{name:"trapped",noCopy:!0},trapper:{name:"trapper",noCopy:!0},partiallytrapped:{name:"partiallytrapped",duration:5,onResidualOrder:13},lockedmove:{name:"lockedmove",duration:2},twoturnmove:{name:"twoturnmove",duration:2},choicelock:{name:"choicelock",noCopy:!0},mustrecharge:{name:"mustrecharge",duration:2,onBeforeMovePriority:11,onLockMove:"recharge"},futuremove:{name:"futuremove",duration:3,onResidualOrder:3},healreplacement:{name:"healreplacement",onSwitchInPriority:1},stall:{name:"stall",duration:2,counterMax:729},gem:{name:"gem",duration:1,affectsFainted:!0,onBasePowerPriority:14},raindance:{name:"RainDance",effectType:"Weather",duration:5,onFieldResidualOrder:1},primordialsea:{name:"PrimordialSea",effectType:"Weather",duration:0,onTryMovePriority:1,onFieldResidualOrder:1},sunnyday:{name:"SunnyDay",effectType:"Weather",duration:5,onFieldResidualOrder:1},desolateland:{name:"DesolateLand",effectType:"Weather",duration:0,onTryMovePriority:1,onFieldResidualOrder:1},sandstorm:{name:"Sandstorm",effectType:"Weather",duration:5,onModifySpDPriority:10,onFieldResidualOrder:1},hail:{name:"Hail",effectType:"Weather",duration:5,onFieldResidualOrder:1},deltastream:{name:"DeltaStream",effectType:"Weather",duration:0,onEffectivenessPriority:-1,onFieldResidualOrder:1},dynamax:{name:"Dynamax",noCopy:!0,onBeforeSwitchOutPriority:-1,onDragOutPriority:2,onResidualPriority:-100},arceus:{name:"Arceus",onTypePriority:1},silvally:{name:"Silvally",onTypePriority:1}}},Items:{2:{berryjuice:{inherit:!0,isNonstandard:null},blackbelt:{inherit:!0},blackglasses:{inherit:!0},brightpowder:{inherit:!0,desc:"An attack against the holder has its accuracy out of 255 lowered by 20."},charcoal:{inherit:!0},dragonfang:{inherit:!0,desc:"No competitive use."},dragonscale:{inherit:!0,desc:"Holder's Dragon-type attacks have 1.1x power. Evolves Seadra (trade)."},fastball:{inherit:!0,isNonstandard:null},focusband:{inherit:!0,desc:"Holder has a ~11.7% chance to survive an attack that would KO it with 1 HP."},hardstone:{inherit:!0},heavyball:{inherit:!0,isNonstandard:null},kingsrock:{inherit:!0},leftovers:{inherit:!0,onResidualOrder:5,onResidualSubOrder:1},levelball:{inherit:!0,isNonstandard:null},lightball:{inherit:!0},loveball:{inherit:!0,isNonstandard:null},luckypunch:{inherit:!0,onModifyCritRatioPriority:-1,desc:"If held by a Chansey, its critical hit ratio is always at stage 2. (25% crit rate)"},lureball:{inherit:!0,isNonstandard:null},magnet:{inherit:!0},metalcoat:{inherit:!0},metalpowder:{inherit:!0,desc:"If held by a Ditto, its Defense and Sp. Def are 1.5x, even while Transformed."},miracleseed:{inherit:!0},moonball:{inherit:!0,isNonstandard:null},mysticwater:{inherit:!0},nevermeltice:{inherit:!0},poisonbarb:{inherit:!0},sharpbeak:{inherit:!0},silverpowder:{inherit:!0},softsand:{inherit:!0},spelltag:{inherit:!0},sportball:{inherit:!0,isNonstandard:null},stick:{inherit:!0,onModifyCritRatioPriority:-1,desc:"If held by a Farfetch’d, its critical hit ratio is always at stage 2. (25% crit rate)"},thickclub:{inherit:!0},twistedspoon:{inherit:!0},berserkgene:{inherit:!0,isNonstandard:null},berry:{inherit:!0,isNonstandard:null},bitterberry:{inherit:!0,isNonstandard:null},burntberry:{inherit:!0,isNonstandard:null},goldberry:{inherit:!0,isNonstandard:null},iceberry:{inherit:!0,isNonstandard:null},mintberry:{inherit:!0,isNonstandard:null},miracleberry:{inherit:!0,isNonstandard:null},mysteryberry:{inherit:!0,isNonstandard:null},pinkbow:{inherit:!0,isNonstandard:null},polkadotbow:{inherit:!0,isNonstandard:null},przcureberry:{inherit:!0,isNonstandard:null},psncureberry:{inherit:!0,isNonstandard:null},quickclaw:{inherit:!0,desc:"Each turn, holder has a ~23.4% chance to move first in its priority bracket."}},3:{aguavberry:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4},apicotberry:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4},berryjuice:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4,isNonstandard:"Unobtainable"},blackbelt:{inherit:!0,onModifyAtkPriority:1,desc:"Holder's Fighting-type attacks have 1.1x power."},blackglasses:{inherit:!0,onModifySpAPriority:1,desc:"Holder's Dark-type attacks have 1.1x power."},charcoal:{inherit:!0,onModifySpAPriority:1,desc:"Holder's Fire-type attacks have 1.1x power."},dragonfang:{inherit:!0,onModifySpAPriority:1,desc:"Holder's Dragon-type attacks have 1.1x power."},enigmaberry:{name:"Enigma Berry",isBerry:!0,num:208,gen:3,isNonstandard:"Unobtainable",desc:"No competitive use."},fastball:{inherit:!0,isNonstandard:"Unobtainable"},figyberry:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4},ganlonberry:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4},hardstone:{inherit:!0,onModifyAtkPriority:1,desc:"Holder's Rock-type attacks have 1.1x power."},heavyball:{inherit:!0,isNonstandard:"Unobtainable"},iapapaberry:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4},kingsrock:{inherit:!0},lansatberry:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4},laxincense:{inherit:!0,desc:"The accuracy of attacks against the holder is 0.95x."},levelball:{inherit:!0,isNonstandard:"Unobtainable"},liechiberry:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4},lightball:{inherit:!0,desc:"If held by a Pikachu, its Special Attack is doubled."},loveball:{inherit:!0,isNonstandard:"Unobtainable"},lureball:{inherit:!0,isNonstandard:"Unobtainable"},magnet:{inherit:!0,onModifySpAPriority:1,desc:"Holder's Electric-type attacks have 1.1x power."},magoberry:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4},metalcoat:{inherit:!0,onModifyAtkPriority:1,desc:"Holder's Steel-type attacks have 1.1x power. Evolves Onix into Steelix and Scyther into Scizor when traded.",shortDesc:"Holder's Steel-type attacks have 1.1x power."},miracleseed:{inherit:!0,onModifySpAPriority:1,desc:"Holder's Grass-type attacks have 1.1x power."},moonball:{inherit:!0,isNonstandard:"Unobtainable"},mysticwater:{inherit:!0,onModifySpAPriority:1,desc:"Holder's Water-type attacks have 1.1x power."},nevermeltice:{inherit:!0,onModifySpAPriority:1,desc:"Holder's Ice-type attacks have 1.1x power."},oranberry:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4},petayaberry:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4},poisonbarb:{inherit:!0,onModifyAtkPriority:1,desc:"Holder's Poison-type attacks have 1.1x power."},quickclaw:{inherit:!0},salacberry:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4},seaincense:{inherit:!0,onModifySpAPriority:1,desc:"Holder's Water-type attacks have 1.05x power."},sharpbeak:{inherit:!0,onModifyAtkPriority:1,desc:"Holder's Flying-type attacks have 1.1x power."},silkscarf:{inherit:!0,onModifyAtkPriority:1,desc:"Holder's Normal-type attacks have 1.1x power."},silverpowder:{inherit:!0,onModifyAtkPriority:1,desc:"Holder's Bug-type attacks have 1.1x power."},sitrusberry:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4,desc:"Restores 30 HP when at 1/2 max HP or less. Single use."},softsand:{inherit:!0,onModifyAtkPriority:1,desc:"Holder's Ground-type attacks have 1.1x power."},spelltag:{inherit:!0,onModifyAtkPriority:1,desc:"Holder's Ghost-type attacks have 1.1x power."},sportball:{inherit:!0,isNonstandard:"Unobtainable"},starfberry:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4},twistedspoon:{inherit:!0,onModifySpAPriority:1,desc:"Holder's Psychic-type attacks have 1.1x power."},wikiberry:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4}},4:{adamantorb:{inherit:!0},bigroot:{inherit:!0},blacksludge:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4},brightpowder:{inherit:!0,onModifyAccuracyPriority:5},choiceband:{inherit:!0},choicescarf:{inherit:!0},choicespecs:{inherit:!0},chopleberry:{inherit:!0},custapberry:{inherit:!0},deepseascale:{inherit:!0},deepseatooth:{inherit:!0},fastball:{inherit:!0,isNonstandard:null},flameorb:{inherit:!0,onResidualOrder:10,onResidualSubOrder:20},focussash:{inherit:!0,condition:{duration:1},desc:"If holder's HP is full, survives all hits of one attack with at least 1 HP. Single use."},griseousorb:{inherit:!0,desc:"Can only be held by Giratina. Its Ghost- & Dragon-type attacks have 1.2x power."},heavyball:{inherit:!0,isNonstandard:null},ironball:{inherit:!0,desc:"Holder's Speed is halved and it becomes grounded."},kingsrock:{inherit:!0},laxincense:{inherit:!0,onModifyAccuracyPriority:5},leftovers:{inherit:!0,onResidualOrder:10,onResidualSubOrder:4},levelball:{inherit:!0,isNonstandard:null},lifeorb:{inherit:!0,condition:{duration:1}},lightball:{inherit:!0,desc:"If held by a Pikachu, its attacks have their power doubled."},loveball:{inherit:!0,isNonstandard:null},luckypunch:{inherit:!0},lureball:{inherit:!0,isNonstandard:null},lustrousorb:{inherit:!0},mentalherb:{inherit:!0,fling:{basePower:10},desc:"Holder is cured if it is infatuated. Single use."},metronome:{inherit:!0,condition:{onTryMovePriority:-2},desc:"Damage of moves used on consecutive turns is increased. Max 2x after 10 turns."},micleberry:{inherit:!0,condition:{duration:2,onSourceModifyAccuracyPriority:3}},moonball:{inherit:!0,isNonstandard:null},razorfang:{inherit:!0},sportball:{inherit:!0,isNonstandard:null},stick:{inherit:!0},stickybarb:{inherit:!0,onResidualOrder:10,onResidualSubOrder:20},thickclub:{inherit:!0},toxicorb:{inherit:!0,onResidualOrder:10,onResidualSubOrder:20},widelens:{inherit:!0,onSourceModifyAccuracyPriority:4},zoomlens:{inherit:!0,onSourceModifyAccuracyPriority:4}},5:{aguavberry:{inherit:!0,naturalGift:{basePower:60,type:"Dragon"}},apicotberry:{inherit:!0,naturalGift:{basePower:80,type:"Ground"}},aspearberry:{inherit:!0,naturalGift:{basePower:60,type:"Ice"}},babiriberry:{inherit:!0,naturalGift:{basePower:60,type:"Steel"}},belueberry:{inherit:!0,naturalGift:{basePower:80,type:"Electric"}},blukberry:{inherit:!0,naturalGift:{basePower:70,type:"Fire"}},buggem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Bug-type attack will have 1.5x power. Single use."},chartiberry:{inherit:!0,naturalGift:{basePower:60,type:"Rock"}},cheriberry:{inherit:!0,naturalGift:{basePower:60,type:"Fire"}},chestoberry:{inherit:!0,naturalGift:{basePower:60,type:"Water"}},chilanberry:{inherit:!0,naturalGift:{basePower:60,type:"Normal"}},chopleberry:{inherit:!0,naturalGift:{basePower:60,type:"Fighting"}},cobaberry:{inherit:!0,naturalGift:{basePower:60,type:"Flying"}},colburberry:{inherit:!0,naturalGift:{basePower:60,type:"Dark"}},cornnberry:{inherit:!0,naturalGift:{basePower:70,type:"Bug"}},custapberry:{inherit:!0,naturalGift:{basePower:80,type:"Ghost"}},darkgem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Dark-type attack will have 1.5x power. Single use."},dragongem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Dragon-type attack will have 1.5x power. Single use."},durinberry:{inherit:!0,naturalGift:{basePower:80,type:"Water"}},electricgem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Electric-type attack will have 1.5x power. Single use."},enigmaberry:{inherit:!0,naturalGift:{basePower:80,type:"Bug"}},fightinggem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Fighting-type attack will have 1.5x power. Single use."},figyberry:{inherit:!0,naturalGift:{basePower:60,type:"Bug"}},firegem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Fire-type attack will have 1.5x power. Single use."},flyinggem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Flying-type attack will have 1.5x power. Single use."},ganlonberry:{inherit:!0,naturalGift:{basePower:80,type:"Ice"}},ghostgem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Ghost-type attack will have 1.5x power. Single use."},grassgem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Grass-type attack will have 1.5x power. Single use."},grepaberry:{inherit:!0,naturalGift:{basePower:70,type:"Flying"}},groundgem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Ground-type attack will have 1.5x power. Single use."},habanberry:{inherit:!0,naturalGift:{basePower:60,type:"Dragon"}},hondewberry:{inherit:!0,naturalGift:{basePower:70,type:"Ground"}},iapapaberry:{inherit:!0,naturalGift:{basePower:60,type:"Dark"}},icegem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Ice-type attack will have 1.5x power. Single use."},jabocaberry:{inherit:!0,naturalGift:{basePower:80,type:"Dragon"}},kasibberry:{inherit:!0,naturalGift:{basePower:60,type:"Ghost"}},kebiaberry:{inherit:!0,naturalGift:{basePower:60,type:"Poison"}},kelpsyberry:{inherit:!0,naturalGift:{basePower:70,type:"Fighting"}},lansatberry:{inherit:!0,naturalGift:{basePower:80,type:"Flying"}},leppaberry:{inherit:!0,naturalGift:{basePower:60,type:"Fighting"}},liechiberry:{inherit:!0,naturalGift:{basePower:80,type:"Grass"}},lumberry:{inherit:!0,naturalGift:{basePower:60,type:"Flying"}},mail:{inherit:!0,isNonstandard:null},magoberry:{inherit:!0,naturalGift:{basePower:60,type:"Ghost"}},magostberry:{inherit:!0,naturalGift:{basePower:70,type:"Rock"}},micleberry:{inherit:!0,naturalGift:{basePower:80,type:"Rock"}},nanabberry:{inherit:!0,naturalGift:{basePower:70,type:"Water"}},nomelberry:{inherit:!0,naturalGift:{basePower:70,type:"Dragon"}},occaberry:{inherit:!0,naturalGift:{basePower:60,type:"Fire"}},oranberry:{inherit:!0,naturalGift:{basePower:60,type:"Poison"}},pamtreberry:{inherit:!0,naturalGift:{basePower:70,type:"Steel"}},passhoberry:{inherit:!0,naturalGift:{basePower:60,type:"Water"}},payapaberry:{inherit:!0,naturalGift:{basePower:60,type:"Psychic"}},pechaberry:{inherit:!0,naturalGift:{basePower:60,type:"Electric"}},persimberry:{inherit:!0,naturalGift:{basePower:60,type:"Ground"}},petayaberry:{inherit:!0,naturalGift:{basePower:80,type:"Poison"}},pinapberry:{inherit:!0,naturalGift:{basePower:70,type:"Grass"}},poisongem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Poison-type attack will have 1.5x power. Single use."},pomegberry:{inherit:!0,naturalGift:{basePower:70,type:"Ice"}},psychicgem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Psychic-type attack will have 1.5x power. Single use."},qualotberry:{inherit:!0,naturalGift:{basePower:70,type:"Poison"}},rabutaberry:{inherit:!0,naturalGift:{basePower:70,type:"Ghost"}},rawstberry:{inherit:!0,naturalGift:{basePower:60,type:"Grass"}},razzberry:{inherit:!0,naturalGift:{basePower:60,type:"Steel"}},rindoberry:{inherit:!0,naturalGift:{basePower:60,type:"Grass"}},rockgem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Rock-type attack will have 1.5x power. Single use."},rowapberry:{inherit:!0,naturalGift:{basePower:80,type:"Dark"}},salacberry:{inherit:!0,naturalGift:{basePower:80,type:"Fighting"}},shucaberry:{inherit:!0,naturalGift:{basePower:60,type:"Ground"}},sitrusberry:{inherit:!0,naturalGift:{basePower:60,type:"Psychic"}},spelonberry:{inherit:!0,naturalGift:{basePower:70,type:"Dark"}},starfberry:{inherit:!0,naturalGift:{basePower:80,type:"Psychic"}},steelgem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Steel-type attack will have 1.5x power. Single use."},tamatoberry:{inherit:!0,naturalGift:{basePower:70,type:"Psychic"}},tangaberry:{inherit:!0,naturalGift:{basePower:60,type:"Bug"}},wacanberry:{inherit:!0,naturalGift:{basePower:60,type:"Electric"}},watergem:{inherit:!0,isNonstandard:null,desc:"Holder's first successful Water-type attack will have 1.5x power. Single use."},watmelberry:{inherit:!0,naturalGift:{basePower:80,type:"Fire"}},wepearberry:{inherit:!0,naturalGift:{basePower:70,type:"Electric"}},wikiberry:{inherit:!0,naturalGift:{basePower:60,type:"Rock"}},yacheberry:{inherit:!0,naturalGift:{basePower:60,type:"Ice"}},normalgem:{inherit:!0,desc:"Holder's first successful Normal-type attack will have 1.5x power. Single use."}},6:{aguavberry:{inherit:!0,desc:"Restores 1/8 max HP at 1/2 max HP or less; confuses if -SpD Nature. Single use."},belueberry:{inherit:!0,isNonstandard:null},cornnberry:{inherit:!0,isNonstandard:null},durinberry:{inherit:!0,isNonstandard:null},fastball:{inherit:!0,isNonstandard:"Unobtainable"},figyberry:{inherit:!0,desc:"Restores 1/8 max HP at 1/2 max HP or less; confuses if -Atk Nature. Single use."},heavyball:{inherit:!0,isNonstandard:"Unobtainable"},iapapaberry:{inherit:!0,desc:"Restores 1/8 max HP at 1/2 max HP or less; confuses if -Def Nature. Single use."},jabocaberry:{inherit:!0},levelball:{inherit:!0,isNonstandard:"Unobtainable"},lifeorb:{inherit:!0},loveball:{inherit:!0,isNonstandard:"Unobtainable"},lureball:{inherit:!0,isNonstandard:"Unobtainable"},machobrace:{inherit:!0,isNonstandard:null},magoberry:{inherit:!0,desc:"Restores 1/8 max HP at 1/2 max HP or less; confuses if -Spe Nature. Single use."},magostberry:{inherit:!0,isNonstandard:null},moonball:{inherit:!0,isNonstandard:"Unobtainable"},nanabberry:{inherit:!0,isNonstandard:null},nomelberry:{inherit:!0,isNonstandard:null},oldamber:{inherit:!0,isNonstandard:null},pamtreberry:{inherit:!0,isNonstandard:null},rabutaberry:{inherit:!0,isNonstandard:null},razzberry:{inherit:!0,isNonstandard:null},rockyhelmet:{inherit:!0},rowapberry:{inherit:!0},spelonberry:{inherit:!0,isNonstandard:null},souldew:{inherit:!0,onModifySpAPriority:1,onModifySpDPriority:2,desc:"If held by a Latias or a Latios, its Sp. Atk and Sp. Def are 1.5x."},watmelberry:{inherit:!0,isNonstandard:null},wepearberry:{inherit:!0,isNonstandard:null},wikiberry:{inherit:!0,desc:"Restores 1/8 max HP at 1/2 max HP or less; confuses if -SpA Nature. Single use."},bigroot:{inherit:!0,desc:"Holder gains 1.3x HP from draining moves, Aqua Ring, Ingrain, and Leech Seed."},energypowder:{inherit:!0,desc:"Restores 50 HP to one Pokemon but lowers Happiness."},lightclay:{inherit:!0,desc:"Holder's use of Light Screen or Reflect lasts 8 turns instead of 5."}},7:{abomasite:{inherit:!0,isNonstandard:null},absolite:{inherit:!0,isNonstandard:null},aerodactylite:{inherit:!0,isNonstandard:null},aggronite:{inherit:!0,isNonstandard:null},aguavberry:{inherit:!0,desc:"Restores 1/2 max HP at 1/4 max HP or less; confuses if -SpD Nature. Single use."},alakazite:{inherit:!0,isNonstandard:null},altarianite:{inherit:!0,isNonstandard:null},aloraichiumz:{inherit:!0,isNonstandard:null},ampharosite:{inherit:!0,isNonstandard:null},armorfossil:{inherit:!0,isNonstandard:null},audinite:{inherit:!0,isNonstandard:null},banettite:{inherit:!0,isNonstandard:null},beedrillite:{inherit:!0,isNonstandard:null},belueberry:{inherit:!0,isNonstandard:"Unobtainable"},blastoisinite:{inherit:!0,isNonstandard:null},blazikenite:{inherit:!0,isNonstandard:null},blueorb:{inherit:!0,isNonstandard:null},buggem:{inherit:!0,isNonstandard:"Unobtainable"},buginiumz:{inherit:!0,isNonstandard:null},cameruptite:{inherit:!0,isNonstandard:null},charizarditex:{inherit:!0,isNonstandard:null},charizarditey:{inherit:!0,isNonstandard:null},clawfossil:{inherit:!0,isNonstandard:null},cornnberry:{inherit:!0,isNonstandard:"Unobtainable"},coverfossil:{inherit:!0,isNonstandard:null},darkgem:{inherit:!0,isNonstandard:"Unobtainable"},darkiniumz:{inherit:!0,isNonstandard:null},decidiumz:{inherit:!0,isNonstandard:null},diancite:{inherit:!0,isNonstandard:null},domefossil:{inherit:!0,isNonstandard:null},dracoplate:{inherit:!0,isNonstandard:null},dragongem:{inherit:!0,isNonstandard:"Unobtainable"},dragoniumz:{inherit:!0,isNonstandard:null},dreadplate:{inherit:!0,isNonstandard:null},dreamball:{inherit:!0,isNonstandard:"Unobtainable",desc:"A special Poke Ball that appears out of nowhere in a bag at the Entree Forest."},durinberry:{inherit:!0,isNonstandard:"Unobtainable"},earthplate:{inherit:!0,isNonstandard:null},eeviumz:{inherit:!0,isNonstandard:null},electricgem:{inherit:!0,isNonstandard:"Unobtainable"},electriumz:{inherit:!0,isNonstandard:null},fairiumz:{inherit:!0,isNonstandard:null},fairygem:{inherit:!0,isNonstandard:"Unobtainable"},fightinggem:{inherit:!0,isNonstandard:"Unobtainable"},fightiniumz:{inherit:!0,isNonstandard:null},figyberry:{inherit:!0,desc:"Restores 1/2 max HP at 1/4 max HP or less; confuses if -Atk Nature. Single use."},firegem:{inherit:!0,isNonstandard:"Unobtainable"},firiumz:{inherit:!0,isNonstandard:null},fistplate:{inherit:!0,isNonstandard:null},flameplate:{inherit:!0,isNonstandard:null},flyinggem:{inherit:!0,isNonstandard:"Unobtainable"},flyiniumz:{inherit:!0,isNonstandard:null},galladite:{inherit:!0,isNonstandard:null},garchompite:{inherit:!0,isNonstandard:null},gardevoirite:{inherit:!0,isNonstandard:null},gengarite:{inherit:!0,isNonstandard:null},ghostgem:{inherit:!0,isNonstandard:"Unobtainable"},ghostiumz:{inherit:!0,isNonstandard:null},glalitite:{inherit:!0,isNonstandard:null},grassgem:{inherit:!0,isNonstandard:"Unobtainable"},grassiumz:{inherit:!0,isNonstandard:null},groundgem:{inherit:!0,isNonstandard:"Unobtainable"},groundiumz:{inherit:!0,isNonstandard:null},gyaradosite:{inherit:!0,isNonstandard:null},helixfossil:{inherit:!0,isNonstandard:null},heracronite:{inherit:!0,isNonstandard:null},houndoominite:{inherit:!0,isNonstandard:null},iapapaberry:{inherit:!0,desc:"Restores 1/2 max HP at 1/4 max HP or less; confuses if -Def Nature. Single use."},icegem:{inherit:!0,isNonstandard:"Unobtainable"},icicleplate:{inherit:!0,isNonstandard:null},iciumz:{inherit:!0,isNonstandard:null},inciniumz:{inherit:!0,isNonstandard:null},insectplate:{inherit:!0,isNonstandard:null},ironplate:{inherit:!0,isNonstandard:null},jawfossil:{inherit:!0,isNonstandard:null},kangaskhanite:{inherit:!0,isNonstandard:null},kommoniumz:{inherit:!0,isNonstandard:null},latiasite:{inherit:!0,isNonstandard:null},latiosite:{inherit:!0,isNonstandard:null},lopunnite:{inherit:!0,isNonstandard:null},lucarionite:{inherit:!0,isNonstandard:null},luckypunch:{inherit:!0,isNonstandard:null},lunaliumz:{inherit:!0,isNonstandard:null},lycaniumz:{inherit:!0,isNonstandard:null},machobrace:{inherit:!0,isNonstandard:"Unobtainable"},magoberry:{inherit:!0,desc:"Restores 1/2 max HP at 1/4 max HP or less; confuses if -Spe Nature. Single use."},magostberry:{inherit:!0,isNonstandard:"Unobtainable"},mail:{inherit:!0,isNonstandard:"Unobtainable"},manectite:{inherit:!0,isNonstandard:null},marshadiumz:{inherit:!0,isNonstandard:null},mawilite:{inherit:!0,isNonstandard:null},meadowplate:{inherit:!0,isNonstandard:null},medichamite:{inherit:!0,isNonstandard:null},metagrossite:{inherit:!0,isNonstandard:null},mewniumz:{inherit:!0,isNonstandard:null},mewtwonitex:{inherit:!0,isNonstandard:null},mewtwonitey:{inherit:!0,isNonstandard:null},mimikiumz:{inherit:!0,isNonstandard:null},mindplate:{inherit:!0,isNonstandard:null},nanabberry:{inherit:!0,isNonstandard:"Unobtainable"},nomelberry:{inherit:!0,isNonstandard:"Unobtainable"},normaliumz:{inherit:!0,isNonstandard:null},pamtreberry:{inherit:!0,isNonstandard:"Unobtainable"},pidgeotite:{inherit:!0,isNonstandard:null},pikaniumz:{inherit:!0,isNonstandard:null},pikashuniumz:{inherit:!0,isNonstandard:null},pinsirite:{inherit:!0,isNonstandard:null},plumefossil:{inherit:!0,isNonstandard:null},poisongem:{inherit:!0,isNonstandard:"Unobtainable"},poisoniumz:{inherit:!0,isNonstandard:null},primariumz:{inherit:!0,isNonstandard:null},psychicgem:{inherit:!0,isNonstandard:"Unobtainable"},psychiumz:{inherit:!0,isNonstandard:null},rabutaberry:{inherit:!0,isNonstandard:"Unobtainable"},razorfang:{inherit:!0,isNonstandard:null},razzberry:{inherit:!0,isNonstandard:"Unobtainable"},redorb:{inherit:!0,isNonstandard:null},rockgem:{inherit:!0,isNonstandard:"Unobtainable"},rockiumz:{inherit:!0,isNonstandard:null},rootfossil:{inherit:!0,isNonstandard:null},sablenite:{inherit:!0,isNonstandard:null},safariball:{inherit:!0,isNonstandard:"Unobtainable"},sailfossil:{inherit:!0,isNonstandard:null},salamencite:{inherit:!0,isNonstandard:null},sceptilite:{inherit:!0,isNonstandard:null},scizorite:{inherit:!0,isNonstandard:null},sharpedonite:{inherit:!0,isNonstandard:null},skullfossil:{inherit:!0,isNonstandard:null},skyplate:{inherit:!0,isNonstandard:null},slowbronite:{inherit:!0,isNonstandard:null},snorliumz:{inherit:!0,isNonstandard:null},solganiumz:{inherit:!0,isNonstandard:null},spelonberry:{inherit:!0,isNonstandard:"Unobtainable"},splashplate:{inherit:!0,isNonstandard:null},spookyplate:{inherit:!0,isNonstandard:null},sportball:{inherit:!0,isNonstandard:"Unobtainable"},steelgem:{inherit:!0,isNonstandard:"Unobtainable"},steeliumz:{inherit:!0,isNonstandard:null},steelixite:{inherit:!0,isNonstandard:null},stick:{inherit:!0,isNonstandard:null},stoneplate:{inherit:!0,isNonstandard:null},swampertite:{inherit:!0,isNonstandard:null},tapuniumz:{inherit:!0,isNonstandard:null},toxicplate:{inherit:!0,isNonstandard:null},tyranitarite:{inherit:!0,isNonstandard:null},ultranecroziumz:{inherit:!0,isNonstandard:null},venusaurite:{inherit:!0,isNonstandard:null},watergem:{inherit:!0,isNonstandard:"Unobtainable"},wateriumz:{inherit:!0,isNonstandard:null},watmelberry:{inherit:!0,isNonstandard:"Unobtainable"},wepearberry:{inherit:!0,isNonstandard:"Unobtainable"},wikiberry:{inherit:!0,isNonstandard:null,desc:"Restores 1/2 max HP at 1/4 max HP or less; confuses if -SpA Nature. Single use."},zapplate:{inherit:!0,isNonstandard:null},icestone:{inherit:!0,desc:"Evolves Alolan Sandshrew into Alolan Sandslash and Alolan Vulpix into Alolan Ninetales when used."},leafstone:{inherit:!0,desc:"Evolves Gloom into Vileplume, Weepinbell into Victreebel, Exeggcute into Exeggutor or Alolan Exeggutor, Nuzleaf into Shiftry, and Pansage into Simisage when used."},thunderstone:{inherit:!0,desc:"Evolves Pikachu into Raichu or Alolan Raichu, Eevee into Jolteon, and Eelektrik into Eelektross when used."}},8:{abomasite:{name:"Abomasite",megaStone:"Abomasnow-Mega",megaEvolves:"Abomasnow",itemUser:["Abomasnow"],num:674,gen:6,isNonstandard:"Past",desc:"If held by an Abomasnow, this item allows it to Mega Evolve in battle."},absolite:{name:"Absolite",megaStone:"Absol-Mega",megaEvolves:"Absol",itemUser:["Absol"],num:677,gen:6,isNonstandard:"Past",desc:"If held by an Absol, this item allows it to Mega Evolve in battle."},absorbbulb:{name:"Absorb Bulb",fling:{basePower:30},boosts:{spa:1},num:545,gen:5,desc:"Raises holder's Sp. Atk by 1 stage if hit by a Water-type attack. Single use."},adamantorb:{name:"Adamant Orb",fling:{basePower:60},onBasePowerPriority:15,itemUser:["Dialga"],num:135,gen:4,desc:"If held by a Dialga, its Steel- and Dragon-type attacks have 1.2x power."},adrenalineorb:{name:"Adrenaline Orb",fling:{basePower:30},onBoostPriority:1,boosts:{spe:1},num:846,gen:7,desc:"Raises holder's Speed by 1 stage if it gets affected by Intimidate. Single use."},aerodactylite:{name:"Aerodactylite",megaStone:"Aerodactyl-Mega",megaEvolves:"Aerodactyl",itemUser:["Aerodactyl"],num:672,gen:6,isNonstandard:"Past",desc:"If held by an Aerodactyl, this item allows it to Mega Evolve in battle."},aggronite:{name:"Aggronite",megaStone:"Aggron-Mega",megaEvolves:"Aggron",itemUser:["Aggron"],num:667,gen:6,isNonstandard:"Past",desc:"If held by an Aggron, this item allows it to Mega Evolve in battle."},aguavberry:{name:"Aguav Berry",isBerry:!0,naturalGift:{basePower:80,type:"Dragon"},num:162,gen:3,desc:"Restores 1/3 max HP at 1/4 max HP or less; confuses if -SpD Nature. Single use."},airballoon:{name:"Air Balloon",fling:{basePower:10},num:541,gen:5,desc:"Holder is immune to Ground-type attacks. Pops when holder is hit."},alakazite:{name:"Alakazite",megaStone:"Alakazam-Mega",megaEvolves:"Alakazam",itemUser:["Alakazam"],num:679,gen:6,isNonstandard:"Past",desc:"If held by an Alakazam, this item allows it to Mega Evolve in battle."},aloraichiumz:{name:"Aloraichium Z",onTakeItem:!1,zMove:"Stoked Sparksurfer",zMoveFrom:"Thunderbolt",itemUser:["Raichu-Alola"],num:803,gen:7,isNonstandard:"Past",desc:"If held by an Alolan Raichu with Thunderbolt, it can use Stoked Sparksurfer."},altarianite:{name:"Altarianite",megaStone:"Altaria-Mega",megaEvolves:"Altaria",itemUser:["Altaria"],num:755,gen:6,isNonstandard:"Past",desc:"If held by an Altaria, this item allows it to Mega Evolve in battle."},ampharosite:{name:"Ampharosite",megaStone:"Ampharos-Mega",megaEvolves:"Ampharos",itemUser:["Ampharos"],num:658,gen:6,isNonstandard:"Past",desc:"If held by an Ampharos, this item allows it to Mega Evolve in battle."},apicotberry:{name:"Apicot Berry",isBerry:!0,naturalGift:{basePower:100,type:"Ground"},num:205,gen:3,desc:"Raises holder's Sp. Def by 1 stage when at 1/4 max HP or less. Single use."},armorfossil:{name:"Armor Fossil",fling:{basePower:100},num:104,gen:4,isNonstandard:"Past",desc:"Can be revived into Shieldon."},aspearberry:{name:"Aspear Berry",isBerry:!0,naturalGift:{basePower:80,type:"Ice"},num:153,gen:3,desc:"Holder is cured if it is frozen. Single use."},assaultvest:{name:"Assault Vest",fling:{basePower:80},onModifySpDPriority:1,num:640,gen:6,desc:"Holder's Sp. Def is 1.5x, but it can only select damaging moves."},audinite:{name:"Audinite",megaStone:"Audino-Mega",megaEvolves:"Audino",itemUser:["Audino"],num:757,gen:6,isNonstandard:"Past",desc:"If held by an Audino, this item allows it to Mega Evolve in battle."},babiriberry:{name:"Babiri Berry",isBerry:!0,naturalGift:{basePower:80,type:"Steel"},num:199,gen:4,desc:"Halves damage taken from a supereffective Steel-type attack. Single use."},banettite:{name:"Banettite",megaStone:"Banette-Mega",megaEvolves:"Banette",itemUser:["Banette"],num:668,gen:6,isNonstandard:"Past",desc:"If held by a Banette, this item allows it to Mega Evolve in battle."},beastball:{name:"Beast Ball",num:851,gen:7,isPokeball:!0,desc:"A special Poke Ball designed to catch Ultra Beasts."},beedrillite:{name:"Beedrillite",megaStone:"Beedrill-Mega",megaEvolves:"Beedrill",itemUser:["Beedrill"],num:770,gen:6,isNonstandard:"Past",desc:"If held by a Beedrill, this item allows it to Mega Evolve in battle."},belueberry:{name:"Belue Berry",isBerry:!0,naturalGift:{basePower:100,type:"Electric"},onEat:!1,num:183,gen:3,isNonstandard:"Past",desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},berryjuice:{name:"Berry Juice",fling:{basePower:30},num:43,gen:2,desc:"Restores 20 HP when at 1/2 max HP or less. Single use."},berrysweet:{name:"Berry Sweet",fling:{basePower:10},num:1111,gen:8,desc:"Evolves Milcery into Alcremie when held and spun around."},bigroot:{name:"Big Root",fling:{basePower:10},onTryHealPriority:1,num:296,gen:4,desc:"Holder gains 1.3x HP from draining/Aqua Ring/Ingrain/Leech Seed/Strength Sap."},bindingband:{name:"Binding Band",fling:{basePower:30},num:544,gen:5,desc:"Holder's partial-trapping moves deal 1/6 max HP per turn instead of 1/8."},blackbelt:{name:"Black Belt",fling:{basePower:30},onBasePowerPriority:15,num:241,gen:2,desc:"Holder's Fighting-type attacks have 1.2x power."},blacksludge:{name:"Black Sludge",fling:{basePower:30},onResidualOrder:5,onResidualSubOrder:4,num:281,gen:4,desc:"Each turn, if holder is a Poison type, restores 1/16 max HP; loses 1/8 if not."},blackglasses:{name:"Black Glasses",fling:{basePower:30},onBasePowerPriority:15,num:240,gen:2,desc:"Holder's Dark-type attacks have 1.2x power."},blastoisinite:{name:"Blastoisinite",megaStone:"Blastoise-Mega",megaEvolves:"Blastoise",itemUser:["Blastoise"],num:661,gen:6,isNonstandard:"Past",desc:"If held by a Blastoise, this item allows it to Mega Evolve in battle."},blazikenite:{name:"Blazikenite",megaStone:"Blaziken-Mega",megaEvolves:"Blaziken",itemUser:["Blaziken"],num:664,gen:6,isNonstandard:"Past",desc:"If held by a Blaziken, this item allows it to Mega Evolve in battle."},blueorb:{name:"Blue Orb",itemUser:["Kyogre"],num:535,gen:6,isNonstandard:"Past",desc:"If held by a Kyogre, this item triggers its Primal Reversion in battle."},blukberry:{name:"Bluk Berry",isBerry:!0,naturalGift:{basePower:90,type:"Fire"},onEat:!1,num:165,gen:3,desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},blunderpolicy:{name:"Blunder Policy",fling:{basePower:80},num:1121,gen:8,desc:"If the holder misses due to accuracy, its Speed is raised by 2 stages. Single use."},bottlecap:{name:"Bottle Cap",fling:{basePower:30},num:795,gen:7,desc:"Used for Hyper Training. One of a Pokemon's stats is calculated with an IV of 31."},brightpowder:{name:"Bright Powder",fling:{basePower:10},onModifyAccuracyPriority:-2,num:213,gen:2,desc:"The accuracy of attacks against the holder is 0.9x."},buggem:{name:"Bug Gem",isGem:!0,num:558,gen:5,isNonstandard:"Past",desc:"Holder's first successful Bug-type attack will have 1.3x power. Single use."},bugmemory:{name:"Bug Memory",onMemory:"Bug",forcedForme:"Silvally-Bug",itemUser:["Silvally-Bug"],num:909,gen:7,desc:"Holder's Multi-Attack is Bug type."},buginiumz:{name:"Buginium Z",onPlate:"Bug",onTakeItem:!1,zMove:!0,zMoveType:"Bug",forcedForme:"Arceus-Bug",num:787,gen:7,isNonstandard:"Past",desc:"If holder has a Bug move, this item allows it to use a Bug Z-Move."},burndrive:{name:"Burn Drive",onDrive:"Fire",forcedForme:"Genesect-Burn",itemUser:["Genesect-Burn"],num:118,gen:5,desc:"Holder's Techno Blast is Fire type."},cameruptite:{name:"Cameruptite",megaStone:"Camerupt-Mega",megaEvolves:"Camerupt",itemUser:["Camerupt"],num:767,gen:6,isNonstandard:"Past",desc:"If held by a Camerupt, this item allows it to Mega Evolve in battle."},cellbattery:{name:"Cell Battery",fling:{basePower:30},boosts:{atk:1},num:546,gen:5,desc:"Raises holder's Attack by 1 if hit by an Electric-type attack. Single use."},charcoal:{name:"Charcoal",fling:{basePower:30},onBasePowerPriority:15,num:249,gen:2,desc:"Holder's Fire-type attacks have 1.2x power."},charizarditex:{name:"Charizardite X",megaStone:"Charizard-Mega-X",megaEvolves:"Charizard",itemUser:["Charizard"],num:660,gen:6,isNonstandard:"Past",desc:"If held by a Charizard, this item allows it to Mega Evolve in battle."},charizarditey:{name:"Charizardite Y",megaStone:"Charizard-Mega-Y",megaEvolves:"Charizard",itemUser:["Charizard"],num:678,gen:6,isNonstandard:"Past",desc:"If held by a Charizard, this item allows it to Mega Evolve in battle."},chartiberry:{name:"Charti Berry",isBerry:!0,naturalGift:{basePower:80,type:"Rock"},num:195,gen:4,desc:"Halves damage taken from a supereffective Rock-type attack. Single use."},cheriberry:{name:"Cheri Berry",isBerry:!0,naturalGift:{basePower:80,type:"Fire"},num:149,gen:3,desc:"Holder cures itself if it is paralyzed. Single use."},cherishball:{name:"Cherish Ball",num:16,gen:4,isPokeball:!0,isNonstandard:"Unobtainable",desc:"A rare Poke Ball that has been crafted to commemorate an occasion."},chestoberry:{name:"Chesto Berry",isBerry:!0,naturalGift:{basePower:80,type:"Water"},num:150,gen:3,desc:"Holder wakes up if it is asleep. Single use."},chilanberry:{name:"Chilan Berry",isBerry:!0,naturalGift:{basePower:80,type:"Normal"},num:200,gen:4,desc:"Halves damage taken from a Normal-type attack. Single use."},chilldrive:{name:"Chill Drive",onDrive:"Ice",forcedForme:"Genesect-Chill",itemUser:["Genesect-Chill"],num:119,gen:5,desc:"Holder's Techno Blast is Ice type."},chippedpot:{name:"Chipped Pot",fling:{basePower:80},num:1254,gen:8,desc:"Evolves Sinistea-Antique into Polteageist-Antique when used."},choiceband:{name:"Choice Band",fling:{basePower:10},onModifyAtkPriority:1,isChoice:!0,num:220,gen:3,desc:"Holder's Attack is 1.5x, but it can only select the first move it executes."},choicescarf:{name:"Choice Scarf",fling:{basePower:10},isChoice:!0,num:287,gen:4,desc:"Holder's Speed is 1.5x, but it can only select the first move it executes."},choicespecs:{name:"Choice Specs",fling:{basePower:10},onModifySpAPriority:1,isChoice:!0,num:297,gen:4,desc:"Holder's Sp. Atk is 1.5x, but it can only select the first move it executes."},chopleberry:{name:"Chople Berry",isBerry:!0,naturalGift:{basePower:80,type:"Fighting"},num:189,gen:4,desc:"Halves damage taken from a supereffective Fighting-type attack. Single use."},clawfossil:{name:"Claw Fossil",fling:{basePower:100},num:100,gen:3,isNonstandard:"Past",desc:"Can be revived into Anorith."},cloversweet:{name:"Clover Sweet",fling:{basePower:10},num:1112,gen:8,desc:"Evolves Milcery into Alcremie when held and spun around."},cobaberry:{name:"Coba Berry",isBerry:!0,naturalGift:{basePower:80,type:"Flying"},num:192,gen:4,desc:"Halves damage taken from a supereffective Flying-type attack. Single use."},colburberry:{name:"Colbur Berry",isBerry:!0,naturalGift:{basePower:80,type:"Dark"},num:198,gen:4,desc:"Halves damage taken from a supereffective Dark-type attack. Single use."},cornnberry:{name:"Cornn Berry",isBerry:!0,naturalGift:{basePower:90,type:"Bug"},onEat:!1,num:175,gen:3,isNonstandard:"Past",desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},coverfossil:{name:"Cover Fossil",fling:{basePower:100},num:572,gen:5,isNonstandard:"Past",desc:"Can be revived into Tirtouga."},crackedpot:{name:"Cracked Pot",fling:{basePower:80},num:1253,gen:8,desc:"Evolves Sinistea into Polteageist when used."},custapberry:{name:"Custap Berry",isBerry:!0,naturalGift:{basePower:100,type:"Ghost"},onFractionalPriorityPriority:-2,num:210,gen:4,desc:"Holder moves first in its priority bracket when at 1/4 max HP or less. Single use."},damprock:{name:"Damp Rock",fling:{basePower:60},num:285,gen:4,desc:"Holder's use of Rain Dance lasts 8 turns instead of 5."},darkgem:{name:"Dark Gem",isGem:!0,num:562,gen:5,isNonstandard:"Past",desc:"Holder's first successful Dark-type attack will have 1.3x power. Single use."},darkmemory:{name:"Dark Memory",onMemory:"Dark",forcedForme:"Silvally-Dark",itemUser:["Silvally-Dark"],num:919,gen:7,desc:"Holder's Multi-Attack is Dark type."},darkiniumz:{name:"Darkinium Z",onPlate:"Dark",onTakeItem:!1,zMove:!0,zMoveType:"Dark",forcedForme:"Arceus-Dark",num:791,gen:7,isNonstandard:"Past",desc:"If holder has a Dark move, this item allows it to use a Dark Z-Move."},dawnstone:{name:"Dawn Stone",fling:{basePower:80},num:109,gen:4,desc:"Evolves male Kirlia into Gallade and female Snorunt into Froslass when used.",shortDesc:"Evolves certain species of Pokemon when used."},decidiumz:{name:"Decidium Z",onTakeItem:!1,zMove:"Sinister Arrow Raid",zMoveFrom:"Spirit Shackle",itemUser:["Decidueye"],num:798,gen:7,isNonstandard:"Past",desc:"If held by a Decidueye with Spirit Shackle, it can use Sinister Arrow Raid."},deepseascale:{name:"Deep Sea Scale",fling:{basePower:30},onModifySpDPriority:2,itemUser:["Clamperl"],num:227,gen:3,desc:"If held by a Clamperl, its Sp. Def is doubled. Evolves Clamperl into Gorebyss when traded.",shortDesc:"If held by a Clamperl, its Sp. Def is doubled."},deepseatooth:{name:"Deep Sea Tooth",fling:{basePower:90},onModifySpAPriority:1,itemUser:["Clamperl"],num:226,gen:3,desc:"If held by a Clamperl, its Sp. Atk is doubled. Evolves Clamperl into Huntail when traded.",shortDesc:"If held by a Clamperl, its Sp. Atk is doubled."},destinyknot:{name:"Destiny Knot",fling:{basePower:10},onAttractPriority:-100,num:280,gen:4,desc:"If holder becomes infatuated, the other Pokemon also becomes infatuated."},diancite:{name:"Diancite",megaStone:"Diancie-Mega",megaEvolves:"Diancie",itemUser:["Diancie"],num:764,gen:6,isNonstandard:"Past",desc:"If held by a Diancie, this item allows it to Mega Evolve in battle."},diveball:{name:"Dive Ball",num:7,gen:3,isPokeball:!0,desc:"A Poke Ball that works especially well on Pokemon that live underwater."},domefossil:{name:"Dome Fossil",fling:{basePower:100},num:102,gen:3,isNonstandard:"Past",desc:"Can be revived into Kabuto."},dousedrive:{name:"Douse Drive",onDrive:"Water",forcedForme:"Genesect-Douse",itemUser:["Genesect-Douse"],num:116,gen:5,desc:"Holder's Techno Blast is Water type."},dracoplate:{name:"Draco Plate",onPlate:"Dragon",onBasePowerPriority:15,forcedForme:"Arceus-Dragon",num:311,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Dragon-type attacks have 1.2x power. Judgment is Dragon type."},dragonfang:{name:"Dragon Fang",fling:{basePower:70},onBasePowerPriority:15,num:250,gen:2,desc:"Holder's Dragon-type attacks have 1.2x power."},dragongem:{name:"Dragon Gem",isGem:!0,num:561,gen:5,isNonstandard:"Past",desc:"Holder's first successful Dragon-type attack will have 1.3x power. Single use."},dragonmemory:{name:"Dragon Memory",onMemory:"Dragon",forcedForme:"Silvally-Dragon",itemUser:["Silvally-Dragon"],num:918,gen:7,desc:"Holder's Multi-Attack is Dragon type."},dragonscale:{name:"Dragon Scale",fling:{basePower:30},num:235,gen:2,desc:"Evolves Seadra into Kingdra when traded."},dragoniumz:{name:"Dragonium Z",onPlate:"Dragon",onTakeItem:!1,zMove:!0,zMoveType:"Dragon",forcedForme:"Arceus-Dragon",num:790,gen:7,isNonstandard:"Past",desc:"If holder has a Dragon move, this item allows it to use a Dragon Z-Move."},dreadplate:{name:"Dread Plate",onPlate:"Dark",onBasePowerPriority:15,forcedForme:"Arceus-Dark",num:312,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Dark-type attacks have 1.2x power. Judgment is Dark type."},dreamball:{name:"Dream Ball",num:576,gen:5,isPokeball:!0,desc:"A Poke Ball that makes it easier to catch wild Pokémon while they're asleep."},dubiousdisc:{name:"Dubious Disc",fling:{basePower:50},num:324,gen:4,desc:"Evolves Porygon2 into Porygon-Z when traded."},durinberry:{name:"Durin Berry",isBerry:!0,naturalGift:{basePower:100,type:"Water"},onEat:!1,num:182,gen:3,isNonstandard:"Past",desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},duskball:{name:"Dusk Ball",num:13,gen:4,isPokeball:!0,desc:"A Poke Ball that makes it easier to catch wild Pokemon at night or in caves."},duskstone:{name:"Dusk Stone",fling:{basePower:80},num:108,gen:4,desc:"Evolves Murkrow into Honchkrow, Misdreavus into Mismagius, Lampent into Chandelure, and Doublade into Aegislash when used.",shortDesc:"Evolves certain species of Pokemon when used."},earthplate:{name:"Earth Plate",onPlate:"Ground",onBasePowerPriority:15,forcedForme:"Arceus-Ground",num:305,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Ground-type attacks have 1.2x power. Judgment is Ground type."},eeviumz:{name:"Eevium Z",onTakeItem:!1,zMove:"Extreme Evoboost",zMoveFrom:"Last Resort",itemUser:["Eevee"],num:805,gen:7,isNonstandard:"Past",desc:"If held by an Eevee with Last Resort, it can use Extreme Evoboost."},ejectbutton:{name:"Eject Button",fling:{basePower:30},onAfterMoveSecondaryPriority:2,num:547,gen:5,desc:"If holder survives a hit, it immediately switches out to a chosen ally. Single use."},ejectpack:{name:"Eject Pack",fling:{basePower:50},num:1119,gen:8,desc:"If the holder's stat stages are lowered, it switches to a chosen ally. Single use."},electirizer:{name:"Electirizer",fling:{basePower:80},num:322,gen:4,desc:"Evolves Electabuzz into Electivire when traded."},electricgem:{name:"Electric Gem",isGem:!0,num:550,gen:5,isNonstandard:"Past",desc:"Holder's first successful Electric-type attack will have 1.3x power. Single use."},electricmemory:{name:"Electric Memory",onMemory:"Electric",forcedForme:"Silvally-Electric",itemUser:["Silvally-Electric"],num:915,gen:7,desc:"Holder's Multi-Attack is Electric type."},electricseed:{name:"Electric Seed",fling:{basePower:10},boosts:{def:1},num:881,gen:7,desc:"If the terrain is Electric Terrain, raises holder's Defense by 1 stage. Single use."},electriumz:{name:"Electrium Z",onPlate:"Electric",onTakeItem:!1,zMove:!0,zMoveType:"Electric",forcedForme:"Arceus-Electric",num:779,gen:7,isNonstandard:"Past",desc:"If holder has an Electric move, this item allows it to use an Electric Z-Move."},energypowder:{name:"Energy Powder",fling:{basePower:30},num:34,gen:2,desc:"Restores 60 HP to one Pokemon."},enigmaberry:{name:"Enigma Berry",isBerry:!0,naturalGift:{basePower:100,type:"Bug"},num:208,gen:3,desc:"Restores 1/4 max HP after holder is hit by a supereffective move. Single use."},eviolite:{name:"Eviolite",fling:{basePower:40},onModifyDefPriority:2,onModifySpDPriority:2,num:538,gen:5,desc:"If holder's species can evolve, its Defense and Sp. Def are 1.5x."},expertbelt:{name:"Expert Belt",fling:{basePower:10},num:268,gen:4,desc:"Holder's attacks that are super effective against the target do 1.2x damage."},fairiumz:{name:"Fairium Z",onPlate:"Fairy",onTakeItem:!1,zMove:!0,zMoveType:"Fairy",forcedForme:"Arceus-Fairy",num:793,gen:7,isNonstandard:"Past",desc:"If holder has a Fairy move, this item allows it to use a Fairy Z-Move."},fairygem:{name:"Fairy Gem",isGem:!0,num:715,gen:6,isNonstandard:"Past",desc:"Holder's first successful Fairy-type attack will have 1.3x power. Single use."},fairymemory:{name:"Fairy Memory",onMemory:"Fairy",forcedForme:"Silvally-Fairy",itemUser:["Silvally-Fairy"],num:920,gen:7,desc:"Holder's Multi-Attack is Fairy type."},fastball:{name:"Fast Ball",num:492,gen:2,isPokeball:!0,desc:"A Poke Ball that makes it easier to catch Pokemon which are quick to run away."},fightinggem:{name:"Fighting Gem",isGem:!0,num:553,gen:5,isNonstandard:"Past",desc:"Holder's first successful Fighting-type attack will have 1.3x power. Single use."},fightingmemory:{name:"Fighting Memory",onMemory:"Fighting",forcedForme:"Silvally-Fighting",itemUser:["Silvally-Fighting"],num:904,gen:7,desc:"Holder's Multi-Attack is Fighting type."},fightiniumz:{name:"Fightinium Z",onPlate:"Fighting",onTakeItem:!1,zMove:!0,zMoveType:"Fighting",forcedForme:"Arceus-Fighting",num:782,gen:7,isNonstandard:"Past",desc:"If holder has a Fighting move, this item allows it to use a Fighting Z-Move."},figyberry:{name:"Figy Berry",isBerry:!0,naturalGift:{basePower:80,type:"Bug"},num:159,gen:3,desc:"Restores 1/3 max HP at 1/4 max HP or less; confuses if -Atk Nature. Single use."},firegem:{name:"Fire Gem",isGem:!0,num:548,gen:5,isNonstandard:"Past",desc:"Holder's first successful Fire-type attack will have 1.3x power. Single use."},firememory:{name:"Fire Memory",onMemory:"Fire",forcedForme:"Silvally-Fire",itemUser:["Silvally-Fire"],num:912,gen:7,desc:"Holder's Multi-Attack is Fire type."},firestone:{name:"Fire Stone",fling:{basePower:30},num:82,gen:1,desc:"Evolves Vulpix into Ninetales, Growlithe into Arcanine, Eevee into Flareon, and Pansear into Simisear when used.",shortDesc:"Evolves certain species of Pokemon when used."},firiumz:{name:"Firium Z",onPlate:"Fire",onTakeItem:!1,zMove:!0,zMoveType:"Fire",forcedForme:"Arceus-Fire",num:777,gen:7,isNonstandard:"Past",desc:"If holder has a Fire move, this item allows it to use a Fire Z-Move."},fistplate:{name:"Fist Plate",onPlate:"Fighting",onBasePowerPriority:15,forcedForme:"Arceus-Fighting",num:303,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Fighting-type attacks have 1.2x power. Judgment is Fighting type."},flameorb:{name:"Flame Orb",fling:{basePower:30,status:"brn"},onResidualOrder:28,onResidualSubOrder:3,num:273,gen:4,desc:"At the end of every turn, this item attempts to burn the holder."},flameplate:{name:"Flame Plate",onPlate:"Fire",onBasePowerPriority:15,forcedForme:"Arceus-Fire",num:298,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Fire-type attacks have 1.2x power. Judgment is Fire type."},floatstone:{name:"Float Stone",fling:{basePower:30},num:539,gen:5,desc:"Holder's weight is halved."},flowersweet:{name:"Flower Sweet",fling:{basePower:0},num:1113,gen:8,desc:"Evolves Milcery into Alcremie when held and spun around."},flyinggem:{name:"Flying Gem",isGem:!0,num:556,gen:5,isNonstandard:"Past",desc:"Holder's first successful Flying-type attack will have 1.3x power. Single use."},flyingmemory:{name:"Flying Memory",onMemory:"Flying",forcedForme:"Silvally-Flying",itemUser:["Silvally-Flying"],num:905,gen:7,desc:"Holder's Multi-Attack is Flying type."},flyiniumz:{name:"Flyinium Z",onPlate:"Flying",onTakeItem:!1,zMove:!0,zMoveType:"Flying",forcedForme:"Arceus-Flying",num:785,gen:7,isNonstandard:"Past",desc:"If holder has a Flying move, this item allows it to use a Flying Z-Move."},focusband:{name:"Focus Band",fling:{basePower:10},onDamagePriority:-40,num:230,gen:2,desc:"Holder has a 10% chance to survive an attack that would KO it with 1 HP."},focussash:{name:"Focus Sash",fling:{basePower:10},onDamagePriority:-40,num:275,gen:4,desc:"If holder's HP is full, will survive an attack that would KO it with 1 HP. Single use."},fossilizedbird:{name:"Fossilized Bird",fling:{basePower:100},num:1105,gen:8,desc:"Can revive into Dracozolt with Fossilized Drake or Arctozolt with Fossilized Dino."},fossilizeddino:{name:"Fossilized Dino",fling:{basePower:100},num:1108,gen:8,desc:"Can revive into Arctovish with Fossilized Fish or Arctozolt with Fossilized Bird."},fossilizeddrake:{name:"Fossilized Drake",fling:{basePower:100},num:1107,gen:8,desc:"Can revive into Dracozolt with Fossilized Bird or Dracovish with Fossilized Fish."},fossilizedfish:{name:"Fossilized Fish",fling:{basePower:100},num:1106,gen:8,desc:"Can revive into Dracovish with Fossilized Drake or Arctovish with Fossilized Dino."},friendball:{name:"Friend Ball",num:497,gen:2,isPokeball:!0,desc:"A Poke Ball that makes caught Pokemon more friendly."},fullincense:{name:"Full Incense",fling:{basePower:10},onFractionalPriority:-.1,num:316,gen:4,desc:"Holder moves last in its priority bracket."},galaricacuff:{name:"Galarica Cuff",fling:{basePower:30},num:1582,gen:8,desc:"Evolves Galarian Slowpoke into Galarian Slowbro when used."},galaricawreath:{name:"Galarica Wreath",fling:{basePower:30},num:1592,gen:8,desc:"Evolves Galarian Slowpoke into Galarian Slowking when used."},galladite:{name:"Galladite",megaStone:"Gallade-Mega",megaEvolves:"Gallade",itemUser:["Gallade"],num:756,gen:6,isNonstandard:"Past",desc:"If held by a Gallade, this item allows it to Mega Evolve in battle."},ganlonberry:{name:"Ganlon Berry",isBerry:!0,naturalGift:{basePower:100,type:"Ice"},num:202,gen:3,desc:"Raises holder's Defense by 1 stage when at 1/4 max HP or less. Single use."},garchompite:{name:"Garchompite",megaStone:"Garchomp-Mega",megaEvolves:"Garchomp",itemUser:["Garchomp"],num:683,gen:6,isNonstandard:"Past",desc:"If held by a Garchomp, this item allows it to Mega Evolve in battle."},gardevoirite:{name:"Gardevoirite",megaStone:"Gardevoir-Mega",megaEvolves:"Gardevoir",itemUser:["Gardevoir"],num:657,gen:6,isNonstandard:"Past",desc:"If held by a Gardevoir, this item allows it to Mega Evolve in battle."},gengarite:{name:"Gengarite",megaStone:"Gengar-Mega",megaEvolves:"Gengar",itemUser:["Gengar"],num:656,gen:6,isNonstandard:"Past",desc:"If held by a Gengar, this item allows it to Mega Evolve in battle."},ghostgem:{name:"Ghost Gem",isGem:!0,num:560,gen:5,isNonstandard:"Past",desc:"Holder's first successful Ghost-type attack will have 1.3x power. Single use."},ghostmemory:{name:"Ghost Memory",onMemory:"Ghost",forcedForme:"Silvally-Ghost",itemUser:["Silvally-Ghost"],num:910,gen:7,desc:"Holder's Multi-Attack is Ghost type."},ghostiumz:{name:"Ghostium Z",onPlate:"Ghost",onTakeItem:!1,zMove:!0,zMoveType:"Ghost",forcedForme:"Arceus-Ghost",num:789,gen:7,isNonstandard:"Past",desc:"If holder has a Ghost move, this item allows it to use a Ghost Z-Move."},glalitite:{name:"Glalitite",megaStone:"Glalie-Mega",megaEvolves:"Glalie",itemUser:["Glalie"],num:763,gen:6,isNonstandard:"Past",desc:"If held by a Glalie, this item allows it to Mega Evolve in battle."},goldbottlecap:{name:"Gold Bottle Cap",fling:{basePower:30},num:796,gen:7,desc:"Used for Hyper Training. All of a Pokemon's stats are calculated with an IV of 31."},grassgem:{name:"Grass Gem",isGem:!0,num:551,gen:5,isNonstandard:"Past",desc:"Holder's first successful Grass-type attack will have 1.3x power. Single use."},grassmemory:{name:"Grass Memory",onMemory:"Grass",forcedForme:"Silvally-Grass",itemUser:["Silvally-Grass"],num:914,gen:7,desc:"Holder's Multi-Attack is Grass type."},grassiumz:{name:"Grassium Z",onPlate:"Grass",onTakeItem:!1,zMove:!0,zMoveType:"Grass",forcedForme:"Arceus-Grass",num:780,gen:7,isNonstandard:"Past",desc:"If holder has a Grass move, this item allows it to use a Grass Z-Move."},grassyseed:{name:"Grassy Seed",fling:{basePower:10},boosts:{def:1},num:884,gen:7,desc:"If the terrain is Grassy Terrain, raises holder's Defense by 1 stage. Single use."},greatball:{name:"Great Ball",num:3,gen:1,isPokeball:!0,desc:"A high-performance Ball that provides a higher catch rate than a Poke Ball."},grepaberry:{name:"Grepa Berry",isBerry:!0,naturalGift:{basePower:90,type:"Flying"},onEat:!1,num:173,gen:3,desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},gripclaw:{name:"Grip Claw",fling:{basePower:90},num:286,gen:4,desc:"Holder's partial-trapping moves always last 7 turns."},griseousorb:{name:"Griseous Orb",fling:{basePower:60},onBasePowerPriority:15,forcedForme:"Giratina-Origin",itemUser:["Giratina-Origin"],num:112,gen:4,desc:"If held by a Giratina, its Ghost- and Dragon-type attacks have 1.2x power."},groundgem:{name:"Ground Gem",isGem:!0,num:555,gen:5,isNonstandard:"Past",desc:"Holder's first successful Ground-type attack will have 1.3x power. Single use."},groundmemory:{name:"Ground Memory",onMemory:"Ground",forcedForme:"Silvally-Ground",itemUser:["Silvally-Ground"],num:907,gen:7,desc:"Holder's Multi-Attack is Ground type."},groundiumz:{name:"Groundium Z",onPlate:"Ground",onTakeItem:!1,zMove:!0,zMoveType:"Ground",forcedForme:"Arceus-Ground",num:784,gen:7,isNonstandard:"Past",desc:"If holder has a Ground move, this item allows it to use a Ground Z-Move."},gyaradosite:{name:"Gyaradosite",megaStone:"Gyarados-Mega",megaEvolves:"Gyarados",itemUser:["Gyarados"],num:676,gen:6,isNonstandard:"Past",desc:"If held by a Gyarados, this item allows it to Mega Evolve in battle."},habanberry:{name:"Haban Berry",isBerry:!0,naturalGift:{basePower:80,type:"Dragon"},num:197,gen:4,desc:"Halves damage taken from a supereffective Dragon-type attack. Single use."},hardstone:{name:"Hard Stone",fling:{basePower:100},onBasePowerPriority:15,num:238,gen:2,desc:"Holder's Rock-type attacks have 1.2x power."},healball:{name:"Heal Ball",num:14,gen:4,isPokeball:!0,desc:"A remedial Poke Ball that restores the caught Pokemon's HP and status problem."},heatrock:{name:"Heat Rock",fling:{basePower:60},num:284,gen:4,desc:"Holder's use of Sunny Day lasts 8 turns instead of 5."},heavyball:{name:"Heavy Ball",num:495,gen:2,isPokeball:!0,desc:"A Poke Ball for catching very heavy Pokemon."},heavydutyboots:{name:"Heavy-Duty Boots",fling:{basePower:80},num:1120,gen:8,desc:"When switching in, the holder is unaffected by hazards on its side of the field."},helixfossil:{name:"Helix Fossil",fling:{basePower:100},num:101,gen:3,isNonstandard:"Past",desc:"Can be revived into Omanyte."},heracronite:{name:"Heracronite",megaStone:"Heracross-Mega",megaEvolves:"Heracross",itemUser:["Heracross"],num:680,gen:6,isNonstandard:"Past",desc:"If held by a Heracross, this item allows it to Mega Evolve in battle."},hondewberry:{name:"Hondew Berry",isBerry:!0,naturalGift:{basePower:90,type:"Ground"},onEat:!1,num:172,gen:3,desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},houndoominite:{name:"Houndoominite",megaStone:"Houndoom-Mega",megaEvolves:"Houndoom",itemUser:["Houndoom"],num:666,gen:6,isNonstandard:"Past",desc:"If held by a Houndoom, this item allows it to Mega Evolve in battle."},iapapaberry:{name:"Iapapa Berry",isBerry:!0,naturalGift:{basePower:80,type:"Dark"},num:163,gen:3,desc:"Restores 1/3 max HP at 1/4 max HP or less; confuses if -Def Nature. Single use."},icegem:{name:"Ice Gem",isGem:!0,num:552,gen:5,isNonstandard:"Past",desc:"Holder's first successful Ice-type attack will have 1.3x power. Single use."},icememory:{name:"Ice Memory",onMemory:"Ice",forcedForme:"Silvally-Ice",itemUser:["Silvally-Ice"],num:917,gen:7,desc:"Holder's Multi-Attack is Ice type."},icestone:{name:"Ice Stone",fling:{basePower:30},num:849,gen:7,desc:"Evolves Alolan Sandshrew into Alolan Sandslash, Alolan Vulpix into Alolan Ninetales, Eevee into Glaceon, and Galarian Darumaka into Galarian Darmanitan when used.",shortDesc:"Evolves certain species of Pokemon when used."},icicleplate:{name:"Icicle Plate",onPlate:"Ice",onBasePowerPriority:15,forcedForme:"Arceus-Ice",num:302,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Ice-type attacks have 1.2x power. Judgment is Ice type."},iciumz:{name:"Icium Z",onPlate:"Ice",onTakeItem:!1,zMove:!0,zMoveType:"Ice",forcedForme:"Arceus-Ice",num:781,gen:7,isNonstandard:"Past",desc:"If holder has an Ice move, this item allows it to use an Ice Z-Move."},icyrock:{name:"Icy Rock",fling:{basePower:40},num:282,gen:4,desc:"Holder's use of Hail lasts 8 turns instead of 5."},inciniumz:{name:"Incinium Z",onTakeItem:!1,zMove:"Malicious Moonsault",zMoveFrom:"Darkest Lariat",itemUser:["Incineroar"],num:799,gen:7,isNonstandard:"Past",desc:"If held by an Incineroar with Darkest Lariat, it can use Malicious Moonsault."},insectplate:{name:"Insect Plate",onPlate:"Bug",onBasePowerPriority:15,forcedForme:"Arceus-Bug",num:308,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Bug-type attacks have 1.2x power. Judgment is Bug type."},ironball:{name:"Iron Ball",fling:{basePower:130},num:278,gen:4,desc:"Holder is grounded, Speed halved. If Flying type, takes neutral Ground damage."},ironplate:{name:"Iron Plate",onPlate:"Steel",onBasePowerPriority:15,forcedForme:"Arceus-Steel",num:313,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Steel-type attacks have 1.2x power. Judgment is Steel type."},jabocaberry:{name:"Jaboca Berry",isBerry:!0,naturalGift:{basePower:100,type:"Dragon"},num:211,gen:4,desc:"If holder is hit by a physical move, attacker loses 1/8 of its max HP. Single use."},jawfossil:{name:"Jaw Fossil",fling:{basePower:100},num:710,gen:6,isNonstandard:"Past",desc:"Can be revived into Tyrunt."},kasibberry:{name:"Kasib Berry",isBerry:!0,naturalGift:{basePower:80,type:"Ghost"},num:196,gen:4,desc:"Halves damage taken from a supereffective Ghost-type attack. Single use."},kebiaberry:{name:"Kebia Berry",isBerry:!0,naturalGift:{basePower:80,type:"Poison"},num:190,gen:4,desc:"Halves damage taken from a supereffective Poison-type attack. Single use."},keeberry:{name:"Kee Berry",isBerry:!0,naturalGift:{basePower:100,type:"Fairy"},num:687,gen:6,desc:"Raises holder's Defense by 1 stage after it is hit by a physical attack. Single use."},kelpsyberry:{name:"Kelpsy Berry",isBerry:!0,naturalGift:{basePower:90,type:"Fighting"},onEat:!1,num:170,gen:3,desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},kangaskhanite:{name:"Kangaskhanite",megaStone:"Kangaskhan-Mega",megaEvolves:"Kangaskhan",itemUser:["Kangaskhan"],num:675,gen:6,isNonstandard:"Past",desc:"If held by a Kangaskhan, this item allows it to Mega Evolve in battle."},kingsrock:{name:"King's Rock",fling:{basePower:30,volatileStatus:"flinch"},onModifyMovePriority:-1,num:221,gen:2,desc:"Holder's attacks without a chance to make the target flinch gain a 10% chance to make the target flinch. Evolves Poliwhirl into Politoed and Slowpoke into Slowking when traded.",shortDesc:"Holder's attacks without a chance to flinch gain a 10% chance to flinch."},kommoniumz:{name:"Kommonium Z",onTakeItem:!1,zMove:"Clangorous Soulblaze",zMoveFrom:"Clanging Scales",itemUser:["Kommo-o","Kommo-o-Totem"],num:926,gen:7,isNonstandard:"Past",desc:"If held by a Kommo-o with Clanging Scales, it can use Clangorous Soulblaze."},laggingtail:{name:"Lagging Tail",fling:{basePower:10},onFractionalPriority:-.1,num:279,gen:4,desc:"Holder moves last in its priority bracket."},lansatberry:{name:"Lansat Berry",isBerry:!0,naturalGift:{basePower:100,type:"Flying"},num:206,gen:3,desc:"Holder gains the Focus Energy effect when at 1/4 max HP or less. Single use."},latiasite:{name:"Latiasite",megaStone:"Latias-Mega",megaEvolves:"Latias",itemUser:["Latias"],num:684,gen:6,isNonstandard:"Past",desc:"If held by a Latias, this item allows it to Mega Evolve in battle."},latiosite:{name:"Latiosite",megaStone:"Latios-Mega",megaEvolves:"Latios",itemUser:["Latios"],num:685,gen:6,isNonstandard:"Past",desc:"If held by a Latios, this item allows it to Mega Evolve in battle."},laxincense:{name:"Lax Incense",fling:{basePower:10},onModifyAccuracyPriority:-2,num:255,gen:3,desc:"The accuracy of attacks against the holder is 0.9x."},leafstone:{name:"Leaf Stone",fling:{basePower:30},num:85,gen:1,desc:"Evolves Gloom into Vileplume, Weepinbell into Victreebel, Exeggcute into Exeggutor or Alolan Exeggutor, Eevee into Leafeon, Nuzleaf into Shiftry, and Pansage into Simisage when used.",shortDesc:"Evolves certain species of Pokemon when used."},leek:{name:"Leek",fling:{basePower:60},itemUser:["Farfetch’d","Farfetch’d-Galar","Sirfetch’d"],num:259,gen:8,desc:"If held by a Farfetch’d or Sirfetch’d, its critical hit ratio is raised by 2 stages."},leftovers:{name:"Leftovers",fling:{basePower:10},onResidualOrder:5,onResidualSubOrder:4,num:234,gen:2,desc:"At the end of every turn, holder restores 1/16 of its max HP."},leppaberry:{name:"Leppa Berry",isBerry:!0,naturalGift:{basePower:80,type:"Fighting"},num:154,gen:3,desc:"Restores 10 PP to the first of the holder's moves to reach 0 PP. Single use."},levelball:{name:"Level Ball",num:493,gen:2,isPokeball:!0,desc:"A Poke Ball for catching Pokemon that are a lower level than your own."},liechiberry:{name:"Liechi Berry",isBerry:!0,naturalGift:{basePower:100,type:"Grass"},num:201,gen:3,desc:"Raises holder's Attack by 1 stage when at 1/4 max HP or less. Single use."},lifeorb:{name:"Life Orb",fling:{basePower:30},num:270,gen:4,desc:"Holder's attacks do 1.3x damage, and it loses 1/10 its max HP after the attack."},lightball:{name:"Light Ball",fling:{basePower:30,status:"par"},onModifyAtkPriority:1,onModifySpAPriority:1,itemUser:["Pikachu","Pikachu-Cosplay","Pikachu-Rock-Star","Pikachu-Belle","Pikachu-Pop-Star","Pikachu-PhD","Pikachu-Libre","Pikachu-Original","Pikachu-Hoenn","Pikachu-Sinnoh","Pikachu-Unova","Pikachu-Kalos","Pikachu-Alola","Pikachu-Partner","Pikachu-Starter","Pikachu-World"],num:236,gen:2,desc:"If held by a Pikachu, its Attack and Sp. Atk are doubled."},lightclay:{name:"Light Clay",fling:{basePower:30},num:269,gen:4,desc:"Holder's use of Aurora Veil, Light Screen, or Reflect lasts 8 turns instead of 5."},lopunnite:{name:"Lopunnite",megaStone:"Lopunny-Mega",megaEvolves:"Lopunny",itemUser:["Lopunny"],num:768,gen:6,isNonstandard:"Past",desc:"If held by a Lopunny, this item allows it to Mega Evolve in battle."},loveball:{name:"Love Ball",num:496,gen:2,isPokeball:!0,desc:"Poke Ball for catching Pokemon that are the opposite gender of your Pokemon."},lovesweet:{name:"Love Sweet",fling:{basePower:10},num:1110,gen:8,desc:"Evolves Milcery into Alcremie when held and spun around."},lucarionite:{name:"Lucarionite",megaStone:"Lucario-Mega",megaEvolves:"Lucario",itemUser:["Lucario"],num:673,gen:6,isNonstandard:"Past",desc:"If held by a Lucario, this item allows it to Mega Evolve in battle."},luckypunch:{name:"Lucky Punch",fling:{basePower:40},itemUser:["Chansey"],num:256,gen:2,isNonstandard:"Past",desc:"If held by a Chansey, its critical hit ratio is raised by 2 stages."},lumberry:{name:"Lum Berry",isBerry:!0,naturalGift:{basePower:80,type:"Flying"},onAfterSetStatusPriority:-1,num:157,gen:3,desc:"Holder cures itself if it has a non-volatile status or is confused. Single use."},luminousmoss:{name:"Luminous Moss",fling:{basePower:30},boosts:{spd:1},num:648,gen:6,desc:"Raises holder's Sp. Def by 1 stage if hit by a Water-type attack. Single use."},lunaliumz:{name:"Lunalium Z",onTakeItem:!1,zMove:"Menacing Moonraze Maelstrom",zMoveFrom:"Moongeist Beam",itemUser:["Lunala","Necrozma-Dawn-Wings"],num:922,gen:7,isNonstandard:"Past",desc:"Lunala or Dawn Wings Necrozma with Moongeist Beam can use a special Z-Move."},lureball:{name:"Lure Ball",num:494,gen:2,isPokeball:!0,desc:"A Poke Ball for catching Pokemon hooked by a Rod when fishing."},lustrousorb:{name:"Lustrous Orb",fling:{basePower:60},onBasePowerPriority:15,itemUser:["Palkia"],num:136,gen:4,desc:"If held by a Palkia, its Water- and Dragon-type attacks have 1.2x power."},luxuryball:{name:"Luxury Ball",num:11,gen:3,isPokeball:!0,desc:"A comfortable Poke Ball that makes a caught wild Pokemon quickly grow friendly."},lycaniumz:{name:"Lycanium Z",onTakeItem:!1,zMove:"Splintered Stormshards",zMoveFrom:"Stone Edge",itemUser:["Lycanroc","Lycanroc-Midnight","Lycanroc-Dusk"],num:925,gen:7,isNonstandard:"Past",desc:"If held by a Lycanroc forme with Stone Edge, it can use Splintered Stormshards."},machobrace:{name:"Macho Brace",ignoreKlutz:!0,fling:{basePower:60},num:215,gen:3,desc:"Holder's Speed is halved. The Klutz Ability does not ignore this effect."},magmarizer:{name:"Magmarizer",fling:{basePower:80},num:323,gen:4,desc:"Evolves Magmar into Magmortar when traded."},magnet:{name:"Magnet",fling:{basePower:30},onBasePowerPriority:15,num:242,gen:2,desc:"Holder's Electric-type attacks have 1.2x power."},magoberry:{name:"Mago Berry",isBerry:!0,naturalGift:{basePower:80,type:"Ghost"},num:161,gen:3,desc:"Restores 1/3 max HP at 1/4 max HP or less; confuses if -Spe Nature. Single use."},magostberry:{name:"Magost Berry",isBerry:!0,naturalGift:{basePower:90,type:"Rock"},onEat:!1,num:176,gen:3,isNonstandard:"Past",desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},mail:{name:"Mail",num:137,gen:2,isNonstandard:"Past",desc:"Cannot be given to or taken from a Pokemon, except by Covet/Knock Off/Thief."},manectite:{name:"Manectite",megaStone:"Manectric-Mega",megaEvolves:"Manectric",itemUser:["Manectric"],num:682,gen:6,isNonstandard:"Past",desc:"If held by a Manectric, this item allows it to Mega Evolve in battle."},marangaberry:{name:"Maranga Berry",isBerry:!0,naturalGift:{basePower:100,type:"Dark"},num:688,gen:6,desc:"Raises holder's Sp. Def by 1 stage after it is hit by a special attack. Single use."},marshadiumz:{name:"Marshadium Z",onTakeItem:!1,zMove:"Soul-Stealing 7-Star Strike",zMoveFrom:"Spectral Thief",itemUser:["Marshadow"],num:802,gen:7,isNonstandard:"Past",desc:"If held by Marshadow with Spectral Thief, it can use Soul-Stealing 7-Star Strike."},masterball:{name:"Master Ball",num:1,gen:1,isPokeball:!0,desc:"The best Ball with the ultimate performance. It will catch any wild Pokemon."},mawilite:{name:"Mawilite",megaStone:"Mawile-Mega",megaEvolves:"Mawile",itemUser:["Mawile"],num:681,gen:6,isNonstandard:"Past",desc:"If held by a Mawile, this item allows it to Mega Evolve in battle."},meadowplate:{name:"Meadow Plate",onPlate:"Grass",onBasePowerPriority:15,forcedForme:"Arceus-Grass",num:301,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Grass-type attacks have 1.2x power. Judgment is Grass type."},medichamite:{name:"Medichamite",megaStone:"Medicham-Mega",megaEvolves:"Medicham",itemUser:["Medicham"],num:665,gen:6,isNonstandard:"Past",desc:"If held by a Medicham, this item allows it to Mega Evolve in battle."},mentalherb:{name:"Mental Herb",fling:{basePower:10},num:219,gen:3,desc:"Cures holder of Attract, Disable, Encore, Heal Block, Taunt, Torment. Single use."},metagrossite:{name:"Metagrossite",megaStone:"Metagross-Mega",megaEvolves:"Metagross",itemUser:["Metagross"],num:758,gen:6,isNonstandard:"Past",desc:"If held by a Metagross, this item allows it to Mega Evolve in battle."},metalcoat:{name:"Metal Coat",fling:{basePower:30},onBasePowerPriority:15,num:233,gen:2,desc:"Holder's Steel-type attacks have 1.2x power. Evolves Onix into Steelix and Scyther into Scizor when traded.",shortDesc:"Holder's Steel-type attacks have 1.2x power."},metalpowder:{name:"Metal Powder",fling:{basePower:10},onModifyDefPriority:2,itemUser:["Ditto"],num:257,gen:2,desc:"If held by a Ditto that hasn't Transformed, its Defense is doubled."},metronome:{name:"Metronome",fling:{basePower:30},condition:{onTryMovePriority:-2},num:277,gen:4,desc:"Damage of moves used on consecutive turns is increased. Max 2x after 5 turns."},mewniumz:{name:"Mewnium Z",onTakeItem:!1,zMove:"Genesis Supernova",zMoveFrom:"Psychic",itemUser:["Mew"],num:806,gen:7,isNonstandard:"Past",desc:"If held by a Mew with Psychic, it can use Genesis Supernova."},mewtwonitex:{name:"Mewtwonite X",megaStone:"Mewtwo-Mega-X",megaEvolves:"Mewtwo",itemUser:["Mewtwo"],num:662,gen:6,isNonstandard:"Past",desc:"If held by a Mewtwo, this item allows it to Mega Evolve in battle."},mewtwonitey:{name:"Mewtwonite Y",megaStone:"Mewtwo-Mega-Y",megaEvolves:"Mewtwo",itemUser:["Mewtwo"],num:663,gen:6,isNonstandard:"Past",desc:"If held by a Mewtwo, this item allows it to Mega Evolve in battle."},micleberry:{name:"Micle Berry",isBerry:!0,naturalGift:{basePower:100,type:"Rock"},condition:{duration:2},num:209,gen:4,desc:"Holder's next move has 1.2x accuracy when at 1/4 max HP or less. Single use."},mimikiumz:{name:"Mimikium Z",onTakeItem:!1,zMove:"Let's Snuggle Forever",zMoveFrom:"Play Rough",itemUser:["Mimikyu","Mimikyu-Busted","Mimikyu-Totem","Mimikyu-Busted-Totem"],num:924,isNonstandard:"Past",gen:7,desc:"If held by a Mimikyu with Play Rough, it can use Let's Snuggle Forever."},mindplate:{name:"Mind Plate",onPlate:"Psychic",onBasePowerPriority:15,forcedForme:"Arceus-Psychic",num:307,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Psychic-type attacks have 1.2x power. Judgment is Psychic type."},miracleseed:{name:"Miracle Seed",fling:{basePower:30},onBasePowerPriority:15,num:239,gen:2,desc:"Holder's Grass-type attacks have 1.2x power."},mistyseed:{name:"Misty Seed",fling:{basePower:10},boosts:{spd:1},num:883,gen:7,desc:"If the terrain is Misty Terrain, raises holder's Sp. Def by 1 stage. Single use."},moonball:{name:"Moon Ball",num:498,gen:2,isPokeball:!0,desc:"A Poke Ball for catching Pokemon that evolve using the Moon Stone."},moonstone:{name:"Moon Stone",fling:{basePower:30},num:81,gen:1,desc:"Evolves Nidorina into Nidoqueen, Nidorino into Nidoking, Clefairy into Clefable, Jigglypuff into Wigglytuff, Skitty into Delcatty, and Munna into Musharna when used.",shortDesc:"Evolves certain species of Pokemon when used."},muscleband:{name:"Muscle Band",fling:{basePower:10},onBasePowerPriority:16,num:266,gen:4,desc:"Holder's physical attacks have 1.1x power."},mysticwater:{name:"Mystic Water",fling:{basePower:30},onBasePowerPriority:15,num:243,gen:2,desc:"Holder's Water-type attacks have 1.2x power."},nanabberry:{name:"Nanab Berry",isBerry:!0,naturalGift:{basePower:90,type:"Water"},onEat:!1,num:166,gen:3,isNonstandard:"Past",desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},nestball:{name:"Nest Ball",num:8,gen:3,isPokeball:!0,desc:"A Poke Ball that works especially well on weaker Pokemon in the wild."},netball:{name:"Net Ball",num:6,gen:3,isPokeball:!0,desc:"A Poke Ball that works especially well on Water- and Bug-type Pokemon."},nevermeltice:{name:"Never-Melt Ice",fling:{basePower:30},onBasePowerPriority:15,num:246,gen:2,desc:"Holder's Ice-type attacks have 1.2x power."},nomelberry:{name:"Nomel Berry",isBerry:!0,naturalGift:{basePower:90,type:"Dragon"},onEat:!1,num:178,gen:3,isNonstandard:"Past",desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},normalgem:{name:"Normal Gem",isGem:!0,num:564,gen:5,desc:"Holder's first successful Normal-type attack will have 1.3x power. Single use."},normaliumz:{name:"Normalium Z",onTakeItem:!1,zMove:!0,zMoveType:"Normal",num:776,gen:7,isNonstandard:"Past",desc:"If holder has a Normal move, this item allows it to use a Normal Z-Move."},occaberry:{name:"Occa Berry",isBerry:!0,naturalGift:{basePower:80,type:"Fire"},num:184,gen:4,desc:"Halves damage taken from a supereffective Fire-type attack. Single use."},oddincense:{name:"Odd Incense",fling:{basePower:10},onBasePowerPriority:15,num:314,gen:4,desc:"Holder's Psychic-type attacks have 1.2x power."},oldamber:{name:"Old Amber",fling:{basePower:100},num:103,gen:3,isNonstandard:"Past",desc:"Can be revived into Aerodactyl."},oranberry:{name:"Oran Berry",isBerry:!0,naturalGift:{basePower:80,type:"Poison"},num:155,gen:3,desc:"Restores 10 HP when at 1/2 max HP or less. Single use."},ovalstone:{name:"Oval Stone",fling:{basePower:80},num:110,gen:4,desc:"Evolves Happiny into Chansey when held and leveled up during the day."},pamtreberry:{name:"Pamtre Berry",isBerry:!0,naturalGift:{basePower:90,type:"Steel"},onEat:!1,num:180,gen:3,isNonstandard:"Past",desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},parkball:{name:"Park Ball",num:500,gen:4,isPokeball:!0,isNonstandard:"Unobtainable",desc:"A special Poke Ball for the Pal Park."},passhoberry:{name:"Passho Berry",isBerry:!0,naturalGift:{basePower:80,type:"Water"},num:185,gen:4,desc:"Halves damage taken from a supereffective Water-type attack. Single use."},payapaberry:{name:"Payapa Berry",isBerry:!0,naturalGift:{basePower:80,type:"Psychic"},num:193,gen:4,desc:"Halves damage taken from a supereffective Psychic-type attack. Single use."},pechaberry:{name:"Pecha Berry",isBerry:!0,naturalGift:{basePower:80,type:"Electric"},num:151,gen:3,desc:"Holder is cured if it is poisoned. Single use."},persimberry:{name:"Persim Berry",isBerry:!0,naturalGift:{basePower:80,type:"Ground"},num:156,gen:3,desc:"Holder is cured if it is confused. Single use."},petayaberry:{name:"Petaya Berry",isBerry:!0,naturalGift:{basePower:100,type:"Poison"},num:204,gen:3,desc:"Raises holder's Sp. Atk by 1 stage when at 1/4 max HP or less. Single use."},pidgeotite:{name:"Pidgeotite",megaStone:"Pidgeot-Mega",megaEvolves:"Pidgeot",itemUser:["Pidgeot"],num:762,gen:6,isNonstandard:"Past",desc:"If held by a Pidgeot, this item allows it to Mega Evolve in battle."},pikaniumz:{name:"Pikanium Z",onTakeItem:!1,zMove:"Catastropika",zMoveFrom:"Volt Tackle",itemUser:["Pikachu"],num:794,gen:7,isNonstandard:"Past",desc:"If held by a Pikachu with Volt Tackle, it can use Catastropika."},pikashuniumz:{name:"Pikashunium Z",onTakeItem:!1,zMove:"10,000,000 Volt Thunderbolt",zMoveFrom:"Thunderbolt",itemUser:["Pikachu-Original","Pikachu-Hoenn","Pikachu-Sinnoh","Pikachu-Unova","Pikachu-Kalos","Pikachu-Alola","Pikachu-Partner"],num:836,isNonstandard:"Past",gen:7,desc:"If held by cap Pikachu with Thunderbolt, it can use 10,000,000 Volt Thunderbolt."},pinapberry:{name:"Pinap Berry",isBerry:!0,naturalGift:{basePower:90,type:"Grass"},onEat:!1,num:168,gen:3,desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},pinsirite:{name:"Pinsirite",megaStone:"Pinsir-Mega",megaEvolves:"Pinsir",itemUser:["Pinsir"],num:671,gen:6,isNonstandard:"Past",desc:"If held by a Pinsir, this item allows it to Mega Evolve in battle."},pixieplate:{name:"Pixie Plate",onPlate:"Fairy",onBasePowerPriority:15,forcedForme:"Arceus-Fairy",num:644,gen:6,desc:"Holder's Fairy-type attacks have 1.2x power. Judgment is Fairy type."},plumefossil:{name:"Plume Fossil",fling:{basePower:100},num:573,gen:5,isNonstandard:"Past",desc:"Can be revived into Archen."},poisonbarb:{name:"Poison Barb",fling:{basePower:70,status:"psn"},onBasePowerPriority:15,num:245,gen:2,desc:"Holder's Poison-type attacks have 1.2x power."},poisongem:{name:"Poison Gem",isGem:!0,num:554,gen:5,isNonstandard:"Past",desc:"Holder's first successful Poison-type attack will have 1.3x power. Single use."},poisonmemory:{name:"Poison Memory",onMemory:"Poison",forcedForme:"Silvally-Poison",itemUser:["Silvally-Poison"],num:906,gen:7,desc:"Holder's Multi-Attack is Poison type."},poisoniumz:{name:"Poisonium Z",onPlate:"Poison",onTakeItem:!1,zMove:!0,zMoveType:"Poison",forcedForme:"Arceus-Poison",num:783,gen:7,isNonstandard:"Past",desc:"If holder has a Poison move, this item allows it to use a Poison Z-Move."},pokeball:{name:"Poke Ball",num:4,gen:1,isPokeball:!0,desc:"A device for catching wild Pokemon. It is designed as a capsule system."},pomegberry:{name:"Pomeg Berry",isBerry:!0,naturalGift:{basePower:90,type:"Ice"},onEat:!1,num:169,gen:3,desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},poweranklet:{name:"Power Anklet",ignoreKlutz:!0,fling:{basePower:70},num:293,gen:4,desc:"Holder's Speed is halved. The Klutz Ability does not ignore this effect."},powerband:{name:"Power Band",ignoreKlutz:!0,fling:{basePower:70},num:292,gen:4,desc:"Holder's Speed is halved. The Klutz Ability does not ignore this effect."},powerbelt:{name:"Power Belt",ignoreKlutz:!0,fling:{basePower:70},num:290,gen:4,desc:"Holder's Speed is halved. The Klutz Ability does not ignore this effect."},powerbracer:{name:"Power Bracer",ignoreKlutz:!0,fling:{basePower:70},num:289,gen:4,desc:"Holder's Speed is halved. The Klutz Ability does not ignore this effect."},powerherb:{name:"Power Herb",fling:{basePower:10},num:271,gen:4,desc:"Holder's two-turn moves complete in one turn (except Sky Drop). Single use."},powerlens:{name:"Power Lens",ignoreKlutz:!0,fling:{basePower:70},num:291,gen:4,desc:"Holder's Speed is halved. The Klutz Ability does not ignore this effect."},powerweight:{name:"Power Weight",ignoreKlutz:!0,fling:{basePower:70},num:294,gen:4,desc:"Holder's Speed is halved. The Klutz Ability does not ignore this effect."},premierball:{name:"Premier Ball",num:12,gen:3,isPokeball:!0,desc:"A rare Poke Ball that has been crafted to commemorate an event."},primariumz:{name:"Primarium Z",onTakeItem:!1,zMove:"Oceanic Operetta",zMoveFrom:"Sparkling Aria",itemUser:["Primarina"],num:800,gen:7,isNonstandard:"Past",desc:"If held by a Primarina with Sparkling Aria, it can use Oceanic Operetta."},prismscale:{name:"Prism Scale",fling:{basePower:30},num:537,gen:5,desc:"Evolves Feebas into Milotic when traded."},protectivepads:{name:"Protective Pads",fling:{basePower:30},num:880,gen:7,desc:"Holder's moves are protected from adverse contact effects, except Pickpocket."},protector:{name:"Protector",fling:{basePower:80},num:321,gen:4,desc:"Evolves Rhydon into Rhyperior when traded."},psychicgem:{name:"Psychic Gem",isGem:!0,num:557,gen:5,isNonstandard:"Past",desc:"Holder's first successful Psychic-type attack will have 1.3x power. Single use."},psychicmemory:{name:"Psychic Memory",onMemory:"Psychic",forcedForme:"Silvally-Psychic",itemUser:["Silvally-Psychic"],num:916,gen:7,desc:"Holder's Multi-Attack is Psychic type."},psychicseed:{name:"Psychic Seed",fling:{basePower:10},boosts:{spd:1},num:882,gen:7,desc:"If the terrain is Psychic Terrain, raises holder's Sp. Def by 1 stage. Single use."},psychiumz:{name:"Psychium Z",onPlate:"Psychic",onTakeItem:!1,zMove:!0,zMoveType:"Psychic",forcedForme:"Arceus-Psychic",num:786,gen:7,isNonstandard:"Past",desc:"If holder has a Psychic move, this item allows it to use a Psychic Z-Move."},qualotberry:{name:"Qualot Berry",isBerry:!0,naturalGift:{basePower:90,type:"Poison"},onEat:!1,num:171,gen:3,desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},quickball:{name:"Quick Ball",num:15,gen:4,isPokeball:!0,desc:"A Poke Ball that provides a better catch rate at the start of a wild encounter."},quickclaw:{onFractionalPriorityPriority:-2,name:"Quick Claw",fling:{basePower:80},num:217,gen:2,desc:"Each turn, holder has a 20% chance to move first in its priority bracket."},quickpowder:{name:"Quick Powder",fling:{basePower:10},itemUser:["Ditto"],num:274,gen:4,desc:"If held by a Ditto that hasn't Transformed, its Speed is doubled."},rabutaberry:{name:"Rabuta Berry",isBerry:!0,naturalGift:{basePower:90,type:"Ghost"},onEat:!1,num:177,gen:3,isNonstandard:"Past",desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},rarebone:{name:"Rare Bone",fling:{basePower:100},num:106,gen:4,desc:"No competitive use other than when used with Fling."},rawstberry:{name:"Rawst Berry",isBerry:!0,naturalGift:{basePower:80,type:"Grass"},num:152,gen:3,desc:"Holder is cured if it is burned. Single use."},razorclaw:{name:"Razor Claw",fling:{basePower:80},num:326,gen:4,desc:"Holder's critical hit ratio is raised by 1 stage. Evolves Sneasel into Weavile when held and leveled up during the night.",shortDesc:"Holder's critical hit ratio is raised by 1 stage."},razorfang:{name:"Razor Fang",fling:{basePower:30,volatileStatus:"flinch"},onModifyMovePriority:-1,num:327,gen:4,isNonstandard:"Past",desc:"Holder's attacks without a chance to make the target flinch gain a 10% chance to make the target flinch. Evolves Gligar into Gliscor when held and leveled up during the night.",shortDesc:"Holder's attacks without a chance to flinch gain a 10% chance to flinch."},razzberry:{name:"Razz Berry",isBerry:!0,naturalGift:{basePower:80,type:"Steel"},onEat:!1,num:164,gen:3,isNonstandard:"Past",desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},reapercloth:{name:"Reaper Cloth",fling:{basePower:10},num:325,gen:4,desc:"Evolves Dusclops into Dusknoir when traded."},redcard:{name:"Red Card",fling:{basePower:10},num:542,gen:5,desc:"If holder survives a hit, attacker is forced to switch to a random ally. Single use."},redorb:{name:"Red Orb",itemUser:["Groudon"],num:534,gen:6,isNonstandard:"Past",desc:"If held by a Groudon, this item triggers its Primal Reversion in battle."},repeatball:{name:"Repeat Ball",num:9,gen:3,isPokeball:!0,desc:"A Poke Ball that works well on Pokemon species that were previously caught."},ribbonsweet:{name:"Ribbon Sweet",fling:{basePower:10},num:1115,gen:8,desc:"Evolves Milcery into Alcremie when held and spun around."},rindoberry:{name:"Rindo Berry",isBerry:!0,naturalGift:{basePower:80,type:"Grass"},num:187,gen:4,desc:"Halves damage taken from a supereffective Grass-type attack. Single use."},ringtarget:{name:"Ring Target",fling:{basePower:10},onNegateImmunity:!1,num:543,gen:5,desc:"The holder's type immunities granted solely by its typing are negated."},rockgem:{name:"Rock Gem",isGem:!0,num:559,gen:5,isNonstandard:"Past",desc:"Holder's first successful Rock-type attack will have 1.3x power. Single use."},rockincense:{name:"Rock Incense",fling:{basePower:10},onBasePowerPriority:15,num:315,gen:4,desc:"Holder's Rock-type attacks have 1.2x power."},rockmemory:{name:"Rock Memory",onMemory:"Rock",forcedForme:"Silvally-Rock",itemUser:["Silvally-Rock"],num:908,gen:7,desc:"Holder's Multi-Attack is Rock type."},rockiumz:{name:"Rockium Z",onPlate:"Rock",onTakeItem:!1,zMove:!0,zMoveType:"Rock",forcedForme:"Arceus-Rock",num:788,gen:7,isNonstandard:"Past",desc:"If holder has a Rock move, this item allows it to use a Rock Z-Move."},rockyhelmet:{name:"Rocky Helmet",fling:{basePower:60},onDamagingHitOrder:2,num:540,gen:5,desc:"If holder is hit by a contact move, the attacker loses 1/6 of its max HP."},roomservice:{name:"Room Service",fling:{basePower:100},boosts:{spe:-1},num:1122,gen:8,desc:"If Trick Room is active, the holder's Speed is lowered by 1 stage. Single use."},rootfossil:{name:"Root Fossil",fling:{basePower:100},num:99,gen:3,isNonstandard:"Past",desc:"Can be revived into Lileep."},roseincense:{name:"Rose Incense",fling:{basePower:10},onBasePowerPriority:15,num:318,gen:4,desc:"Holder's Grass-type attacks have 1.2x power."},roseliberry:{name:"Roseli Berry",isBerry:!0,naturalGift:{basePower:80,type:"Fairy"},num:686,gen:6,desc:"Halves damage taken from a supereffective Fairy-type attack. Single use."},rowapberry:{name:"Rowap Berry",isBerry:!0,naturalGift:{basePower:100,type:"Dark"},num:212,gen:4,desc:"If holder is hit by a special move, attacker loses 1/8 of its max HP. Single use."},rustedshield:{name:"Rusted Shield",itemUser:["Zamazenta-Crowned"],num:1104,gen:8,desc:"If held by a Zamazenta, this item changes its forme to Crowned Shield."},rustedsword:{name:"Rusted Sword",itemUser:["Zacian-Crowned"],num:1103,gen:8,desc:"If held by a Zacian, this item changes its forme to Crowned Sword."},sablenite:{name:"Sablenite",megaStone:"Sableye-Mega",megaEvolves:"Sableye",itemUser:["Sableye"],num:754,gen:6,isNonstandard:"Past",desc:"If held by a Sableye, this item allows it to Mega Evolve in battle."},sachet:{name:"Sachet",fling:{basePower:80},num:647,gen:6,desc:"Evolves Spritzee into Aromatisse when traded."},safariball:{name:"Safari Ball",num:5,gen:1,isPokeball:!0,desc:"A special Poke Ball that is used only in the Safari Zone and Great Marsh."},safetygoggles:{name:"Safety Goggles",fling:{basePower:80},num:650,gen:6,desc:"Holder is immune to powder moves and damage from Sandstorm or Hail."},sailfossil:{name:"Sail Fossil",fling:{basePower:100},num:711,gen:6,isNonstandard:"Past",desc:"Can be revived into Amaura."},salacberry:{name:"Salac Berry",isBerry:!0,naturalGift:{basePower:100,type:"Fighting"},num:203,gen:3,desc:"Raises holder's Speed by 1 stage when at 1/4 max HP or less. Single use."},salamencite:{name:"Salamencite",megaStone:"Salamence-Mega",megaEvolves:"Salamence",itemUser:["Salamence"],num:769,gen:6,isNonstandard:"Past",desc:"If held by a Salamence, this item allows it to Mega Evolve in battle."},sceptilite:{name:"Sceptilite",megaStone:"Sceptile-Mega",megaEvolves:"Sceptile",itemUser:["Sceptile"],num:753,gen:6,isNonstandard:"Past",desc:"If held by a Sceptile, this item allows it to Mega Evolve in battle."},scizorite:{name:"Scizorite",megaStone:"Scizor-Mega",megaEvolves:"Scizor",itemUser:["Scizor"],num:670,gen:6,isNonstandard:"Past",desc:"If held by a Scizor, this item allows it to Mega Evolve in battle."},scopelens:{name:"Scope Lens",fling:{basePower:30},num:232,gen:2,desc:"Holder's critical hit ratio is raised by 1 stage."},seaincense:{name:"Sea Incense",fling:{basePower:10},onBasePowerPriority:15,num:254,gen:3,desc:"Holder's Water-type attacks have 1.2x power."},sharpbeak:{name:"Sharp Beak",fling:{basePower:50},onBasePowerPriority:15,num:244,gen:2,desc:"Holder's Flying-type attacks have 1.2x power."},sharpedonite:{name:"Sharpedonite",megaStone:"Sharpedo-Mega",megaEvolves:"Sharpedo",itemUser:["Sharpedo"],num:759,gen:6,isNonstandard:"Past",desc:"If held by a Sharpedo, this item allows it to Mega Evolve in battle."},shedshell:{name:"Shed Shell",fling:{basePower:10},onTrapPokemonPriority:-10,num:295,gen:4,desc:"Holder may switch out even when trapped by another Pokemon, or by Ingrain."},shellbell:{name:"Shell Bell",fling:{basePower:30},onAfterMoveSecondarySelfPriority:-1,num:253,gen:3,desc:"After an attack, holder gains 1/8 of the damage in HP dealt to other Pokemon."},shinystone:{name:"Shiny Stone",fling:{basePower:80},num:107,gen:4,desc:"Evolves Togetic into Togekiss, Roselia into Roserade, Minccino into Cinccino, and Floette into Florges when used.",shortDesc:"Evolves certain species of Pokemon when used."},shockdrive:{name:"Shock Drive",onDrive:"Electric",forcedForme:"Genesect-Shock",itemUser:["Genesect-Shock"],num:117,gen:5,desc:"Holder's Techno Blast is Electric type."},shucaberry:{name:"Shuca Berry",isBerry:!0,naturalGift:{basePower:80,type:"Ground"},num:191,gen:4,desc:"Halves damage taken from a supereffective Ground-type attack. Single use."},silkscarf:{name:"Silk Scarf",fling:{basePower:10},onBasePowerPriority:15,num:251,gen:3,desc:"Holder's Normal-type attacks have 1.2x power."},silverpowder:{name:"Silver Powder",fling:{basePower:10},onBasePowerPriority:15,num:222,gen:2,desc:"Holder's Bug-type attacks have 1.2x power."},sitrusberry:{name:"Sitrus Berry",isBerry:!0,naturalGift:{basePower:80,type:"Psychic"},num:158,gen:3,desc:"Restores 1/4 max HP when at 1/2 max HP or less. Single use."},skullfossil:{name:"Skull Fossil",fling:{basePower:100},num:105,gen:4,isNonstandard:"Past",desc:"Can be revived into Cranidos."},skyplate:{name:"Sky Plate",onPlate:"Flying",onBasePowerPriority:15,forcedForme:"Arceus-Flying",num:306,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Flying-type attacks have 1.2x power. Judgment is Flying type."},slowbronite:{name:"Slowbronite",megaStone:"Slowbro-Mega",megaEvolves:"Slowbro",itemUser:["Slowbro"],num:760,gen:6,isNonstandard:"Past",desc:"If held by a Slowbro, this item allows it to Mega Evolve in battle."},smoothrock:{name:"Smooth Rock",fling:{basePower:10},num:283,gen:4,desc:"Holder's use of Sandstorm lasts 8 turns instead of 5."},snorliumz:{name:"Snorlium Z",onTakeItem:!1,zMove:"Pulverizing Pancake",zMoveFrom:"Giga Impact",itemUser:["Snorlax"],num:804,gen:7,isNonstandard:"Past",desc:"If held by a Snorlax with Giga Impact, it can use Pulverizing Pancake."},snowball:{name:"Snowball",fling:{basePower:30},boosts:{atk:1},num:649,gen:6,desc:"Raises holder's Attack by 1 if hit by an Ice-type attack. Single use."},softsand:{name:"Soft Sand",fling:{basePower:10},onBasePowerPriority:15,num:237,gen:2,desc:"Holder's Ground-type attacks have 1.2x power."},solganiumz:{name:"Solganium Z",onTakeItem:!1,zMove:"Searing Sunraze Smash",zMoveFrom:"Sunsteel Strike",itemUser:["Solgaleo","Necrozma-Dusk-Mane"],num:921,gen:7,isNonstandard:"Past",desc:"Solgaleo or Dusk Mane Necrozma with Sunsteel Strike can use a special Z-Move."},souldew:{name:"Soul Dew",fling:{basePower:30},onBasePowerPriority:15,itemUser:["Latios","Latias"],num:225,gen:3,desc:"If held by a Latias/Latios, its Dragon- and Psychic-type moves have 1.2x power."},spelltag:{name:"Spell Tag",fling:{basePower:30},onBasePowerPriority:15,num:247,gen:2,desc:"Holder's Ghost-type attacks have 1.2x power."},spelonberry:{name:"Spelon Berry",isBerry:!0,naturalGift:{basePower:90,type:"Dark"},onEat:!1,num:179,gen:3,isNonstandard:"Past",desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},splashplate:{name:"Splash Plate",onPlate:"Water",onBasePowerPriority:15,forcedForme:"Arceus-Water",num:299,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Water-type attacks have 1.2x power. Judgment is Water type."},spookyplate:{name:"Spooky Plate",onPlate:"Ghost",onBasePowerPriority:15,forcedForme:"Arceus-Ghost",num:310,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Ghost-type attacks have 1.2x power. Judgment is Ghost type."},sportball:{name:"Sport Ball",num:499,gen:2,isPokeball:!0,desc:"A special Poke Ball for the Bug-Catching Contest."},starfberry:{name:"Starf Berry",isBerry:!0,naturalGift:{basePower:100,type:"Psychic"},num:207,gen:3,desc:"Raises a random stat by 2 when at 1/4 max HP or less (not acc/eva). Single use."},starsweet:{name:"Star Sweet",fling:{basePower:10},num:1114,gen:8,desc:"Evolves Milcery into Alcremie when held and spun around."},steelixite:{name:"Steelixite",megaStone:"Steelix-Mega",megaEvolves:"Steelix",itemUser:["Steelix"],num:761,gen:6,isNonstandard:"Past",desc:"If held by a Steelix, this item allows it to Mega Evolve in battle."},steelgem:{name:"Steel Gem",isGem:!0,num:563,gen:5,isNonstandard:"Past",desc:"Holder's first successful Steel-type attack will have 1.3x power. Single use."},steelmemory:{name:"Steel Memory",onMemory:"Steel",forcedForme:"Silvally-Steel",itemUser:["Silvally-Steel"],num:911,gen:7,desc:"Holder's Multi-Attack is Steel type."},steeliumz:{name:"Steelium Z",onPlate:"Steel",onTakeItem:!1,zMove:!0,zMoveType:"Steel",forcedForme:"Arceus-Steel",num:792,gen:7,isNonstandard:"Past",desc:"If holder has a Steel move, this item allows it to use a Steel Z-Move."},stick:{name:"Stick",fling:{basePower:60},itemUser:["Farfetch’d"],num:259,gen:2,isNonstandard:"Past",desc:"If held by a Farfetch’d, its critical hit ratio is raised by 2 stages."},stickybarb:{name:"Sticky Barb",fling:{basePower:80},onResidualOrder:28,onResidualSubOrder:3,num:288,gen:4,desc:"Each turn, holder loses 1/8 max HP. An attacker making contact can receive it."},stoneplate:{name:"Stone Plate",onPlate:"Rock",onBasePowerPriority:15,forcedForme:"Arceus-Rock",num:309,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Rock-type attacks have 1.2x power. Judgment is Rock type."},strawberrysweet:{name:"Strawberry Sweet",fling:{basePower:10},num:1109,gen:8,desc:"Evolves Milcery into Alcremie when held and spun around."},sunstone:{name:"Sun Stone",fling:{basePower:30},num:80,gen:2,desc:"Evolves Gloom into Bellossom, Sunkern into Sunflora, Cottonee into Whimsicott, Petilil into Lilligant, and Helioptile into Heliolisk when used.",shortDesc:"Evolves certain species of Pokemon when used."},swampertite:{name:"Swampertite",megaStone:"Swampert-Mega",megaEvolves:"Swampert",itemUser:["Swampert"],num:752,gen:6,isNonstandard:"Past",desc:"If held by a Swampert, this item allows it to Mega Evolve in battle."},sweetapple:{name:"Sweet Apple",fling:{basePower:30},num:1116,gen:8,desc:"Evolves Applin into Appletun when used."},tamatoberry:{name:"Tamato Berry",isBerry:!0,naturalGift:{basePower:90,type:"Psychic"},onEat:!1,num:174,gen:3,desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},tangaberry:{name:"Tanga Berry",isBerry:!0,naturalGift:{basePower:80,type:"Bug"},num:194,gen:4,desc:"Halves damage taken from a supereffective Bug-type attack. Single use."},tapuniumz:{name:"Tapunium Z",onTakeItem:!1,zMove:"Guardian of Alola",zMoveFrom:"Nature's Madness",itemUser:["Tapu Koko","Tapu Lele","Tapu Bulu","Tapu Fini"],num:801,gen:7,isNonstandard:"Past",desc:"If held by a Tapu with Nature's Madness, it can use Guardian of Alola."},tartapple:{name:"Tart Apple",fling:{basePower:30},num:1117,gen:8,desc:"Evolves Applin into Flapple when used."},terrainextender:{name:"Terrain Extender",fling:{basePower:60},num:879,gen:7,desc:"Holder's use of Electric/Grassy/Misty/Psychic Terrain lasts 8 turns instead of 5."},thickclub:{name:"Thick Club",fling:{basePower:90},onModifyAtkPriority:1,itemUser:["Marowak","Marowak-Alola","Marowak-Alola-Totem","Cubone"],num:258,gen:2,desc:"If held by a Cubone or a Marowak, its Attack is doubled."},throatspray:{name:"Throat Spray",fling:{basePower:30},boosts:{spa:1},num:1118,gen:8,desc:"Raises holder's Special Attack by 1 stage after it uses a sound move. Single use."},thunderstone:{name:"Thunder Stone",fling:{basePower:30},num:83,gen:1,desc:"Evolves Pikachu into Raichu or Alolan Raichu, Eevee into Jolteon, Eelektrik into Eelektross, and Charjabug into Vikavolt when used.",shortDesc:"Evolves certain species of Pokemon when used."},timerball:{name:"Timer Ball",num:10,gen:3,isPokeball:!0,desc:"A Poke Ball that becomes better the more turns there are in a battle."},toxicorb:{name:"Toxic Orb",fling:{basePower:30,status:"tox"},onResidualOrder:28,onResidualSubOrder:3,num:272,gen:4,desc:"At the end of every turn, this item attempts to badly poison the holder."},toxicplate:{name:"Toxic Plate",onPlate:"Poison",onBasePowerPriority:15,forcedForme:"Arceus-Poison",num:304,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Poison-type attacks have 1.2x power. Judgment is Poison type."},tr00:{name:"TR00",fling:{basePower:10},num:1130,gen:8,desc:"Teaches certain Pokemon the move Swords Dance. One use."},tr01:{name:"TR01",fling:{basePower:85},num:1131,gen:8,desc:"Teaches certain Pokemon the move Body Slam. One use."},tr02:{name:"TR02",fling:{basePower:90},num:1132,gen:8,desc:"Teaches certain Pokemon the move Flamethrower. One use."},tr03:{name:"TR03",fling:{basePower:110},num:1133,gen:8,desc:"Teaches certain Pokemon the move Hydro Pump. One use."},tr04:{name:"TR04",fling:{basePower:90},num:1134,gen:8,desc:"Teaches certain Pokemon the move Surf. One use."},tr05:{name:"TR05",fling:{basePower:90},num:1135,gen:8,desc:"Teaches certain Pokemon the move Ice Beam. One use."},tr06:{name:"TR06",fling:{basePower:110},num:1136,gen:8,desc:"Teaches certain Pokemon the move Blizzard. One use."},tr07:{name:"TR07",fling:{basePower:10},num:1137,gen:8,desc:"Teaches certain Pokemon the move Low Kick. One use."},tr08:{name:"TR08",fling:{basePower:90},num:1138,gen:8,desc:"Teaches certain Pokemon the move Thunderbolt. One use."},tr09:{name:"TR09",fling:{basePower:110},num:1139,gen:8,desc:"Teaches certain Pokemon the move Thunder. One use."},tr10:{name:"TR10",fling:{basePower:100},num:1140,gen:8,desc:"Teaches certain Pokemon the move Earthquake. One use."},tr11:{name:"TR11",fling:{basePower:90},num:1141,gen:8,desc:"Teaches certain Pokemon the move Psychic. One use."},tr12:{name:"TR12",fling:{basePower:10},num:1142,gen:8,desc:"Teaches certain Pokemon the move Agility. One use."},tr13:{name:"TR13",fling:{basePower:10},num:1143,gen:8,desc:"Teaches certain Pokemon the move Focus Energy. One use."},tr14:{name:"TR14",fling:{basePower:10},num:1144,gen:8,desc:"Teaches certain Pokemon the move Metronome. One use."},tr15:{name:"TR15",fling:{basePower:110},num:1145,gen:8,desc:"Teaches certain Pokemon the move Fire Blast. One use."},tr16:{name:"TR16",fling:{basePower:80},num:1146,gen:8,desc:"Teaches certain Pokemon the move Waterfall. One use."},tr17:{name:"TR17",fling:{basePower:10},num:1147,gen:8,desc:"Teaches certain Pokemon the move Amnesia. One use."},tr18:{name:"TR18",fling:{basePower:80},num:1148,gen:8,desc:"Teaches certain Pokemon the move Leech Life. One use."},tr19:{name:"TR19",fling:{basePower:80},num:1149,gen:8,desc:"Teaches certain Pokemon the move Tri Attack. One use."},tr20:{name:"TR20",fling:{basePower:10},num:1150,gen:8,desc:"Teaches certain Pokemon the move Substitute. One use."},tr21:{name:"TR21",fling:{basePower:10},num:1151,gen:8,desc:"Teaches certain Pokemon the move Reversal. One use."},tr22:{name:"TR22",fling:{basePower:90},num:1152,gen:8,desc:"Teaches certain Pokemon the move Sludge Bomb. One use."},tr23:{name:"TR23",fling:{basePower:10},num:1153,gen:8,desc:"Teaches certain Pokemon the move Spikes. One use."},tr24:{name:"TR24",fling:{basePower:120},num:1154,gen:8,desc:"Teaches certain Pokemon the move Outrage. One use."},tr25:{name:"TR25",fling:{basePower:80},num:1155,gen:8,desc:"Teaches certain Pokemon the move Psyshock. One use."},tr26:{name:"TR26",fling:{basePower:10},num:1156,gen:8,desc:"Teaches certain Pokemon the move Endure. One use."},tr27:{name:"TR27",fling:{basePower:10},num:1157,gen:8,desc:"Teaches certain Pokemon the move Sleep Talk. One use."},tr28:{name:"TR28",fling:{basePower:120},num:1158,gen:8,desc:"Teaches certain Pokemon the move Megahorn. One use."},tr29:{name:"TR29",fling:{basePower:10},num:1159,gen:8,desc:"Teaches certain Pokemon the move Baton Pass. One use."},tr30:{name:"TR30",fling:{basePower:10},num:1160,gen:8,desc:"Teaches certain Pokemon the move Encore. One use."},tr31:{name:"TR31",fling:{basePower:100},num:1161,gen:8,desc:"Teaches certain Pokemon the move Iron Tail. One use."},tr32:{name:"TR32",fling:{basePower:80},num:1162,gen:8,desc:"Teaches certain Pokemon the move Crunch. One use."},tr33:{name:"TR33",fling:{basePower:80},num:1163,gen:8,desc:"Teaches certain Pokemon the move Shadow Ball. One use."},tr34:{name:"TR34",fling:{basePower:120},num:1164,gen:8,desc:"Teaches certain Pokemon the move Future Sight. One use."},tr35:{name:"TR35",fling:{basePower:90},num:1165,gen:8,desc:"Teaches certain Pokemon the move Uproar. One use."},tr36:{name:"TR36",fling:{basePower:95},num:1166,gen:8,desc:"Teaches certain Pokemon the move Heat Wave. One use."},tr37:{name:"TR37",fling:{basePower:10},num:1167,gen:8,desc:"Teaches certain Pokemon the move Taunt. One use."},tr38:{name:"TR38",fling:{basePower:10},num:1168,gen:8,desc:"Teaches certain Pokemon the move Trick. One use."},tr39:{name:"TR39",fling:{basePower:120},num:1169,gen:8,desc:"Teaches certain Pokemon the move Superpower. One use."},tr40:{name:"TR40",fling:{basePower:10},num:1170,gen:8,desc:"Teaches certain Pokemon the move Skill Swap. One use."},tr41:{name:"TR41",fling:{basePower:85},num:1171,gen:8,desc:"Teaches certain Pokemon the move Blaze Kick. One use."},tr42:{name:"TR42",fling:{basePower:90},num:1172,gen:8,desc:"Teaches certain Pokemon the move Hyper Voice. One use."},tr43:{name:"TR43",fling:{basePower:130},num:1173,gen:8,desc:"Teaches certain Pokemon the move Overheat. One use."},tr44:{name:"TR44",fling:{basePower:10},num:1174,gen:8,desc:"Teaches certain Pokemon the move Cosmic Power. One use."},tr45:{name:"TR45",fling:{basePower:90},num:1175,gen:8,desc:"Teaches certain Pokemon the move Muddy Water. One use."},tr46:{name:"TR46",fling:{basePower:10},num:1176,gen:8,desc:"Teaches certain Pokemon the move Iron Defense. One use."},tr47:{name:"TR47",fling:{basePower:80},num:1177,gen:8,desc:"Teaches certain Pokemon the move Dragon Claw. One use."},tr48:{name:"TR48",fling:{basePower:10},num:1178,gen:8,desc:"Teaches certain Pokemon the move Bulk Up. One use."},tr49:{name:"TR49",fling:{basePower:10},num:1179,gen:8,desc:"Teaches certain Pokemon the move Calm Mind. One use."},tr50:{name:"TR50",fling:{basePower:90},num:1180,gen:8,desc:"Teaches certain Pokemon the move Leaf Blade. One use."},tr51:{name:"TR51",fling:{basePower:10},num:1181,gen:8,desc:"Teaches certain Pokemon the move Dragon Dance. One use."},tr52:{name:"TR52",fling:{basePower:10},num:1182,gen:8,desc:"Teaches certain Pokemon the move Gyro Ball. One use."},tr53:{name:"TR53",fling:{basePower:120},num:1183,gen:8,desc:"Teaches certain Pokemon the move Close Combat. One use."},tr54:{name:"TR54",fling:{basePower:10},num:1184,gen:8,desc:"Teaches certain Pokemon the move Toxic Spikes. One use."},tr55:{name:"TR55",fling:{basePower:120},num:1185,gen:8,desc:"Teaches certain Pokemon the move Flare Blitz. One use."},tr56:{name:"TR56",fling:{basePower:80},num:1186,gen:8,desc:"Teaches certain Pokemon the move Aura Sphere. One use."},tr57:{name:"TR57",fling:{basePower:80},num:1187,gen:8,desc:"Teaches certain Pokemon the move Poison Jab. One use."},tr58:{name:"TR58",fling:{basePower:80},num:1188,gen:8,desc:"Teaches certain Pokemon the move Dark Pulse. One use."},tr59:{name:"TR59",fling:{basePower:80},num:1189,gen:8,desc:"Teaches certain Pokemon the move Seed Bomb. One use."},tr60:{name:"TR60",fling:{basePower:80},num:1190,gen:8,desc:"Teaches certain Pokemon the move X-Scissor. One use."},tr61:{name:"TR61",fling:{basePower:90},num:1191,gen:8,desc:"Teaches certain Pokemon the move Bug Buzz. One use."},tr62:{name:"TR62",fling:{basePower:85},num:1192,gen:8,desc:"Teaches certain Pokemon the move Dragon Pulse. One use."},tr63:{name:"TR63",fling:{basePower:80},num:1193,gen:8,desc:"Teaches certain Pokemon the move Power Gem. One use."},tr64:{name:"TR64",fling:{basePower:120},num:1194,gen:8,desc:"Teaches certain Pokemon the move Focus Blast. One use."},tr65:{name:"TR65",fling:{basePower:90},num:1195,gen:8,desc:"Teaches certain Pokemon the move Energy Ball. One use."},tr66:{name:"TR66",fling:{basePower:120},num:1196,gen:8,desc:"Teaches certain Pokemon the move Brave Bird. One use."},tr67:{name:"TR67",fling:{basePower:90},num:1197,gen:8,desc:"Teaches certain Pokemon the move Earth Power. One use."},tr68:{name:"TR68",fling:{basePower:10},num:1198,gen:8,desc:"Teaches certain Pokemon the move Nasty Plot. One use."},tr69:{name:"TR69",fling:{basePower:80},num:1199,gen:8,desc:"Teaches certain Pokemon the move Zen Headbutt. One use."},tr70:{name:"TR70",fling:{basePower:80},num:1200,gen:8,desc:"Teaches certain Pokemon the move Flash Cannon. One use."},tr71:{name:"TR71",fling:{basePower:130},num:1201,gen:8,desc:"Teaches certain Pokemon the move Leaf Storm. One use."},tr72:{name:"TR72",fling:{basePower:120},num:1202,gen:8,desc:"Teaches certain Pokemon the move Power Whip. One use."},tr73:{name:"TR73",fling:{basePower:120},num:1203,gen:8,desc:"Teaches certain Pokemon the move Gunk Shot. One use."},tr74:{name:"TR74",fling:{basePower:80},num:1204,gen:8,desc:"Teaches certain Pokemon the move Iron Head. One use."},tr75:{name:"TR75",fling:{basePower:100},num:1205,gen:8,desc:"Teaches certain Pokemon the move Stone Edge. One use."},tr76:{name:"TR76",fling:{basePower:10},num:1206,gen:8,desc:"Teaches certain Pokemon the move Stealth Rock. One use."},tr77:{name:"TR77",fling:{basePower:10},num:1207,gen:8,desc:"Teaches certain Pokemon the move Grass Knot. One use."},tr78:{name:"TR78",fling:{basePower:95},num:1208,gen:8,desc:"Teaches certain Pokemon the move Sludge Wave. One use."},tr79:{name:"TR79",fling:{basePower:10},num:1209,gen:8,desc:"Teaches certain Pokemon the move Heavy Slam. One use."},tr80:{name:"TR80",fling:{basePower:10},num:1210,gen:8,desc:"Teaches certain Pokemon the move Electro Ball. One use."},tr81:{name:"TR81",fling:{basePower:95},num:1211,gen:8,desc:"Teaches certain Pokemon the move Foul Play. One use."},tr82:{name:"TR82",fling:{basePower:20},num:1212,gen:8,desc:"Teaches certain Pokemon the move Stored Power. One use."},tr83:{name:"TR83",fling:{basePower:10},num:1213,gen:8,desc:"Teaches certain Pokemon the move Ally Switch. One use."},tr84:{name:"TR84",fling:{basePower:80},num:1214,gen:8,desc:"Teaches certain Pokemon the move Scald. One use."},tr85:{name:"TR85",fling:{basePower:10},num:1215,gen:8,desc:"Teaches certain Pokemon the move Work Up. One use."},tr86:{name:"TR86",fling:{basePower:90},num:1216,gen:8,desc:"Teaches certain Pokemon the move Wild Charge. One use."},tr87:{name:"TR87",fling:{basePower:80},num:1217,gen:8,desc:"Teaches certain Pokemon the move Drill Run. One use."},tr88:{name:"TR88",fling:{basePower:10},num:1218,gen:8,desc:"Teaches certain Pokemon the move Heat Crash. One use."},tr89:{name:"TR89",fling:{basePower:110},num:1219,gen:8,desc:"Teaches certain Pokemon the move Hurricane. One use."},tr90:{name:"TR90",fling:{basePower:90},num:1220,gen:8,desc:"Teaches certain Pokemon the move Play Rough. One use."},tr91:{name:"TR91",fling:{basePower:10},num:1221,gen:8,desc:"Teaches certain Pokemon the move Venom Drench. One use."},tr92:{name:"TR92",fling:{basePower:80},num:1222,gen:8,desc:"Teaches certain Pokemon the move Dazzling Gleam. One use."},tr93:{name:"TR93",fling:{basePower:85},num:1223,gen:8,desc:"Teaches certain Pokemon the move Darkest Lariat. One use."},tr94:{name:"TR94",fling:{basePower:95},num:1224,gen:8,desc:"Teaches certain Pokemon the move High Horsepower. One use."},tr95:{name:"TR95",fling:{basePower:80},num:1225,gen:8,desc:"Teaches certain Pokemon the move Throat Chop. One use."},tr96:{name:"TR96",fling:{basePower:90},num:1226,gen:8,desc:"Teaches certain Pokemon the move Pollen Puff. One use."},tr97:{name:"TR97",fling:{basePower:85},num:1227,gen:8,desc:"Teaches certain Pokemon the move Psychic Fangs. One use."},tr98:{name:"TR98",fling:{basePower:85},num:1228,gen:8,desc:"Teaches certain Pokemon the move Liquidation. One use."},tr99:{name:"TR99",fling:{basePower:80},num:1229,gen:8,desc:"Teaches certain Pokemon the move Body Press. One use."},twistedspoon:{name:"Twisted Spoon",fling:{basePower:30},onBasePowerPriority:15,num:248,gen:2,desc:"Holder's Psychic-type attacks have 1.2x power."},tyranitarite:{name:"Tyranitarite",megaStone:"Tyranitar-Mega",megaEvolves:"Tyranitar",itemUser:["Tyranitar"],num:669,gen:6,isNonstandard:"Past",desc:"If held by a Tyranitar, this item allows it to Mega Evolve in battle."},ultraball:{name:"Ultra Ball",num:2,gen:1,isPokeball:!0,desc:"An ultra-performance Ball that provides a higher catch rate than a Great Ball."},ultranecroziumz:{name:"Ultranecrozium Z",onTakeItem:!1,zMove:"Light That Burns the Sky",zMoveFrom:"Photon Geyser",itemUser:["Necrozma-Ultra"],num:923,gen:7,isNonstandard:"Past",desc:"Dusk Mane/Dawn Wings Necrozma: Ultra Burst, then Z-Move w/ Photon Geyser."},upgrade:{name:"Up-Grade",fling:{basePower:30},num:252,gen:2,desc:"Evolves Porygon into Porygon2 when traded."},utilityumbrella:{name:"Utility Umbrella",fling:{basePower:60},num:1123,gen:8,desc:"The holder ignores rain- and sun-based effects. Damage and accuracy calculations from attacks used by the holder are affected by rain and sun, but not attacks used against the holder.",shortDesc:"The holder ignores rain- and sun-based effects."},venusaurite:{name:"Venusaurite",megaStone:"Venusaur-Mega",megaEvolves:"Venusaur",itemUser:["Venusaur"],num:659,gen:6,isNonstandard:"Past",desc:"If held by a Venusaur, this item allows it to Mega Evolve in battle."},wacanberry:{name:"Wacan Berry",isBerry:!0,naturalGift:{basePower:80,type:"Electric"},num:186,gen:4,desc:"Halves damage taken from a supereffective Electric-type attack. Single use."},watergem:{name:"Water Gem",isGem:!0,num:549,gen:5,isNonstandard:"Past",desc:"Holder's first successful Water-type attack will have 1.3x power. Single use."},watermemory:{name:"Water Memory",onMemory:"Water",forcedForme:"Silvally-Water",itemUser:["Silvally-Water"],num:913,gen:7,desc:"Holder's Multi-Attack is Water type."},waterstone:{name:"Water Stone",fling:{basePower:30},num:84,gen:1,desc:"Evolves Poliwhirl into Poliwrath, Shellder into Cloyster, Staryu into Starmie, Eevee into Vaporeon, Lombre into Ludicolo, and Panpour into Simipour when used.",shortDesc:"Evolves certain species of Pokemon when used."},wateriumz:{name:"Waterium Z",onPlate:"Water",onTakeItem:!1,zMove:!0,zMoveType:"Water",forcedForme:"Arceus-Water",num:778,gen:7,isNonstandard:"Past",desc:"If holder has a Water move, this item allows it to use a Water Z-Move."},watmelberry:{name:"Watmel Berry",isBerry:!0,naturalGift:{basePower:100,type:"Fire"},onEat:!1,num:181,gen:3,isNonstandard:"Past",desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},waveincense:{name:"Wave Incense",fling:{basePower:10},onBasePowerPriority:15,num:317,gen:4,desc:"Holder's Water-type attacks have 1.2x power."},weaknesspolicy:{name:"Weakness Policy",fling:{basePower:80},boosts:{atk:2,spa:2},num:639,gen:6,desc:"If holder is hit super effectively, raises Attack, Sp. Atk by 2 stages. Single use."},wepearberry:{name:"Wepear Berry",isBerry:!0,naturalGift:{basePower:90,type:"Electric"},onEat:!1,num:167,gen:3,isNonstandard:"Past",desc:"Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."},whippeddream:{name:"Whipped Dream",fling:{basePower:80},num:646,gen:6,desc:"Evolves Swirlix into Slurpuff when traded."},whiteherb:{name:"White Herb",fling:{basePower:10},num:214,gen:3,desc:"Restores all lowered stat stages to 0 when one is less than 0. Single use."},widelens:{name:"Wide Lens",fling:{basePower:10},onSourceModifyAccuracyPriority:-2,num:265,gen:4,desc:"The accuracy of attacks by the holder is 1.1x."},wikiberry:{name:"Wiki Berry",isBerry:!0,naturalGift:{basePower:80,type:"Rock"},num:160,gen:3,desc:"Restores 1/3 max HP at 1/4 max HP or less; confuses if -SpA Nature. Single use."},wiseglasses:{name:"Wise Glasses",fling:{basePower:10},onBasePowerPriority:16,num:267,gen:4,desc:"Holder's special attacks have 1.1x power."},yacheberry:{name:"Yache Berry",isBerry:!0,naturalGift:{basePower:80,type:"Ice"},num:188,gen:4,desc:"Halves damage taken from a supereffective Ice-type attack. Single use."},zapplate:{name:"Zap Plate",onPlate:"Electric",onBasePowerPriority:15,forcedForme:"Arceus-Electric",num:300,gen:4,isNonstandard:"Unobtainable",desc:"Holder's Electric-type attacks have 1.2x power. Judgment is Electric type."},zoomlens:{name:"Zoom Lens",fling:{basePower:10},onSourceModifyAccuracyPriority:-2,num:276,gen:4,desc:"The accuracy of attacks by the holder is 1.2x if it moves after its target."},berserkgene:{name:"Berserk Gene",boosts:{atk:2},num:0,gen:2,isNonstandard:"Past",desc:"(Gen 2) On switch-in, raises holder's Attack by 2 and confuses it. Single use."},berry:{name:"Berry",isBerry:!0,naturalGift:{basePower:80,type:"Poison"},onResidualOrder:5,num:155,gen:2,isNonstandard:"Past",desc:"(Gen 2) Restores 10 HP when at 1/2 max HP or less. Single use."},bitterberry:{name:"Bitter Berry",isBerry:!0,naturalGift:{basePower:80,type:"Ground"},num:156,gen:2,isNonstandard:"Past",desc:"(Gen 2) Holder is cured if it is confused. Single use."},burntberry:{name:"Burnt Berry",isBerry:!0,naturalGift:{basePower:80,type:"Ice"},num:153,gen:2,isNonstandard:"Past",desc:"(Gen 2) Holder is cured if it is frozen. Single use."},goldberry:{name:"Gold Berry",isBerry:!0,naturalGift:{basePower:80,type:"Psychic"},onResidualOrder:5,num:158,gen:2,isNonstandard:"Past",desc:"(Gen 2) Restores 30 HP when at 1/2 max HP or less. Single use."},iceberry:{name:"Ice Berry",isBerry:!0,naturalGift:{basePower:80,type:"Grass"},num:152,gen:2,isNonstandard:"Past",desc:"(Gen 2) Holder is cured if it is burned. Single use."},mintberry:{name:"Mint Berry",isBerry:!0,naturalGift:{basePower:80,type:"Water"},num:150,gen:2,isNonstandard:"Past",desc:"(Gen 2) Holder wakes up if it is asleep. Single use."},miracleberry:{name:"Miracle Berry",isBerry:!0,naturalGift:{basePower:80,type:"Flying"},num:157,gen:2,isNonstandard:"Past",desc:"(Gen 2) Holder cures itself if it is confused or has a status condition. Single use."},mysteryberry:{name:"Mystery Berry",isBerry:!0,naturalGift:{basePower:80,type:"Fighting"},num:154,gen:2,isNonstandard:"Past",desc:"(Gen 2) Restores 5 PP to the first of the holder's moves to reach 0 PP. Single use."},pinkbow:{name:"Pink Bow",num:251,gen:2,isNonstandard:"Past",desc:"(Gen 2) Holder's Normal-type attacks have 1.1x power."},polkadotbow:{name:"Polkadot Bow",num:251,gen:2,isNonstandard:"Past",desc:"(Gen 2) Holder's Normal-type attacks have 1.1x power."},przcureberry:{name:"PRZ Cure Berry",isBerry:!0,naturalGift:{basePower:80,type:"Fire"},num:149,gen:2,isNonstandard:"Past",desc:"(Gen 2) Holder cures itself if it is paralyzed. Single use."},psncureberry:{name:"PSN Cure Berry",isBerry:!0,naturalGift:{basePower:80,type:"Electric"},num:151,gen:2,isNonstandard:"Past",desc:"(Gen 2) Holder is cured if it is poisoned. Single use."},crucibellite:{name:"Crucibellite",megaStone:"Crucibelle-Mega",megaEvolves:"Crucibelle",itemUser:["Crucibelle"],num:-1,gen:6,isNonstandard:"CAP",desc:"If held by a Crucibelle, this item allows it to Mega Evolve in battle."},vilevial:{name:"Vile Vial",fling:{basePower:60},onBasePowerPriority:15,forcedForme:"Venomicon-Epilogue",itemUser:["Venomicon-Epilogue"],num:-2,gen:8,isNonstandard:"CAP",desc:"If held by a Venomicon, its Poison- and Flying-type attacks have 1.2x power."}}},Moves:{1:{acid:{inherit:!0,secondary:{chance:33,boosts:{def:-1}},target:"normal",desc:"Has a 33% chance to lower the target's Defense by 1 stage.",shortDesc:"33% chance to lower the target's Defense by 1."},amnesia:{inherit:!0,boosts:{spd:2,spa:2},desc:"Raises the user's Special by 2 stages.",shortDesc:"Raises the user's Special by 2."},aurorabeam:{inherit:!0,secondary:{chance:33,boosts:{atk:-1}},desc:"Has a 33% chance to lower the target's Attack by 1 stage.",shortDesc:"33% chance to lower the target's Attack by 1."},bide:{inherit:!0,priority:0,accuracy:!0,ignoreEvasion:!0,condition:{duration:2},type:"???",desc:"The user spends two or three turns locked into this move and then, on the second or third turn after using this move, the user attacks the opponent, inflicting double the damage in HP it lost during those turns. This move ignores type immunity and cannot be avoided even if the target is using Dig or Fly. The user can choose to switch out during the effect. If the user switches out or is prevented from moving during this move's use, the effect ends. During the effect, if the opposing Pokemon switches out or uses Confuse Ray, Conversion, Focus Energy, Glare, Haze, Leech Seed, Light Screen, Mimic, Mist, Poison Gas, Poison Powder, Recover, Reflect, Rest, Soft-Boiled, Splash, Stun Spore, Substitute, Supersonic, Teleport, Thunder Wave, Toxic, or Transform, the previous damage dealt to the user will be added to the total."},bind:{inherit:!0,ignoreImmunity:!0,volatileStatus:"partiallytrapped",self:{volatileStatus:"partialtrappinglock"},desc:"The user spends two to five turns using this move. Has a 3/8 chance to last two or three turns, and a 1/8 chance to last four or five turns. The damage calculated for the first turn is used for every other turn. The user cannot select a move and the target cannot execute a move during the effect, but both may switch out. If the user switches out, the target remains unable to execute a move during that turn. If the target switches out, the user uses this move again automatically, and if it had 0 PP at the time, it becomes 63. If the user or the target switch out, or the user is prevented from moving, the effect ends. This move can prevent the target from moving even if it has type immunity, but will not deal damage.",shortDesc:"Prevents the target from moving for 2-5 turns."},bite:{inherit:!0,category:"Physical",secondary:{chance:10,volatileStatus:"flinch"},type:"Normal",desc:"Has a 10% chance to make the target flinch.",shortDesc:"10% chance to make the target flinch."},blizzard:{inherit:!0,accuracy:90,target:"normal"},bubble:{inherit:!0,secondary:{chance:33,boosts:{spe:-1}},target:"normal",desc:"Has a 33% chance to lower the target's Speed by 1 stage.",shortDesc:"33% chance to lower the target's Speed by 1."},bubblebeam:{inherit:!0,secondary:{chance:33,boosts:{spe:-1}},desc:"Has a 33% chance to lower the target's Speed by 1 stage.",shortDesc:"33% chance to lower the target's Speed by 1."},clamp:{inherit:!0,accuracy:75,pp:10,volatileStatus:"partiallytrapped",self:{volatileStatus:"partialtrappinglock"},desc:"The user spends two to five turns using this move. Has a 3/8 chance to last two or three turns, and a 1/8 chance to last four or five turns. The damage calculated for the first turn is used for every other turn. The user cannot select a move and the target cannot execute a move during the effect, but both may switch out. If the user switches out, the target remains unable to execute a move during that turn. If the target switches out, the user uses this move again automatically, and if it had 0 PP at the time, it becomes 63. If the user or the target switch out, or the user is prevented from moving, the effect ends. This move can prevent the target from moving even if it has type immunity, but will not deal damage.",shortDesc:"Prevents the target from moving for 2-5 turns."},constrict:{inherit:!0,secondary:{chance:33,boosts:{spe:-1}},desc:"Has a 33% chance to lower the target's Speed by 1 stage.",shortDesc:"33% chance to lower the target's Speed by 1."},conversion:{inherit:!0,target:"normal",desc:"Causes the user's types to become the same as the current types of the target.",shortDesc:"User becomes the same type as the target."},counter:{inherit:!0,ignoreImmunity:!0,willCrit:!1,basePower:1,desc:"Deals damage to the opposing Pokemon equal to twice the damage dealt by the last move used in the battle. This move ignores type immunity. Fails if the user moves first, or if the opposing side's last move was Counter, had 0 power, or was not Normal or Fighting type. Fails if the last move used by either side did 0 damage and was not Confuse Ray, Conversion, Focus Energy, Glare, Haze, Leech Seed, Light Screen, Mimic, Mist, Poison Gas, Poison Powder, Recover, Reflect, Rest, Soft-Boiled, Splash, Stun Spore, Substitute, Supersonic, Teleport, Thunder Wave, Toxic, or Transform.",shortDesc:"If hit by Normal/Fighting move, deals 2x damage."},crabhammer:{inherit:!0,critRatio:2},dig:{inherit:!0,basePower:100,condition:{duration:2,onLockMove:"dig"},desc:"This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Bide, Swift, and Transform. If the user is fully paralyzed on the second turn, it continues avoiding attacks until it switches out or successfully executes the second turn of this move or Fly."},disable:{num:50,accuracy:55,basePower:0,category:"Status",name:"Disable",pp:20,priority:0,flags:{protect:1,mirror:1,bypasssub:1},volatileStatus:"disable",condition:{onBeforeMovePriority:7},secondary:null,target:"normal",type:"Normal",desc:"For 0 to 7 turns, one of the target's known moves that has at least 1 PP remaining becomes disabled, at random. Fails if one of the target's moves is already disabled, or if none of the target's moves have PP remaining. If any Pokemon uses Haze, this effect ends. Whether or not this move was successful, it counts as a hit for the purposes of the opponent's use of Rage.",shortDesc:"For 0-7 turns, disables one of the target's moves."},dizzypunch:{inherit:!0,secondary:null,desc:"No additional effect.",shortDesc:"No additional effect."},doubleedge:{inherit:!0,basePower:100,desc:"If the target lost HP, the user takes recoil damage equal to 1/4 the HP lost by the target, rounded down, but not less than 1 HP. If this move breaks the target's substitute, the user does not take any recoil damage."},dragonrage:{inherit:!0,basePower:1},explosion:{inherit:!0,basePower:170,target:"normal",desc:"The user faints after using this move, unless this move broke the target's substitute. The target's Defense is halved during damage calculation."},fireblast:{inherit:!0,secondary:{chance:30,status:"brn"},desc:"Has a 30% chance to burn the target.",shortDesc:"30% chance to burn the target."},firespin:{inherit:!0,accuracy:70,basePower:15,volatileStatus:"partiallytrapped",self:{volatileStatus:"partialtrappinglock"},desc:"The user spends two to five turns using this move. Has a 3/8 chance to last two or three turns, and a 1/8 chance to last four or five turns. The damage calculated for the first turn is used for every other turn. The user cannot select a move and the target cannot execute a move during the effect, but both may switch out. If the user switches out, the target remains unable to execute a move during that turn. If the target switches out, the user uses this move again automatically, and if it had 0 PP at the time, it becomes 63. If the user or the target switch out, or the user is prevented from moving, the effect ends. This move can prevent the target from moving even if it has type immunity, but will not deal damage.",shortDesc:"Prevents the target from moving for 2-5 turns."},fly:{inherit:!0,condition:{duration:2,onLockMove:"fly"},desc:"This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Bide, Swift, and Transform. If the user is fully paralyzed on the second turn, it continues avoiding attacks until it switches out or successfully executes the second turn of this move or Dig."},focusenergy:{inherit:!0,condition:{},desc:"While the user remains active, its chance for a critical hit is quartered. Fails if the user already has the effect. If any Pokemon uses Haze, this effect ends.",shortDesc:"Quarters the user's chance for a critical hit."},glare:{inherit:!0,ignoreImmunity:!0,desc:"Paralyzes the target."},growth:{inherit:!0,boosts:{spa:1,spd:1},desc:"Raises the user's Special by 1 stage.",shortDesc:"Raises the user's Special by 1."},gust:{inherit:!0,type:"Normal",desc:"No additional effect.",shortDesc:"No additional effect."},haze:{inherit:!0,target:"self",desc:"Resets the stat stages of both Pokemon to 0 and removes stat reductions due to burn and paralysis. Resets Toxic counters to 0 and removes the effect of confusion, Disable, Focus Energy, Leech Seed, Light Screen, Mist, and Reflect from both Pokemon. Removes the opponent's non-volatile status condition.",shortDesc:"Resets all stat changes. Removes foe's status."},highjumpkick:{inherit:!0,desc:"If this attack misses the target, the user takes 1 HP of crash damage. If the user has a substitute, the crash damage is dealt to the target's substitute if it has one, otherwise no crash damage is dealt.",shortDesc:"User takes 1 HP of damage if it misses."},jumpkick:{inherit:!0,desc:"If this attack misses the target, the user takes 1 HP of crash damage. If the user has a substitute, the crash damage is dealt to the target's substitute if it has one, otherwise no crash damage is dealt.",shortDesc:"User takes 1 HP of damage if it misses."},karatechop:{inherit:!0,critRatio:2,type:"Normal"},leechseed:{inherit:!0,condition:{onAfterMoveSelfPriority:1},desc:"At the end of each of the target's turns, The Pokemon at the user's position steals 1/16 of the target's maximum HP, rounded down and multiplied by the target's current Toxic counter if it has one, even if the target currently has less than that amount of HP remaining. If the target switches out or any Pokemon uses Haze, this effect ends. Grass-type Pokemon are immune to this move."},lightscreen:{num:113,accuracy:!0,basePower:0,category:"Status",name:"Light Screen",pp:30,priority:0,flags:{},volatileStatus:"lightscreen",condition:{},target:"self",type:"Psychic",desc:"While the user remains active, its Special is doubled when taking damage. Critical hits ignore this effect. If any Pokemon uses Haze, this effect ends.",shortDesc:"While active, user's Special is 2x when damaged."},metronome:{inherit:!0,noMetronome:["Metronome","Struggle"],desc:"A random move is selected for use, other than Metronome or Struggle."},mimic:{inherit:!0,desc:"While the user remains active, this move is replaced by a random move known by the target, even if the user already knows that move. The copied move keeps the remaining PP for this move, regardless of the copied move's maximum PP. Whenever one PP is used for a copied move, one PP is used for this move.",shortDesc:"Random move known by the target replaces this."},mirrormove:{inherit:!0,desc:"The user uses the last move used by the target. Fails if the target has not made a move, or if the last move used was Mirror Move."},mist:{inherit:!0,condition:{},desc:"While the user remains active, it is protected from having its stat stages lowered by other Pokemon, unless caused by the secondary effect of a move. Fails if the user already has the effect. If any Pokemon uses Haze, this effect ends."},nightshade:{inherit:!0,ignoreImmunity:!0,basePower:1,desc:"Deals damage to the target equal to the user's level. This move ignores type immunity.",shortDesc:"Damage = user's level. Can hit Normal types."},poisonsting:{inherit:!0,secondary:{chance:20,status:"psn"},desc:"Has a 20% chance to poison the target.",shortDesc:"20% chance to poison the target."},psychic:{inherit:!0,secondary:{chance:33,boosts:{spd:-1,spa:-1}},desc:"Has a 33% chance to lower the target's Special by 1 stage.",shortDesc:"33% chance to lower the target's Special by 1."},psywave:{inherit:!0,basePower:1},rage:{inherit:!0,self:{volatileStatus:"rage"},condition:{duration:255,onLockMove:"rage"},desc:"Once this move is successfully used, the user automatically uses this move every turn and can no longer switch out. During the effect, the user's Attack is raised by 1 stage every time it is hit by the opposing Pokemon, and this move's accuracy is overwritten every turn with the current calculated accuracy including stat stage changes, but not to less than 1/256 or more than 255/256.",shortDesc:"Lasts forever. Raises user's Attack by 1 when hit."},razorleaf:{inherit:!0,critRatio:2,target:"normal"},razorwind:{inherit:!0,critRatio:1,target:"normal",desc:"This attack charges on the first turn and executes on the second.",shortDesc:"Charges turn 1. Hits turn 2."},recover:{inherit:!0,heal:null,desc:"The user restores 1/2 of its maximum HP, rounded down. Fails if (user's maximum HP - user's current HP + 1) is divisible by 256."},reflect:{num:115,accuracy:!0,basePower:0,category:"Status",name:"Reflect",pp:20,priority:0,flags:{},volatileStatus:"reflect",condition:{},secondary:null,target:"self",type:"Psychic",desc:"While the user remains active, its Defense is doubled when taking damage. Critical hits ignore this protection. This effect can be removed by Haze.",shortDesc:"While active, the user's Defense is doubled."},rest:{inherit:!0,desc:"The user falls asleep for the next two turns and restores all of its HP, curing itself of any non-volatile status condition in the process. This does not remove the user's stat penalty for burn or paralysis. Fails if the user has full HP."},roar:{inherit:!0,forceSwitch:!1,priority:0,desc:"No competitive use.",shortDesc:"No competitive use."},rockslide:{inherit:!0,secondary:null,target:"normal",desc:"No additional effect.",shortDesc:"No additional effect."},rockthrow:{inherit:!0,accuracy:65},sandattack:{inherit:!0,ignoreImmunity:!0,type:"Normal"},seismictoss:{inherit:!0,ignoreImmunity:!0,basePower:1,desc:"Deals damage to the target equal to the user's level. This move ignores type immunity.",shortDesc:"Damage = user's level. Can hit Ghost types."},selfdestruct:{inherit:!0,basePower:130,target:"normal",desc:"The user faints after using this move, unless the target's substitute was broken by the damage. The target's Defense is halved during damage calculation."},skullbash:{inherit:!0,desc:"This attack charges on the first turn and executes on the second.",shortDesc:"Charges turn 1. Hits turn 2."},slash:{inherit:!0,critRatio:2},sludge:{inherit:!0,secondary:{chance:40,status:"psn"},desc:"Has a 40% chance to poison the target.",shortDesc:"40% chance to poison the target."},softboiled:{inherit:!0,heal:null,desc:"The user restores 1/2 of its maximum HP, rounded down. Fails if (user's maximum HP - user's current HP + 1) is divisible by 256."},struggle:{inherit:!0,pp:10,recoil:[1,2],desc:"Deals Normal-type damage. If this move was successful, the user takes damage equal to 1/2 the HP lost by the target, rounded down, but not less than 1 HP. This move is automatically used if none of the user's known moves can be selected.",shortDesc:"User loses 1/2 the HP lost by the target."},substitute:{num:164,accuracy:!0,basePower:0,category:"Status",name:"Substitute",pp:10,priority:0,volatileStatus:"substitute",condition:{onTryHitPriority:-1},secondary:null,target:"self",type:"Normal",flags:{},desc:"The user takes 1/4 of its maximum HP, rounded down, and puts it into a substitute to take its place in battle. The substitute has 1 HP plus the HP used to create it, and is removed once enough damage is inflicted on it or 255 damage is inflicted at once, or if the user switches out or faints. Until the substitute is broken, it receives damage from all attacks made by the opposing Pokemon and shields the user from status effects and stat stage changes caused by the opponent, unless the effect is Disable, Leech Seed, sleep, primary paralysis, or secondary confusion and the user's substitute did not break. The user still takes normal damage from status effects while behind its substitute, unless the effect is confusion damage, which is applied to the opposing Pokemon's substitute instead. If the substitute breaks during a multi-hit attack, the attack ends. Fails if the user does not have enough HP remaining to create a substitute, or if it already has a substitute. The user will create a substitute and then faint if its current HP is exactly 1/4 of its maximum HP.",shortDesc:"User takes 1/4 its max HP to put in a Substitute."},superfang:{inherit:!0,ignoreImmunity:!0,basePower:1,desc:"Deals damage to the target equal to half of its current HP, rounded down, but not less than 1 HP. This move ignores type immunity.",shortDesc:"Damage = 1/2 target's current HP. Hits Ghosts."},thunder:{inherit:!0,secondary:{chance:10,status:"par"},desc:"Has a 10% chance to paralyze the target.",shortDesc:"10% chance to paralyze the target."},triattack:{inherit:!0,secondary:null,desc:"No additional effect.",shortDesc:"No additional effect."},whirlwind:{inherit:!0,accuracy:85,forceSwitch:!1,priority:0,desc:"No competitive use.",shortDesc:"No competitive use."},wingattack:{inherit:!0,basePower:35},wrap:{inherit:!0,accuracy:85,ignoreImmunity:!0,volatileStatus:"partiallytrapped",self:{volatileStatus:"partialtrappinglock"},desc:"The user spends two to five turns using this move. Has a 3/8 chance to last two or three turns, and a 1/8 chance to last four or five turns. The damage calculated for the first turn is used for every other turn. The user cannot select a move and the target cannot execute a move during the effect, but both may switch out. If the user switches out, the target remains unable to execute a move during that turn. If the target switches out, the user uses this move again automatically, and if it had 0 PP at the time, it becomes 63. If the user or the target switch out, or the user is prevented from moving, the effect ends. This move can prevent the target from moving even if it has type immunity, but will not deal damage.",shortDesc:"Prevents the target from moving for 2-5 turns."},absorb:{inherit:!0,desc:"The user recovers 1/2 the HP lost by the target, rounded down. If this move breaks the target's substitute, the user does not recover any HP."},barrage:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. Damage is calculated once for the first hit and used for every hit. If one of the hits breaks the target's substitute, the move ends."},bonemerang:{inherit:!0,desc:"Hits twice. If the first hit breaks the target's substitute, the move ends."},cometpunch:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. Damage is calculated once for the first hit and used for every hit. If one of the hits breaks the target's substitute, the move ends."},defensecurl:{inherit:!0,desc:"Raises the user's Defense by 1 stage."},doublekick:{inherit:!0,desc:"Hits twice. Damage is calculated once for the first hit and used for both hits. If the first hit breaks the target's substitute, the move ends."},doubleslap:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. Damage is calculated once for the first hit and used for every hit. If one of the hits breaks the target's substitute, the move ends."},dreameater:{inherit:!0,desc:"The target is unaffected by this move unless it is asleep. The user recovers 1/2 the HP lost by the target, rounded down, but not less than 1 HP. If this move breaks the target's substitute, the user does not recover any HP."},earthquake:{inherit:!0,desc:"No additional effect.",shortDesc:"No additional effect."},fissure:{inherit:!0,desc:"Deals 65535 damage to the target. Fails if the target's Speed is greater than the user's.",shortDesc:"Deals 65535 damage. Fails if target is faster."},furyattack:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. Damage is calculated once for the first hit and used for every hit. If one of the hits breaks the target's substitute, the move ends."},furyswipes:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. Damage is calculated once for the first hit and used for every hit. If one of the hits breaks the target's substitute, the move ends."},guillotine:{inherit:!0,desc:"Deals 65535 damage to the target. Fails if the target's Speed is greater than the user's.",shortDesc:"Deals 65535 damage. Fails if target is faster."},horndrill:{inherit:!0,desc:"Deals 65535 damage to the target. Fails if the target's Speed is greater than the user's.",shortDesc:"Deals 65535 damage. Fails if target is faster."},hyperbeam:{inherit:!0,desc:"If this move is successful, the user must recharge on the following turn and cannot select a move, unless the target or its substitute was knocked out by this move.",shortDesc:"Can't move next turn if target or sub is not KOed."},minimize:{inherit:!0,desc:"Raises the user's evasiveness by 1 stage."},petaldance:{inherit:!0,desc:"Whether or not this move is successful, the user spends three or four turns locked into this move and becomes confused immediately after its move on the last turn of the effect, even if it is already confused. If the user is prevented from moving, the effect ends without causing confusion. During the effect, this move's accuracy is overwritten every turn with the current calculated accuracy including stat stage changes, but not to less than 1/256 or more than 255/256.",shortDesc:"Lasts 3-4 turns. Confuses the user afterwards."},pinmissile:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. Damage is calculated once for the first hit and used for every hit. If one of the hits breaks the target's substitute, the move ends."},solarbeam:{inherit:!0,desc:"This attack charges on the first turn and executes on the second.",shortDesc:"Charges turn 1. Hits turn 2."},sonicboom:{inherit:!0,desc:"Deals 20 HP of damage to the target. This move ignores type immunity."},spikecannon:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. Damage is calculated once for the first hit and used for every hit. If one of the hits breaks the target's substitute, the move ends."},stomp:{inherit:!0,desc:"Has a 30% chance to make the target flinch."},stunspore:{inherit:!0,desc:"Paralyzes the target."},submission:{inherit:!0,desc:"If the target lost HP, the user takes recoil damage equal to 1/4 the HP lost by the target, rounded down, but not less than 1 HP. If this move breaks the target's substitute, the user does not take any recoil damage."},swift:{inherit:!0,desc:"This move does not check accuracy and hits even if the target is using Dig or Fly.",shortDesc:"Never misses, even against Dig and Fly."},takedown:{inherit:!0,desc:"If the target lost HP, the user takes recoil damage equal to 1/4 the HP lost by the target, rounded down, but not less than 1 HP. If this move breaks the target's substitute, the user does not take any recoil damage."},thrash:{inherit:!0,desc:"Whether or not this move is successful, the user spends three or four turns locked into this move and becomes confused immediately after its move on the last turn of the effect, even if it is already confused. If the user is prevented from moving, the effect ends without causing confusion. During the effect, this move's accuracy is overwritten every turn with the current calculated accuracy including stat stage changes, but not to less than 1/256 or more than 255/256.",shortDesc:"Lasts 3-4 turns. Confuses the user afterwards."},transform:{inherit:!0,desc:"The user transforms into the target. The target's current stats, stat stages, types, moves, DVs, species, and sprite are copied. The user's level and HP remain the same and each copied move receives only 5 PP. This move can hit a target using Dig or Fly."},twineedle:{inherit:!0,desc:"Hits twice, with the second hit having a 20% chance to poison the target. If the first hit breaks the target's substitute, the move ends."}},2:{aeroblast:{inherit:!0,critRatio:3},beatup:{inherit:!0,desc:"Deals typeless damage. Hits one time for each unfainted Pokemon without a non-volatile status condition in the user's party. For each hit, the damage formula uses the participating Pokemon's level, its base Attack as the Attack stat, the target's base Defense as the Defense stat, and ignores stat stages and other effects that modify Attack or Defense. Fails if no party members can participate."},bellydrum:{inherit:!0},bide:{inherit:!0,condition:{duration:3,onLockMove:"bide",onDamagePriority:-101},desc:"The user spends two or three turns locked into this move and then, on the second or third turn after using this move, the user attacks the opponent, inflicting double the damage in HP it lost during those turns. If the user is prevented from moving during this move's use, the effect ends. This move does not ignore type immunity.",shortDesc:"Waits 2-3 turns; deals double the damage taken."},counter:{inherit:!0,condition:{},priority:-1,desc:"Deals damage to the opposing Pokemon equal to twice the HP lost by the user from a physical attack this turn. This move considers Hidden Power as Normal type, and only the last hit of a multi-hit attack is counted. Fails if the user moves first, if the user was not hit by a physical attack this turn, or if the user did not lose HP from the attack. If the opposing Pokemon used Fissure or Horn Drill and missed, this move deals 65535 damage."},crabhammer:{inherit:!0,critRatio:3},crosschop:{inherit:!0,critRatio:3},curse:{inherit:!0,condition:{},desc:"If the user is not a Ghost type, lowers the user's Speed by 1 stage and raises the user's Attack and Defense by 1 stage, unless the user's Attack and Defense stats are both at stage 6. If the user is a Ghost type, the user loses 1/2 of its maximum HP, rounded down and even if it would cause fainting, in exchange for the target losing 1/4 of its maximum HP, rounded down, at the end of each turn while it is active. If the target uses Baton Pass, the replacement will continue to be affected. Fails if the target is already affected or has a substitute."},detect:{inherit:!0,priority:2,desc:"The user is protected from attacks made by the opponent during this turn. This move has an X/255 chance of being successful, where X starts at 255 and halves, rounded down, each time this move is successfully used. X resets to 255 if this move fails or if the user's last move used is not Detect, Endure, or Protect. Fails if the user has a substitute or moves last this turn."},dig:{inherit:!0,condition:{duration:2},desc:"This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Earthquake, Fissure, and Magnitude, the user is unaffected by weather, and Earthquake and Magnitude have doubled power when used against the user."},doubleedge:{inherit:!0,recoil:[25,100],desc:"If the target lost HP, the user takes recoil damage equal to 1/4 the HP lost by the target, rounded down, but not less than 1 HP. If this move hits a substitute, the recoil damage is always 1 HP.",shortDesc:"Has 1/4 recoil."},encore:{inherit:!0,condition:{onResidualOrder:13},desc:"For 3 to 6 turns, the target is forced to repeat its last move used. If the affected move runs out of PP, the effect ends. Fails if the target is already under this effect, if it has not made a move, if the move has 0 PP, or if the move is Encore, Metronome, Mimic, Mirror Move, Sketch, Sleep Talk, Struggle, or Transform."},endure:{inherit:!0,priority:2,desc:"The user will survive attacks made by the opponent during this turn with at least 1 HP. This move has an X/255 chance of being successful, where X starts at 255 and halves, rounded down, each time this move is successfully used. X resets to 255 if this move fails or if the user's last move used is not Detect, Endure, or Protect. Fails if the user has a substitute or moves last this turn."},explosion:{inherit:!0,noSketch:!0,desc:"The user faints after using this move. The target's Defense is halved during damage calculation."},flail:{inherit:!0,noDamageVariance:!0,willCrit:!1,desc:"The power of this move is 20 if X is 33 to 48, 40 if X is 17 to 32, 80 if X is 10 to 16, 100 if X is 5 to 9, 150 if X is 2 to 4, and 200 if X is 0 or 1, where X is equal to (user's current HP * 48 / user's maximum HP), rounded down. This move does not apply damage variance and cannot be a critical hit."},fly:{inherit:!0,condition:{duration:2},desc:"This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Gust, Thunder, Twister, and Whirlwind, and Gust and Twister have doubled power when used against it."},focusenergy:{inherit:!0,condition:{},desc:"Raises the user's chance for a critical hit by 1 stage. Fails if the user already has the effect. Baton Pass can be used to transfer this effect to an ally.",shortDesc:"Raises the user's critical hit ratio by 1."},foresight:{inherit:!0,accuracy:100,condition:{},desc:"As long as the target remains active, if its evasiveness stat stage is greater than the attacker's accuracy stat stage, both are ignored during accuracy checks, and Normal- and Fighting-type attacks can hit the target if it is a Ghost type. If the target leaves the field using Baton Pass, the replacement will remain under this effect. Fails if the target is already affected."},frustration:{inherit:!0},healbell:{inherit:!0,desc:"Every Pokemon in the user's party is cured of its non-volatile status condition."},highjumpkick:{inherit:!0,desc:"If this attack is not successful and the target was not immune, the user loses HP equal to 1/8 the damage the target would have taken, rounded down, but not less than 1 HP, as crash damage.",shortDesc:"If miss, user takes 1/8 damage it would've dealt."},jumpkick:{inherit:!0,desc:"If this attack is not successful and the target was not immune, the user loses HP equal to 1/8 the damage the target would have taken, rounded down, but not less than 1 HP, as crash damage.",shortDesc:"If miss, user takes 1/8 damage it would've dealt."},karatechop:{inherit:!0,critRatio:3},leechseed:{inherit:!0,condition:{onAfterMoveSelfPriority:2}},lightscreen:{inherit:!0,condition:{duration:5,onSideResidualOrder:9},desc:"For 5 turns, the user and its party members have their Special Defense doubled. Critical hits ignore this effect. Fails if the effect is already active on the user's side.",shortDesc:"For 5 turns, the user's party has doubled Sp. Def."},lockon:{inherit:!0,accuracy:!0,condition:{duration:2},desc:"The next accuracy check against the target succeeds. The target will still avoid Earthquake, Fissure, and Magnitude if it is using Fly. If the target leaves the field using Baton Pass, the replacement remains under this effect. This effect ends when the target leaves the field or an accuracy check is done against it.",shortDesc:"The next move will not miss the target."},lowkick:{inherit:!0,accuracy:90,basePower:50,secondary:{chance:30,volatileStatus:"flinch"},desc:"Has a 30% chance to make the target flinch.",shortDesc:"30% chance to make the target flinch."},meanlook:{inherit:!0,accuracy:!0,flags:{reflectable:1,mirror:1}},metronome:{inherit:!0,noMetronome:["Counter","Destiny Bond","Detect","Endure","Metronome","Mimic","Mirror Coat","Protect","Sketch","Sleep Talk","Struggle","Thief"],noSketch:!0,desc:"A random move is selected for use, other than Counter, Destiny Bond, Detect, Endure, Metronome, Mimic, Mirror Coat, Protect, Sketch, Sleep Talk, Struggle, Thief, or any move the user already knows."},mimic:{inherit:!0,noSketch:!0,desc:"While the user remains active, this move is replaced by the last move used by the target. The copied move has 5 PP. Fails if the target has not made a move, if the user already knows the move, or if the move is Struggle."},mindreader:{inherit:!0,accuracy:100,desc:"The next accuracy check against the target succeeds. The target will still avoid Earthquake, Fissure, and Magnitude if it is using Fly. If the target leaves the field using Baton Pass, the replacement remains under this effect. This effect ends when the target leaves the field or an accuracy check is done against it.",shortDesc:"The next move will not miss the target."},mirrorcoat:{inherit:!0,condition:{},priority:-1,desc:"Deals damage to the opposing Pokemon equal to twice the HP lost by the user from a special attack this turn. This move considers Hidden Power as Normal type, and only the last hit of a multi-hit attack is counted. Fails if the user moves first, if the user was not hit by a special attack this turn, or if the user did not lose HP from the attack."},mirrormove:{inherit:!0,noSketch:!0,desc:"The user uses the last move used by the target. Fails if the target has not made a move, or if the last move used was Metronome, Mimic, Mirror Move, Sketch, Sleep Talk, Transform, or any move the user knows."},mist:{num:54,accuracy:!0,basePower:0,category:"Status",name:"Mist",pp:30,priority:0,flags:{},volatileStatus:"mist",condition:{},secondary:null,target:"self",type:"Ice",desc:"While the user remains active, it is protected from having its stat stages lowered by other Pokemon. Fails if the user already has the effect. Baton Pass can be used to transfer this effect to an ally.",shortDesc:"While active, user is protected from stat drops."},moonlight:{inherit:!0,desc:"The user restores 1/2 of its maximum HP if no weather conditions are in effect, all of its HP if the weather is Sunny Day, and 1/4 of its maximum HP if the weather is Rain Dance or Sandstorm, all rounded down."},morningsun:{inherit:!0,desc:"The user restores 1/2 of its maximum HP if no weather conditions are in effect, all of its HP if the weather is Sunny Day, and 1/4 of its maximum HP if the weather is Rain Dance or Sandstorm, all rounded down."},nightmare:{inherit:!0,condition:{noCopy:!0,onAfterMoveSelfPriority:1}},outrage:{inherit:!0,desc:"Whether or not this move is successful, the user spends two or three turns locked into this move and becomes confused immediately after its move on the last turn of the effect, even if it is already confused. If the user is prevented from moving, the effect ends without causing confusion. If this move is called by Sleep Talk, the move is used for one turn and does not confuse the user."},painsplit:{inherit:!0,accuracy:!0},perishsong:{inherit:!0,condition:{duration:4,onResidualOrder:4}},petaldance:{inherit:!0,desc:"Whether or not this move is successful, the user spends two or three turns locked into this move and becomes confused immediately after its move on the last turn of the effect, even if it is already confused. If the user is prevented from moving, the effect ends without causing confusion. If this move is called by Sleep Talk, the move is used for one turn and does not confuse the user."},poisongas:{inherit:!0,ignoreImmunity:!1,shortDesc:"Poisons the target."},poisonpowder:{inherit:!0,ignoreImmunity:!1},protect:{inherit:!0,priority:2,desc:"The user is protected from attacks made by the opponent during this turn. This move has an X/255 chance of being successful, where X starts at 255 and halves, rounded down, each time this move is successfully used. X resets to 255 if this move fails or if the user's last move used is not Detect, Endure, or Protect. Fails if the user has a substitute or moves last this turn."},psywave:{inherit:!0,desc:"Deals damage to the target equal to a random number from 1 to (user's level * 1.5 - 1), rounded down, but not less than 1 HP.",shortDesc:"Random damage from 1 to (user's level*1.5 - 1)."},pursuit:{inherit:!0,condition:{duration:1},desc:"If the target switches out this turn, this move hits it before it leaves the field with doubled power and the user's turn is over.",shortDesc:"Power doubles if the foe is switching out."},razorleaf:{inherit:!0,critRatio:3,shortDesc:"High critical hit ratio."},razorwind:{inherit:!0,accuracy:75,critRatio:3,desc:"Has a higher chance for a critical hit. This attack charges on the first turn and executes on the second.",shortDesc:"Charges, then hits target turn 2. High crit ratio."},reflect:{inherit:!0,condition:{duration:5,onSideResidualOrder:9},desc:"For 5 turns, the user and its party members have their Defense doubled. Critical hits ignore this effect. Fails if the effect is already active on the user's side.",shortDesc:"For 5 turns, the user's party has doubled Def."},rest:{inherit:!0,secondary:null,desc:"The user falls asleep for the next two turns and restores all of its HP, curing itself of any non-volatile status condition in the process, even if it was already asleep. Fails if the user has full HP."},return:{inherit:!0},reversal:{inherit:!0,noDamageVariance:!0,willCrit:!1,desc:"The power of this move is 20 if X is 33 to 48, 40 if X is 17 to 32, 80 if X is 10 to 16, 100 if X is 5 to 9, 150 if X is 2 to 4, and 200 if X is 0 or 1, where X is equal to (user's current HP * 48 / user's maximum HP), rounded down. This move does not apply damage variance and cannot be a critical hit."},roar:{inherit:!0,priority:-1,desc:"The target is forced to switch out and be replaced with a random unfainted ally. Fails if the target is the last unfainted Pokemon in its party, or if the user moves before the target."},safeguard:{inherit:!0,condition:{duration:5,onSideResidualOrder:8},desc:"For 5 turns, the user and its party members cannot have non-volatile status conditions or confusion inflicted on them by other Pokemon. During the effect, Outrage, Thrash, and Petal Dance do not confuse the user. Fails if the effect is already active on the user's side."},selfdestruct:{inherit:!0,noSketch:!0,desc:"The user faints after using this move. The target's Defense is halved during damage calculation."},sketch:{inherit:!0,desc:"Fails when used in Link Battles.",shortDesc:"Fails when used in Link Battles."},skullbash:{inherit:!0},skyattack:{inherit:!0,critRatio:1,secondary:null,desc:"This attack charges on the first turn and executes on the second.",shortDesc:"Charges turn 1. Hits turn 2."},slash:{inherit:!0,critRatio:3},sleeptalk:{inherit:!0,noSketch:!0,desc:"One of the user's known moves, besides this move, is selected for use at random. Fails if the user is not asleep. The selected move does not have PP deducted from it, and can currently have 0 PP. This move cannot select Bide, Sleep Talk, or any two-turn move."},solarbeam:{inherit:!0,desc:"This attack charges on the first turn and executes on the second. Damage is halved if the weather is Rain Dance. If the weather is Sunny Day, the move completes in one turn."},spiderweb:{inherit:!0,accuracy:!0,flags:{reflectable:1,mirror:1}},spikes:{inherit:!0,condition:{},desc:"Sets up a hazard on the opposing side of the field, causing each opposing Pokemon that switches in to lose 1/8 of their maximum HP, rounded down, unless it is a Flying-type Pokemon. Fails if the effect is already active on the opposing side. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin successfully.",shortDesc:"Hurts grounded foes on switch-in. Max 1 layer."},substitute:{inherit:!0,condition:{onTryPrimaryHitPriority:-1}},swagger:{inherit:!0,desc:"Raises the target's Attack by 2 stages and confuses it. This move will miss if the target's Attack cannot be raised."},synthesis:{inherit:!0,desc:"The user restores 1/2 of its maximum HP if no weather conditions are in effect, all of its HP if the weather is Sunny Day, and 1/4 of its maximum HP if the weather is Rain Dance or Sandstorm, all rounded down."},thief:{inherit:!0,secondary:{chance:100},desc:"Has a 100% chance to steal the target's held item if the user is not holding one. The target's item is not stolen if it is a Mail."},thrash:{inherit:!0,desc:"Whether or not this move is successful, the user spends two or three turns locked into this move and becomes confused immediately after its move on the last turn of the effect, even if it is already confused. If the user is prevented from moving, the effect ends without causing confusion. If this move is called by Sleep Talk, the move is used for one turn and does not confuse the user."},toxic:{inherit:!0,ignoreImmunity:!1},transform:{inherit:!0,noSketch:!0,desc:"The user transforms into the target. The target's current stats, stat stages, types, moves, DVs, species, and sprite are copied. The user's level and HP remain the same and each copied move receives only 5 PP. This move fails if the target has transformed.",shortDesc:"Copies target's stats, moves, types, and species."},triattack:{inherit:!0,secondary:{chance:20},desc:"This move selects burn, freeze, or paralysis at random, and has a 20% chance to inflict the target with that status. If the target is frozen and burn was selected, it thaws out."},triplekick:{inherit:!0,multiaccuracy:!1,multihit:[1,3],desc:"Hits one to three times, at random. Power increases to 20 for the second hit and 30 for the third.",shortDesc:"Hits 1-3 times. Power rises with each hit."},vitalthrow:{inherit:!0,accuracy:!0},whirlwind:{inherit:!0,priority:-1,desc:"The target is forced to switch out and be replaced with a random unfainted ally. Fails if the target is the last unfainted Pokemon in its party, or if the user moves before the target."},absorb:{inherit:!0,desc:"The user recovers 1/2 the HP lost by the target, rounded down. If the target has a substitute, this move misses."},acid:{inherit:!0,shortDesc:"10% chance to lower the target's Defense by 1."},attract:{inherit:!0,desc:"Causes the target to become infatuated, making it unable to attack 50% of the time. Fails if both the user and the target are the same gender, if either is genderless, or if the target is already infatuated. The effect ends when either the user or the target is no longer active."},blizzard:{inherit:!0,shortDesc:"10% chance to freeze the target."},bubble:{inherit:!0,shortDesc:"10% chance to lower the target's Speed by 1."},conversion2:{inherit:!0,desc:"The user's type changes to match a type that resists or is immune to the type of the last move used by the opposing Pokemon, even if it is one of the user's current types. The original type of the move is used rather than the determined type. Fails if the opposing Pokemon has not used a move.",shortDesc:"Changes user's type to resist the foe's last move."},defensecurl:{inherit:!0,desc:"Raises the user's Defense by 1 stage. While the user remains active, the power of the user's Rollout will be doubled (this effect is not stackable). Baton Pass can be used to transfer this effect to an ally."},destinybond:{inherit:!0,desc:"Until the user's next turn, if an opposing Pokemon's attack knocks the user out, that Pokemon faints as well."},disable:{inherit:!0,desc:"For 1 to 7 turns, the target's last move used becomes disabled. Fails if one of the target's moves is already disabled, if the target has not made a move, if the target no longer knows the move, or if the move has 0 PP.",shortDesc:"For 1-7 turns, disables the target's last move."},earthquake:{inherit:!0,shortDesc:"Power doubles on Dig."},fissure:{inherit:!0,desc:"Deals 65535 damage to the target. This attack's accuracy out of 256 is equal to the lesser of (2 * (user's level - target's level) + 76) and 255, before applying accuracy and evasiveness modifiers. Fails if the target is at a higher level. Can hit a target using Dig."},futuresight:{inherit:!0,desc:"Deals typeless damage that cannot be a critical hit two turns after this move is used. Damage is calculated against the target on use, and at the end of the final turn that damage is dealt to the Pokemon at the position the original target had at the time. Fails if this move is already in effect for the target's position."},growl:{inherit:!0,shortDesc:"Lowers the target's Attack by 1."},guillotine:{inherit:!0,desc:"Deals 65535 damage to the target. This attack's accuracy out of 256 is equal to the lesser of (2 * (user's level - target's level) + 76) and 255, before applying accuracy and evasiveness modifiers. Fails if the target is at a higher level."},gust:{inherit:!0,desc:"Power doubles if the target is using Fly.",shortDesc:"Power doubles during Fly."},horndrill:{inherit:!0,desc:"Deals 65535 damage to the target. This attack's accuracy out of 256 is equal to the lesser of (2 * (user's level - target's level) + 76) and 255, before applying accuracy and evasiveness modifiers. Fails if the target is at a higher level."},icywind:{inherit:!0,shortDesc:"100% chance to lower the target's Speed by 1."},leer:{inherit:!0,shortDesc:"Lowers the target's Defense by 1."},minimize:{inherit:!0,desc:"Raises the user's evasiveness by 1 stage. Whether or not the user's evasiveness was changed, Stomp will have its power doubled if used against the user while it is active. Baton Pass can be used to transfer this effect to an ally."},powdersnow:{inherit:!0,shortDesc:"10% chance to freeze the target."},present:{inherit:!0,desc:"If this move is successful, it deals damage or heals the target. 102/256 chance for 40 power, 76/256 chance for 80 power, 26/256 chance for 120 power, or 52/256 chance to heal the target by 1/4 of its maximum HP, rounded down. If this move deals damage, it uses an abnormal version of the damage formula by substituting certain values. The user's Attack stat is replaced with 10 times the effectiveness of this move against the target, the target's Defense stat is replaced with the index number of the user's secondary type, and the user's level is replaced with the index number of the target's secondary type. If a Pokemon does not have a secondary type, its primary type is used. The index numbers for each type are Normal: 0, Fighting: 1, Flying: 2, Poison: 3, Ground: 4, Rock: 5, Bug: 7, Ghost: 8, Steel: 9, Fire: 20, Water: 21, Grass: 22, Electric: 23, Psychic: 24, Ice: 25, Dragon: 26, Dark: 27. If at any point a division by 0 would happen in the damage formula, it divides by 1 instead."},psychup:{inherit:!0,desc:"The user copies all of the target's current stat stage changes. Fails if the target's stat stages are 0."},rage:{inherit:!0,desc:"Once this move is successfully used, X starts at 1. This move's damage is multiplied by X, and whenever the user is hit by the opposing Pokemon, X increases by 1, with a maximum of 255. X resets to 1 when the user is no longer active or did not choose this move for use.",shortDesc:"Next Rage increases in damage if hit during use."},raindance:{inherit:!0,desc:"For 5 turns, the weather becomes Rain Dance, even if the current weather is Rain Dance. The damage of Water-type attacks is multiplied by 1.5 and the damage of Fire-type attacks is multiplied by 0.5 during the effect."},rockslide:{inherit:!0,shortDesc:"30% chance to make the target flinch."},sandstorm:{inherit:!0,desc:"For 5 turns, the weather becomes Sandstorm. At the end of each turn except the last, all active Pokemon lose 1/8 of their maximum HP, rounded down, unless they are a Ground, Rock, or Steel type. Fails if the current weather is Sandstorm."},spite:{inherit:!0,desc:"Causes the target's last move used to lose 2 to 5 PP, at random. Fails if the target has not made a move, or if the move has 0 PP."},stomp:{inherit:!0,desc:"Has a 30% chance to make the target flinch. Power doubles if the target is under the effect of Minimize."},stringshot:{inherit:!0,shortDesc:"Lowers the target's Speed by 1."},struggle:{inherit:!0,desc:"Deals typeless damage. If this move was successful, the user takes damage equal to 1/4 the HP lost by the target, rounded down, but not less than 1 HP. This move is automatically used if none of the user's known moves can be selected."},submission:{inherit:!0,desc:"If the target lost HP, the user takes recoil damage equal to 1/4 the HP lost by the target, rounded half up, but not less than 1 HP. If this move hits a substitute, the recoil damage is always 1 HP."},sunnyday:{inherit:!0,desc:"For 5 turns, the weather becomes Sunny Day, even if the current weather is Sunny Day. The damage of Fire-type attacks is multiplied by 1.5 and the damage of Water-type attacks is multiplied by 0.5 during the effect."},surf:{inherit:!0,desc:"No additional effect.",shortDesc:"No additional effect."},sweetscent:{inherit:!0,shortDesc:"Lowers the target's evasiveness by 1."},swift:{inherit:!0,shortDesc:"This move does not check accuracy."},tailwhip:{inherit:!0,shortDesc:"Lowers the target's Defense by 1."},takedown:{inherit:!0,desc:"If the target lost HP, the user takes recoil damage equal to 1/4 the HP lost by the target, rounded half up, but not less than 1 HP. If this move hits a substitute, the recoil damage is always 1 HP."},thunder:{inherit:!0,desc:"Has a 30% chance to paralyze the target. This move can hit a target using Fly. If the weather is Rain Dance, this move does not check accuracy. If the weather is Sunny Day, this move's accuracy is 50%."},twineedle:{inherit:!0,desc:"Hits twice, with the second hit having a 20% chance to poison the target. If the first hit breaks the target's substitute, it will take damage for the second hit but the target cannot be poisoned by it.",shortDesc:"Hits 2 times. Last hit has 20% chance to poison."},twister:{inherit:!0,desc:"Has a 20% chance to make the target flinch. Power doubles if the target is using Fly.",shortDesc:"20% chance to make the target flinch."}},3:{absorb:{inherit:!0,pp:20,desc:"The user recovers 1/2 the HP lost by the target, rounded down."},acid:{inherit:!0,secondary:{chance:10,boosts:{def:-1}},desc:"Has a 10% chance to lower the target's Defense by 1 stage.",shortDesc:"10% chance to lower the foe(s) Defense by 1."},ancientpower:{inherit:!0,flags:{contact:1,protect:1,mirror:1}},astonish:{inherit:!0,desc:"Has a 30% chance to make the target flinch. Damage doubles if the target has used Minimize while active."},beatup:{inherit:!0,condition:{duration:1,onModifySpAPriority:-101,onFoeModifySpDPriority:-101},desc:"Deals typeless damage. Hits one time for each unfainted Pokemon without a non-volatile status condition in the user's party, or fails if no Pokemon meet the criteria. For each hit, the damage formula uses the participating Pokemon's base Attack as the Attack stat, the target's base Defense as the Defense stat, and ignores stat stages and other effects that modify Attack or Defense; each hit is considered to come from the user."},bide:{inherit:!0,accuracy:100,priority:0,condition:{duration:3,onLockMove:"bide",onDamagePriority:-101},desc:"The user spends two turns locked into this move and then, on the second turn after using this move, the user attacks the last Pokemon that hit it, inflicting double the damage in HP it lost during the two turns. If the last Pokemon that hit it is no longer active, the user attacks a random opposing Pokemon instead. If the user is prevented from moving during this move's use, the effect ends. This move does not ignore type immunity."},blizzard:{inherit:!0,desc:"Has a 10% chance to freeze the target.",shortDesc:"10% chance to freeze foe(s)."},block:{inherit:!0,accuracy:100,ignoreAccuracy:!0,ignoreEvasion:!0,desc:"Prevents the target from switching out. The target can still switch out if it uses Baton Pass. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field, unless it uses Baton Pass, in which case the target will remain trapped."},brickbreak:{inherit:!0,desc:"If this attack does not miss and whether or not the target is immune, the effects of Reflect and Light Screen end for the opponent's side of the field before damage is calculated."},charge:{inherit:!0,boosts:null,desc:"If the user uses an Electric-type attack on the next turn, its power will be doubled.",shortDesc:"The user's Electric attack next turn has 2x power."},conversion:{inherit:!0,desc:"The user's type changes to match the original type of one of its known moves besides Curse, at random, but not either of its current types. Fails if the user cannot change its type, or if this move would only be able to select one of the user's current types."},counter:{inherit:!0,condition:{duration:1,noCopy:!0,onRedirectTargetPriority:-1,onDamagePriority:-101},desc:"Deals damage to the last opposing Pokemon to hit the user with a physical attack this turn equal to twice the HP lost by the user from that attack. If that opposing Pokemon's position is no longer in use and there is another opposing Pokemon on the field, the damage is done to it instead. This move considers Hidden Power as Normal type, and only the last hit of a multi-hit attack is counted. Fails if the user was not hit by an opposing Pokemon's physical attack this turn, or if the user did not lose HP from the attack."},covet:{inherit:!0,flags:{protect:1,mirror:1},desc:"If this attack was successful and the user has not fainted, it steals the target's held item if the user is not holding one. The target's item is not stolen if it is a Mail or Enigma Berry. Items lost to this move cannot be regained with Recycle."},crunch:{inherit:!0,secondary:{chance:20,boosts:{spd:-1}},desc:"Has a 20% chance to lower the target's Special Defense by 1 stage.",shortDesc:"20% chance to lower the target's Sp. Def by 1."},dig:{inherit:!0,basePower:60,desc:"This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Earthquake and Magnitude, which have doubled power when used against it, and is also unaffected by weather."},disable:{inherit:!0,accuracy:55,flags:{protect:1,mirror:1,bypasssub:1},volatileStatus:"disable",condition:{noCopy:!0},desc:"For 2 to 5 turns, the target's last move used becomes disabled. Fails if one of the target's moves is already disabled, if the target has not made a move, if the target no longer knows the move, or if the move has 0 PP.",shortDesc:"For 2-5 turns, disables the target's last move."},dive:{inherit:!0,basePower:60,desc:"This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Surf and Whirlpool, which have doubled power when used against it, and is also unaffected by weather."},doomdesire:{inherit:!0},encore:{inherit:!0,flags:{protect:1,mirror:1,bypasssub:1},volatileStatus:"encore",condition:{onResidualOrder:10,onResidualSubOrder:14},desc:"For 3 to 6 turns, the target is forced to repeat its last move used. If the affected move runs out of PP, the effect ends. Fails if the target is already under this effect, if it has not made a move, if the move has 0 PP, or if the move is Encore, Mimic, Mirror Move, Sketch, Struggle, or Transform.",shortDesc:"The target repeats its last move for 3-6 turns."},extrasensory:{inherit:!0,desc:"Has a 10% chance to make the target flinch. Damage doubles if the target has used Minimize while active."},fakeout:{inherit:!0,flags:{protect:1,mirror:1}},feintattack:{inherit:!0,flags:{protect:1,mirror:1}},flash:{inherit:!0,accuracy:70},fly:{inherit:!0,basePower:70,desc:"This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Gust, Sky Uppercut, Thunder, and Twister, and Gust and Twister have doubled power when used against it."},followme:{inherit:!0,slotCondition:"followme",condition:{duration:1,onFoeRedirectTargetPriority:1},desc:"Until the end of the turn, all single-target attacks from the opposing side are redirected to the user. Such attacks are redirected to the user before they can be reflected by Magic Coat, or drawn in by the Lightning Rod Ability. This effect remains active even if the user leaves the field. Fails if it is not a Double Battle."},furycutter:{inherit:!0},gigadrain:{inherit:!0,pp:5,desc:"The user recovers 1/2 the HP lost by the target, rounded down."},glare:{inherit:!0,ignoreImmunity:!1,desc:"Paralyzes the target. This move does not ignore type immunity."},hiddenpower:{inherit:!0,basePower:0,category:"Physical"},highjumpkick:{inherit:!0,basePower:85,desc:"If this attack is not successful and the target was not immune, the user loses HP equal to half of the damage the target would have taken, rounded down, but no less than 1 HP and no more than half of the target's maximum HP, as crash damage.",shortDesc:"If miss, user takes 1/2 damage it would've dealt."},hypnosis:{inherit:!0,accuracy:60},jumpkick:{inherit:!0,basePower:70,desc:"If this attack is not successful and the target was not immune, the user loses HP equal to half of the damage the target would have taken, rounded down, but no less than 1 HP and no more than half of the target's maximum HP, as crash damage.",shortDesc:"If miss, user takes 1/2 damage it would've dealt."},leafblade:{inherit:!0,basePower:70},lockon:{inherit:!0,accuracy:100},meanlook:{inherit:!0,accuracy:100,ignoreAccuracy:!0,ignoreEvasion:!0,desc:"Prevents the target from switching out. The target can still switch out if it uses Baton Pass. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field, unless it uses Baton Pass, in which case the target will remain trapped."},megadrain:{inherit:!0,pp:10,desc:"The user recovers 1/2 the HP lost by the target, rounded down."},mimic:{inherit:!0,accuracy:100,ignoreAccuracy:!0,ignoreEvasion:!0,desc:"While the user remains active, this move is replaced by the last move used by the target. The copied move has 5 PP. Fails if the target has not made a move, if the user has Transformed, if the user already knows the move, or if the move is Metronome, Mimic, Sketch, or Struggle."},mirrorcoat:{inherit:!0,condition:{duration:1,noCopy:!0,onRedirectTargetPriority:-1,onDamagePriority:-101},desc:"Deals damage to the last opposing Pokemon to hit the user with a special attack this turn equal to twice the HP lost by the user from that attack. If that opposing Pokemon's position is no longer in use and there is another opposing Pokemon on the field, the damage is done to it instead. This move considers Hidden Power as Normal type, and only the last hit of a multi-hit attack is counted. Fails if the user was not hit by an opposing Pokemon's special attack this turn, or if the user did not lose HP from the attack."},mirrormove:{inherit:!0,target:"self",desc:"The user uses the last move that successfully targeted the user. The copied move is used with no specific target. Fails if no move has targeted the user, if the move missed, failed, or had no effect on the user, or if the move cannot be copied by this move."},naturepower:{inherit:!0,accuracy:95,desc:"This move calls another move for use depending on the battle terrain. Swift in Wi-Fi battles.",shortDesc:"Attack changes based on terrain. (Swift)"},needlearm:{inherit:!0,desc:"Has a 30% chance to make the target flinch. Damage doubles if the target has used Minimize while active."},outrage:{inherit:!0,basePower:90,desc:"The user spends two or three turns locked into this move and becomes confused at the end of the last turn of the effect if it is not already. This move targets an opposing Pokemon at random on each turn. If the user is prevented from moving, falls asleep, becomes frozen, or the attack is not successful against the target, the effect ends without causing confusion. If this move is called by Sleep Talk, the move is used for one turn and does not confuse the user."},overheat:{inherit:!0,flags:{contact:1,protect:1,mirror:1}},painsplit:{inherit:!0,accuracy:100,ignoreAccuracy:!0,ignoreEvasion:!0},petaldance:{inherit:!0,basePower:70,desc:"The user spends two or three turns locked into this move and becomes confused at the end of the last turn of the effect if it is not already. This move targets an opposing Pokemon at random on each turn. If the user is prevented from moving, falls asleep, becomes frozen, or the attack is not successful against the target, the effect ends without causing confusion. If this move is called by Sleep Talk, the move is used for one turn and does not confuse the user."},recover:{inherit:!0,pp:20},rocksmash:{inherit:!0,basePower:20},roleplay:{inherit:!0,accuracy:100,ignoreAccuracy:!0,ignoreEvasion:!0,desc:"The user's Ability changes to match the target's Ability. Fails if the target's Ability is Wonder Guard."},skillswap:{inherit:!0,accuracy:100,ignoreAccuracy:!0,ignoreEvasion:!0,desc:"The user swaps its Ability with the target's Ability. Fails if either the user or the target's Ability is Wonder Guard."},sleeptalk:{inherit:!0,desc:"One of the user's known moves, besides this move, is selected for use at random. Fails if the user is not asleep. The selected move does not have PP deducted from it, but if it currently has 0 PP it will fail to be used. This move cannot select Assist, Bide, Focus Punch, Metronome, Mirror Move, Sleep Talk, Uproar, or any two-turn move."},spiderweb:{inherit:!0,accuracy:100,ignoreAccuracy:!0,ignoreEvasion:!0,desc:"Prevents the target from switching out. The target can still switch out if it uses Baton Pass. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field, unless it uses Baton Pass, in which case the target will remain trapped."},spite:{inherit:!0,desc:"Causes the target's last move used to lose 2 to 5 PP, at random. Fails if the target has not made a move, if the move has 0 or 1 PP, or if it no longer knows the move.",shortDesc:"Lowers the PP of the target's last move by 2-5."},stockpile:{inherit:!0,pp:10,condition:{noCopy:!0},desc:"The user's Stockpile count increases by 1. Fails if the user's Stockpile count is 3. The user's Stockpile count is reset to 0 when it is no longer active.",shortDesc:"Raises user's Stockpile count by 1. Max 3 uses."},struggle:{inherit:!0,accuracy:100,recoil:[1,4],struggleRecoil:!1,desc:"Deals typeless damage to a random opposing Pokemon. If this move was successful, the user takes damage equal to 1/4 the HP lost by the target, rounded down, but not less than 1 HP, and the Rock Head Ability does not prevent this. This move is automatically used if none of the user's known moves can be selected.",shortDesc:"User loses 1/4 the HP lost by the target."},surf:{inherit:!0,target:"allAdjacentFoes",shortDesc:"Hits foes. Power doubles against Dive."},taunt:{inherit:!0,flags:{protect:1,bypasssub:1},condition:{duration:2,onResidualOrder:10,onResidualSubOrder:15},desc:"For 2 turns, prevents the target from using non-damaging moves.",shortDesc:"For 2 turns, the target can't use status moves."},teeterdance:{inherit:!0,flags:{protect:1}},tickle:{inherit:!0,flags:{protect:1,reflectable:1,mirror:1,bypasssub:1}},uproar:{inherit:!0,condition:{onResidualOrder:10,onResidualSubOrder:11,onLockMove:"uproar"},desc:"The user spends two to five turns locked into this move. This move targets an opposing Pokemon at random on each turn. During effect, no active Pokemon can fall asleep by any means, and Pokemon that are already asleep wake up as their turn starts or at the end of each turn, including the last one. If the user is prevented from moving or the attack is not successful against the target during one of the turns, the effect ends.",shortDesc:"Lasts 2-5 turns. Active Pokemon cannot sleep."},vinewhip:{inherit:!0,pp:10},vitalthrow:{inherit:!0,accuracy:100,ignoreAccuracy:!0,ignoreEvasion:!0},volttackle:{inherit:!0,secondary:null,desc:"If the target lost HP, the user takes recoil damage equal to 1/3 the HP lost by the target, rounded down, but not less than 1 HP.",shortDesc:"Has 1/3 recoil."},waterfall:{inherit:!0,secondary:null,desc:"No additional effect.",shortDesc:"No additional effect."},weatherball:{inherit:!0,desc:"Damage doubles if a weather condition is active, and this move's type changes to match. Ice type during Hail, Water type during Rain Dance, Rock type during Sandstorm, and Fire type during Sunny Day.",shortDesc:"Damage doubles and type varies during weather."},yawn:{inherit:!0,accuracy:100,ignoreAccuracy:!0,ignoreEvasion:!0},zapcannon:{inherit:!0,basePower:100},armthrust:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits."},assist:{inherit:!0,desc:"A random move among those known by the user's party members is selected for use. Does not select Assist, Counter, Covet, Destiny Bond, Detect, Endure, Focus Punch, Follow Me, Helping Hand, Metronome, Mimic, Mirror Coat, Mirror Move, Protect, Sketch, Sleep Talk, Snatch, Struggle, Thief, or Trick."},barrage:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits."},bind:{inherit:!0,desc:"Prevents the target from switching for two to five turns. Causes damage to the target equal to 1/16 of its maximum HP, rounded down, at the end of each turn during effect. The target can still switch out if it uses Baton Pass. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."},bonemerang:{inherit:!0,desc:"Hits twice. If the first hit breaks the target's substitute, it will take damage for the second hit."},bonerush:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits."},bounce:{inherit:!0,desc:"Has a 30% chance to paralyze the target. This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Gust, Sky Uppercut, Thunder, and Twister, and Gust and Twister have doubled power when used against it."},bulletseed:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits."},camouflage:{inherit:!0,desc:"The user's type changes based on the battle terrain. Normal type on the regular Wi-Fi terrain. Fails if the type is one of the user's current types."},clamp:{inherit:!0,desc:"Prevents the target from switching for two to five turns. Causes damage to the target equal to 1/16 of its maximum HP, rounded down, at the end of each turn during effect. The target can still switch out if it uses Baton Pass. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."},cometpunch:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits."},conversion2:{inherit:!0,desc:"The user's type changes to match a type that resists or is immune to the type of the last move used against the user, if it was successful against the user, but not either of its current types. The determined type of the move is used rather than the original type, but considers Struggle as Normal. Fails if the last move used against the user was not successful, or if this move would only be able to select one of the user's current types."},detect:{inherit:!0,desc:"The user is protected from most attacks made by other Pokemon during this turn. This move has an X/65536 chance of being successful, where X starts at 65535 and halves, rounded down, each time this move is successfully used. After the fourth successful use in a row, X drops to 118 and continues with seemingly random values from 0-65535 on subsequent successful uses. X resets to 65535 if this move fails or if the user's last move used is not Detect, Endure, or Protect. Fails if the user moves last this turn."},doublekick:{inherit:!0,desc:"Hits twice. If the first hit breaks the target's substitute, it will take damage for the second hit."},doubleslap:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits."},dreameater:{inherit:!0,desc:"The target is unaffected by this move unless it is asleep and does not have a substitute. The user recovers 1/2 the HP lost by the target, rounded down, but not less than 1 HP."},endure:{inherit:!0,desc:"The user will survive attacks made by other Pokemon during this turn with at least 1 HP. This move has an X/65536 chance of being successful, where X starts at 65535 and halves, rounded down, each time this move is successfully used. After the fourth successful use in a row, X drops to 118 and continues with seemingly random values from 0-65535 on subsequent successful uses. X resets to 65535 if this move fails or if the user's last move used is not Detect, Endure, or Protect. Fails if the user moves last this turn."},explosion:{inherit:!0,desc:"The user faints after using this move. The target's Defense is halved during damage calculation. This move is prevented from executing if any active Pokemon has the Damp Ability."},firespin:{inherit:!0,desc:"Prevents the target from switching for two to five turns. Causes damage to the target equal to 1/16 of its maximum HP, rounded down, at the end of each turn during effect. The target can still switch out if it uses Baton Pass. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."},flail:{inherit:!0,desc:"The power of this move is 20 if X is 33 to 48, 40 if X is 17 to 32, 80 if X is 10 to 16, 100 if X is 5 to 9, 150 if X is 2 to 4, and 200 if X is 0 or 1, where X is equal to (user's current HP * 48 / user's maximum HP), rounded down."},foresight:{inherit:!0,desc:"As long as the target remains active, its evasiveness stat stage is ignored during accuracy checks against it, and Normal- and Fighting-type attacks can hit the target if it is a Ghost type."},furyattack:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits."},furyswipes:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits."},hail:{inherit:!0,desc:"For 5 turns, the weather becomes Hail. At the end of each turn except the last, all active Pokemon lose 1/16 of their maximum HP, rounded down, unless they are an Ice type. Fails if the current weather is Hail."},iciclespear:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits."},ingrain:{inherit:!0,desc:"The user has 1/16 of its maximum HP restored at the end of each turn, but it is prevented from switching out and other Pokemon cannot force the user to switch out. The user can still switch out if it uses Baton Pass, and the replacement will remain trapped and still receive the healing effect.",shortDesc:"User recovers 1/16 max HP per turn. Traps user."},knockoff:{inherit:!0,desc:"The target's held item is lost for the rest of the battle, unless it has the Sticky Hold Ability. During the effect, the target cannot gain a new item by any means."},leechlife:{inherit:!0,desc:"The user recovers 1/2 the HP lost by the target, rounded down."},leechseed:{inherit:!0,desc:"The Pokemon at the user's position steals 1/8 of the target's maximum HP, rounded down, at the end of each turn. If the target uses Baton Pass, the replacement will continue being leeched. If the target switches out or uses Rapid Spin, the effect ends. Grass-type Pokemon are immune to this move on use, but not its effect."},lightscreen:{inherit:!0,desc:"For 5 turns, the user and its party members take 1/2 damage from special attacks, or 2/3 damage if there are multiple active Pokemon on the user's side. Critical hits ignore this effect. It is removed from the user's side if the user or an ally is successfully hit by Brick Break. Fails if the effect is already active on the user's side."},magiccoat:{inherit:!0,desc:"The user is unaffected by certain non-damaging moves directed at it and will instead use such moves against the original user. If the move targets both opposing Pokemon and the Pokemon under this effect is on the left side, it will reflect the move targeting both opposing Pokemon and its ally will not be affected by the original move; otherwise, if the Pokemon under this effect is on the right side, its ally will be affected by the original move and this Pokemon will reflect the move only targeting the original user. The effect ends once a move is reflected or at the end of the turn. Moves reflected in this way can be reflected again by another Pokemon under this effect. If the user has the Soundproof Ability, it nullifies sound-based moves before this effect happens. The Lightning Rod Ability redirects Electric moves before this move takes effect."},memento:{inherit:!0,desc:"Lowers the target's Attack and Special Attack by 2 stages. The user faints. This move does not check accuracy, and can hit targets in the middle of a two-turn move. Fails entirely if the target's Attack and Special Attack stat stages are both -6."},metronome:{inherit:!0,desc:"A random move is selected for use, other than Counter, Covet, Destiny Bond, Detect, Endure, Focus Punch, Follow Me, Helping Hand, Metronome, Mimic, Mirror Coat, Protect, Sketch, Sleep Talk, Snatch, Struggle, Thief, or Trick."},minimize:{inherit:!0,desc:"Raises the user's evasiveness by 1 stage. Whether or not the user's evasiveness was changed, Astonish, Extrasensory, Needle Arm, and Stomp will have their damage doubled if used against the user while it is active."},odorsleuth:{inherit:!0,desc:"As long as the target remains active, its evasiveness stat stage is ignored during accuracy checks against it, and Normal- and Fighting-type attacks can hit the target if it is a Ghost type."},pinmissile:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits."},protect:{inherit:!0,desc:"The user is protected from most attacks made by other Pokemon during this turn. This move has an X/65536 chance of being successful, where X starts at 65535 and halves, rounded down, each time this move is successfully used. After the fourth successful use in a row, X drops to 118 and continues with seemingly random values from 0-65535 on subsequent successful uses. X resets to 65535 if this move fails or if the user's last move used is not Detect, Endure, or Protect. Fails if the user moves last this turn."},pursuit:{inherit:!0,desc:"If the target is an opposing Pokemon and it switches out this turn, this move hits that Pokemon before it leaves the field. Power doubles and no accuracy check is done if the user hits an opponent switching out, and the user's turn is over; if an opponent faints from this, the replacement Pokemon becomes active immediately.",shortDesc:"Power doubles if the targeted foe is switching out."},rage:{inherit:!0,desc:"Once this move is used and unless the target protected itself, the user's Attack is raised by 1 stage every time it is hit by another Pokemon's attack as long as this move is chosen for use."},raindance:{inherit:!0,desc:"For 5 turns, the weather becomes Rain Dance. The damage of Water-type attacks is multiplied by 1.5 and the damage of Fire-type attacks is multiplied by 0.5 during the effect. Fails if the current weather is Rain Dance."},rapidspin:{inherit:!0,desc:"If this move is successful, the effects of Leech Seed and binding moves end for the user, and Spikes are removed from the user's side of the field."},razorwind:{inherit:!0,desc:"This attack charges on the first turn and executes on the second.",shortDesc:"Charges, then hits foe(s) turn 2."},reflect:{inherit:!0,desc:"For 5 turns, the user and its party members take 1/2 damage from physical attacks, or 2/3 damage if there are multiple active Pokemon on the user's side. Critical hits ignore this effect. It is removed from the user's side if the user or an ally is successfully hit by Brick Break. Fails if the effect is already active on the user's side."},revenge:{inherit:!0,desc:"Damage doubles if the user was hit by a Pokemon in the target's current position this turn, and that Pokemon was the last to hit the user.",shortDesc:"Damage doubles if user is hit by the target."},reversal:{inherit:!0,desc:"The power of this move is 20 if X is 33 to 48, 40 if X is 17 to 32, 80 if X is 10 to 16, 100 if X is 5 to 9, 150 if X is 2 to 4, and 200 if X is 0 or 1, where X is equal to (user's current HP * 48 / user's maximum HP), rounded down."},rockblast:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits."},safeguard:{inherit:!0,desc:"For 5 turns, the user and its party members cannot have non-volatile status conditions or confusion inflicted on them by other Pokemon. Pokemon on the user's side cannot become affected by Yawn but can fall asleep from its effect. Fails if the effect is already active on the user's side."},sandstorm:{inherit:!0,desc:"For 5 turns, the weather becomes Sandstorm. At the end of each turn except the last, all active Pokemon lose 1/16 of their maximum HP, rounded down, unless they are a Ground, Rock, or Steel type, or have the Sand Veil Ability. Fails if the current weather is Sandstorm.",shortDesc:"For 5 turns, a sandstorm rages."},sandtomb:{inherit:!0,desc:"Prevents the target from switching for two to five turns. Causes damage to the target equal to 1/16 of its maximum HP, rounded down, at the end of each turn during effect. The target can still switch out if it uses Baton Pass. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."},selfdestruct:{inherit:!0,desc:"The user faints after using this move. The target's Defense is halved during damage calculation. This move is prevented from executing if any active Pokemon has the Damp Ability."},sketch:{inherit:!0,desc:"This move is permanently replaced by the last move used by the target. The copied move has the maximum PP for that move. Fails if the target has not made a move, if the user has Transformed, or if the move is Sketch, Struggle, or any move the user knows."},skullbash:{inherit:!0,desc:"This attack charges on the first turn and executes on the second. Raises the user's Defense by 1 stage on the first turn."},skyattack:{inherit:!0,desc:"Has a 30% chance to make the target flinch and a higher chance for a critical hit. This attack charges on the first turn and executes on the second."},smellingsalts:{inherit:!0,desc:"Damage doubles if the target is paralyzed. If this move is successful, the target is cured of paralysis.",shortDesc:"Damage doubles if target is paralyzed; cures it."},solarbeam:{inherit:!0,desc:"This attack charges on the first turn and executes on the second. Damage is halved if the weather is Hail, Rain Dance, or Sandstorm. If the weather is Sunny Day, the move completes in one turn."},spikecannon:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits."},spikes:{inherit:!0,desc:"Sets up a hazard on the opposing side of the field, damaging each opposing Pokemon that switches in, unless it is a Flying-type Pokemon or has the Levitate Ability. Can be used up to three times before failing. Opponents lose 1/8 of their maximum HP with one layer, 1/6 of their maximum HP with two layers, and 1/4 of their maximum HP with three layers, all rounded down. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin successfully."},spitup:{inherit:!0,desc:"Damage is multiplied by the user's Stockpile count. This move does not apply damage variance and cannot be a critical hit. Fails if the user's Stockpile count is 0. Unless this move misses, the user's Stockpile count resets to 0."},stomp:{inherit:!0,desc:"Has a 30% chance to make the target flinch. Damage doubles if the target has used Minimize while active."},stunspore:{inherit:!0,desc:"Paralyzes the target. This move does not ignore type immunity."},sunnyday:{inherit:!0,desc:"For 5 turns, the weather becomes Sunny Day. The damage of Fire-type attacks is multiplied by 1.5 and the damage of Water-type attacks is multiplied by 0.5 during the effect. Fails if the current weather is Sunny Day."},swallow:{inherit:!0,desc:"The user restores its HP based on its Stockpile count. Restores 1/4 of its maximum HP if it's 1, 1/2 of its maximum HP if it's 2, both rounded half down, and all of its HP if it's 3. Fails if the user's Stockpile count is 0. The user's Stockpile count resets to 0."},thief:{inherit:!0,desc:"If this attack was successful and the user has not fainted, it steals the target's held item if the user is not holding one. The target's item is not stolen if it is a Mail or Enigma Berry. Items lost to this move cannot be regained with Recycle."},thrash:{inherit:!0,desc:"The user spends two or three turns locked into this move and becomes confused at the end of the last turn of the effect if it is not already. This move targets an opposing Pokemon at random on each turn. If the user is prevented from moving, falls asleep, becomes frozen, or the attack is not successful against the target, the effect ends without causing confusion. If this move is called by Sleep Talk, the move is used for one turn and does not confuse the user."},trick:{inherit:!0,desc:"The user swaps its held item with the target's held item. Fails if either the user or the target is holding a Mail, if neither is holding an item, if either is under the effect of Knock Off, or if the target has the Sticky Hold Ability."},triplekick:{inherit:!0,desc:"Hits three times. Power increases to 20 for the second hit and 30 for the third. This move checks accuracy for each hit, and the attack ends if the target avoids a hit. If one of the hits breaks the target's substitute, it will take damage for the remaining hits."},twineedle:{inherit:!0,desc:"Hits twice, with each hit having a 20% chance to poison the target. If the first hit breaks the target's substitute, it will take damage for the second hit."},whirlpool:{inherit:!0,desc:"Prevents the target from switching for two to five turns. Causes damage to the target equal to 1/16 of its maximum HP, rounded down, at the end of each turn during effect. The target can still switch out if it uses Baton Pass. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."},wrap:{inherit:!0,desc:"Prevents the target from switching for two to five turns. Causes damage to the target equal to 1/16 of its maximum HP, rounded down, at the end of each turn during effect. The target can still switch out if it uses Baton Pass. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."}},4:{acupressure:{inherit:!0,flags:{snatch:1},desc:"Raises a random stat by 2 stages as long as the stat is not already at stage 6. The user can choose to use this move on itself or an ally. Fails if no stat stage can be raised or if the user or ally has a substitute."},aromatherapy:{inherit:!0},aquaring:{inherit:!0,flags:{},condition:{onResidualOrder:10,onResidualSubOrder:2}},assist:{inherit:!0,desc:"A random move among those known by the user's party members is selected for use. Does not select Assist, Chatter, Copycat, Counter, Covet, Destiny Bond, Detect, Endure, Feint, Focus Punch, Follow Me, Helping Hand, Me First, Metronome, Mimic, Mirror Coat, Mirror Move, Protect, Sketch, Sleep Talk, Snatch, Struggle, Switcheroo, Thief, or Trick."},beatup:{inherit:!0,basePower:10,condition:{duration:1,onModifyAtkPriority:-101,onFoeModifyDefPriority:-101},desc:"Deals typeless damage. Hits one time for the user and one time for each unfainted Pokemon without a non-volatile status condition in the user's party. For each hit, the damage formula uses the participating Pokemon's base Attack as the Attack stat, the target's base Defense as the Defense stat, and ignores stat stages and other effects that modify Attack or Defense; each hit is considered to come from the user."},bide:{inherit:!0,condition:{duration:3,onLockMove:"bide",onDamagePriority:-101},desc:"The user spends two turns locked into this move and then, on the second turn after using this move, the user attacks the last Pokemon that hit it, inflicting double the damage in HP it lost to attacks during the two turns. If the last Pokemon that hit it is no longer active, the user attacks a random opposing Pokemon instead. If the user is prevented from moving during this move's use, the effect ends. This move does not check accuracy and ignores type immunity."},bind:{inherit:!0,accuracy:75,desc:"Prevents the target from switching for two to five turns (always five turns if the user is holding Grip Claw). Causes damage to the target equal to 1/16 of its maximum HP, rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass or U-turn. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 2-5 turns."},bonerush:{inherit:!0,accuracy:80,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},bravebird:{inherit:!0,recoil:[1,3],desc:"If the target lost HP, the user takes recoil damage equal to 1/3 the HP lost by the target, rounded down, but not less than 1 HP.",shortDesc:"Has 1/3 recoil."},bulletseed:{inherit:!0,basePower:10,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},camouflage:{inherit:!0,desc:"The user's type changes based on the battle terrain. Normal type on the regular Wi-Fi terrain. Fails if the user has the Multitype Ability or if the type is one of the user's current types.",shortDesc:"Changes user's type based on terrain. (Normal)"},chatter:{inherit:!0,secondary:{chance:31,volatileStatus:"confusion"},desc:"Has an X% chance to confuse the target, where X is 0 unless the user is a Chatot that hasn't Transformed. If the user is a Chatot, X is 1, 11, or 31 depending on the volume of Chatot's recorded cry, if any; 1 for no recording or low volume, 11 for medium volume, and 31 for high volume.",shortDesc:"For Chatot, 31% chance to confuse the target."},clamp:{inherit:!0,accuracy:75,pp:10,desc:"Prevents the target from switching for two to five turns (always five turns if the user is holding Grip Claw). Causes damage to the target equal to 1/16 of its maximum HP, rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass or U-turn. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 2-5 turns."},conversion:{inherit:!0,flags:{},desc:"The user's type changes to match the original type of one of its known moves besides this move and Curse, at random, but not either of its current types. Fails if the user cannot change its type, or if this move would only be able to select one of the user's current types."},copycat:{inherit:!0,desc:"The user uses the last move used by any Pokemon, including itself. Fails if no move has been used, or if the last move used was Assist, Chatter, Copycat, Counter, Covet, Destiny Bond, Detect, Endure, Feint, Focus Punch, Follow Me, Helping Hand, Me First, Metronome, Mimic, Mirror Coat, Mirror Move, Protect, Sketch, Sleep Talk, Snatch, Struggle, Switcheroo, Thief, or Trick."},cottonspore:{inherit:!0,accuracy:85},covet:{inherit:!0,basePower:40,desc:"If this attack was successful and the user has not fainted, it steals the target's held item if the user is not holding one. The target's item is not stolen if it is a Mail or Griseous Orb, or if the target has the Multitype Ability. Items lost to this move cannot be regained with Recycle."},crabhammer:{inherit:!0,accuracy:85},crushgrip:{inherit:!0,desc:"Power is equal to 120 * (target's current HP / target's maximum HP) + 1, rounded down."},curse:{inherit:!0,flags:{},condition:{onResidualOrder:10,onResidualSubOrder:8},type:"???",desc:"If the user is not a Ghost type, lowers the user's Speed by 1 stage and raises the user's Attack and Defense by 1 stage. If the user is a Ghost type, the user loses 1/2 of its maximum HP, rounded down and even if it would cause fainting, in exchange for the target losing 1/4 of its maximum HP, rounded down, at the end of each turn while it is active. If the target uses Baton Pass, the replacement will continue to be affected. Fails if there is no target or if the target is already affected or has a substitute."},defog:{inherit:!0,flags:{protect:1,mirror:1,bypasssub:1}},detect:{inherit:!0,priority:3,condition:{duration:1,onTryHitPriority:3},desc:"The user is protected from most attacks made by other Pokemon during this turn. This move has a 1/X chance of being successful, where X starts at 1 and doubles each time this move is successfully used, up to a maximum of 8. X resets to 1 if this move fails or if the user's last move used is not Detect, Endure, or Protect. Fails if the user moves last this turn."},disable:{inherit:!0,accuracy:80,flags:{protect:1,mirror:1,bypasssub:1},volatileStatus:"disable",condition:{noCopy:!0,onResidualOrder:10,onResidualSubOrder:13,onBeforeMovePriority:7},desc:"For 4 to 7 turns, the target's last move used becomes disabled. Fails if one of the target's moves is already disabled, if the target has not made a move, if the target no longer knows the move, or if the move has 0 PP.",shortDesc:"For 4-7 turns, disables the target's last move."},doomdesire:{inherit:!0,accuracy:85,basePower:120,desc:"Deals typeless damage that cannot be a critical hit two turns after this move is used. Damage is calculated against the target on use, and at the end of the final turn that damage is dealt to the Pokemon at the position the original target had at the time. Fails if this move or Future Sight is already in effect for the target's position."},doubleedge:{inherit:!0,recoil:[1,3],desc:"If the target lost HP, the user takes recoil damage equal to 1/3 the HP lost by the target, rounded down, but not less than 1 HP.",shortDesc:"Has 1/3 recoil."},drainpunch:{inherit:!0,basePower:60,pp:5,desc:"The user recovers 1/2 the HP lost by the target, rounded down. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded down."},dreameater:{inherit:!0,desc:"The target is unaffected by this move unless it is asleep and does not have a substitute. The user recovers 1/2 the HP lost by the target, rounded down, but not less than 1 HP. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded down."},embargo:{inherit:!0,flags:{protect:1,mirror:1},condition:{duration:5,onResidualOrder:10,onResidualSubOrder:18}},encore:{inherit:!0,flags:{protect:1,mirror:1,bypasssub:1},volatileStatus:"encore",condition:{onResidualOrder:10,onResidualSubOrder:14},desc:"For 4 to 8 turns, the target is forced to repeat its last move used. If the affected move runs out of PP, the effect ends. Fails if the target is already under this effect, if it has not made a move, if the move has 0 PP, or if the move is Encore, Mimic, Mirror Move, Sketch, Struggle, or Transform.",shortDesc:"The target repeats its last move for 4-8 turns."},endeavor:{inherit:!0},extremespeed:{inherit:!0,priority:1,shortDesc:"Usually goes first."},fakeout:{inherit:!0,priority:1},feint:{inherit:!0,basePower:50,desc:"Fails unless the target is using Detect or Protect. If this move is successful, it breaks through the target's Detect or Protect for this turn, allowing other Pokemon to attack the target normally.",shortDesc:"Breaks protection. Fails if target is not protecting."},firespin:{inherit:!0,accuracy:70,basePower:15,desc:"Prevents the target from switching for two to five turns (always five turns if the user is holding Grip Claw). Causes damage to the target equal to 1/16 of its maximum HP, rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass or U-turn. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 2-5 turns."},flail:{inherit:!0,desc:"The power of this move is 20 if X is 43 to 48, 40 if X is 22 to 42, 80 if X is 13 to 21, 100 if X is 6 to 12, 150 if X is 2 to 5, and 200 if X is 0 or 1, where X is equal to (user's current HP * 64 / user's maximum HP), rounded down."},flareblitz:{inherit:!0,recoil:[1,3],desc:"Has a 10% chance to burn the target. If the target lost HP, the user takes recoil damage equal to 1/3 the HP lost by the target, rounded down, but not less than 1 HP.",shortDesc:"Has 1/3 recoil. 10% chance to burn. Thaws user."},focuspunch:{inherit:!0,desc:"The user loses its focus and does nothing if it is hit by a damaging attack this turn before it can execute the move, but it still loses PP."},foresight:{inherit:!0,flags:{protect:1,mirror:1,bypasssub:1},desc:"As long as the target remains active, its evasiveness stat stage is ignored during accuracy checks against it if it is greater than 0, and Normal- and Fighting-type attacks can hit the target if it is a Ghost type."},furycutter:{inherit:!0,basePower:10,condition:{duration:2}},futuresight:{inherit:!0,accuracy:90,basePower:80,pp:15,desc:"Deals typeless damage that cannot be a critical hit two turns after this move is used. Damage is calculated against the target on use, and at the end of the final turn that damage is dealt to the Pokemon at the position the original target had at the time. Fails if this move or Doom Desire is already in effect for the target's position."},gigadrain:{inherit:!0,basePower:60,desc:"The user recovers 1/2 the HP lost by the target, rounded down. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded down."},glare:{inherit:!0,accuracy:75},gravity:{inherit:!0,condition:{duration:5,onBeforeMovePriority:6,onFieldResidualOrder:9},desc:"For 5 turns, the evasiveness of all active Pokemon is multiplied by 0.6. At the time of use, Bounce, Fly, and Magnet Rise end immediately for all active Pokemon. During the effect, Bounce, Fly, High Jump Kick, Jump Kick, Magnet Rise, and Splash are prevented from being used by all active Pokemon. Ground-type attacks, Spikes, Toxic Spikes, and the Arena Trap Ability can affect Flying types or Pokemon with the Levitate Ability. Fails if this move is already in effect."},growth:{inherit:!0,boosts:{spa:1},desc:"Raises the user's Special Attack by 1 stage.",shortDesc:"Raises the user's Sp. Atk by 1."},healbell:{inherit:!0,desc:"Every Pokemon in the user's party is cured of its non-volatile status condition. Pokemon with the Soundproof Ability are not cured."},healblock:{inherit:!0,flags:{protect:1,mirror:1},condition:{duration:5,onBeforeMovePriority:6,onResidualOrder:10,onResidualSubOrder:17},desc:"For 5 turns, the target is prevented from restoring any HP as long as it remains active. During the effect, healing moves are unusable, move effects that grant healing will not heal, but Abilities and items will continue to heal the user. If an affected Pokemon uses Baton Pass, the replacement will remain under the effect. Pain Split is unaffected."},healingwish:{inherit:!0,flags:{heal:1},condition:{duration:1,onSwitchInPriority:-1},desc:"The user faints and the Pokemon brought out to replace it has its HP fully restored along with having any non-volatile status condition cured. The new Pokemon is sent out immediately and the healing happens after hazards take effect. Fails if the user is the last unfainted Pokemon in its party."},highjumpkick:{inherit:!0,basePower:100,pp:20,desc:"If this attack is not successful, the user loses HP equal to half the target's maximum HP if the target was immune, rounded down, otherwise half of the damage the target would have taken, rounded down, but no less than 1 HP and no more than half of the target's maximum HP, as crash damage. Pokemon with the Magic Guard Ability are unaffected by crash damage.",shortDesc:"If miss, user takes 1/2 damage it would've dealt."},iciclespear:{inherit:!0,basePower:10,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},imprison:{inherit:!0,flags:{bypasssub:1},desc:"The user prevents all opposing Pokemon from using any moves that the user also knows as long as the user remains active. Fails if no opposing Pokemon know any of the user's moves."},ingrain:{inherit:!0,condition:{onResidualOrder:10,onResidualSubOrder:1},desc:"The user has 1/16 of its maximum HP restored at the end of each turn, but it is prevented from switching out and other Pokemon cannot force the user to switch out. The user can still switch out if it uses Baton Pass or U-turn. If the user leaves the field using Baton Pass, the replacement will remain trapped and still receive the healing effect. During the effect, the user can be hit normally by Ground-type attacks and be affected by Spikes and Toxic Spikes, even if the user is a Flying type or has the Levitate Ability."},jumpkick:{inherit:!0,basePower:85,pp:25,desc:"If this attack is not successful, the user loses HP equal to half the target's maximum HP if the target was immune, rounded down, otherwise half of the damage the target would have taken, rounded down, but no less than 1 HP and no more than half of the target's maximum HP, as crash damage. Pokemon with the Magic Guard Ability are unaffected by crash damage.",shortDesc:"If miss, user takes 1/2 damage it would've dealt."},knockoff:{inherit:!0,desc:"The target's held item is lost for the rest of the battle, unless the item is a Griseous Orb or the target has the Multitype or Sticky Hold Abilities. During the effect, the target cannot obtain a new item by any means.",shortDesc:"Target's item is lost and it cannot obtain another."},lastresort:{inherit:!0,basePower:130},leechseed:{inherit:!0,condition:{onResidualOrder:10,onResidualSubOrder:5}},lightscreen:{inherit:!0,condition:{duration:5,onSideResidualOrder:2},desc:"For 5 turns, the user and its party members take 1/2 damage from special attacks, or 2/3 damage if there are multiple active Pokemon on the user's side. Critical hits ignore this effect. It is removed from the user's side if the user or an ally is successfully hit by Brick Break or Defog. Lasts for 8 turns if the user is holding Light Clay. Fails if the effect is already active on the user's side."},lockon:{inherit:!0,condition:{duration:2,onSourceInvulnerabilityPriority:1},desc:"Until the end of the next turn, the target cannot avoid the user's moves, even if the target is in the middle of a two-turn move. When this effect is started against the target, this and Mind Reader's effects end for every other Pokemon against that target. If the target leaves the field using Baton Pass, the replacement remains under this effect. If the user leaves the field using Baton Pass, this effect is restarted against the same target for the replacement. The effect ends if either the user or the target leaves the field."},luckychant:{inherit:!0,flags:{},condition:{duration:5,onCriticalHit:!1,onSideResidualOrder:6}},lunardance:{inherit:!0,flags:{heal:1},condition:{duration:1,onSwitchInPriority:-1},desc:"The user faints and the Pokemon brought out to replace it has its HP and PP fully restored along with having any non-volatile status condition cured. The new Pokemon is sent out immediately and the healing happens after hazards take effect. Fails if the user is the last unfainted Pokemon in its party."},magiccoat:{inherit:!0,condition:{duration:1,onTryHitPriority:2},desc:"The user is unaffected by certain non-damaging moves directed at it and will instead use such moves against the original user. If the move targets both opposing Pokemon, the Pokemon under this effect will reflect the move only targeting the original user. The effect ends once a move is reflected or at the end of the turn. The Lightning Rod and Storm Drain Abilities redirect their respective moves before this move takes effect."},magmastorm:{inherit:!0,accuracy:70,desc:"Prevents the target from switching for two to five turns (always five turns if the user is holding Grip Claw). Causes damage to the target equal to 1/16 of its maximum HP, rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass or U-turn. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 2-5 turns."},magnetrise:{inherit:!0,flags:{gravity:1},volatileStatus:"magnetrise",condition:{duration:5,onResidualOrder:10,onResidualSubOrder:16},desc:"For 5 turns, the user is immune to Ground-type attacks and the effects of Spikes, Toxic Spikes, and the Arena Trap Ability as long as it remains active. If the user uses Baton Pass, the replacement will gain the effect. Ingrain and Iron Ball override this move if the user is under any of their effects. Fails if the user is already under this effect or the effect of Ingrain."},mefirst:{inherit:!0,condition:{duration:1},desc:"The user uses the move the target chose for use this turn against it, if possible, with its power multiplied by 1.5. The move must be a damaging move other than Chatter, Counter, Covet, Focus Punch, Mirror Coat, or Thief. Fails if the target moves before the user. Ignores the target's substitute for the purpose of copying the move."},metronome:{inherit:!0,noMetronome:["Assist","Chatter","Copycat","Counter","Covet","Destiny Bond","Detect","Endure","Feint","Focus Punch","Follow Me","Helping Hand","Me First","Metronome","Mimic","Mirror Coat","Mirror Move","Protect","Sketch","Sleep Talk","Snatch","Struggle","Switcheroo","Thief","Trick"],desc:"A random move is selected for use, other than Assist, Chatter, Copycat, Counter, Covet, Destiny Bond, Detect, Endure, Feint, Focus Punch, Follow Me, Helping Hand, Me First, Metronome, Mimic, Mirror Coat, Mirror Move, Protect, Sketch, Sleep Talk, Snatch, Struggle, Switcheroo, Thief, Trick, or any move the user already knows."},mimic:{inherit:!0,desc:"While the user remains active, this move is replaced by the last move used by the target. The copied move has 5 PP. Fails if the target has not made a move, if the user has Transformed, if the user already knows the move, or if the move is Chatter, Metronome, Mimic, Sketch, or Struggle."},minimize:{inherit:!0,boosts:{evasion:1},desc:"Raises the user's evasiveness by 1 stage. Whether or not the user's evasiveness was changed, Stomp will have its power doubled if used against the user while it is active.",shortDesc:"Raises the user's evasiveness by 1."},miracleeye:{inherit:!0,flags:{protect:1,mirror:1,bypasssub:1},desc:"As long as the target remains active, its evasiveness stat stage is ignored during accuracy checks against it if it is greater than 0, and Psychic-type attacks can hit the target if it is a Dark type."},mirrormove:{inherit:!0,target:"self",desc:"The user uses the last move that successfully targeted the user. The copied move is used with no specific target. Fails if no move has targeted the user, if the move was called by another move, if the move is Encore, or if the move cannot be copied by this move."},mist:{inherit:!0,condition:{duration:5,onSideResidualOrder:3}},moonlight:{inherit:!0,desc:"The user restores 1/2 of its maximum HP if no weather conditions are in effect, 2/3 of its maximum HP if the weather is Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Rain Dance, or Sandstorm, all rounded down."},morningsun:{inherit:!0,desc:"The user restores 1/2 of its maximum HP if no weather conditions are in effect, 2/3 of its maximum HP if the weather is Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Rain Dance, or Sandstorm, all rounded down."},mudsport:{inherit:!0,condition:{noCopy:!0,onBasePowerPriority:3},desc:"While the user is active, all Electric-type attacks used by any active Pokemon have their power halved. Fails if this effect is already active for the user. Baton Pass can be used to transfer this effect to an ally.",shortDesc:"Weakens Electric-type attacks to 1/2 their power."},naturepower:{inherit:!0,desc:"This move calls another move for use based on the battle terrain. Tri Attack in Wi-Fi battles.",shortDesc:"Attack changes based on terrain. (Tri Attack)"},nightmare:{inherit:!0,condition:{noCopy:!0,onResidualOrder:10,onResidualSubOrder:7}},odorsleuth:{inherit:!0,flags:{protect:1,mirror:1,bypasssub:1},desc:"As long as the target remains active, its evasiveness stat stage is ignored during accuracy checks against it if it is greater than 0, and Normal- and Fighting-type attacks can hit the target if it is a Ghost type."},outrage:{inherit:!0,pp:15,desc:"The user spends two or three turns locked into this move and becomes confused at the end of the last turn of the effect if it is not already. This move targets an opposing Pokemon at random on each turn. If the user is prevented from moving, is asleep at the beginning of a turn, or the attack is not successful against the target, the effect ends without causing confusion. If this move is called by Sleep Talk, the move is used for one turn and does not confuse the user."},payback:{inherit:!0,desc:"Power doubles if the user moves after the target this turn. Switching in counts as an action."},perishsong:{inherit:!0,condition:{duration:4,onResidualOrder:12}},petaldance:{inherit:!0,basePower:90,pp:20,desc:"The user spends two or three turns locked into this move and becomes confused at the end of the last turn of the effect if it is not already. This move targets an opposing Pokemon at random on each turn. If the user is prevented from moving, is asleep at the beginning of a turn, or the attack is not successful against the target, the effect ends without causing confusion. If this move is called by Sleep Talk, the move is used for one turn and does not confuse the user."},poisongas:{inherit:!0,accuracy:55,target:"normal"},powertrick:{inherit:!0,flags:{}},protect:{inherit:!0,priority:3,condition:{duration:1,onTryHitPriority:3},desc:"The user is protected from most attacks made by other Pokemon during this turn. This move has a 1/X chance of being successful, where X starts at 1 and doubles each time this move is successfully used, up to a maximum of 8. X resets to 1 if this move fails or if the user's last move used is not Detect, Endure, or Protect. Fails if the user moves last this turn."},psychup:{inherit:!0,flags:{snatch:1,bypasssub:1}},pursuit:{inherit:!0,condition:{duration:1},desc:"If an opposing Pokemon switches out this turn, this move hits that Pokemon before it leaves the field, even if it was not the original target. If the user moves after an opponent using U-turn, but not Baton Pass, it will hit that opponent before it leaves the field. Power doubles and no accuracy check is done if the user hits an opponent switching out, and the user's turn is over; if an opponent faints from this, the replacement Pokemon becomes active immediately."},rapidspin:{inherit:!0,self:{},desc:"If this move is successful, the effects of Leech Seed and binding moves end against the user, and all hazards are removed from the user's side of the field."},recycle:{inherit:!0,flags:{},desc:"The user regains the item last used by a Pokemon in its current position on the field, even if that Pokemon was not the user. Fails if the user is holding an item, if no items have been used at the user's position, or if the item was lost to Covet, Knock Off, or Thief. Items thrown with Fling can be regained."},reflect:{inherit:!0,condition:{duration:5,onSideResidualOrder:1},desc:"For 5 turns, the user and its party members take 1/2 damage from physical attacks, or 2/3 damage if there are multiple active Pokemon on the user's side. Critical hits ignore this effect. It is removed from the user's side if the user or an ally is successfully hit by Brick Break or Defog. Lasts for 8 turns if the user is holding Light Clay. Fails if the effect is already active on the user's side."},reversal:{inherit:!0,desc:"The power of this move is 20 if X is 43 to 48, 40 if X is 22 to 42, 80 if X is 13 to 21, 100 if X is 6 to 12, 150 if X is 2 to 5, and 200 if X is 0 or 1, where X is equal to (user's current HP * 64 / user's maximum HP), rounded down."},roar:{inherit:!0,flags:{protect:1,mirror:1,sound:1,bypasssub:1},desc:"The target is forced to switch out and be replaced with a random unfainted ally. Fails if the target is the last unfainted Pokemon in its party, if the target used Ingrain previously or has the Suction Cups Ability, or if the user's level is lower than the target's and X * (user's level + target's level) / 256 + 1 is less than or equal to (target's level / 4), rounded down, where X is a random number from 0 to 255."},rockblast:{inherit:!0,accuracy:80,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},roleplay:{inherit:!0,desc:"The user's Ability changes to match the target's Ability. Fails if the user's Ability is Multitype or already matches the target, if the target's Ability is Multitype or Wonder Guard, or if the user is holding a Griseous Orb."},safeguard:{inherit:!0,condition:{duration:5,onSideResidualOrder:4}},sandtomb:{inherit:!0,accuracy:70,basePower:15,desc:"Prevents the target from switching for two to five turns (always five turns if the user is holding Grip Claw). Causes damage to the target equal to 1/16 of its maximum HP, rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass or U-turn. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 2-5 turns."},scaryface:{inherit:!0,accuracy:90},secretpower:{inherit:!0,secondary:{chance:30,status:"par"},desc:"Has a 30% chance to cause a secondary effect on the target based on the battle terrain. Causes paralysis on the regular Wi-Fi terrain.",shortDesc:"Effect varies with terrain. (30% paralysis chance)"},sketch:{inherit:!0},skillswap:{inherit:!0,desc:"The user swaps its Ability with the target's Ability. Fails if either the user or the target's Ability is Multitype or Wonder Guard, if both have the same Ability, or if either is holding a Griseous Orb."},sleeptalk:{inherit:!0,desc:"One of the user's known moves, besides this move, is selected for use at random. Fails if the user is not asleep. The selected move does not have PP deducted from it, and can currently have 0 PP. This move cannot select Assist, Bide, Chatter, Copycat, Focus Punch, Me First, Metronome, Mirror Move, Sleep Talk, Uproar, or any two-turn move."},snatch:{inherit:!0,condition:{duration:1,onAnyPrepareHitPriority:-1},desc:"If another Pokemon uses certain non-damaging moves this turn, the user steals that move to use itself. If multiple Pokemon use this move this turn, the applicable moves are stolen by each of those Pokemon in turn order, and only the last user in turn order will gain the effects."},spikes:{inherit:!0,flags:{}},spite:{inherit:!0,flags:{protect:1,mirror:1,bypasssub:1}},stealthrock:{inherit:!0,flags:{}},struggle:{inherit:!0,desc:"Deals typeless damage to a random opposing Pokemon. If this move was successful, the user loses 1/4 of its maximum HP, rounded down, and the Rock Head Ability does not prevent this. This move is automatically used if none of the user's known moves can be selected."},substitute:{inherit:!0,condition:{onTryPrimaryHitPriority:-1}},suckerpunch:{inherit:!0,desc:"Fails if the target did not select a physical or special attack for use this turn, or if the target moves before the user."},switcheroo:{inherit:!0,desc:"The user swaps its held item with the target's held item. Fails if either the user or the target is holding a Mail or Griseous Orb, if neither is holding an item, if either has the Multitype Ability, if either is under the effect of Knock Off, or if the target has the Sticky Hold Ability."},synthesis:{inherit:!0,desc:"The user restores 1/2 of its maximum HP if no weather conditions are in effect, 2/3 of its maximum HP if the weather is Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Rain Dance, or Sandstorm, all rounded down."},tackle:{inherit:!0,accuracy:95,basePower:35},tailglow:{inherit:!0,boosts:{spa:2},desc:"Raises the user's Special Attack by 2 stages.",shortDesc:"Raises the user's Sp. Atk by 2."},tailwind:{inherit:!0,condition:{duration:3,onSideResidualOrder:5},desc:"For 3 turns, the user and its party members have their Speed doubled. Fails if this move is already in effect for the user's side.",shortDesc:"For 3 turns, allies' Speed is doubled."},taunt:{inherit:!0,flags:{protect:1,mirror:1,bypasssub:1},condition:{onResidualOrder:10,onResidualSubOrder:15,onBeforeMovePriority:5},desc:"For 3 to 5 turns, prevents the target from using non-damaging moves.",shortDesc:"For 3-5 turns, the target can't use status moves."},thrash:{inherit:!0,basePower:90,pp:20,desc:"The user spends two or three turns locked into this move and becomes confused at the end of the last turn of the effect if it is not already. This move targets an opposing Pokemon at random on each turn. If the user is prevented from moving, is asleep at the beginning of a turn, or the attack is not successful against the target, the effect ends without causing confusion. If this move is called by Sleep Talk, the move is used for one turn and does not confuse the user."},torment:{inherit:!0,flags:{protect:1,mirror:1,bypasssub:1}},toxic:{inherit:!0,accuracy:85},toxicspikes:{inherit:!0,flags:{},condition:{},desc:"Sets up a hazard on the opposing side of the field, poisoning each opposing Pokemon that switches in, unless it is a Flying-type Pokemon or has the Levitate Ability. Can be used up to two times before failing. Opposing Pokemon become poisoned with one layer and badly poisoned with two layers. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin successfully, is hit by Defog, or a grounded Poison-type Pokemon switches in. Safeguard prevents the opposing party from being poisoned on switch-in, as well as switching in with a substitute."},transform:{inherit:!0,flags:{bypasssub:1},desc:"The user transforms into the target. The target's current stats, stat stages, types, moves, Ability, weight, IVs, species, and sprite are copied. The user's level and HP remain the same and each copied move receives only 5 PP. This move fails if the target has transformed."},trick:{inherit:!0,desc:"The user swaps its held item with the target's held item. Fails if either the user or the target is holding a Mail or Griseous Orb, if neither is holding an item, if either has the Multitype Ability, if either is under the effect of Knock Off, or if the target has the Sticky Hold Ability."},trickroom:{inherit:!0,condition:{duration:5,onFieldResidualOrder:13},desc:"For 5 turns, all active Pokemon with lower Speed will move before those with higher Speed, within their priority brackets. If this move is used during the effect, the effect ends."},uproar:{inherit:!0,basePower:50,condition:{onResidualOrder:10,onResidualSubOrder:11,onLockMove:"uproar"},desc:"The user spends three to six turns locked into this move. This move targets an opponent at random on each turn. During effect, no active Pokemon can fall asleep by any means, and Pokemon that are already asleep wake up as their turn starts or at the end of each turn, including the last one. If the user is prevented from moving or the attack is not successful against the target during one of the turns, the effect ends.",shortDesc:"Lasts 3-6 turns. Active Pokemon cannot sleep."},volttackle:{inherit:!0,recoil:[1,3],desc:"Has a 10% chance to paralyze the target. If the target lost HP, the user takes recoil damage equal to 1/3 the HP lost by the target, rounded down, but not less than 1 HP.",shortDesc:"Has 1/3 recoil. 10% chance to paralyze target."},watersport:{inherit:!0,condition:{noCopy:!0,onBasePowerPriority:3},desc:"While the user is active, all Fire-type attacks used by any active Pokemon have their power halved. Fails if this effect is already active for the user. Baton Pass can be used to transfer this effect to an ally.",shortDesc:"Weakens Fire-type attacks to 1/2 their power."},whirlpool:{inherit:!0,accuracy:70,basePower:15,desc:"Prevents the target from switching for two to five turns (always five turns if the user is holding Grip Claw). Causes damage to the target equal to 1/16 of its maximum HP, rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass or U-turn. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 2-5 turns."},whirlwind:{inherit:!0,flags:{protect:1,mirror:1,bypasssub:1},desc:"The target is forced to switch out and be replaced with a random unfainted ally. Fails if the target is the last unfainted Pokemon in its party, if the target used Ingrain previously or has the Suction Cups Ability, or if the user's level is lower than the target's and X * (user's level + target's level) / 256 + 1 is less than or equal to (target's level / 4), rounded down, where X is a random number from 0 to 255."},wish:{inherit:!0,flags:{heal:1},slotCondition:"Wish",condition:{duration:2,onResidualOrder:7},desc:"At the end of the next turn, the Pokemon at the user's position has 1/2 of its maximum HP restored to it, rounded down. Fails if this move is already in effect for the user's position.",shortDesc:"Next turn, heals 50% of the recipient's max HP."},woodhammer:{inherit:!0,recoil:[1,3],desc:"If the target lost HP, the user takes recoil damage equal to 1/3 the HP lost by the target, rounded down, but not less than 1 HP.",shortDesc:"Has 1/3 recoil."},worryseed:{inherit:!0,desc:"Causes the target's Ability to become Insomnia. Fails if the target's Ability is Multitype or Truant, or if the target is holding a Griseous Orb."},wrap:{inherit:!0,accuracy:85,desc:"Prevents the target from switching for two to five turns (always five turns if the user is holding Grip Claw). Causes damage to the target equal to 1/16 of its maximum HP, rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass or U-turn. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 2-5 turns."},wringout:{inherit:!0,desc:"Power is equal to 120 * (target's current HP / target's maximum HP) + 1, rounded down."},yawn:{inherit:!0,condition:{noCopy:!0,duration:2,onResidualOrder:10,onResidualSubOrder:19}},absorb:{inherit:!0,desc:"The user recovers 1/2 the HP lost by the target, rounded down. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded down."},armthrust:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},assurance:{inherit:!0,desc:"Power doubles if the target has already taken damage this turn."},avalanche:{inherit:!0,desc:"Power doubles if the user was hit by a Pokemon in the target's position this turn."},barrage:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},block:{inherit:!0,desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass or U-turn. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field, unless it uses Baton Pass, in which case the target will remain trapped."},bonemerang:{inherit:!0,desc:"Hits twice. If the first hit breaks the target's substitute, it will take damage for the second hit. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},bounce:{inherit:!0,desc:"Has a 30% chance to paralyze the target. This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Gust, Sky Uppercut, Thunder, and Twister, and Gust and Twister have doubled power when used against it. If the user is holding a Power Herb, the move completes in one turn."},brickbreak:{inherit:!0,desc:"If this attack does not miss and whether or not the target is immune, the effects of Reflect and Light Screen end for the target's side of the field before damage is calculated.",shortDesc:"Destroys screens, even if the target is immune."},bugbite:{inherit:!0,desc:"The user steals the target's held Berry if it is holding one and eats it immediately, gaining its effects unless the user's item is being ignored. Items lost to this move can be regained with Recycle."},cometpunch:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},conversion2:{inherit:!0,desc:"The user's type changes to match a type that resists or is immune to the type of the last move used against the user, if it was successful against the user, but not either of its current types. The determined type of the move is used rather than the original type. Fails if the last move used against the user was not successful, if the user has the Multitype Ability, or if this move would only be able to select one of the user's current types.",shortDesc:"User's type changes to resist last move against it."},counter:{inherit:!0,desc:"Deals damage to the last opposing Pokemon to hit the user with a physical attack this turn equal to twice the HP lost by the user from that attack. If that opposing Pokemon's position is no longer in use and there is another opposing Pokemon on the field, the damage is done to it instead. Only the last hit of a multi-hit attack is counted. Fails if the user was not hit by an opposing Pokemon's physical attack this turn, or if the user did not lose HP from the attack."},dig:{inherit:!0,desc:"This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Earthquake and Magnitude, which have doubled power when used against it, and is also unaffected by weather. If the user is holding a Power Herb, the move completes in one turn."},dive:{inherit:!0,desc:"This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Surf and Whirlpool, which have doubled power when used against it, and is also unaffected by weather. If the user is holding a Power Herb, the move completes in one turn."},doublehit:{inherit:!0,desc:"Hits twice. If the first hit breaks the target's substitute, it will take damage for the second hit. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},doublekick:{inherit:!0,desc:"Hits twice. If the first hit breaks the target's substitute, it will take damage for the second hit. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},doubleslap:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},earthquake:{inherit:!0,desc:"Power doubles if the target is using Dig.",shortDesc:"Hits adjacent Pokemon. Power doubles on Dig."},endure:{inherit:!0,desc:"The user will survive attacks made by other Pokemon during this turn with at least 1 HP. This move has a 1/X chance of being successful, where X starts at 1 and doubles each time this move is successfully used, up to a maximum of 8. X resets to 1 if this move fails or if the user's last move used is not Detect, Endure, or Protect. Fails if the user moves last this turn."},explosion:{inherit:!0,desc:"The user faints after using this move, unless this move has no target. The target's Defense is halved during damage calculation. This move is prevented from executing if any active Pokemon has the Damp Ability.",shortDesc:"Target's Def halved during damage. User faints."},firefang:{inherit:!0,desc:"Has a 10% chance to burn the target and a 10% chance to make it flinch. This move can hit Pokemon with the Wonder Guard Ability regardless of their typing."},fling:{inherit:!0,desc:"The power of this move is based on the user's held item. The held item is lost and it activates for the target if applicable. If the target avoids this move by protecting itself, the user's held item is still lost. The user can regain a thrown item with Recycle. Fails if the user has no held item, if the held item cannot be thrown, or if the user is under the effect of Embargo."},fly:{inherit:!0,desc:"This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Gust, Sky Uppercut, Thunder, and Twister, and Gust and Twister have doubled power when used against it. If the user is holding a Power Herb, the move completes in one turn."},followme:{inherit:!0,desc:"Until the end of the turn, all single-target attacks from the opposing side are redirected to the user. Such attacks are redirected to the user before they can be reflected by Magic Coat, or drawn in by the Lightning Rod or Storm Drain Abilities. This effect remains active even if the user leaves the field. Fails if it is not a Double Battle."},furyattack:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},furyswipes:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},gust:{inherit:!0,desc:"Power doubles if the target is using Bounce or Fly.",shortDesc:"Power doubles during Bounce and Fly."},hail:{inherit:!0,desc:"For 5 turns, the weather becomes Hail. At the end of each turn except the last, all active Pokemon lose 1/16 of their maximum HP, rounded down, unless they are an Ice type or have the Ice Body, Magic Guard, or Snow Cloak Abilities. Lasts for 8 turns if the user is holding Icy Rock. Fails if the current weather is Hail."},headsmash:{inherit:!0,desc:"If the target lost HP, the user takes recoil damage equal to 1/2 the HP lost by the target, rounded down, but not less than 1 HP."},healorder:{inherit:!0,desc:"The user restores 1/2 of its maximum HP, rounded down."},leechlife:{inherit:!0,desc:"The user recovers 1/2 the HP lost by the target, rounded down. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded down."},magnitude:{inherit:!0,desc:"The power of this move varies. 5% chances for 10 and 150 power, 10% chances for 30 and 110 power, 20% chances for 50 and 90 power, and 30% chance for 70 power. Power doubles if the target is using Dig."},meanlook:{inherit:!0,desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass or U-turn. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field, unless it uses Baton Pass, in which case the target will remain trapped."},megadrain:{inherit:!0,desc:"The user recovers 1/2 the HP lost by the target, rounded down. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded down."},memento:{inherit:!0,desc:"Lowers the target's Attack and Special Attack by 2 stages. The user faints, even if this move misses. This move can hit targets in the middle of a two-turn move. Fails entirely if there is no target, but does not fail if the target's stats cannot be changed."},metalburst:{inherit:!0,desc:"Deals damage to the last opposing Pokemon to hit the user with a physical or special attack this turn equal to 1.5 times the HP lost by the user from that attack, rounded down. If that opposing Pokemon's position is no longer in use and there is another opposing Pokemon on the field, the damage is done to it instead. Only the last hit of a multi-hit attack is counted. Fails if the user was not hit by an opposing Pokemon's physical or special attack this turn, or if the user did not lose HP from the attack."},milkdrink:{inherit:!0,desc:"The user restores 1/2 of its maximum HP, rounded down."},mindreader:{inherit:!0,desc:"Until the end of the next turn, the target cannot avoid the user's moves, even if the target is in the middle of a two-turn move. When this effect is started against the target, this and Lock-On's effects end for every other Pokemon against that target. If the target leaves the field using Baton Pass, the replacement remains under this effect. If the user leaves the field using Baton Pass, this effect is restarted against the same target for the replacement. The effect ends if either the user or the target leaves the field."},mirrorcoat:{inherit:!0,desc:"Deals damage to the last opposing Pokemon to hit the user with a special attack this turn equal to twice the HP lost by the user from that attack. If that opposing Pokemon's position is no longer in use and there is another opposing Pokemon on the field, the damage is done to it instead. Only the last hit of a multi-hit attack is counted. Fails if the user was not hit by an opposing Pokemon's special attack this turn, or if the user did not lose HP from the attack."},naturalgift:{inherit:!0,desc:"The type and power of this move depend on the user's held Berry, and the Berry is lost. Fails if the user is not holding a Berry, if the user has the Klutz Ability, or if Embargo is in effect for the user."},pinmissile:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},pluck:{inherit:!0,desc:"The user steals the target's held Berry if it is holding one and eats it immediately, gaining its effects unless the user's item is being ignored. Items lost to this move can be regained with Recycle."},psywave:{inherit:!0,desc:"Deals damage to the target equal to (user's level) * (X * 10 + 50) / 100, where X is a random number from 0 to 10, rounded down, but not less than 1 HP."},razorwind:{inherit:!0,desc:"Has a higher chance for a critical hit. This attack charges on the first turn and executes on the second."},recover:{inherit:!0,desc:"The user restores 1/2 of its maximum HP, rounded down."},revenge:{inherit:!0,desc:"Power doubles if the user was hit by a Pokemon in the target's current position this turn."},roost:{inherit:!0,desc:"The user restores 1/2 of its maximum HP, rounded down. Until the end of the turn, Flying-type users lose their Flying type and pure Flying-type users become typeless. Does nothing if the user's HP is full."},sandstorm:{inherit:!0,desc:"For 5 turns, the weather becomes Sandstorm. At the end of each turn except the last, all active Pokemon lose 1/16 of their maximum HP, rounded down, unless they are a Ground, Rock, or Steel type, or have the Magic Guard or Sand Veil Abilities. During the effect, the Special Defense of Rock-type Pokemon is multiplied by 1.5 when taking damage from a special attack. Lasts for 8 turns if the user is holding Smooth Rock. Fails if the current weather is Sandstorm."},selfdestruct:{inherit:!0,desc:"The user faints after using this move, unless this move has no target. The target's Defense is halved during damage calculation. This move is prevented from executing if any active Pokemon has the Damp Ability.",shortDesc:"Target's Def halved during damage. User faints."},skyuppercut:{inherit:!0,desc:"This move can hit a target using Bounce or Fly.",shortDesc:"Can hit Pokemon using Bounce or Fly."},slackoff:{inherit:!0,desc:"The user restores 1/2 of its maximum HP, rounded down."},smellingsalts:{inherit:!0,desc:"Power doubles if the target is paralyzed. If this move is successful, the target is cured of paralysis."},softboiled:{inherit:!0,desc:"The user restores 1/2 of its maximum HP, rounded down."},solarbeam:{inherit:!0,desc:"This attack charges on the first turn and executes on the second. Damage is halved if the weather is Hail, Rain Dance, or Sandstorm. If the user is holding a Power Herb or the weather is Sunny Day, the move completes in one turn."},spiderweb:{inherit:!0,desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass or U-turn. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field, unless it uses Baton Pass, in which case the target will remain trapped."},spikecannon:{inherit:!0,desc:"Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},spitup:{inherit:!0,desc:"Power is equal to 100 times the user's Stockpile count. This move does not apply damage variance. Fails if the user's Stockpile count is 0. Unless there is no target, whether or not this move is successful the user's Defense and Special Defense decrease by as many stages as Stockpile had increased them, and the user's Stockpile count resets to 0."},stomp:{inherit:!0,desc:"Has a 30% chance to make the target flinch. Power doubles if the target has used Minimize while active."},submission:{inherit:!0,desc:"If the target lost HP, the user takes recoil damage equal to 1/4 the HP lost by the target, rounded down, but not less than 1 HP."},surf:{inherit:!0,desc:"Power doubles if the target is using Dive.",shortDesc:"Hits adjacent Pokemon. Power doubles on Dive."},swallow:{inherit:!0,desc:"The user restores its HP based on its Stockpile count. Restores 1/4 of its maximum HP if it's 1, 1/2 of its maximum HP if it's 2, both rounded down, and all of its HP if it's 3. Fails if the user's Stockpile count is 0. The user's Defense and Special Defense decrease by as many stages as Stockpile had increased them, and the user's Stockpile count resets to 0."},takedown:{inherit:!0,desc:"If the target lost HP, the user takes recoil damage equal to 1/4 the HP lost by the target, rounded down, but not less than 1 HP."},thief:{inherit:!0,desc:"If this attack was successful and the user has not fainted, it steals the target's held item if the user is not holding one. The target's item is not stolen if it is a Mail or Griseous Orb, or if the target has the Multitype Ability. Items lost to this move cannot be regained with Recycle."},thunder:{inherit:!0,desc:"Has a 30% chance to paralyze the target. This move can hit a target using Bounce or Fly. If the weather is Rain Dance, this move does not check accuracy. If the weather is Sunny Day, this move's accuracy is 50%."},triplekick:{inherit:!0,desc:"Hits three times. Power increases to 20 for the second hit and 30 for the third. This move checks accuracy for each hit, and the attack ends if the target avoids a hit. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},twineedle:{inherit:!0,desc:"Hits twice, with each hit having a 20% chance to poison the target. If the first hit breaks the target's substitute, it will take damage for the second hit. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."},twister:{inherit:!0,desc:"Has a 20% chance to make the target flinch. Power doubles if the target is using Bounce or Fly."},uturn:{inherit:!0,desc:"If this move is successful and the user has not fainted, the user switches out even if it is trapped and is replaced immediately by a selected party member. The user does not switch out if there are no unfainted party members."},wakeupslap:{inherit:!0,desc:"Power doubles if the target is asleep. If this move is successful, the target wakes up."}},5:{absorb:{inherit:!0,flags:{protect:1,mirror:1}},acidarmor:{inherit:!0,pp:40},aircutter:{inherit:!0,basePower:55},airslash:{inherit:!0,pp:20},aromatherapy:{inherit:!0,desc:"Every Pokemon in the user's party is cured of its non-volatile status condition."},assist:{inherit:!0,desc:"A random move among those known by the user's party members is selected for use. Does not select Assist, Bestow, Chatter, Circle Throw, Copycat, Counter, Covet, Destiny Bond, Detect, Dragon Tail, Endure, Feint, Focus Punch, Follow Me, Helping Hand, Me First, Metronome, Mimic, Mirror Coat, Mirror Move, Nature Power, Protect, Rage Powder, Sketch, Sleep Talk, Snatch, Struggle, Switcheroo, Thief, Transform, or Trick."},assurance:{inherit:!0,basePower:50},aurasphere:{inherit:!0,basePower:90},autotomize:{inherit:!0,volatileStatus:"autotomize",condition:{noCopy:!0,onModifyWeightPriority:2}},barrier:{inherit:!0,pp:30},bestow:{inherit:!0,flags:{protect:1,mirror:1},desc:"The target receives the user's held item. Fails if the user has no item or is holding a Mail, if the target is already holding an item, if the user is a Giratina holding a Griseous Orb, an Arceus holding a Plate, a Genesect holding a Drive, or if the target is one of those Pokemon and the user is holding the respective item."},blizzard:{inherit:!0,basePower:120},block:{inherit:!0,flags:{protect:1,reflectable:1,mirror:1},desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field."},bubble:{inherit:!0,basePower:20},bugbuzz:{inherit:!0,flags:{protect:1,mirror:1,sound:1}},camouflage:{inherit:!0,desc:"The user's type changes based on the battle terrain. Ground type on the regular Wi-Fi terrain. Fails if the user's type cannot be changed or if the user is already purely that type.",shortDesc:"Changes user's type based on terrain. (Ground)"},charm:{inherit:!0,type:"Normal"},chatter:{inherit:!0,basePower:60,secondary:{chance:10,volatileStatus:"confusion"},flags:{protect:1,sound:1,distance:1},desc:"Has an X% chance to confuse the target, where X is 0 unless the user is a Chatot that hasn't Transformed. If the user is a Chatot, X is 0 or 10 depending on the volume of Chatot's recorded cry, if any; 0 for a low volume or no recording, 10 for a medium to high volume recording.",shortDesc:"For Chatot, 10% chance to confuse the target."},conversion:{inherit:!0,desc:"The user's type changes to match the original type of one of its known moves besides this move, at random, but not either of its current types. Fails if the user cannot change its type, or if this move would only be able to select one of the user's current types.",shortDesc:"Changes user's type to match a known move."},copycat:{inherit:!0,desc:"The user uses the last move used by any Pokemon, including itself. Fails if no move has been used, or if the last move used was Assist, Bestow, Chatter, Circle Throw, Copycat, Counter, Covet, Destiny Bond, Detect, Dragon Tail, Endure, Feint, Focus Punch, Follow Me, Helping Hand, Me First, Metronome, Mimic, Mirror Coat, Mirror Move, Nature Power, Protect, Rage Powder, Sketch, Sleep Talk, Snatch, Struggle, Switcheroo, Thief, Transform, or Trick."},cottonspore:{inherit:!0,target:"normal"},covet:{inherit:!0,pp:40,desc:"If this attack was successful and the user has not fainted, it steals the target's held item if the user is not holding one. The target's item is not stolen if it is a Mail, or if the target is a Giratina holding a Griseous Orb, an Arceus holding a Plate, or a Genesect holding a Drive. Items lost to this move cannot be regained with Recycle or the Harvest Ability."},crabhammer:{inherit:!0,basePower:90},defog:{inherit:!0,desc:"Lowers the target's evasiveness by 1 stage. If this move is successful and whether or not the target's evasiveness was affected, the effects of Reflect, Light Screen, Safeguard, Mist, Spikes, Toxic Spikes, and Stealth Rock end for the target's side. Ignores a target's substitute, although a substitute will still block the lowering of evasiveness.",shortDesc:"-1 evasion; clears target side's hazards/screens."},dracometeor:{inherit:!0,basePower:140},dragonpulse:{inherit:!0,basePower:90},drainpunch:{inherit:!0,flags:{contact:1,protect:1,mirror:1,punch:1}},dreameater:{inherit:!0,flags:{protect:1,mirror:1}},echoedvoice:{inherit:!0,flags:{protect:1,mirror:1,sound:1}},electroball:{inherit:!0,desc:"The power of this move depends on (user's current Speed / target's current Speed), rounded down. Power is equal to 150 if the result is 4 or more, 120 if 3, 80 if 2, 60 if 1, 40 if less than 1. If the target's current Speed is 0, it is treated as 1 instead."},energyball:{inherit:!0,basePower:80},extrasensory:{inherit:!0,pp:30},feint:{inherit:!0,flags:{},desc:"If this move is successful, it breaks through the target's Detect or Protect for this turn, allowing other Pokemon to attack the target normally. If the target is an opponent and its side is protected by Quick Guard or Wide Guard, that protection is also broken for this turn and other Pokemon may attack the opponent's side normally."},finalgambit:{inherit:!0,flags:{contact:1,protect:1}},fireblast:{inherit:!0,basePower:120},firepledge:{inherit:!0,basePower:50},flamethrower:{inherit:!0,basePower:95},followme:{inherit:!0,priority:3},frostbreath:{inherit:!0,basePower:40},furycutter:{inherit:!0,basePower:20,condition:{duration:2}},futuresight:{inherit:!0,basePower:100},gigadrain:{inherit:!0,flags:{protect:1,mirror:1}},glare:{inherit:!0,accuracy:90},grasswhistle:{inherit:!0,flags:{protect:1,reflectable:1,mirror:1,sound:1}},grasspledge:{inherit:!0,basePower:50},growl:{inherit:!0,flags:{protect:1,reflectable:1,mirror:1,sound:1}},growth:{inherit:!0,pp:40,desc:"Raises the user's Attack and Special Attack by 1 stage. If the weather is Sunny Day, this move raises the user's Attack and Special Attack by 2 stages."},gunkshot:{inherit:!0,accuracy:70},gyroball:{inherit:!0,desc:"Power is equal to (25 * target's current Speed / user's current Speed) + 1, rounded down, but not more than 150. If the user's current Speed is 0, it is treated as 1 instead."},healbell:{inherit:!0,flags:{snatch:1,sound:1},desc:"Every Pokemon in the user's party is cured of its non-volatile status condition. Active Pokemon with the Soundproof Ability are also cured."},healpulse:{inherit:!0,heal:[1,2],desc:"The target restores 1/2 of its maximum HP, rounded half up."},heatwave:{inherit:!0,basePower:100},hex:{inherit:!0,basePower:50},hiddenpower:{inherit:!0,basePower:0,desc:"This move's type and power depend on the user's individual values (IVs). Power varies between 30 and 70, and type can be any but Normal.",shortDesc:"Varies in power and type based on the user's IVs."},hiddenpowerbug:{inherit:!0,basePower:70},hiddenpowerdark:{inherit:!0,basePower:70},hiddenpowerdragon:{inherit:!0,basePower:70},hiddenpowerelectric:{inherit:!0,basePower:70},hiddenpowerfighting:{inherit:!0,basePower:70},hiddenpowerfire:{inherit:!0,basePower:70},hiddenpowerflying:{inherit:!0,basePower:70},hiddenpowerghost:{inherit:!0,basePower:70},hiddenpowergrass:{inherit:!0,basePower:70},hiddenpowerground:{inherit:!0,basePower:70},hiddenpowerice:{inherit:!0,basePower:70},hiddenpowerpoison:{inherit:!0,basePower:70},hiddenpowerpsychic:{inherit:!0,basePower:70},hiddenpowerrock:{inherit:!0,basePower:70},hiddenpowersteel:{inherit:!0,basePower:70},hiddenpowerwater:{inherit:!0,basePower:70},hornleech:{inherit:!0,flags:{contact:1,protect:1,mirror:1}},hurricane:{inherit:!0,basePower:120,desc:"Has a 30% chance to confuse the target. This move can hit a target using Bounce, Fly, or Sky Drop, or is under the effect of Sky Drop. If the weather is Rain Dance, this move does not check accuracy. If the weather is Sunny Day, this move's accuracy is 50%."},hydropump:{inherit:!0,basePower:120},hypervoice:{inherit:!0,flags:{protect:1,mirror:1,sound:1}},icebeam:{inherit:!0,basePower:95},incinerate:{inherit:!0,basePower:30,desc:"The target loses its held item if it is a Berry. This move cannot cause Pokemon with the Sticky Hold Ability to lose their held item. Items lost to this move cannot be regained with Recycle or the Harvest Ability.",shortDesc:"Destroys the foe(s) Berry."},knockoff:{inherit:!0,basePower:20,desc:"If the user has not fainted, the target loses its held item. This move cannot cause Pokemon with the Sticky Hold Ability to lose their held item, or force a Giratina, an Arceus, or a Genesect to lose their Griseous Orb, Plate, or Drive, respectively. Items lost to this move cannot be regained with Recycle or the Harvest Ability.",shortDesc:"Removes the target's held item."},leafstorm:{inherit:!0,basePower:140},leechlife:{inherit:!0,flags:{contact:1,protect:1,mirror:1}},lick:{inherit:!0,basePower:20},lightscreen:{inherit:!0,condition:{duration:5,onSideResidualOrder:26,onSideResidualSubOrder:2}},lowsweep:{inherit:!0,basePower:60},magicroom:{inherit:!0,priority:-7},magmastorm:{inherit:!0,basePower:120,desc:"Prevents the target from switching for four or five turns; seven turns if the user is holding Grip Claw. Causes damage to the target equal to 1/16 of its maximum HP (1/8 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin. This effect is not stackable or reset by using this or another partial-trapping move."},meanlook:{inherit:!0,flags:{protect:1,reflectable:1,mirror:1},desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field."},megadrain:{inherit:!0,flags:{protect:1,mirror:1}},metalsound:{inherit:!0,flags:{protect:1,reflectable:1,mirror:1,sound:1}},meteormash:{inherit:!0,accuracy:85,basePower:100},minimize:{inherit:!0,pp:20,condition:{noCopy:!0},desc:"Raises the user's evasiveness by 2 stages. Whether or not the user's evasiveness was changed, Stomp and Steamroller will have their damage doubled if used against the user while it is active."},moonlight:{inherit:!0,type:"Normal",desc:"The user restores 1/2 of its maximum HP if no weather conditions are in effect, 2/3 of its maximum HP if the weather is Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Rain Dance, or Sandstorm, all rounded half down."},mudsport:{num:300,accuracy:!0,basePower:0,category:"Status",name:"Mud Sport",pp:15,priority:0,flags:{},volatileStatus:"mudsport",condition:{noCopy:!0,onAnyBasePowerPriority:1},secondary:null,target:"all",type:"Ground",desc:"While the user is active, all Electric-type attacks used by any active Pokemon have their power multiplied by 0.33. Fails if this effect is already active for any Pokemon.",shortDesc:"Weakens Electric-type attacks to 1/3 their power."},muddywater:{inherit:!0,basePower:95},naturepower:{inherit:!0,target:"self",desc:"This move calls another move for use based on the battle terrain. Earthquake on the regular Wi-Fi terrain.",shortDesc:"Attack changes based on terrain. (Earthquake)"},overheat:{inherit:!0,basePower:140},perishsong:{inherit:!0,flags:{sound:1,distance:1}},pinmissile:{inherit:!0,accuracy:85,basePower:14},poisonfang:{inherit:!0,secondary:{chance:30,status:"tox"},desc:"Has a 30% chance to badly poison the target.",shortDesc:"30% chance to badly poison the target."},poisongas:{inherit:!0,accuracy:80},poisonpowder:{inherit:!0},powergem:{inherit:!0,basePower:70},psychup:{inherit:!0},psychoshift:{inherit:!0,accuracy:90},psywave:{inherit:!0,accuracy:80},quickguard:{inherit:!0,stallingMove:!0,condition:{duration:1,onTryHitPriority:4},desc:"The user and its party members are protected from attacks with original priority greater than 0 made by other Pokemon, including allies, during this turn. This attack has a 1/X chance of being successful, where X starts at 1 and doubles each time this move is successfully used. X resets to 1 if this attack fails or if the user's last used move is not Detect, Endure, Protect, Quick Guard, or Wide Guard. If X is 256 or more, this move has a 1/(2^32) chance of being successful. Fails if the user moves last this turn or if this move is already in effect for the user's side."},ragepowder:{inherit:!0,priority:3,flags:{}},reflect:{inherit:!0,condition:{duration:5,onSideResidualOrder:26,onSideResidualSubOrder:1}},relicsong:{inherit:!0,flags:{protect:1,mirror:1,sound:1}},roar:{inherit:!0,accuracy:100,flags:{protect:1,reflectable:1,mirror:1,sound:1,bypasssub:1}},rocktomb:{inherit:!0,accuracy:80,basePower:50,pp:10},round:{inherit:!0,flags:{protect:1,mirror:1,sound:1}},sacredsword:{inherit:!0,pp:20},scald:{inherit:!0,thawsTarget:!1,desc:"Has a 30% chance to burn the target.",shortDesc:"30% chance to burn the target."},screech:{inherit:!0,flags:{protect:1,reflectable:1,mirror:1,sound:1}},secretpower:{inherit:!0,secondary:{chance:30,boosts:{accuracy:-1}},desc:"Has a 30% chance to cause a secondary effect on the target based on the battle terrain. Lowers accuracy by 1 stage on the regular Wi-Fi terrain. The secondary effect chance is not affected by the Serene Grace Ability.",shortDesc:"Effect varies with terrain. (30% chance acc -1)"},sing:{inherit:!0,flags:{protect:1,reflectable:1,mirror:1,sound:1}},skillswap:{inherit:!0,desc:"The user swaps its Ability with the target's Ability. Fails if either the user or the target's Ability is Illusion, Multitype, or Wonder Guard, or if both have the same Ability."},skullbash:{inherit:!0,basePower:100,pp:15},skydrop:{inherit:!0,desc:"This attack takes the target into the air with the user on the first turn and executes on the second. On the first turn, the user and the target avoid all attacks other than Gust, Hurricane, Sky Uppercut, Smack Down, Thunder, and Twister. The user and the target cannot make a move between turns, but the target can select a move to use. This move cannot damage Flying-type Pokemon. Fails on the first turn if the target is an ally, if the target has a substitute, or if the target is using Bounce, Dig, Dive, Fly, Shadow Force, or Sky Drop. If the effect of Gravity ends this effect before the second turn, both the user and the target return to the ground, but the target will otherwise remain under this effect until the user leaves the field or successfully executes the second turn of any two-turn move."},sleeppowder:{inherit:!0},smellingsalts:{inherit:!0,basePower:60},smog:{inherit:!0,basePower:20},snarl:{inherit:!0,flags:{protect:1,mirror:1,sound:1}},snore:{inherit:!0,basePower:40,flags:{protect:1,mirror:1,sound:1}},soak:{inherit:!0,desc:"Causes the target to become a Water type. Fails if the target is an Arceus."},spore:{inherit:!0},stormthrow:{inherit:!0,basePower:40},stringshot:{inherit:!0,boosts:{spe:-1},desc:"Lowers the target's Speed by 1 stage.",shortDesc:"Lowers the foe(s) Speed by 1."},strugglebug:{inherit:!0,basePower:30},stunspore:{inherit:!0},substitute:{inherit:!0,condition:{onTryPrimaryHitPriority:-1},desc:"The user takes 1/4 of its maximum HP, rounded down, and puts it into a substitute to take its place in battle. The substitute is removed once enough damage is inflicted on it, or if the user switches out or faints. Baton Pass can be used to transfer the substitute to an ally, and the substitute will keep its remaining HP. Until the substitute is broken, it receives damage from all attacks made by other Pokemon and shields the user from status effects and stat stage changes caused by other Pokemon. The user still takes normal damage from weather and status effects while behind its substitute. If the substitute breaks during a multi-hit attack, the user will take damage from any remaining hits. If a substitute is created while the user is trapped by a binding move, the binding effect ends immediately. Fails if the user does not have enough HP remaining to create a substitute without fainting, or if it already has a substitute."},submission:{inherit:!0,pp:25},supersonic:{inherit:!0,flags:{protect:1,reflectable:1,mirror:1,sound:1}},surf:{inherit:!0,basePower:95},sweetkiss:{inherit:!0,type:"Normal"},sweetscent:{inherit:!0,boosts:{evasion:-1},desc:"Lowers the target's evasiveness by 1 stage.",shortDesc:"Lowers the foe(s) evasiveness by 1."},swordsdance:{inherit:!0,pp:30},synchronoise:{inherit:!0,basePower:70,pp:15},tailwind:{inherit:!0,pp:30},technoblast:{inherit:!0,basePower:85},thief:{inherit:!0,basePower:40,pp:10,desc:"If this attack was successful and the user has not fainted, it steals the target's held item if the user is not holding one. The target's item is not stolen if it is a Mail, or if the target is a Giratina holding a Griseous Orb, an Arceus holding a Plate, or a Genesect holding a Drive. Items lost to this move cannot be regained with Recycle or the Harvest Ability."},thunder:{inherit:!0,basePower:120,desc:"Has a 30% chance to paralyze the target. This move can hit a target using Bounce, Fly, or Sky Drop, or is under the effect of Sky Drop. If the weather is Rain Dance, this move does not check accuracy. If the weather is Sunny Day, this move's accuracy is 50%."},thunderbolt:{inherit:!0,basePower:95},toxic:{inherit:!0,desc:"Badly poisons the target.",shortDesc:"Badly poisons the target."},uproar:{inherit:!0,flags:{protect:1,mirror:1,sound:1}},vinewhip:{inherit:!0,basePower:35,pp:15},wakeupslap:{inherit:!0,basePower:60},waterpledge:{inherit:!0,basePower:50},watersport:{num:346,accuracy:!0,basePower:0,category:"Status",name:"Water Sport",pp:15,priority:0,flags:{},volatileStatus:"watersport",condition:{noCopy:!0,onAnyBasePowerPriority:1},secondary:null,target:"all",type:"Water",desc:"While the user is active, all Fire-type attacks used by any active Pokemon have their power multiplied by 0.33. Fails if this effect is already active for any Pokemon.",shortDesc:"Weakens Fire-type attacks to 1/3 their power."},whirlwind:{inherit:!0,accuracy:100,flags:{protect:1,reflectable:1,mirror:1,bypasssub:1}},wideguard:{inherit:!0,stallingMove:!0,desc:"The user and its party members are protected from damaging attacks made by other Pokemon, including allies, during this turn that target all adjacent foes or all adjacent Pokemon. This attack has a 1/X chance of being successful, where X starts at 1 and doubles each time this move is successfully used. X resets to 1 if this attack fails or if the user's last used move is not Detect, Endure, Protect, Quick Guard, or Wide Guard. If X is 256 or more, this move has a 1/(2^32) chance of being successful. Fails if the user moves last this turn or if this move is already in effect for the user's side."},willowisp:{inherit:!0,accuracy:75},wonderroom:{inherit:!0,priority:-7},attract:{inherit:!0,desc:"Causes the target to become infatuated, making it unable to attack 50% of the time. Fails if both the user and the target are the same gender, if either is genderless, or if the target is already infatuated. The effect ends when either the user or the target is no longer active. Pokemon with the Oblivious Ability are immune."},bind:{inherit:!0,desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/16 of its maximum HP (1/8 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."},bodyslam:{inherit:!0,desc:"Has a 30% chance to paralyze the target."},bounce:{inherit:!0,desc:"Has a 30% chance to paralyze the target. This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Gust, Hurricane, Sky Uppercut, Smack Down, Thunder, and Twister, and Gust and Twister have doubled power when used against it. If the user is holding a Power Herb, the move completes in one turn."},clamp:{inherit:!0,desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/16 of its maximum HP (1/8 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."},detect:{inherit:!0,desc:"The user is protected from most attacks made by other Pokemon during this turn. This move has a 1/X chance of being successful, where X starts at 1 and doubles each time this move is successfully used. X resets to 1 if this move fails or if the user's last move used is not Detect, Endure, Protect, Quick Guard, or Wide Guard. Fails if the user moves last this turn."},dragonrush:{inherit:!0,desc:"Has a 20% chance to make the target flinch."},endure:{inherit:!0,desc:"The user will survive attacks made by other Pokemon during this turn with at least 1 HP. This move has a 1/X chance of being successful, where X starts at 1 and doubles each time this move is successfully used. X resets to 1 if this move fails or if the user's last move used is not Detect, Endure, Protect, Quick Guard, or Wide Guard. Fails if the user moves last this turn."},entrainment:{inherit:!0,desc:"Causes the target's Ability to become the same as the user's. Fails if the target's Ability is Multitype, Truant, or the same Ability as the user, or if the user's Ability is Flower Gift, Forecast, Illusion, Imposter, Multitype, Trace, or Zen Mode."},facade:{inherit:!0,desc:"Power doubles if the user is burned, paralyzed, or poisoned."},firespin:{inherit:!0,desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/16 of its maximum HP (1/8 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."},fly:{inherit:!0,desc:"This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Gust, Hurricane, Sky Uppercut, Smack Down, Thunder, and Twister, and Gust and Twister have doubled power when used against it. If the user is holding a Power Herb, the move completes in one turn."},gravity:{inherit:!0,desc:"For 5 turns, the evasiveness of all active Pokemon is multiplied by 0.6. At the time of use, Bounce, Fly, Magnet Rise, Sky Drop, and Telekinesis end immediately for all active Pokemon. During the effect, Bounce, Fly, High Jump Kick, Jump Kick, Magnet Rise, Sky Drop, Splash, and Telekinesis are prevented from being used by all active Pokemon. Ground-type attacks, Spikes, Toxic Spikes, and the Arena Trap Ability can affect Flying types or Pokemon with the Levitate Ability. Fails if this move is already in effect."},heatcrash:{inherit:!0,desc:"The power of this move depends on (user's weight / target's weight), rounded down. Power is equal to 120 if the result is 5 or more, 100 if 4, 80 if 3, 60 if 2, and 40 if 1 or less."},ingrain:{inherit:!0,desc:"The user has 1/16 of its maximum HP restored at the end of each turn, but it is prevented from switching out and other Pokemon cannot force the user to switch out. The user can still switch out if it uses Baton Pass, U-turn, or Volt Switch. If the user leaves the field using Baton Pass, the replacement will remain trapped and still receive the healing effect. During the effect, the user can be hit normally by Ground-type attacks and be affected by Spikes and Toxic Spikes, even if the user is a Flying type or has the Levitate Ability."},magiccoat:{inherit:!0,desc:"Until the end of the turn, the user is unaffected by certain non-damaging moves directed at it and will instead use such moves against the original user. Moves reflected in this way are unable to be reflected again by this or the Magic Bounce Ability's effect. Spikes, Stealth Rock, and Toxic Spikes can only be reflected once per side, by the leftmost Pokemon under this or the Magic Bounce Ability's effect. The Lightning Rod and Storm Drain Abilities redirect their respective moves before this move takes effect."},magnetrise:{inherit:!0,desc:"For 5 turns, the user is immune to Ground-type attacks and the effects of Spikes, Toxic Spikes, and the Arena Trap Ability as long as it remains active. If the user uses Baton Pass, the replacement will gain the effect. Ingrain, Smack Down, and Iron Ball override this move if the user is under any of their effects. Fails if the user is already under this effect or the effects of Ingrain or Smack Down."},metronome:{inherit:!0,desc:"A random move is selected for use, other than After You, Assist, Bestow, Chatter, Copycat, Counter, Covet, Destiny Bond, Detect, Endure, Feint, Focus Punch, Follow Me, Freeze Shock, Helping Hand, Ice Burn, Me First, Metronome, Mimic, Mirror Coat, Mirror Move, Nature Power, Protect, Quash, Quick Guard, Rage Powder, Relic Song, Secret Sword, Sketch, Sleep Talk, Snarl, Snatch, Snore, Struggle, Switcheroo, Techno Blast, Thief, Transform, Trick, V-create, or Wide Guard."},morningsun:{inherit:!0,desc:"The user restores 1/2 of its maximum HP if no weather conditions are in effect, 2/3 of its maximum HP if the weather is Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Rain Dance, or Sandstorm, all rounded half down."},protect:{inherit:!0,desc:"The user is protected from most attacks made by other Pokemon during this turn. This move has a 1/X chance of being successful, where X starts at 1 and doubles each time this move is successfully used. X resets to 1 if this move fails or if the user's last move used is not Detect, Endure, Protect, Quick Guard, or Wide Guard. Fails if the user moves last this turn."},pursuit:{inherit:!0,desc:"If an adjacent opposing Pokemon switches out this turn, this move hits that Pokemon before it leaves the field, even if it was not the original target. If the user moves after an opponent using U-turn or Volt Switch, but not Baton Pass, it will hit that opponent before it leaves the field. Power doubles and no accuracy check is done if the user hits an opponent switching out, and the user's turn is over; if an opponent faints from this, the replacement Pokemon does not become active until the end of the turn."},roleplay:{inherit:!0,desc:"The user's Ability changes to match the target's Ability. Fails if the user's Ability is Multitype or already matches the target, or if the target's Ability is Flower Gift, Forecast, Illusion, Imposter, Multitype, Trace, Wonder Guard, or Zen Mode."},sandtomb:{inherit:!0,desc:"Prevents the target from switching for four or five turns; seven turns if the user is holding Grip Claw. Causes damage to the target equal to 1/16 of its maximum HP (1/8 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin. This effect is not stackable or reset by using this or another partial-trapping move."},shadowforce:{inherit:!0,desc:"If this move is successful, it breaks through the target's Detect or Protect for this turn, allowing other Pokemon to attack the target normally. If the target is an opponent and its side is protected by Quick Guard or Wide Guard, that protection is also broken for this turn and other Pokemon may attack the opponent's side normally. This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks. If the user is holding a Power Herb, the move completes in one turn."},simplebeam:{inherit:!0,desc:"Causes the target's Ability to become Simple. Fails if the target's Ability is Multitype, Simple, or Truant."},sleeptalk:{inherit:!0,desc:"One of the user's known moves, besides this move, is selected for use at random. Fails if the user is not asleep. The selected move does not have PP deducted from it, and can currently have 0 PP. This move cannot select Assist, Bide, Chatter, Copycat, Focus Punch, Me First, Metronome, Mimic, Mirror Move, Nature Power, Sketch, Sleep Talk, Struggle, Uproar, or any two-turn move."},solarbeam:{inherit:!0,desc:"This attack charges on the first turn and executes on the second. Power is halved if the weather is Hail, Rain Dance, or Sandstorm. If the user is holding a Power Herb or the weather is Sunny Day, the move completes in one turn."},spiderweb:{inherit:!0,desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field."},spikes:{inherit:!0,desc:"Sets up a hazard on the opposing side of the field, damaging each opposing Pokemon that switches in, unless it is a Flying-type Pokemon or has the Levitate Ability. Can be used up to three times before failing. Opponents lose 1/8 of their maximum HP with one layer, 1/6 of their maximum HP with two layers, and 1/4 of their maximum HP with three layers, all rounded down. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin successfully, or is hit by Defog."},stealthrock:{inherit:!0,desc:"Sets up a hazard on the opposing side of the field, damaging each opposing Pokemon that switches in. Fails if the effect is already active on the opposing side. Foes lose 1/32, 1/16, 1/8, 1/4, or 1/2 of their maximum HP, rounded down, based on their weakness to the Rock type; 0.25x, 0.5x, neutral, 2x, or 4x, respectively. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin successfully, or is hit by Defog."},steamroller:{inherit:!0,desc:"Has a 30% chance to make the target flinch. Damage doubles if the target has used Minimize while active."},stomp:{inherit:!0,desc:"Has a 30% chance to make the target flinch. Damage doubles if the target has used Minimize while active."},switcheroo:{inherit:!0,desc:"The user swaps its held item with the target's held item. Fails if either the user or the target is holding a Mail, if neither is holding an item, or if the user is trying to give or take a Griseous Orb, a Plate, or a Drive to or from a Giratina, an Arceus, or a Genesect, respectively. The target is immune to this move if it has the Sticky Hold Ability."},synthesis:{inherit:!0,desc:"The user restores 1/2 of its maximum HP if no weather conditions are in effect, 2/3 of its maximum HP if the weather is Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Rain Dance, or Sandstorm, all rounded half down."},taunt:{inherit:!0,desc:"Prevents the target from using non-damaging moves for its next three turns."},telekinesis:{inherit:!0,desc:"For 3 turns, the target cannot avoid any attacks made against it, other than OHKO moves, as long as it remains active. During the effect, the target is immune to Ground-type attacks and the effects of Spikes, Toxic Spikes, and the Arena Trap Ability as long as it remains active. If the target uses Baton Pass, the replacement will gain the effect. Ingrain, Smack Down, and Iron Ball override this move if the target is under any of their effects. Fails if the target is already under this effect or the effects of Ingrain or Smack Down. The target is immune to this move on use if its species is Diglett or Dugtrio."},toxicspikes:{inherit:!0,desc:"Sets up a hazard on the opposing side of the field, poisoning each opposing Pokemon that switches in, unless it is a Flying-type Pokemon or has the Levitate Ability. Can be used up to two times before failing. Opposing Pokemon become poisoned with one layer and badly poisoned with two layers. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin successfully, is hit by Defog, or a grounded Poison-type Pokemon switches in. Safeguard prevents the opposing party from being poisoned on switch-in, but a substitute does not."},trick:{inherit:!0,desc:"The user swaps its held item with the target's held item. Fails if either the user or the target is holding a Mail, if neither is holding an item, or if the user is trying to give or take a Griseous Orb, a Plate, or a Drive to or from a Giratina, an Arceus, or a Genesect, respectively. The target is immune to this move if it has the Sticky Hold Ability."},weatherball:{inherit:!0,desc:"Power doubles if a weather condition is active, and this move's type changes to match. Ice type during Hail, Water type during Rain Dance, Rock type during Sandstorm, and Fire type during Sunny Day."},whirlpool:{inherit:!0,desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/16 of its maximum HP (1/8 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."},worryseed:{inherit:!0,desc:"Causes the target's Ability to become Insomnia. Fails if the target's Ability is Insomnia, Multitype, or Truant."},wrap:{inherit:!0,desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/16 of its maximum HP (1/8 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."}},6:{allyswitch:{inherit:!0,priority:1,desc:"The user swaps positions with its ally on the opposite side of the field. Fails if there is no Pokemon at that position, if the user is the only Pokemon on its side, or if the user is in the middle.",shortDesc:"Switches position with the ally on the far side."},darkvoid:{inherit:!0,accuracy:80,desc:"Causes the target to fall asleep.",shortDesc:"Causes the foe(s) to fall asleep."},destinybond:{inherit:!0,desc:"Until the user's next turn, if an opposing Pokemon's attack knocks the user out, that Pokemon faints as well, unless the attack was Doom Desire or Future Sight."},diamondstorm:{inherit:!0,self:null,secondary:{chance:50,self:{boosts:{def:1}}},desc:"Has a 50% chance to raise the user's Defense by 1 stage for each hit.",shortDesc:"50% chance to raise user's Def by 1 for each hit."},encore:{inherit:!0,condition:{duration:3,onResidualOrder:16},desc:"For 3 turns, the target is forced to repeat its last move used. If the affected move runs out of PP, the effect ends. Fails if the target is already under this effect, if it has not made a move, if the move has 0 PP, or if the move is Encore, Mimic, Mirror Move, Sketch, Struggle, or Transform."},fellstinger:{inherit:!0,basePower:30,desc:"Raises the user's Attack by 2 stages if this move knocks out the target.",shortDesc:"Raises user's Attack by 2 if this KOes the target."},flyingpress:{inherit:!0,basePower:80},leechlife:{inherit:!0,basePower:20,pp:15},minimize:{inherit:!0,condition:{noCopy:!0},desc:"Raises the user's evasiveness by 2 stages. Whether or not the user's evasiveness was changed, Body Slam, Dragon Rush, Flying Press, Heat Crash, Phantom Force, Shadow Force, Steamroller, and Stomp will not check accuracy and have their damage doubled if used against the user while it is active."},mistyterrain:{inherit:!0,condition:{duration:5,onFieldResidualOrder:27,onFieldResidualSubOrder:7},desc:"For 5 turns, the terrain becomes Misty Terrain. During the effect, the power of Dragon-type attacks used against grounded Pokemon is multiplied by 0.5 and grounded Pokemon cannot be inflicted with a non-volatile status condition. Grounded Pokemon can become affected by Yawn but cannot fall asleep from its effect. Camouflage transforms the user into a Fairy type, Nature Power becomes Moonblast, and Secret Power has a 30% chance to lower Special Attack by 1 stage. Fails if the current terrain is Misty Terrain."},mysticalfire:{inherit:!0,basePower:65},paraboliccharge:{inherit:!0,basePower:50},partingshot:{inherit:!0,desc:"Lowers the target's Attack and Special Attack by 1 stage. If this move is successful, the user switches out even if it is trapped and is replaced immediately by a selected party member. The user does not switch out if there are no unfainted party members."},powder:{inherit:!0,condition:{duration:1,onTryMovePriority:1},desc:"If the target uses a Fire-type move this turn, it is prevented from executing and the target loses 1/4 of its maximum HP, rounded half up. This effect happens before the Fire-type move would be prevented by Primordial Sea."},rockblast:{inherit:!0,flags:{protect:1,mirror:1}},sheercold:{inherit:!0,ohko:!0,desc:"Deals damage to the target equal to the target's maximum HP. Ignores accuracy and evasiveness modifiers. This attack's accuracy is equal to (user's level - target's level + 30)%, and fails if the target is at a higher level. Pokemon with the Sturdy Ability are immune.",shortDesc:"OHKOs the target. Fails if user is a lower level."},stockpile:{inherit:!0,condition:{noCopy:!0}},suckerpunch:{inherit:!0,basePower:80},swagger:{inherit:!0,accuracy:90},tackle:{inherit:!0,basePower:50},thousandarrows:{inherit:!0,isNonstandard:"Unobtainable"},thousandwaves:{inherit:!0,isNonstandard:"Unobtainable"},thunderwave:{inherit:!0,accuracy:100},watershuriken:{inherit:!0,category:"Physical",desc:"Hits two to five times. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times."},wideguard:{inherit:!0,condition:{duration:1,onTryHitPriority:4},desc:"The user and its party members are protected from damaging attacks made by other Pokemon, including allies, during this turn that target all adjacent foes or all adjacent Pokemon. This move modifies the same 1/X chance of being successful used by other protection moves, where X starts at 1 and triples each time this move is successfully used, but does not use the chance to check for failure. X resets to 1 if this move fails, if the user's last move used is not Detect, Endure, King's Shield, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn or if this move is already in effect for the user's side.",shortDesc:"Protects allies from multi-target damage this turn."},assist:{inherit:!0,desc:"A random move among those known by the user's party members is selected for use. Does not select Assist, Belch, Bestow, Bounce, Celebrate, Chatter, Circle Throw, Copycat, Counter, Covet, Destiny Bond, Detect, Dig, Dive, Dragon Tail, Endure, Feint, Fly, Focus Punch, Follow Me, Helping Hand, Hold Hands, King's Shield, Mat Block, Me First, Metronome, Mimic, Mirror Coat, Mirror Move, Nature Power, Phantom Force, Protect, Rage Powder, Roar, Shadow Force, Sketch, Sky Drop, Sleep Talk, Snatch, Spiky Shield, Struggle, Switcheroo, Thief, Transform, Trick, or Whirlwind."},bestow:{inherit:!0,desc:"The target receives the user's held item. Fails if the user has no item or is holding a Mail, if the target is already holding an item, if the user is a Kyogre holding a Blue Orb, a Groudon holding a Red Orb, a Giratina holding a Griseous Orb, an Arceus holding a Plate, a Genesect holding a Drive, a Pokemon that can Mega Evolve holding the Mega Stone for its species, or if the target is one of those Pokemon and the user is holding the respective item."},brickbreak:{inherit:!0,desc:"If this attack does not miss, the effects of Reflect and Light Screen end for the target's side of the field before damage is calculated."},camouflage:{inherit:!0,desc:"The user's type changes based on the battle terrain. Normal type on the regular Wi-Fi terrain, Electric type during Electric Terrain, Fairy type during Misty Terrain, and Grass type during Grassy Terrain. Fails if the user's type cannot be changed or if the user is already purely that type."},copycat:{inherit:!0,desc:"The user uses the last move used by any Pokemon, including itself. Fails if no move has been used, or if the last move used was Assist, Baneful Bunker, Belch, Bestow, Celebrate, Chatter, Circle Throw, Copycat, Counter, Covet, Destiny Bond, Detect, Dragon Tail, Endure, Feint, Focus Punch, Follow Me, Helping Hand, Hold Hands, King's Shield, Mat Block, Me First, Metronome, Mimic, Mirror Coat, Mirror Move, Nature Power, Protect, Rage Powder, Roar, Sketch, Sleep Talk, Snatch, Spiky Shield, Struggle, Switcheroo, Thief, Transform, Trick, or Whirlwind."},counter:{inherit:!0,desc:"Deals damage to the last opposing Pokemon to hit the user with a physical attack this turn equal to twice the HP lost by the user from that attack. If the user did not lose HP from the attack, this move deals damage with a power of 1 instead. If that opposing Pokemon's position is no longer in use, the damage is done to a random opposing Pokemon in range. Only the last hit of a multi-hit attack is counted. Fails if the user was not hit by an opposing Pokemon's physical attack this turn."},covet:{inherit:!0,desc:"If this attack was successful and the user has not fainted, it steals the target's held item if the user is not holding one. The target's item is not stolen if it is a Mail, or if the target is a Kyogre holding a Blue Orb, a Groudon holding a Red Orb, a Giratina holding a Griseous Orb, an Arceus holding a Plate, a Genesect holding a Drive, or a Pokemon that can Mega Evolve holding the Mega Stone for its species. Items lost to this move cannot be regained with Recycle or the Harvest Ability."},defog:{inherit:!0,desc:"Lowers the target's evasiveness by 1 stage. If this move is successful and whether or not the target's evasiveness was affected, the effects of Reflect, Light Screen, Safeguard, Mist, Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the target's side, and the effects of Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the user's side. Ignores a target's substitute, although a substitute will still block the lowering of evasiveness."},detect:{inherit:!0,desc:"The user is protected from most attacks made by other Pokemon during this turn. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Detect, Endure, King's Shield, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn."},disable:{inherit:!0,desc:"For 4 turns, the target's last move used becomes disabled. Fails if one of the target's moves is already disabled, if the target has not made a move, or if the target no longer knows the move."},endure:{inherit:!0,desc:"The user will survive attacks made by other Pokemon during this turn with at least 1 HP. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Detect, Endure, King's Shield, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn."},entrainment:{inherit:!0,desc:"Causes the target's Ability to become the same as the user's. Fails if the target's Ability is Multitype, Stance Change, Truant, or the same Ability as the user, or if the user's Ability is Flower Gift, Forecast, Illusion, Imposter, Multitype, Stance Change, Trace, or Zen Mode."},feint:{inherit:!0,desc:"If this move is successful, it breaks through the target's Detect, King's Shield, Protect, or Spiky Shield for this turn, allowing other Pokemon to attack the target normally. If the target's side is protected by Crafty Shield, Mat Block, Quick Guard, or Wide Guard, that protection is also broken for this turn and other Pokemon may attack the target's side normally."},flameburst:{inherit:!0,desc:"If this move is successful, each ally adjacent to the target loses 1/16 of its maximum HP, rounded down, unless it has the Magic Guard Ability."},followme:{inherit:!0,desc:"Until the end of the turn, all single-target attacks from the opposing side are redirected to the user if they are in range. Such attacks are redirected to the user before they can be reflected by Magic Coat or the Magic Bounce Ability, or drawn in by the Lightning Rod or Storm Drain Abilities. Fails if it is not a Double or Triple Battle. This effect is ignored while the user is under the effect of Sky Drop."},gastroacid:{inherit:!0,desc:"Causes the target's Ability to be rendered ineffective as long as it remains active. If the target uses Baton Pass, the replacement will remain under this effect. If the target's Ability is Multitype or Stance Change, this move fails, and receiving the effect through Baton Pass ends the effect immediately."},gravity:{inherit:!0,desc:"For 5 turns, the evasiveness of all active Pokemon is multiplied by 0.6. At the time of use, Bounce, Fly, Magnet Rise, Sky Drop, and Telekinesis end immediately for all active Pokemon. During the effect, Bounce, Fly, Flying Press, High Jump Kick, Jump Kick, Magnet Rise, Sky Drop, Splash, and Telekinesis are prevented from being used by all active Pokemon. Ground-type attacks, Spikes, Toxic Spikes, Sticky Web, and the Arena Trap Ability can affect Flying types or Pokemon with the Levitate Ability. Fails if this move is already in effect."},healblock:{inherit:!0,desc:"For 5 turns, the target is prevented from restoring any HP as long as it remains active. During the effect, healing and draining moves are unusable, and Abilities and items that grant healing will not heal the user. If an affected Pokemon uses Baton Pass, the replacement will remain unable to restore its HP. Pain Split and the Regenerator Ability are unaffected."},heavyslam:{inherit:!0,desc:"The power of this move depends on (user's weight / target's weight), rounded down. Power is equal to 120 if the result is 5 or more, 100 if 4, 80 if 3, 60 if 2, and 40 if 1 or less."},hyperspacefury:{inherit:!0,desc:"Lowers the user's Defense by 1 stage. This move cannot be used successfully unless the user's current form, while considering Transform, is Hoopa Unbound. If this move is successful, it breaks through the target's Detect, King's Shield, Protect, or Spiky Shield for this turn, allowing other Pokemon to attack the target normally. If the target's side is protected by Crafty Shield, Mat Block, Quick Guard, or Wide Guard, that protection is also broken for this turn and other Pokemon may attack the target's side normally."},hyperspacehole:{inherit:!0,desc:"If this move is successful, it breaks through the target's Detect, King's Shield, Protect, or Spiky Shield for this turn, allowing other Pokemon to attack the target normally. If the target's side is protected by Crafty Shield, Mat Block, Quick Guard, or Wide Guard, that protection is also broken for this turn and other Pokemon may attack the target's side normally."},iceball:{inherit:!0,desc:"If this move is successful, the user is locked into this move and cannot make another move until it misses, 5 turns have passed, or the attack cannot be used. Power doubles with each successful hit of this move and doubles again if Defense Curl was used previously by the user. If this move is called by Sleep Talk, the move is used for one turn."},imprison:{inherit:!0,desc:"The user prevents all opposing Pokemon from using any moves that the user also knows as long as the user remains active."},kingsshield:{inherit:!0,desc:"The user is protected from most attacks made by other Pokemon during this turn, and Pokemon trying to make contact with the user have their Attack lowered by 2 stages. Non-damaging moves go through this protection. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Detect, Endure, King's Shield, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn."},knockoff:{inherit:!0,desc:"If the target is holding an item that can be removed from it, ignoring the Sticky Hold Ability, this move's power is multiplied by 1.5. If the user has not fainted, the target loses its held item. This move cannot cause Pokemon with the Sticky Hold Ability to lose their held item, cause Pokemon that can Mega Evolve to lose the Mega Stone for their species, or cause a Kyogre, a Groudon, a Giratina, an Arceus, or a Genesect to lose their Blue Orb, Red Orb, Griseous Orb, Plate, or Drive, respectively. Items lost to this move cannot be regained with Recycle or the Harvest Ability."},lightscreen:{inherit:!0,desc:"For 5 turns, the user and its party members take 0.5x damage from special attacks, or 0.66x damage if in a Double or Triple Battle. Critical hits ignore this effect. It is removed from the user's side if the user or an ally is successfully hit by Brick Break or Defog. Lasts for 8 turns if the user is holding Light Clay. Fails if the effect is already active on the user's side."},mefirst:{inherit:!0,desc:"The user uses the move the target chose for use this turn against it, if possible, with its power multiplied by 1.5. The move must be a damaging move other than Chatter, Counter, Covet, Focus Punch, Me First, Metal Burst, Mirror Coat, Struggle, or Thief. Fails if the target moves before the user. Ignores the target's substitute for the purpose of copying the move."},metalburst:{inherit:!0,desc:"Deals damage to the last opposing Pokemon to hit the user with a physical or special attack this turn equal to 1.5 times the HP lost by the user from that attack, rounded down. If the user did not lose HP from that attack, this move deals damage with a power of 1 instead. If that opposing Pokemon's position is no longer in use, the damage is done to a random opposing Pokemon in range. Only the last hit of a multi-hit attack is counted. Fails if the user was not hit by an opposing Pokemon's physical or special attack this turn."},metronome:{inherit:!0,desc:"A random move is selected for use, other than After You, Assist, Belch, Bestow, Celebrate, Chatter, Copycat, Counter, Covet, Crafty Shield, Destiny Bond, Detect, Diamond Storm, Dragon Ascent, Endure, Feint, Focus Punch, Follow Me, Freeze Shock, Helping Hand, Hold Hands, Hyperspace Fury, Hyperspace Hole, Ice Burn, King's Shield, Light of Ruin, Mat Block, Me First, Metronome, Mimic, Mirror Coat, Mirror Move, Nature Power, Origin Pulse, Precipice Blades, Protect, Quash, Quick Guard, Rage Powder, Relic Song, Secret Sword, Sketch, Sleep Talk, Snarl, Snatch, Snore, Spiky Shield, Steam Eruption, Struggle, Switcheroo, Techno Blast, Thief, Thousand Arrows, Thousand Waves, Transform, Trick, V-create, or Wide Guard."},mimic:{inherit:!0,desc:"While the user remains active, this move is replaced by the last move used by the target. The copied move has the maximum PP for that move. Fails if the target has not made a move, if the user has Transformed, if the user already knows the move, or if the move is Chatter, Mimic, Sketch, Struggle, or Transform."},mirrorcoat:{inherit:!0,desc:"Deals damage to the last opposing Pokemon to hit the user with a special attack this turn equal to twice the HP lost by the user from that attack. If the user did not lose HP from the attack, this move deals damage with a power of 1 instead. If that opposing Pokemon's position is no longer in use, the damage is done to a random opposing Pokemon in range. Only the last hit of a multi-hit attack is counted. Fails if the user was not hit by an opposing Pokemon's special attack this turn."},naturepower:{inherit:!0,desc:"This move calls another move for use based on the battle terrain. Tri Attack on the regular Wi-Fi terrain, Thunderbolt during Electric Terrain, Moonblast during Misty Terrain, and Energy Ball during Grassy Terrain."},outrage:{inherit:!0,desc:"The user spends two or three turns locked into this move and becomes confused immediately after its move on the last turn of the effect if it is not already. This move targets an adjacent opposing Pokemon at random on each turn. If the user is prevented from moving, is asleep at the beginning of a turn, or the attack is not successful against the target on the first turn of the effect or the second turn of a three-turn effect, the effect ends without causing confusion. If this move is called by Sleep Talk, the move is used for one turn and does not confuse the user."},payback:{inherit:!0,desc:"Power doubles if the user moves after the target this turn. Switching in does not count as an action."},petaldance:{inherit:!0,desc:"The user spends two or three turns locked into this move and becomes confused immediately after its move on the last turn of the effect if it is not already. This move targets an adjacent opposing Pokemon at random on each turn. If the user is prevented from moving, is asleep at the beginning of a turn, or the attack is not successful against the target on the first turn of the effect or the second turn of a three-turn effect, the effect ends without causing confusion. If this move is called by Sleep Talk, the move is used for one turn and does not confuse the user."},phantomforce:{inherit:!0,desc:"If this move is successful, it breaks through the target's Detect, King's Shield, Protect, or Spiky Shield for this turn, allowing other Pokemon to attack the target normally. If the target's side is protected by Crafty Shield, Mat Block, Quick Guard, or Wide Guard, that protection is also broken for this turn and other Pokemon may attack the target's side normally. This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks. If the user is holding a Power Herb, the move completes in one turn. Damage doubles and no accuracy check is done if the target has used Minimize while active."},protect:{inherit:!0,desc:"The user is protected from most attacks made by other Pokemon during this turn. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Detect, Endure, King's Shield, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn."},quickguard:{inherit:!0,desc:"The user and its party members are protected from attacks with original or altered priority greater than 0 made by other Pokemon, including allies, during this turn. This move modifies the same 1/X chance of being successful used by other protection moves, where X starts at 1 and triples each time this move is successfully used, but does not use the chance to check for failure. X resets to 1 if this move fails, if the user's last move used is not Detect, Endure, King's Shield, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn or if this move is already in effect for the user's side."},ragepowder:{inherit:!0,desc:"Until the end of the turn, all single-target attacks from the opposing side are redirected to the user if they are in range. Such attacks are redirected to the user before they can be reflected by Magic Coat or the Magic Bounce Ability, or drawn in by the Lightning Rod or Storm Drain Abilities. Fails if it is not a Double or Triple Battle. This effect is ignored while the user is under the effect of Sky Drop."},reflect:{inherit:!0,desc:"For 5 turns, the user and its party members take 0.5x damage from physical attacks, or 0.66x damage if in a Double or Triple Battle. Critical hits ignore this effect. It is removed from the user's side if the user or an ally is successfully hit by Brick Break or Defog. Lasts for 8 turns if the user is holding Light Clay. Fails if the effect is already active on the user's side."},reflecttype:{inherit:!0,desc:"Causes the user's types to become the same as the current types of the target. Fails if the user is an Arceus."},roleplay:{inherit:!0,desc:"The user's Ability changes to match the target's Ability. Fails if the user's Ability is Multitype, Stance Change, or already matches the target, or if the target's Ability is Flower Gift, Forecast, Illusion, Imposter, Multitype, Stance Change, Trace, Wonder Guard, or Zen Mode."},rollout:{inherit:!0,desc:"If this move is successful, the user is locked into this move and cannot make another move until it misses, 5 turns have passed, or the attack cannot be used. Power doubles with each successful hit of this move and doubles again if Defense Curl was used previously by the user. If this move is called by Sleep Talk, the move is used for one turn."},secretpower:{inherit:!0,desc:"Has a 30% chance to cause a secondary effect on the target based on the battle terrain. Causes paralysis on the regular Wi-Fi terrain, causes paralysis during Electric Terrain, lowers Special Attack by 1 stage during Misty Terrain, and causes sleep during Grassy Terrain."},shadowforce:{inherit:!0,desc:"If this move is successful, it breaks through the target's Detect, King's Shield, Protect, or Spiky Shield for this turn, allowing other Pokemon to attack the target normally. If the target's side is protected by Crafty Shield, Mat Block, Quick Guard, or Wide Guard, that protection is also broken for this turn and other Pokemon may attack the target's side normally. This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks. If the user is holding a Power Herb, the move completes in one turn. Damage doubles and no accuracy check is done if the target has used Minimize while active."},simplebeam:{inherit:!0,desc:"Causes the target's Ability to become Simple. Fails if the target's Ability is Multitype, Simple, Stance Change, or Truant."},skillswap:{inherit:!0,desc:"The user swaps its Ability with the target's Ability. Fails if either the user or the target's Ability is Illusion, Multitype, Stance Change, or Wonder Guard."},sleeptalk:{inherit:!0,desc:"One of the user's known moves, besides this move, is selected for use at random. Fails if the user is not asleep. The selected move does not have PP deducted from it, and can currently have 0 PP. This move cannot select Assist, Belch, Bide, Celebrate, Chatter, Copycat, Focus Punch, Hold Hands, Me First, Metronome, Mimic, Mirror Move, Nature Power, Sketch, Sleep Talk, Struggle, Uproar, or any two-turn move."},soak:{inherit:!0,desc:"Causes the target to become a Water type. Fails if the target is an Arceus, or if the target is already purely Water type."},spikyshield:{inherit:!0,desc:"The user is protected from most attacks made by other Pokemon during this turn, and Pokemon making contact with the user lose 1/8 of their maximum HP, rounded down. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Detect, Endure, King's Shield, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn."},struggle:{inherit:!0,desc:"Deals typeless damage to a random adjacent opposing Pokemon. If this move was successful, the user loses 1/4 of its maximum HP, rounded half up, and the Rock Head Ability does not prevent this. This move is automatically used if none of the user's known moves can be selected."},switcheroo:{inherit:!0,desc:"The user swaps its held item with the target's held item. Fails if either the user or the target is holding a Mail, if neither is holding an item, if the user is trying to give or take a Mega Stone to or from the species that can Mega Evolve with it, or if the user is trying to give or take a Blue Orb, a Red Orb, a Griseous Orb, a Plate, or a Drive to or from a Kyogre, a Groudon, a Giratina, an Arceus, or a Genesect, respectively. The target is immune to this move if it has the Sticky Hold Ability."},taunt:{inherit:!0,desc:"Prevents the target from using non-damaging moves for its next three turns. Pokemon with the Oblivious Ability or protected by the Aroma Veil Ability are immune."},telekinesis:{inherit:!0,desc:"For 3 turns, the target cannot avoid any attacks made against it, other than OHKO moves, as long as it remains active. During the effect, the target is immune to Ground-type attacks and the effects of Spikes, Toxic Spikes, Sticky Web, and the Arena Trap Ability as long as it remains active. If the target uses Baton Pass, the replacement will gain the effect. Ingrain, Smack Down, Thousand Arrows, and Iron Ball override this move if the target is under any of their effects. Fails if the target is already under this effect or the effects of Ingrain, Smack Down, or Thousand Arrows. The target is immune to this move on use if its species is Diglett, Dugtrio, or Gengar while Mega-Evolved. Mega Gengar cannot be under this effect by any means."},thief:{inherit:!0,desc:"If this attack was successful and the user has not fainted, it steals the target's held item if the user is not holding one. The target's item is not stolen if it is a Mail, or if the target is a Kyogre holding a Blue Orb, a Groudon holding a Red Orb, a Giratina holding a Griseous Orb, an Arceus holding a Plate, a Genesect holding a Drive, or a Pokemon that can Mega Evolve holding the Mega Stone for its species. Items lost to this move cannot be regained with Recycle or the Harvest Ability."},thrash:{inherit:!0,desc:"The user spends two or three turns locked into this move and becomes confused immediately after its move on the last turn of the effect if it is not already. This move targets an adjacent opposing Pokemon at random on each turn. If the user is prevented from moving, is asleep at the beginning of a turn, or the attack is not successful against the target on the first turn of the effect or the second turn of a three-turn effect, the effect ends without causing confusion. If this move is called by Sleep Talk, the move is used for one turn and does not confuse the user."},trick:{inherit:!0,desc:"The user swaps its held item with the target's held item. Fails if either the user or the target is holding a Mail, if neither is holding an item, if the user is trying to give or take a Mega Stone to or from the species that can Mega Evolve with it, or if the user is trying to give or take a Blue Orb, a Red Orb, a Griseous Orb, a Plate, or a Drive to or from a Kyogre, a Groudon, a Giratina, an Arceus, or a Genesect, respectively. The target is immune to this move if it has the Sticky Hold Ability."},uturn:{inherit:!0,desc:"If this move is successful and the user has not fainted, the user switches out even if it is trapped and is replaced immediately by a selected party member. The user does not switch out if there are no unfainted party members, or if the target switched out using an Eject Button."},uproar:{inherit:!0,desc:"The user spends three turns locked into this move. This move targets an adjacent opponent at random on each turn. On the first of the three turns, all sleeping active Pokemon wake up. During the three turns, no active Pokemon can fall asleep by any means, and Pokemon switched in during the effect do not wake up. If the user is prevented from moving or the attack is not successful against the target during one of the turns, the effect ends."},voltswitch:{inherit:!0,desc:"If this move is successful and the user has not fainted, the user switches out even if it is trapped and is replaced immediately by a selected party member. The user does not switch out if there are no unfainted party members, or if the target switched out using an Eject Button."},worryseed:{inherit:!0,desc:"Causes the target's Ability to become Insomnia. Fails if the target's Ability is Insomnia, Multitype, Stance Change, or Truant."}},7:{"10000000voltthunderbolt":{inherit:!0,isNonstandard:null},aciddownpour:{inherit:!0,isNonstandard:null},alloutpummeling:{inherit:!0,isNonstandard:null},assist:{inherit:!0,isNonstandard:null},baddybad:{inherit:!0,accuracy:100,basePower:90},barrage:{inherit:!0,isNonstandard:null},barrier:{inherit:!0,isNonstandard:null},beakblast:{inherit:!0,isNonstandard:null},bestow:{inherit:!0,isNonstandard:null},bide:{inherit:!0,isNonstandard:null},blackholeeclipse:{inherit:!0,isNonstandard:null},bloomdoom:{inherit:!0,isNonstandard:null},boneclub:{inherit:!0,isNonstandard:null},bouncybubble:{inherit:!0,basePower:90,pp:15},breakneckblitz:{inherit:!0,isNonstandard:null},bubble:{inherit:!0,isNonstandard:null},buzzybuzz:{inherit:!0,basePower:90,pp:15},camouflage:{inherit:!0,isNonstandard:null},captivate:{inherit:!0,isNonstandard:null},catastropika:{inherit:!0,isNonstandard:null},chatter:{inherit:!0,isNonstandard:null},chipaway:{inherit:!0,isNonstandard:null},clamp:{inherit:!0,isNonstandard:null,desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."},clangoroussoulblaze:{inherit:!0,isNonstandard:null},cometpunch:{inherit:!0,isNonstandard:null},constrict:{inherit:!0,isNonstandard:null},continentalcrush:{inherit:!0,isNonstandard:null},corkscrewcrash:{inherit:!0,isNonstandard:null},curse:{inherit:!0,target:"normal"},darkvoid:{inherit:!0,isNonstandard:null},defog:{inherit:!0,desc:"Lowers the target's evasiveness by 1 stage. If this move is successful and whether or not the target's evasiveness was affected, the effects of Reflect, Light Screen, Aurora Veil, Safeguard, Mist, Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the target's side, and the effects of Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the user's side. Ignores a target's substitute, although a substitute will still block the lowering of evasiveness.",shortDesc:"-1 evasion; clears user and target side's hazards."},devastatingdrake:{inherit:!0,isNonstandard:null},dive:{inherit:!0,flags:{contact:1,charge:1,protect:1,mirror:1,nonsky:1}},dizzypunch:{inherit:!0,isNonstandard:null},doubleironbash:{inherit:!0,isNonstandard:"LGPE"},doubleslap:{inherit:!0,isNonstandard:null},dragonrage:{inherit:!0,isNonstandard:null},eggbomb:{inherit:!0,isNonstandard:null},electricterrain:{inherit:!0,condition:{duration:5,onFieldResidualOrder:27,onFieldResidualSubOrder:7},desc:"For 5 turns, the terrain becomes Electric Terrain. During the effect, the power of Electric-type attacks made by grounded Pokemon is multiplied by 1.5 and grounded Pokemon cannot fall asleep; Pokemon already asleep do not wake up. Grounded Pokemon cannot become affected by Yawn or fall asleep from its effect. Camouflage transforms the user into an Electric type, Nature Power becomes Thunderbolt, and Secret Power has a 30% chance to cause paralysis. Fails if the current terrain is Electric Terrain."},embargo:{inherit:!0,isNonstandard:null},extremeevoboost:{inherit:!0,isNonstandard:null},feintattack:{inherit:!0,isNonstandard:null},flameburst:{inherit:!0,isNonstandard:null},flash:{inherit:!0,isNonstandard:null},floralhealing:{inherit:!0},fly:{inherit:!0},foresight:{inherit:!0,isNonstandard:null},freezyfrost:{inherit:!0,accuracy:100,basePower:90,pp:15},frustration:{inherit:!0,isNonstandard:null},genesissupernova:{inherit:!0,isNonstandard:null},gigavolthavoc:{inherit:!0,isNonstandard:null},glitzyglow:{inherit:!0,accuracy:100,basePower:90},grassknot:{inherit:!0},grasswhistle:{inherit:!0,isNonstandard:null},grassyterrain:{inherit:!0,condition:{duration:5,onResidualOrder:5,onResidualSubOrder:2,onFieldResidualOrder:27,onFieldResidualSubOrder:7},desc:"For 5 turns, the terrain becomes Grassy Terrain. During the effect, the power of Grass-type attacks used by grounded Pokemon is multiplied by 1.5, the power of Bulldoze, Earthquake, and Magnitude used against grounded Pokemon is multiplied by 0.5, and grounded Pokemon have 1/16 of their maximum HP, rounded down, restored at the end of each turn, including the last turn. Camouflage transforms the user into a Grass type, Nature Power becomes Energy Ball, and Secret Power has a 30% chance to cause sleep. Fails if the current terrain is Grassy Terrain."},guardianofalola:{inherit:!0,isNonstandard:null},healbell:{inherit:!0,desc:"Every Pokemon in the user's party is cured of its non-volatile status condition. Active Pokemon with the Soundproof Ability are not cured."},healblock:{inherit:!0,isNonstandard:null,desc:"For 5 turns, the target is prevented from restoring any HP as long as it remains active. During the effect, healing and draining moves are unusable, and Abilities and items that grant healing will not heal the user. If an affected Pokemon uses Baton Pass, the replacement will remain unable to restore its HP. Pain Split and the Regenerator Ability are unaffected. Relevant Z-Powered moves can still be selected and executed during this effect."},healingwish:{inherit:!0,condition:{duration:2,onSwitchInPriority:1},desc:"The user faints and the Pokemon brought out to replace it has its HP fully restored along with having any non-volatile status condition cured. The new Pokemon is sent out at the end of the turn, and the healing happens before hazards take effect. Fails if the user is the last unfainted Pokemon in its party.",shortDesc:"User faints. Replacement is fully healed."},healorder:{inherit:!0,isNonstandard:null},healpulse:{inherit:!0},heartstamp:{inherit:!0,isNonstandard:null},heartswap:{inherit:!0,isNonstandard:null},heatcrash:{inherit:!0},heavyslam:{inherit:!0},hiddenpower:{inherit:!0,isNonstandard:null},hiddenpowerbug:{inherit:!0,isNonstandard:null},hiddenpowerdark:{inherit:!0,isNonstandard:null},hiddenpowerdragon:{inherit:!0,isNonstandard:null},hiddenpowerelectric:{inherit:!0,isNonstandard:null},hiddenpowerfighting:{inherit:!0,isNonstandard:null},hiddenpowerfire:{inherit:!0,isNonstandard:null},hiddenpowerflying:{inherit:!0,isNonstandard:null},hiddenpowerghost:{inherit:!0,isNonstandard:null},hiddenpowergrass:{inherit:!0,isNonstandard:null},hiddenpowerground:{inherit:!0,isNonstandard:null},hiddenpowerice:{inherit:!0,isNonstandard:null},hiddenpowerpoison:{inherit:!0,isNonstandard:null},hiddenpowerpsychic:{inherit:!0,isNonstandard:null},hiddenpowerrock:{inherit:!0,isNonstandard:null},hiddenpowersteel:{inherit:!0,isNonstandard:null},hiddenpowerwater:{inherit:!0,isNonstandard:null},howl:{inherit:!0,flags:{snatch:1},boosts:{atk:1},target:"self",desc:"Raises the user's Attack by 1 stage.",shortDesc:"Raises the user's Attack by 1."},hydrovortex:{inherit:!0,isNonstandard:null},hyperfang:{inherit:!0,isNonstandard:null},hyperspacefury:{inherit:!0,isNonstandard:null},hyperspacehole:{inherit:!0,isNonstandard:null},iceball:{inherit:!0,isNonstandard:null,desc:"If this move is successful, the user is locked into this move and cannot make another move until it misses, 5 turns have passed, or the attack cannot be used. Power doubles with each successful hit of this move and doubles again if Defense Curl was used previously by the user. If this move is called by Sleep Talk, the move is used for one turn. If this move hits an active Disguise during the effect, the power multiplier is paused but the turn counter is not, potentially allowing the multiplier to be used on the user's next move after this effect ends."},icehammer:{inherit:!0,isNonstandard:null},infernooverdrive:{inherit:!0,isNonstandard:null},iondeluge:{inherit:!0,isNonstandard:null},judgment:{inherit:!0,isNonstandard:null},jumpkick:{inherit:!0,isNonstandard:null},karatechop:{inherit:!0,isNonstandard:null},kingsshield:{inherit:!0,condition:{duration:1,onTryHitPriority:3},desc:"The user is protected from most attacks made by other Pokemon during this turn, and Pokemon trying to make contact with the user have their Attack lowered by 2 stages. Non-damaging moves go through this protection. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn.",shortDesc:"Protects from damaging attacks. Contact: -2 Atk."},letssnuggleforever:{inherit:!0,isNonstandard:null},lightofruin:{inherit:!0,isNonstandard:"Unobtainable"},lightthatburnsthesky:{inherit:!0,isNonstandard:null},lowkick:{inherit:!0},luckychant:{inherit:!0,isNonstandard:null},lunardance:{inherit:!0,condition:{duration:2,onSwitchInPriority:1},desc:"The user faints and the Pokemon brought out to replace it has its HP and PP fully restored along with having any non-volatile status condition cured. The new Pokemon is sent out at the end of the turn, and the healing happens before hazards take effect. Fails if the user is the last unfainted Pokemon in its party.",shortDesc:"User faints. Replacement is fully healed, with PP."},magnetbomb:{inherit:!0,isNonstandard:null},magnitude:{inherit:!0,isNonstandard:null},maliciousmoonsault:{inherit:!0,isNonstandard:null},meditate:{inherit:!0,isNonstandard:null},mefirst:{inherit:!0,isNonstandard:null},menacingmoonrazemaelstrom:{inherit:!0,isNonstandard:null},metronome:{inherit:!0,noMetronome:["After You","Assist","Baneful Bunker","Beak Blast","Belch","Bestow","Celebrate","Chatter","Copycat","Counter","Covet","Crafty Shield","Destiny Bond","Detect","Diamond Storm","Dragon Ascent","Endure","Feint","Fleur Cannon","Focus Punch","Follow Me","Freeze Shock","Helping Hand","Hold Hands","Hyperspace Fury","Hyperspace Hole","Ice Burn","Instruct","King's Shield","Light of Ruin","Mat Block","Me First","Metronome","Mimic","Mind Blown","Mirror Coat","Mirror Move","Nature Power","Origin Pulse","Photon Geyser","Plasma Fists","Precipice Blades","Protect","Quash","Quick Guard","Rage Powder","Relic Song","Secret Sword","Shell Trap","Sketch","Sleep Talk","Snarl","Snatch","Snore","Spectral Thief","Spiky Shield","Spotlight","Steam Eruption","Struggle","Switcheroo","Techno Blast","Thief","Thousand Arrows","Thousand Waves","Transform","Trick","V-create","Wide Guard"],desc:"A random move is selected for use, other than After You, Assist, Baneful Bunker, Beak Blast, Belch, Bestow, Celebrate, Chatter, Copycat, Counter, Covet, Crafty Shield, Destiny Bond, Detect, Diamond Storm, Dragon Ascent, Endure, Feint, Fleur Cannon, Focus Punch, Follow Me, Freeze Shock, Helping Hand, Hold Hands, Hyperspace Fury, Hyperspace Hole, Ice Burn, Instruct, King's Shield, Light of Ruin, Mat Block, Me First, Metronome, Mimic, Mind Blown, Mirror Coat, Mirror Move, Nature Power, Origin Pulse, Photon Geyser, Plasma Fists, Precipice Blades, Protect, Quash, Quick Guard, Rage Powder, Relic Song, Secret Sword, Shell Trap, Sketch, Sleep Talk, Snarl, Snatch, Snore, Spectral Thief, Spiky Shield, Spotlight, Steam Eruption, Struggle, Switcheroo, Techno Blast, Thief, Thousand Arrows, Thousand Waves, Transform, Trick, V-create, or Wide Guard."},miracleeye:{inherit:!0,isNonstandard:null},mirrormove:{inherit:!0,isNonstandard:null},mirrorshot:{inherit:!0,isNonstandard:null},moonlight:{inherit:!0,desc:"The user restores 1/2 of its maximum HP if Delta Stream or no weather conditions are in effect, 2/3 of its maximum HP if the weather is Desolate Land or Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm, all rounded half down."},morningsun:{inherit:!0,desc:"The user restores 1/2 of its maximum HP if Delta Stream or no weather conditions are in effect, 2/3 of its maximum HP if the weather is Desolate Land or Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm, all rounded half down."},mudbomb:{inherit:!0,isNonstandard:null},mudsport:{inherit:!0,isNonstandard:null},multiattack:{inherit:!0,basePower:90},naturalgift:{inherit:!0,isNonstandard:null},needlearm:{inherit:!0,isNonstandard:null},neverendingnightmare:{inherit:!0,isNonstandard:null},nightmare:{inherit:!0,isNonstandard:null},oceanicoperetta:{inherit:!0,isNonstandard:null},odorsleuth:{inherit:!0,isNonstandard:null},ominouswind:{inherit:!0,isNonstandard:null},pollenpuff:{inherit:!0,flags:{bullet:1,protect:1,mirror:1}},powder:{inherit:!0,isNonstandard:null},precipiceblades:{inherit:!0,isNonstandard:null},psychicterrain:{inherit:!0,condition:{duration:5,onTryHitPriority:4,onFieldResidualOrder:27,onFieldResidualSubOrder:7},desc:"For 5 turns, the terrain becomes Psychic Terrain. During the effect, the power of Psychic-type attacks made by grounded Pokemon is multiplied by 1.5 and grounded Pokemon cannot be hit by moves with priority greater than 0, unless the target is an ally. Camouflage transforms the user into a Psychic type, Nature Power becomes Psychic, and Secret Power has a 30% chance to lower the target's Speed by 1 stage. Fails if the current terrain is Psychic Terrain."},psychoboost:{inherit:!0,isNonstandard:null},psywave:{inherit:!0,isNonstandard:null},pulverizingpancake:{inherit:!0,isNonstandard:null},punishment:{inherit:!0,isNonstandard:null},purify:{inherit:!0},pursuit:{inherit:!0,isNonstandard:null,desc:"If an adjacent opposing Pokemon switches out this turn, this move hits that Pokemon before it leaves the field, even if it was not the original target. If the user moves after an opponent using Parting Shot, U-turn, or Volt Switch, but not Baton Pass, it will hit that opponent before it leaves the field. Power doubles and no accuracy check is done if the user hits an opponent switching out, and the user's turn is over; if an opponent faints from this, the replacement Pokemon does not become active until the end of the turn."},quash:{inherit:!0},rage:{inherit:!0,isNonstandard:null},rapidspin:{inherit:!0,basePower:20,secondary:null,desc:"If this move is successful and the user has not fainted, the effects of Leech Seed and binding moves end for the user, and all hazards are removed from the user's side of the field.",shortDesc:"Frees user from hazards, binding, Leech Seed."},razorwind:{inherit:!0,isNonstandard:null},refresh:{inherit:!0,isNonstandard:null},relicsong:{inherit:!0,isNonstandard:null},return:{inherit:!0,isNonstandard:null},revelationdance:{inherit:!0,isNonstandard:null},rockclimb:{inherit:!0,isNonstandard:null},rollingkick:{inherit:!0,isNonstandard:null},rototiller:{inherit:!0,isNonstandard:null},sappyseed:{inherit:!0,accuracy:100,basePower:90,pp:15},savagespinout:{inherit:!0,isNonstandard:null},searingsunrazesmash:{inherit:!0,isNonstandard:null},secretpower:{inherit:!0,isNonstandard:null},seedflare:{inherit:!0,isNonstandard:null},sharpen:{inherit:!0,isNonstandard:null},shatteredpsyche:{inherit:!0,isNonstandard:null},shoreup:{inherit:!0},signalbeam:{inherit:!0,isNonstandard:null},silverwind:{inherit:!0,isNonstandard:null},sinisterarrowraid:{inherit:!0,isNonstandard:null},sizzlyslide:{inherit:!0,basePower:90,pp:15},sketch:{inherit:!0,isNonstandard:null},skydrop:{inherit:!0,isNonstandard:null},skyuppercut:{inherit:!0,isNonstandard:null},smellingsalts:{inherit:!0,isNonstandard:null},snatch:{inherit:!0,isNonstandard:null},sonicboom:{inherit:!0,isNonstandard:null},soulstealing7starstrike:{inherit:!0,isNonstandard:null},sparklyswirl:{inherit:!0,accuracy:100,basePower:90,pp:15},spiderweb:{inherit:!0,isNonstandard:null,desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field."},spikecannon:{inherit:!0,isNonstandard:null},splinteredstormshards:{inherit:!0,isNonstandard:null},spotlight:{inherit:!0,isNonstandard:null},steamroller:{inherit:!0,isNonstandard:null},stokedsparksurfer:{inherit:!0,isNonstandard:null},subzeroslammer:{inherit:!0,isNonstandard:null},supersonicskystrike:{inherit:!0,isNonstandard:null},swallow:{inherit:!0},switcheroo:{inherit:!0},synchronoise:{inherit:!0,isNonstandard:null},synthesis:{inherit:!0,desc:"The user restores 1/2 of its maximum HP if Delta Stream or no weather conditions are in effect, 2/3 of its maximum HP if the weather is Desolate Land or Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm, all rounded half down."},tailglow:{inherit:!0,isNonstandard:null},tectonicrage:{inherit:!0,isNonstandard:null},telekinesis:{inherit:!0,isNonstandard:null},teleport:{inherit:!0,priority:0,selfSwitch:!1,onTry:!1,desc:"Fails when used.",shortDesc:"Fails when used."},toxic:{inherit:!0,condition:{noCopy:!0,duration:1,onSourceInvulnerabilityPriority:1}},toxicthread:{inherit:!0,isNonstandard:null},trick:{inherit:!0},trumpcard:{inherit:!0,isNonstandard:null},twineedle:{inherit:!0,isNonstandard:null},twinkletackle:{inherit:!0,isNonstandard:null},wakeupslap:{inherit:!0,isNonstandard:null},watersport:{inherit:!0,isNonstandard:null},wringout:{inherit:!0,isNonstandard:null},zippyzap:{inherit:!0,basePower:50,pp:15,willCrit:!0,secondary:null,desc:"Will always result in a critical hit.",shortDesc:"Nearly always goes first. Always crits."},anchorshot:{inherit:!0,desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field."},banefulbunker:{inherit:!0,desc:"The user is protected from most attacks made by other Pokemon during this turn, and Pokemon making contact with the user become poisoned. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn."},bind:{inherit:!0,desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."},block:{inherit:!0,desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field."},copycat:{inherit:!0,desc:"The user uses the last move used by any Pokemon, including itself. Fails if no move has been used, or if the last move used was Assist, Baneful Bunker, Beak Blast, Belch, Bestow, Celebrate, Chatter, Circle Throw, Copycat, Counter, Covet, Crafty Shield, Destiny Bond, Detect, Dragon Tail, Endure, Feint, Focus Punch, Follow Me, Helping Hand, Hold Hands, King's Shield, Mat Block, Me First, Metronome, Mimic, Mirror Coat, Mirror Move, Nature Power, Protect, Rage Powder, Roar, Shell Trap, Sketch, Sleep Talk, Snatch, Spiky Shield, Spotlight, Struggle, Switcheroo, Thief, Transform, Trick, Whirlwind, or any Z-Move."},coreenforcer:{inherit:!0,desc:"If the user moves after the target, the target's Ability is rendered ineffective as long as it remains active. If the target uses Baton Pass, the replacement will remain under this effect. If the target's Ability is Battle Bond, Comatose, Disguise, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode, this effect does not happen, and receiving the effect through Baton Pass ends the effect immediately."},detect:{inherit:!0,desc:"The user is protected from most attacks made by other Pokemon during this turn. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn."},disable:{inherit:!0,desc:"For 4 turns, the target's last move used becomes disabled. Fails if one of the target's moves is already disabled, if the target has not made a move, if the target no longer knows the move, or if the move was a Z-Move. Z-Powered moves can still be selected and executed during this effect."},encore:{inherit:!0,desc:"For its next 3 turns, the target is forced to repeat its last move used. If the affected move runs out of PP, the effect ends. Fails if the target is already under this effect, if it has not made a move, if the move has 0 PP, or if the move is Assist, Copycat, Encore, Me First, Metronome, Mimic, Mirror Move, Nature Power, Sketch, Sleep Talk, Struggle, Transform, or any Z-Move. Z-Powered moves can still be selected and executed during this effect."},endure:{inherit:!0,desc:"The user will survive attacks made by other Pokemon during this turn with at least 1 HP. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn."},entrainment:{inherit:!0,desc:"Causes the target's Ability to become the same as the user's. Fails if the target's Ability is Battle Bond, Comatose, Disguise, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Truant, or Zen Mode, or the same Ability as the user, or if the user's Ability is Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Illusion, Imposter, Multitype, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, or Zen Mode."},fairylock:{inherit:!0,desc:"Prevents all active Pokemon from switching next turn. A Pokemon can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. Fails if the effect is already active."},gastroacid:{inherit:!0,desc:"Causes the target's Ability to be rendered ineffective as long as it remains active. If the target uses Baton Pass, the replacement will remain under this effect. If the target's Ability is Battle Bond, Comatose, Disguise, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode, this move fails, and receiving the effect through Baton Pass ends the effect immediately."},gravity:{inherit:!0,desc:"For 5 turns, the evasiveness of all active Pokemon is multiplied by 0.6. At the time of use, Bounce, Fly, Magnet Rise, Sky Drop, and Telekinesis end immediately for all active Pokemon. During the effect, Bounce, Fly, Flying Press, High Jump Kick, Jump Kick, Magnet Rise, Sky Drop, Splash, and Telekinesis are prevented from being used by all active Pokemon. Ground-type attacks, Spikes, Toxic Spikes, Sticky Web, and the Arena Trap Ability can affect Flying types or Pokemon with the Levitate Ability. Fails if this move is already in effect. Relevant Z-Powered moves can still be selected, but will be prevented at execution during this effect."},growth:{inherit:!0,desc:"Raises the user's Attack and Special Attack by 1 stage. If the weather is Sunny Day or Desolate Land, this move raises the user's Attack and Special Attack by 2 stages."},hurricane:{inherit:!0,desc:"Has a 30% chance to confuse the target. This move can hit a target using Bounce, Fly, or Sky Drop, or is under the effect of Sky Drop. If the weather is Primordial Sea or Rain Dance, this move does not check accuracy. If the weather is Desolate Land or Sunny Day, this move's accuracy is 50%."},imprison:{inherit:!0,desc:"The user prevents all opposing Pokemon from using any moves that the user also knows as long as the user remains active. Z-Powered moves can still be selected and executed during this effect."},infestation:{inherit:!0,desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."},ingrain:{inherit:!0,desc:"The user has 1/16 of its maximum HP restored at the end of each turn, but it is prevented from switching out and other Pokemon cannot force the user to switch out. The user can still switch out if it uses Baton Pass, Parting Shot, U-turn, or Volt Switch. If the user leaves the field using Baton Pass, the replacement will remain trapped and still receive the healing effect. During the effect, the user can be hit normally by Ground-type attacks and be affected by Spikes, Toxic Spikes, and Sticky Web, even if the user is a Flying type or has the Levitate Ability."},instruct:{inherit:!0,desc:"The target immediately uses its last used move. Fails if the target has not made a move, if the move has 0 PP, if the target is preparing to use Beak Blast, Focus Punch, or Shell Trap, or if the move is Assist, Beak Blast, Belch, Bide, Celebrate, Copycat, Focus Punch, Ice Ball, Instruct, King's Shield, Me First, Metronome, Mimic, Mirror Move, Nature Power, Outrage, Petal Dance, Rollout, Shell Trap, Sketch, Sleep Talk, Struggle, Thrash, Transform, Uproar, any two-turn move, any recharge move, or any Z-Move."},knockoff:{inherit:!0,desc:"If the target is holding an item that can be removed from it, ignoring the Sticky Hold Ability, this move's power is multiplied by 1.5. If the user has not fainted, the target loses its held item. This move cannot remove Z-Crystals, cause Pokemon with the Sticky Hold Ability to lose their held item, cause Pokemon that can Mega Evolve to lose the Mega Stone for their species, or cause a Kyogre, a Groudon, a Giratina, an Arceus, a Genesect, or a Silvally to lose their Blue Orb, Red Orb, Griseous Orb, Plate, Drive, or Memory respectively. Items lost to this move cannot be regained with Recycle or the Harvest Ability."},magmastorm:{inherit:!0,desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."},meanlook:{inherit:!0,desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field."},protect:{inherit:!0,desc:"The user is protected from most attacks made by other Pokemon during this turn. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn."},quickguard:{inherit:!0,desc:"The user and its party members are protected from attacks with original or altered priority greater than 0 made by other Pokemon, including allies, during this turn. This move modifies the same 1/X chance of being successful used by other protection moves, where X starts at 1 and triples each time this move is successfully used, but does not use the chance to check for failure. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn or if this move is already in effect for the user's side."},recycle:{inherit:!0,desc:"The user regains the item it last used. Fails if the user is holding an item, if the user has not held an item, if the item was a popped Air Balloon, if the item was picked up by a Pokemon with the Pickup Ability, or if the item was lost to Bug Bite, Covet, Incinerate, Knock Off, Pluck, or Thief. Items thrown with Fling can be regained."},roleplay:{inherit:!0,desc:"The user's Ability changes to match the target's Ability. Fails if the user's Ability is Battle Bond, Comatose, Disguise, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Zen Mode, or already matches the target, or if the target's Ability is Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Illusion, Imposter, Multitype, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Wonder Guard, or Zen Mode."},rollout:{inherit:!0,desc:"If this move is successful, the user is locked into this move and cannot make another move until it misses, 5 turns have passed, or the attack cannot be used. Power doubles with each successful hit of this move and doubles again if Defense Curl was used previously by the user. If this move is called by Sleep Talk, the move is used for one turn. If this move hits an active Disguise during the effect, the power multiplier is paused but the turn counter is not, potentially allowing the multiplier to be used on the user's next move after this effect ends."},sandtomb:{inherit:!0,desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."},simplebeam:{inherit:!0,desc:"Causes the target's Ability to become Simple. Fails if the target's Ability is Battle Bond, Comatose, Disguise, Multitype, Power Construct, RKS System, Schooling, Shields Down, Simple, Stance Change, Truant, or Zen Mode."},skillswap:{inherit:!0,desc:"The user swaps its Ability with the target's Ability. Fails if either the user or the target's Ability is Battle Bond, Comatose, Disguise, Illusion, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Wonder Guard, or Zen Mode."},sleeptalk:{inherit:!0,desc:"One of the user's known moves, besides this move, is selected for use at random. Fails if the user is not asleep. The selected move does not have PP deducted from it, and can currently have 0 PP. This move cannot select Assist, Beak Blast, Belch, Bide, Celebrate, Chatter, Copycat, Focus Punch, Hold Hands, Me First, Metronome, Mimic, Mirror Move, Nature Power, Shell Trap, Sketch, Sleep Talk, Struggle, Uproar, any two-turn move, or any Z-Move."},solarbeam:{inherit:!0,desc:"This attack charges on the first turn and executes on the second. Power is halved if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm and the user is not holding Utility Umbrella. If the user is holding a Power Herb or the weather is Desolate Land or Sunny Day, the move completes in one turn."},solarblade:{inherit:!0,desc:"This attack charges on the first turn and executes on the second. Power is halved if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm and the user is not holding Utility Umbrella. If the user is holding a Power Herb or the weather is Desolate Land or Sunny Day, the move completes in one turn."},spikyshield:{inherit:!0,desc:"The user is protected from most attacks made by other Pokemon during this turn, and Pokemon making contact with the user lose 1/8 of their maximum HP, rounded down. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn."},spiritshackle:{inherit:!0,desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field."},taunt:{inherit:!0,desc:"Prevents the target from using non-damaging moves for its next three turns. Pokemon with the Oblivious Ability or protected by the Aroma Veil Ability are immune. Z-Powered moves can still be selected and executed during this effect."},thousandwaves:{inherit:!0,desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field."},throatchop:{inherit:!0,desc:"For 2 turns, the target cannot use sound-based moves. Z-Powered sound moves can still be selected and executed during this effect."},thunder:{inherit:!0,desc:"Has a 30% chance to paralyze the target. This move can hit a target using Bounce, Fly, or Sky Drop, or is under the effect of Sky Drop. If the weather is Primordial Sea or Rain Dance, this move does not check accuracy. If the weather is Desolate Land or Sunny Day, this move's accuracy is 50%."},whirlpool:{inherit:!0,desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."},wideguard:{inherit:!0,desc:"The user and its party members are protected from moves made by other Pokemon, including allies, during this turn that target all adjacent foes or all adjacent Pokemon. This move modifies the same 1/X chance of being successful used by other protection moves, where X starts at 1 and triples each time this move is successfully used, but does not use the chance to check for failure. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn or if this move is already in effect for the user's side."},worryseed:{inherit:!0,desc:"Causes the target's Ability to become Insomnia. Fails if the target's Ability is Battle Bond, Comatose, Disguise, Insomnia, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Truant, or Zen Mode."},wrap:{inherit:!0,desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."}},8:{"10000000voltthunderbolt":{num:719,accuracy:!0,basePower:195,category:"Special",isNonstandard:"Past",name:"10,000,000 Volt Thunderbolt",pp:1,priority:0,flags:{},isZ:"pikashuniumz",critRatio:3,secondary:null,target:"normal",type:"Electric",desc:"Has a very high chance for a critical hit.",shortDesc:"Very high critical hit ratio."},absorb:{num:71,accuracy:100,basePower:20,category:"Special",name:"Absorb",pp:25,priority:0,flags:{protect:1,mirror:1,heal:1},drain:[1,2],secondary:null,target:"normal",type:"Grass",desc:"The user recovers 1/2 the HP lost by the target, rounded half up. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded half down.",shortDesc:"User recovers 50% of the damage dealt."},accelerock:{num:709,accuracy:100,basePower:40,category:"Physical",name:"Accelerock",pp:20,priority:1,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Rock",desc:"No additional effect.",shortDesc:"Usually goes first."},acid:{num:51,accuracy:100,basePower:40,category:"Special",name:"Acid",pp:30,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,boosts:{spd:-1}},target:"allAdjacentFoes",type:"Poison",desc:"Has a 10% chance to lower the target's Special Defense by 1 stage.",shortDesc:"10% chance to lower the foe(s) Sp. Def by 1."},acidarmor:{num:151,accuracy:!0,basePower:0,category:"Status",name:"Acid Armor",pp:20,priority:0,flags:{snatch:1},boosts:{def:2},secondary:null,target:"self",type:"Poison",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Defense by 2 stages.",shortDesc:"Raises the user's Defense by 2."},aciddownpour:{num:628,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Acid Downpour",pp:1,priority:0,flags:{},isZ:"poisoniumz",secondary:null,target:"normal",type:"Poison",shortDesc:"Power is equal to the base move's Z-Power."},acidspray:{num:491,accuracy:100,basePower:40,category:"Special",name:"Acid Spray",pp:20,priority:0,flags:{bullet:1,protect:1,mirror:1},secondary:{chance:100,boosts:{spd:-2}},target:"normal",type:"Poison",desc:"Has a 100% chance to lower the target's Special Defense by 2 stages.",shortDesc:"100% chance to lower the target's Sp. Def by 2."},acrobatics:{num:512,accuracy:100,basePower:55,category:"Physical",name:"Acrobatics",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1,distance:1},secondary:null,target:"any",type:"Flying",shortDesc:"Power doubles if the user has no held item."},acupressure:{num:367,accuracy:!0,basePower:0,category:"Status",name:"Acupressure",pp:30,priority:0,flags:{},secondary:null,target:"adjacentAllyOrSelf",type:"Normal",zMove:{effect:"crit2"},desc:"Raises a random stat by 2 stages as long as the stat is not already at stage 6. The user can choose to use this move on itself or an adjacent ally. Fails if no stat stage can be raised or if used on an ally with a substitute.",shortDesc:"Raises a random stat of the user or an ally by 2."},aerialace:{num:332,accuracy:!0,basePower:60,category:"Physical",name:"Aerial Ace",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1,distance:1},secondary:null,target:"any",type:"Flying",shortDesc:"This move does not check accuracy."},aeroblast:{num:177,accuracy:95,basePower:100,category:"Special",name:"Aeroblast",pp:5,priority:0,flags:{protect:1,mirror:1,distance:1},critRatio:2,secondary:null,target:"any",type:"Flying",desc:"Has a higher chance for a critical hit.",shortDesc:"High critical hit ratio."},afteryou:{num:495,accuracy:!0,basePower:0,category:"Status",name:"After You",pp:15,priority:0,flags:{bypasssub:1,allyanim:1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{spe:1}},desc:"The target makes its move immediately after the user this turn, no matter the priority of its selected move. Fails if the target would have moved next anyway, or if the target already moved this turn.",shortDesc:"The target makes its move right after the user."},agility:{num:97,accuracy:!0,basePower:0,category:"Status",name:"Agility",pp:30,priority:0,flags:{snatch:1},boosts:{spe:2},secondary:null,target:"self",type:"Psychic",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Speed by 2 stages.",shortDesc:"Raises the user's Speed by 2."},aircutter:{num:314,accuracy:95,basePower:60,category:"Special",name:"Air Cutter",pp:25,priority:0,flags:{protect:1,mirror:1},critRatio:2,secondary:null,target:"allAdjacentFoes",type:"Flying",desc:"Has a higher chance for a critical hit.",shortDesc:"High critical hit ratio. Hits adjacent foes."},airslash:{num:403,accuracy:95,basePower:75,category:"Special",name:"Air Slash",pp:15,priority:0,flags:{protect:1,mirror:1,distance:1},secondary:{chance:30,volatileStatus:"flinch"},target:"any",type:"Flying",desc:"Has a 30% chance to make the target flinch.",shortDesc:"30% chance to make the target flinch."},alloutpummeling:{num:624,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"All-Out Pummeling",pp:1,priority:0,flags:{},isZ:"fightiniumz",secondary:null,target:"normal",type:"Fighting",shortDesc:"Power is equal to the base move's Z-Power."},allyswitch:{num:502,accuracy:!0,basePower:0,category:"Status",name:"Ally Switch",pp:15,priority:2,flags:{},secondary:null,target:"self",type:"Psychic",zMove:{boost:{spe:2}},desc:"The user swaps positions with its ally. Fails if the user is the only Pokemon on its side.",shortDesc:"The user swaps positions with its ally."},amnesia:{num:133,accuracy:!0,basePower:0,category:"Status",name:"Amnesia",pp:20,priority:0,flags:{snatch:1},boosts:{spd:2},secondary:null,target:"self",type:"Psychic",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Special Defense by 2 stages.",shortDesc:"Raises the user's Sp. Def by 2."},anchorshot:{num:677,accuracy:100,basePower:80,category:"Physical",name:"Anchor Shot",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:100},target:"normal",type:"Steel",desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field.",shortDesc:"Prevents the target from switching out."},ancientpower:{num:246,accuracy:100,basePower:60,category:"Special",name:"Ancient Power",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,self:{boosts:{atk:1,def:1,spa:1,spd:1,spe:1}}},target:"normal",type:"Rock",desc:"Has a 10% chance to raise the user's Attack, Defense, Special Attack, Special Defense, and Speed by 1 stage.",shortDesc:"10% chance to raise all stats by 1 (not acc/eva)."},appleacid:{num:787,accuracy:100,basePower:80,category:"Special",name:"Apple Acid",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:100,boosts:{spd:-1}},target:"normal",type:"Grass",desc:"Has a 100% chance to lower the target's Special Defense by 1 stage.",shortDesc:"100% chance to lower the target's Sp. Def by 1."},aquajet:{num:453,accuracy:100,basePower:40,category:"Physical",name:"Aqua Jet",pp:20,priority:1,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Water",desc:"No additional effect.",shortDesc:"Usually goes first."},aquaring:{num:392,accuracy:!0,basePower:0,category:"Status",name:"Aqua Ring",pp:20,priority:0,flags:{snatch:1},volatileStatus:"aquaring",condition:{onResidualOrder:6},secondary:null,target:"self",type:"Water",zMove:{boost:{def:1}},desc:"The user has 1/16 of its maximum HP, rounded down, restored at the end of each turn while it remains active. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded half down. If the user uses Baton Pass, the replacement will receive the healing effect.",shortDesc:"User recovers 1/16 max HP per turn."},aquatail:{num:401,accuracy:90,basePower:90,category:"Physical",name:"Aqua Tail",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Water",shortDesc:"No additional effect."},armthrust:{num:292,accuracy:100,basePower:15,category:"Physical",name:"Arm Thrust",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},multihit:[2,5],secondary:null,target:"normal",type:"Fighting",desc:"Hits two to five times. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times.",shortDesc:"Hits 2-5 times in one turn."},aromatherapy:{num:312,accuracy:!0,basePower:0,category:"Status",name:"Aromatherapy",pp:5,priority:0,flags:{snatch:1,distance:1},target:"allyTeam",type:"Grass",zMove:{effect:"heal"},desc:"Every Pokemon in the user's party is cured of its non-volatile status condition. Active Pokemon with the Sap Sipper Ability are not cured, unless they are the user.",shortDesc:"Cures the user's party of all status conditions."},aromaticmist:{num:597,accuracy:!0,basePower:0,category:"Status",name:"Aromatic Mist",pp:20,priority:0,flags:{bypasssub:1},boosts:{spd:1},secondary:null,target:"adjacentAlly",type:"Fairy",zMove:{boost:{spd:2}},desc:"Raises the target's Special Defense by 1 stage. Fails if there is no ally adjacent to the user.",shortDesc:"Raises an ally's Sp. Def by 1."},assist:{num:274,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Assist",pp:20,priority:0,flags:{},secondary:null,target:"self",type:"Normal",desc:"A random move among those known by the user's party members is selected for use. Does not select Assist, Baneful Bunker, Beak Blast, Belch, Bestow, Bounce, Celebrate, Chatter, Circle Throw, Copycat, Counter, Covet, Destiny Bond, Detect, Dig, Dive, Dragon Tail, Endure, Feint, Fly, Focus Punch, Follow Me, Helping Hand, Hold Hands, King's Shield, Mat Block, Me First, Metronome, Mimic, Mirror Coat, Mirror Move, Nature Power, Phantom Force, Protect, Rage Powder, Roar, Shadow Force, Shell Trap, Sketch, Sky Drop, Sleep Talk, Snatch, Spiky Shield, Spotlight, Struggle, Switcheroo, Thief, Transform, Trick, Whirlwind, or any Z-Move.",shortDesc:"Uses a random move known by a team member."},assurance:{num:372,accuracy:100,basePower:60,category:"Physical",name:"Assurance",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Dark",desc:"Power doubles if the target has already taken damage this turn, other than direct damage from Belly Drum, confusion, Curse, or Pain Split.",shortDesc:"Power doubles if target was damaged this turn."},astonish:{num:310,accuracy:100,basePower:30,category:"Physical",name:"Astonish",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:30,volatileStatus:"flinch"},target:"normal",type:"Ghost",desc:"Has a 30% chance to make the target flinch.",shortDesc:"30% chance to make the target flinch."},astralbarrage:{num:825,accuracy:100,basePower:120,category:"Special",name:"Astral Barrage",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"allAdjacentFoes",type:"Ghost",desc:"No additional effect.",shortDesc:"No additional effect. Hits adjacent foes."},attackorder:{num:454,accuracy:100,basePower:90,category:"Physical",name:"Attack Order",pp:15,priority:0,flags:{protect:1,mirror:1},critRatio:2,secondary:null,target:"normal",type:"Bug",desc:"Has a higher chance for a critical hit.",shortDesc:"High critical hit ratio."},attract:{num:213,accuracy:100,basePower:0,category:"Status",name:"Attract",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1,bypasssub:1},volatileStatus:"attract",condition:{noCopy:!0,onBeforeMovePriority:2},secondary:null,target:"normal",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"Causes the target to become infatuated, making it unable to attack 50% of the time. Fails if both the user and the target are the same gender, if either is genderless, or if the target is already infatuated. The effect ends when either the user or the target is no longer active. Pokemon with the Oblivious Ability or protected by the Aroma Veil Ability are immune.",shortDesc:"A target of the opposite gender gets infatuated."},aurasphere:{num:396,accuracy:!0,basePower:80,category:"Special",name:"Aura Sphere",pp:20,priority:0,flags:{bullet:1,protect:1,pulse:1,mirror:1,distance:1},secondary:null,target:"any",type:"Fighting",shortDesc:"This move does not check accuracy."},aurawheel:{num:783,accuracy:100,basePower:110,category:"Physical",name:"Aura Wheel",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:100,self:{boosts:{spe:1}}},target:"normal",type:"Electric",desc:"Has a 100% chance to raise the user's Speed by 1 stage. If the user is a Morpeko in Full Belly Mode, this move is Electric type. If the user is a Morpeko in Hangry Mode, this move is Dark type. This move cannot be used successfully unless the user's current form, while considering Transform, is Full Belly or Hangry Mode Morpeko.",shortDesc:"Morpeko: Electric; Hangry: Dark; 100% +1 Spe."},aurorabeam:{num:62,accuracy:100,basePower:65,category:"Special",name:"Aurora Beam",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,boosts:{atk:-1}},target:"normal",type:"Ice",desc:"Has a 10% chance to lower the target's Attack by 1 stage.",shortDesc:"10% chance to lower the target's Attack by 1."},auroraveil:{num:694,accuracy:!0,basePower:0,category:"Status",name:"Aurora Veil",pp:20,priority:0,flags:{snatch:1},sideCondition:"auroraveil",condition:{duration:5,onSideResidualOrder:26,onSideResidualSubOrder:10},secondary:null,target:"allySide",type:"Ice",zMove:{boost:{spe:1}},desc:"For 5 turns, the user and its party members take 0.5x damage from physical and special attacks, or 0.66x damage if in a Double Battle; does not reduce damage further with Reflect or Light Screen. Critical hits ignore this protection. It is removed from the user's side if the user or an ally is successfully hit by Brick Break, Psychic Fangs, or Defog. Brick Break and Psychic Fangs remove the effect before damage is calculated. Lasts for 8 turns if the user is holding Light Clay. Fails unless the weather is Hail.",shortDesc:"For 5 turns, damage to allies is halved. Hail only."},autotomize:{num:475,accuracy:!0,basePower:0,category:"Status",name:"Autotomize",pp:15,priority:0,flags:{snatch:1},boosts:{spe:2},secondary:null,target:"self",type:"Steel",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Speed by 2 stages. If the user's Speed was changed, the user's weight is reduced by 100 kg as long as it remains active. This effect is stackable but cannot reduce the user's weight to less than 0.1 kg.",shortDesc:"Raises the user's Speed by 2; user loses 100 kg."},avalanche:{num:419,accuracy:100,basePower:60,category:"Physical",name:"Avalanche",pp:10,priority:-4,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Ice",desc:"Power doubles if the user was hit by the target this turn.",shortDesc:"Power doubles if user is damaged by the target."},babydolleyes:{num:608,accuracy:100,basePower:0,category:"Status",name:"Baby-Doll Eyes",pp:30,priority:1,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},boosts:{atk:-1},secondary:null,target:"normal",type:"Fairy",zMove:{boost:{def:1}},desc:"Lowers the target's Attack by 1 stage.",shortDesc:"Lowers the target's Attack by 1."},baddybad:{num:737,accuracy:95,basePower:80,category:"Special",isNonstandard:"LGPE",name:"Baddy Bad",pp:15,priority:0,flags:{protect:1},self:{sideCondition:"reflect"},secondary:null,target:"normal",type:"Dark",desc:"This move summons Reflect for 5 turns upon use.",shortDesc:"Summons Reflect."},banefulbunker:{num:661,accuracy:!0,basePower:0,category:"Status",name:"Baneful Bunker",pp:10,priority:4,flags:{},stallingMove:!0,volatileStatus:"banefulbunker",condition:{duration:1,onTryHitPriority:3},secondary:null,target:"self",type:"Poison",zMove:{boost:{def:1}},desc:"The user is protected from most attacks made by other Pokemon during this turn, and Pokemon making contact with the user become poisoned. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Max Guard, Obstruct, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn.",shortDesc:"Protects from moves. Contact: poison."},barrage:{num:140,accuracy:85,basePower:15,category:"Physical",isNonstandard:"Past",name:"Barrage",pp:20,priority:0,flags:{bullet:1,protect:1,mirror:1},multihit:[2,5],secondary:null,target:"normal",type:"Normal",desc:"Hits two to five times. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times.",shortDesc:"Hits 2-5 times in one turn."},barrier:{num:112,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Barrier",pp:20,priority:0,flags:{snatch:1},boosts:{def:2},secondary:null,target:"self",type:"Psychic",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Defense by 2 stages.",shortDesc:"Raises the user's Defense by 2."},batonpass:{num:226,accuracy:!0,basePower:0,category:"Status",name:"Baton Pass",pp:40,priority:0,flags:{},self:{},selfSwitch:"copyvolatile",secondary:null,target:"self",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"The user is replaced with another Pokemon in its party. The selected Pokemon has the user's stat stage changes, confusion, and certain move effects transferred to it.",shortDesc:"User switches, passing stat changes and more."},beakblast:{num:690,accuracy:100,basePower:100,category:"Physical",isNonstandard:"Past",name:"Beak Blast",pp:15,priority:-3,flags:{bullet:1,protect:1},condition:{duration:1},secondary:null,target:"normal",type:"Flying",desc:"If the user is hit by a contact move this turn before it can execute this move, the attacker is burned.",shortDesc:"Burns on contact with the user before it moves."},beatup:{num:251,accuracy:100,basePower:0,category:"Physical",name:"Beat Up",pp:10,priority:0,flags:{protect:1,mirror:1,allyanim:1},secondary:null,target:"normal",type:"Dark",desc:"Hits one time for the user and one time for each unfainted Pokemon without a non-volatile status condition in the user's party. The power of each hit is equal to 5+(X/10), where X is each participating Pokemon's base Attack; each hit is considered to come from the user.",shortDesc:"All healthy allies aid in damaging the target."},behemothbash:{num:782,accuracy:100,basePower:100,category:"Physical",name:"Behemoth Bash",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Steel",shortDesc:"Damage doubles if the target is Dynamaxed."},behemothblade:{num:781,accuracy:100,basePower:100,category:"Physical",name:"Behemoth Blade",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Steel",shortDesc:"Damage doubles if the target is Dynamaxed."},belch:{num:562,accuracy:90,basePower:120,category:"Special",name:"Belch",pp:10,priority:0,flags:{protect:1},secondary:null,target:"normal",type:"Poison",desc:"This move cannot be selected until the user eats a Berry, either by eating one that was held, stealing and eating one off another Pokemon with Bug Bite or Pluck, or eating one that was thrown at it with Fling. Once the condition is met, this move can be selected and used for the rest of the battle even if the user gains or uses another item or switches out. Consuming a Berry with Natural Gift does not count for the purposes of eating one.",shortDesc:"Cannot be selected until the user eats a Berry."},bellydrum:{num:187,accuracy:!0,basePower:0,category:"Status",name:"Belly Drum",pp:10,priority:0,flags:{snatch:1},secondary:null,target:"self",type:"Normal",zMove:{effect:"heal"},desc:"Raises the user's Attack by 12 stages in exchange for the user losing 1/2 of its maximum HP, rounded down. Fails if the user would faint or if its Attack stat stage is 6.",shortDesc:"User loses 50% max HP. Maximizes Attack."},bestow:{num:516,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Bestow",pp:15,priority:0,flags:{mirror:1,bypasssub:1,allyanim:1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{spe:2}},desc:"The target receives the user's held item. Fails if the user has no item or is holding a Mail or Z-Crystal, if the target is already holding an item, if the user is a Kyogre holding a Blue Orb, a Groudon holding a Red Orb, a Giratina holding a Griseous Orb, an Arceus holding a Plate, a Genesect holding a Drive, a Silvally holding a Memory, a Pokemon that can Mega Evolve holding the Mega Stone for its species, or if the target is one of those Pokemon and the user is holding the respective item.",shortDesc:"User passes its held item to the target."},bide:{num:117,accuracy:!0,basePower:0,category:"Physical",isNonstandard:"Past",name:"Bide",pp:10,priority:1,flags:{contact:1,protect:1},volatileStatus:"bide",ignoreImmunity:!0,condition:{duration:3,onLockMove:"bide",onDamagePriority:-101},secondary:null,target:"self",type:"Normal",desc:"The user spends two turns locked into this move and then, on the second turn after using this move, the user attacks the last Pokemon that hit it, inflicting double the damage in HP it lost to attacks during the two turns. If the last Pokemon that hit it is no longer active, the user attacks a random opposing Pokemon instead. If the user is prevented from moving during this move's use, the effect ends. This move does not check accuracy and does not ignore type immunity.",shortDesc:"Waits 2 turns; deals double the damage taken."},bind:{num:20,accuracy:85,basePower:15,category:"Physical",name:"Bind",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},volatileStatus:"partiallytrapped",secondary:null,target:"normal",type:"Normal",desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 4-5 turns."},bite:{num:44,accuracy:100,basePower:60,category:"Physical",name:"Bite",pp:25,priority:0,flags:{bite:1,contact:1,protect:1,mirror:1},secondary:{chance:30,volatileStatus:"flinch"},target:"normal",type:"Dark",desc:"Has a 30% chance to make the target flinch.",shortDesc:"30% chance to make the target flinch."},blackholeeclipse:{num:654,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Black Hole Eclipse",pp:1,priority:0,flags:{},isZ:"darkiniumz",secondary:null,target:"normal",type:"Dark",shortDesc:"Power is equal to the base move's Z-Power."},blastburn:{num:307,accuracy:90,basePower:150,category:"Special",name:"Blast Burn",pp:5,priority:0,flags:{recharge:1,protect:1,mirror:1},self:{volatileStatus:"mustrecharge"},secondary:null,target:"normal",type:"Fire",desc:"If this move is successful, the user must recharge on the following turn and cannot select a move.",shortDesc:"User cannot move next turn."},blazekick:{num:299,accuracy:90,basePower:85,category:"Physical",name:"Blaze Kick",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},critRatio:2,secondary:{chance:10,status:"brn"},target:"normal",type:"Fire",desc:"Has a 10% chance to burn the target and a higher chance for a critical hit.",shortDesc:"High critical hit ratio. 10% chance to burn."},blizzard:{num:59,accuracy:70,basePower:110,category:"Special",name:"Blizzard",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,status:"frz"},target:"allAdjacentFoes",type:"Ice",desc:"Has a 10% chance to freeze the target. If the weather is Hail, this move does not check accuracy.",shortDesc:"10% chance to freeze foe(s). Can't miss in hail."},block:{num:335,accuracy:!0,basePower:0,category:"Status",name:"Block",pp:5,priority:0,flags:{reflectable:1,mirror:1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{def:1}},desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field.",shortDesc:"Prevents the target from switching out."},bloomdoom:{num:644,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Bloom Doom",pp:1,priority:0,flags:{},isZ:"grassiumz",secondary:null,target:"normal",type:"Grass",shortDesc:"Power is equal to the base move's Z-Power."},blueflare:{num:551,accuracy:85,basePower:130,category:"Special",name:"Blue Flare",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:{chance:20,status:"brn"},target:"normal",type:"Fire",desc:"Has a 20% chance to burn the target.",shortDesc:"20% chance to burn the target."},bodypress:{num:776,accuracy:100,basePower:80,category:"Physical",name:"Body Press",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},overrideOffensiveStat:"def",secondary:null,target:"normal",type:"Fighting",desc:"Damage is calculated using the user's Defense stat as its Attack, including stat stage changes. Other effects that modify the Attack stat are used as normal.",shortDesc:"Uses user's Def stat as Atk in damage calculation."},bodyslam:{num:34,accuracy:100,basePower:85,category:"Physical",name:"Body Slam",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1,nonsky:1},secondary:{chance:30,status:"par"},target:"normal",type:"Normal",desc:"Has a 30% chance to paralyze the target. Damage doubles and no accuracy check is done if the target has used Minimize while active.",shortDesc:"30% chance to paralyze the target."},boltbeak:{num:754,accuracy:100,basePower:85,category:"Physical",name:"Bolt Beak",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Electric",desc:"Power doubles if the user moves before the target.",shortDesc:"Power doubles if user moves before the target."},boltstrike:{num:550,accuracy:85,basePower:130,category:"Physical",name:"Bolt Strike",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:20,status:"par"},target:"normal",type:"Electric",desc:"Has a 20% chance to paralyze the target.",shortDesc:"20% chance to paralyze the target."},boneclub:{num:125,accuracy:85,basePower:65,category:"Physical",isNonstandard:"Past",name:"Bone Club",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,volatileStatus:"flinch"},target:"normal",type:"Ground",desc:"Has a 10% chance to make the target flinch.",shortDesc:"10% chance to make the target flinch."},bonemerang:{num:155,accuracy:90,basePower:50,category:"Physical",name:"Bonemerang",pp:10,priority:0,flags:{protect:1,mirror:1},multihit:2,secondary:null,target:"normal",type:"Ground",maxMove:{basePower:130},desc:"Hits twice. If the first hit breaks the target's substitute, it will take damage for the second hit.",shortDesc:"Hits 2 times in one turn."},bonerush:{num:198,accuracy:90,basePower:25,category:"Physical",name:"Bone Rush",pp:10,priority:0,flags:{protect:1,mirror:1},multihit:[2,5],secondary:null,target:"normal",type:"Ground",zMove:{basePower:140},maxMove:{basePower:130},desc:"Hits two to five times. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times.",shortDesc:"Hits 2-5 times in one turn."},boomburst:{num:586,accuracy:100,basePower:140,category:"Special",name:"Boomburst",pp:10,priority:0,flags:{protect:1,mirror:1,sound:1,bypasssub:1},secondary:null,target:"allAdjacent",type:"Normal",desc:"No additional effect.",shortDesc:"No additional effect. Hits adjacent Pokemon."},bounce:{num:340,accuracy:85,basePower:85,category:"Physical",name:"Bounce",pp:5,priority:0,flags:{contact:1,charge:1,protect:1,mirror:1,gravity:1,distance:1},condition:{duration:2},secondary:{chance:30,status:"par"},target:"any",type:"Flying",desc:"Has a 30% chance to paralyze the target. This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Gust, Hurricane, Sky Uppercut, Smack Down, Thousand Arrows, Thunder, and Twister, and Gust and Twister have doubled power when used against it. If the user is holding a Power Herb, the move completes in one turn.",shortDesc:"Bounces turn 1. Hits turn 2. 30% paralyze."},bouncybubble:{num:733,accuracy:100,basePower:60,category:"Special",isNonstandard:"LGPE",name:"Bouncy Bubble",pp:20,priority:0,flags:{protect:1,heal:1},drain:[1,2],secondary:null,target:"normal",type:"Water",desc:"The user recovers 1/2 the HP lost by the target, rounded half up. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded half down.",shortDesc:"User recovers 50% of the damage dealt."},branchpoke:{num:785,accuracy:100,basePower:40,category:"Physical",name:"Branch Poke",pp:40,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Grass",desc:"No additional effect.",shortDesc:"No additional effect."},bravebird:{num:413,accuracy:100,basePower:120,category:"Physical",name:"Brave Bird",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1,distance:1},recoil:[33,100],secondary:null,target:"any",type:"Flying",desc:"If the target lost HP, the user takes recoil damage equal to 33% the HP lost by the target, rounded half up, but not less than 1 HP.",shortDesc:"Has 33% recoil."},breakingswipe:{num:784,accuracy:100,basePower:60,category:"Physical",name:"Breaking Swipe",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:100,boosts:{atk:-1}},target:"allAdjacentFoes",type:"Dragon",desc:"Has a 100% chance to lower the target's Attack by 1 stage.",shortDesc:"100% chance to lower the foe(s) Attack by 1."},breakneckblitz:{num:622,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Breakneck Blitz",pp:1,priority:0,flags:{},isZ:"normaliumz",secondary:null,target:"normal",type:"Normal",shortDesc:"Power is equal to the base move's Z-Power."},brickbreak:{num:280,accuracy:100,basePower:75,category:"Physical",name:"Brick Break",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Fighting",desc:"If this attack does not miss, the effects of Reflect, Light Screen, and Aurora Veil end for the target's side of the field before damage is calculated.",shortDesc:"Destroys screens, unless the target is immune."},brine:{num:362,accuracy:100,basePower:65,category:"Special",name:"Brine",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Water",desc:"Power doubles if the target has less than or equal to half of its maximum HP remaining.",shortDesc:"Power doubles if the target's HP is 50% or less."},brutalswing:{num:693,accuracy:100,basePower:60,category:"Physical",name:"Brutal Swing",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"allAdjacent",type:"Dark",desc:"No additional effect.",shortDesc:"No additional effect. Hits adjacent Pokemon."},bubble:{num:145,accuracy:100,basePower:40,category:"Special",isNonstandard:"Past",name:"Bubble",pp:30,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,boosts:{spe:-1}},target:"allAdjacentFoes",type:"Water",desc:"Has a 10% chance to lower the target's Speed by 1 stage.",shortDesc:"10% chance to lower the foe(s) Speed by 1."},bubblebeam:{num:61,accuracy:100,basePower:65,category:"Special",name:"Bubble Beam",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,boosts:{spe:-1}},target:"normal",type:"Water",desc:"Has a 10% chance to lower the target's Speed by 1 stage.",shortDesc:"10% chance to lower the target's Speed by 1."},bugbite:{num:450,accuracy:100,basePower:60,category:"Physical",name:"Bug Bite",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Bug",desc:"If this move is successful and the user has not fainted, it steals the target's held Berry if it is holding one and eats it immediately, gaining its effects even if the user's item is being ignored. Items lost to this move cannot be regained with Recycle or the Harvest Ability.",shortDesc:"User steals and eats the target's Berry."},bugbuzz:{num:405,accuracy:100,basePower:90,category:"Special",name:"Bug Buzz",pp:10,priority:0,flags:{protect:1,mirror:1,sound:1,bypasssub:1},secondary:{chance:10,boosts:{spd:-1}},target:"normal",type:"Bug",desc:"Has a 10% chance to lower the target's Special Defense by 1 stage.",shortDesc:"10% chance to lower the target's Sp. Def by 1."},bulkup:{num:339,accuracy:!0,basePower:0,category:"Status",name:"Bulk Up",pp:20,priority:0,flags:{snatch:1},boosts:{atk:1,def:1},secondary:null,target:"self",type:"Fighting",zMove:{boost:{atk:1}},desc:"Raises the user's Attack and Defense by 1 stage.",shortDesc:"Raises the user's Attack and Defense by 1."},bulldoze:{num:523,accuracy:100,basePower:60,category:"Physical",name:"Bulldoze",pp:20,priority:0,flags:{protect:1,mirror:1,nonsky:1},secondary:{chance:100,boosts:{spe:-1}},target:"allAdjacent",type:"Ground",desc:"Has a 100% chance to lower the target's Speed by 1 stage.",shortDesc:"100% chance lower adjacent Pkmn Speed by 1."},bulletpunch:{num:418,accuracy:100,basePower:40,category:"Physical",name:"Bullet Punch",pp:30,priority:1,flags:{contact:1,protect:1,mirror:1,punch:1},secondary:null,target:"normal",type:"Steel",desc:"No additional effect.",shortDesc:"Usually goes first."},bulletseed:{num:331,accuracy:100,basePower:25,category:"Physical",name:"Bullet Seed",pp:30,priority:0,flags:{bullet:1,protect:1,mirror:1},multihit:[2,5],secondary:null,target:"normal",type:"Grass",zMove:{basePower:140},maxMove:{basePower:130},desc:"Hits two to five times. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times.",shortDesc:"Hits 2-5 times in one turn."},burningjealousy:{num:807,accuracy:100,basePower:70,category:"Special",name:"Burning Jealousy",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:{chance:100},target:"allAdjacentFoes",type:"Fire",desc:"Has a 100% chance to burn the target if it had a stat stage raised this turn.",shortDesc:"100% burns a target that had a stat rise this turn."},burnup:{num:682,accuracy:100,basePower:130,category:"Special",name:"Burn Up",pp:5,priority:0,flags:{protect:1,mirror:1,defrost:1},self:{},secondary:null,target:"normal",type:"Fire",desc:"Fails unless the user is a Fire type. If this move is successful, the user's Fire type becomes typeless as long as it remains active.",shortDesc:"User's Fire type becomes typeless; must be Fire."},buzzybuzz:{num:734,accuracy:100,basePower:60,category:"Special",isNonstandard:"LGPE",name:"Buzzy Buzz",pp:20,priority:0,flags:{protect:1},secondary:{chance:100,status:"par"},target:"normal",type:"Electric",desc:"Has a 100% chance to paralyze the foe.",shortDesc:"100% chance to paralyze the foe."},calmmind:{num:347,accuracy:!0,basePower:0,category:"Status",name:"Calm Mind",pp:20,priority:0,flags:{snatch:1},boosts:{spa:1,spd:1},secondary:null,target:"self",type:"Psychic",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Special Attack and Special Defense by 1 stage.",shortDesc:"Raises the user's Sp. Atk and Sp. Def by 1."},camouflage:{num:293,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Camouflage",pp:20,priority:0,flags:{snatch:1},secondary:null,target:"self",type:"Normal",zMove:{boost:{evasion:1}},desc:"The user's type changes based on the battle terrain. Normal type on the regular Wi-Fi terrain, Electric type during Electric Terrain, Fairy type during Misty Terrain, Grass type during Grassy Terrain, and Psychic type during Psychic Terrain. Fails if the user's type cannot be changed or if the user is already purely that type.",shortDesc:"Changes user's type by terrain (default Normal)."},captivate:{num:445,accuracy:100,basePower:0,category:"Status",isNonstandard:"Past",name:"Captivate",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1},boosts:{spa:-2},secondary:null,target:"allAdjacentFoes",type:"Normal",zMove:{boost:{spd:2}},desc:"Lowers the target's Special Attack by 2 stages. The target is unaffected if both the user and the target are the same gender, or if either is genderless. Pokemon with the Oblivious Ability are immune.",shortDesc:"Lowers the foe(s) Sp. Atk by 2 if opposite gender."},catastropika:{num:658,accuracy:!0,basePower:210,category:"Physical",isNonstandard:"Past",name:"Catastropika",pp:1,priority:0,flags:{contact:1},isZ:"pikaniumz",secondary:null,target:"normal",type:"Electric",shortDesc:"No additional effect."},celebrate:{num:606,accuracy:!0,basePower:0,category:"Status",name:"Celebrate",pp:40,priority:0,flags:{},secondary:null,target:"self",type:"Normal",zMove:{boost:{atk:1,def:1,spa:1,spd:1,spe:1}},shortDesc:"No competitive use."},charge:{num:268,accuracy:!0,basePower:0,category:"Status",name:"Charge",pp:20,priority:0,flags:{snatch:1},volatileStatus:"charge",condition:{duration:2,onBasePowerPriority:9},boosts:{spd:1},secondary:null,target:"self",type:"Electric",zMove:{boost:{spd:1}},desc:"Raises the user's Special Defense by 1 stage. If the user uses an Electric-type attack on the next turn, its power will be doubled.",shortDesc:"+1 SpD, user's Electric move next turn 2x power."},chargebeam:{num:451,accuracy:90,basePower:50,category:"Special",name:"Charge Beam",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:70,self:{boosts:{spa:1}}},target:"normal",type:"Electric",desc:"Has a 70% chance to raise the user's Special Attack by 1 stage.",shortDesc:"70% chance to raise the user's Sp. Atk by 1."},charm:{num:204,accuracy:100,basePower:0,category:"Status",name:"Charm",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},boosts:{atk:-2},secondary:null,target:"normal",type:"Fairy",zMove:{boost:{def:1}},desc:"Lowers the target's Attack by 2 stages.",shortDesc:"Lowers the target's Attack by 2."},chatter:{num:448,accuracy:100,basePower:65,category:"Special",isNonstandard:"Past",name:"Chatter",pp:20,priority:0,flags:{protect:1,mirror:1,sound:1,distance:1,bypasssub:1},noSketch:!0,secondary:{chance:100,volatileStatus:"confusion"},target:"any",type:"Flying",desc:"Has a 100% chance to confuse the target.",shortDesc:"100% chance to confuse the target."},chipaway:{num:498,accuracy:100,basePower:70,category:"Physical",isNonstandard:"Past",name:"Chip Away",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},ignoreDefensive:!0,ignoreEvasion:!0,secondary:null,target:"normal",type:"Normal",desc:"Ignores the target's stat stage changes, including evasiveness.",shortDesc:"Ignores the target's stat stage changes."},circlethrow:{num:509,accuracy:90,basePower:60,category:"Physical",name:"Circle Throw",pp:10,priority:-6,flags:{contact:1,protect:1,mirror:1},forceSwitch:!0,target:"normal",type:"Fighting",desc:"If both the user and the target have not fainted, the target is forced to switch out and be replaced with a random unfainted ally. This effect fails if the target is under the effect of Ingrain, has the Suction Cups Ability, or this move hit a substitute.",shortDesc:"Forces the target to switch to a random ally."},clamp:{num:128,accuracy:85,basePower:35,category:"Physical",isNonstandard:"Past",name:"Clamp",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},volatileStatus:"partiallytrapped",secondary:null,target:"normal",type:"Water",desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 4-5 turns."},clangingscales:{num:691,accuracy:100,basePower:110,category:"Special",name:"Clanging Scales",pp:5,priority:0,flags:{protect:1,mirror:1,sound:1,bypasssub:1},selfBoost:{boosts:{def:-1}},secondary:null,target:"allAdjacentFoes",type:"Dragon",desc:"Lowers the user's Defense by 1 stage.",shortDesc:"Lowers the user's Defense by 1."},clangoroussoul:{num:775,accuracy:100,basePower:0,category:"Status",name:"Clangorous Soul",pp:5,priority:0,flags:{snatch:1,sound:1,dance:1},boosts:{atk:1,def:1,spa:1,spd:1,spe:1},secondary:null,target:"self",type:"Dragon",desc:"Raises the user's Attack, Defense, Special Attack, Special Defense, and Speed by 1 stage in exchange for the user losing 33% of its maximum HP, rounded down. Fails if the user would faint or if its Attack, Defense, Special Attack, Special Defense, and Speed stat stages would not change.",shortDesc:"User loses 33% of its max HP. +1 to all stats."},clangoroussoulblaze:{num:728,accuracy:!0,basePower:185,category:"Special",isNonstandard:"Past",name:"Clangorous Soulblaze",pp:1,priority:0,flags:{sound:1,bypasssub:1},selfBoost:{boosts:{atk:1,def:1,spa:1,spd:1,spe:1}},isZ:"kommoniumz",secondary:{},target:"allAdjacentFoes",type:"Dragon",desc:"Raises the user's Attack, Defense, Special Attack, Special Defense, and Speed by 1 stage.",shortDesc:"Raises the user's Atk/Def/SpAtk/SpDef/Spe by 1."},clearsmog:{num:499,accuracy:!0,basePower:50,category:"Special",name:"Clear Smog",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Poison",shortDesc:"Resets all of the target's stat stages to 0."},closecombat:{num:370,accuracy:100,basePower:120,category:"Physical",name:"Close Combat",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},self:{boosts:{def:-1,spd:-1}},secondary:null,target:"normal",type:"Fighting",desc:"Lowers the user's Defense and Special Defense by 1 stage.",shortDesc:"Lowers the user's Defense and Sp. Def by 1."},coaching:{num:811,accuracy:!0,basePower:0,category:"Status",name:"Coaching",pp:10,priority:0,flags:{bypasssub:1,allyanim:1},secondary:null,boosts:{atk:1,def:1},target:"adjacentAlly",type:"Fighting",desc:"Raises the target's Attack and Defense by 1 stage. Fails if there is no ally adjacent to the user.",shortDesc:"Raises an ally's Attack and Defense by 1."},coil:{num:489,accuracy:!0,basePower:0,category:"Status",name:"Coil",pp:20,priority:0,flags:{snatch:1},boosts:{atk:1,def:1,accuracy:1},secondary:null,target:"self",type:"Poison",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Attack, Defense, and accuracy by 1 stage.",shortDesc:"Raises user's Attack, Defense, accuracy by 1."},cometpunch:{num:4,accuracy:85,basePower:18,category:"Physical",isNonstandard:"Past",name:"Comet Punch",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1},multihit:[2,5],secondary:null,target:"normal",type:"Normal",maxMove:{basePower:100},desc:"Hits two to five times. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times.",shortDesc:"Hits 2-5 times in one turn."},confide:{num:590,accuracy:!0,basePower:0,category:"Status",name:"Confide",pp:20,priority:0,flags:{reflectable:1,mirror:1,sound:1,bypasssub:1},boosts:{spa:-1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{spd:1}},desc:"Lowers the target's Special Attack by 1 stage.",shortDesc:"Lowers the target's Sp. Atk by 1."},confuseray:{num:109,accuracy:100,basePower:0,category:"Status",name:"Confuse Ray",pp:10,priority:0,flags:{protect:1,reflectable:1,mirror:1},volatileStatus:"confusion",secondary:null,target:"normal",type:"Ghost",zMove:{boost:{spa:1}},desc:"Causes the target to become confused.",shortDesc:"Confuses the target."},confusion:{num:93,accuracy:100,basePower:50,category:"Special",name:"Confusion",pp:25,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,volatileStatus:"confusion"},target:"normal",type:"Psychic",desc:"Has a 10% chance to confuse the target.",shortDesc:"10% chance to confuse the target."},constrict:{num:132,accuracy:100,basePower:10,category:"Physical",isNonstandard:"Past",name:"Constrict",pp:35,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:10,boosts:{spe:-1}},target:"normal",type:"Normal",desc:"Has a 10% chance to lower the target's Speed by 1 stage.",shortDesc:"10% chance to lower the target's Speed by 1."},continentalcrush:{num:632,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Continental Crush",pp:1,priority:0,flags:{},isZ:"rockiumz",secondary:null,target:"normal",type:"Rock",shortDesc:"Power is equal to the base move's Z-Power."},conversion:{num:160,accuracy:!0,basePower:0,category:"Status",name:"Conversion",pp:30,priority:0,flags:{snatch:1},secondary:null,target:"self",type:"Normal",zMove:{boost:{atk:1,def:1,spa:1,spd:1,spe:1}},desc:"The user's type changes to match the original type of the move in its first move slot. Fails if the user cannot change its type, or if the type is one of the user's current types.",shortDesc:"Changes user's type to match its first move."},conversion2:{num:176,accuracy:!0,basePower:0,category:"Status",name:"Conversion 2",pp:30,priority:0,flags:{bypasssub:1},secondary:null,target:"normal",type:"Normal",zMove:{effect:"heal"},desc:"The user's type changes to match a type that resists or is immune to the type of the last move used by the target, but not either of its current types. The determined type of the move is used rather than the original type. Fails if the target has not made a move, if the user cannot change its type, or if this move would only be able to select one of the user's current types.",shortDesc:"Changes user's type to resist target's last move."},copycat:{num:383,accuracy:!0,basePower:0,category:"Status",name:"Copycat",pp:20,priority:0,flags:{},secondary:null,target:"self",type:"Normal",zMove:{boost:{accuracy:1}},desc:"The user uses the last move used by any Pokemon, including itself. The base move of Max and G-Max Moves is considered for this purpose. Fails if no move has been used, or if the last move used was Assist, Baneful Bunker, Beak Blast, Behemoth Bash, Behemoth Blade, Belch, Bestow, Celebrate, Chatter, Circle Throw, Copycat, Counter, Covet, Crafty Shield, Destiny Bond, Detect, Dragon Tail, Dynamax Cannon, Endure, Feint, Focus Punch, Follow Me, Helping Hand, Hold Hands, King's Shield, Mat Block, Me First, Metronome, Mimic, Mirror Coat, Mirror Move, Nature Power, Obstruct, Protect, Rage Powder, Roar, Shell Trap, Sketch, Sleep Talk, Snatch, Spiky Shield, Spotlight, Struggle, Switcheroo, Thief, Transform, Trick, or Whirlwind.",shortDesc:"Uses the last move used in the battle."},coreenforcer:{num:687,accuracy:100,basePower:100,category:"Special",name:"Core Enforcer",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"allAdjacentFoes",type:"Dragon",zMove:{basePower:140},desc:"If the user moves after the target, the target's Ability is rendered ineffective as long as it remains active. If the target uses Baton Pass, the replacement will remain under this effect. If the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode, this effect does not happen, and receiving the effect through Baton Pass ends the effect immediately.",shortDesc:"Nullifies the foe(s) Ability if the foe(s) move first."},corkscrewcrash:{num:638,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Corkscrew Crash",pp:1,priority:0,flags:{},isZ:"steeliumz",secondary:null,target:"normal",type:"Steel",shortDesc:"Power is equal to the base move's Z-Power."},corrosivegas:{num:810,accuracy:100,basePower:0,category:"Status",name:"Corrosive Gas",pp:40,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},secondary:null,target:"allAdjacent",type:"Poison",desc:"The target loses its held item. This move cannot cause Pokemon with the Sticky Hold Ability to lose their held item or cause a Kyogre, a Groudon, a Giratina, an Arceus, a Genesect, a Silvally, a Zacian, or a Zamazenta to lose their Blue Orb, Red Orb, Griseous Orb, Plate, Drive, Memory, Rusted Sword, or Rusted Shield respectively. Items lost to this move cannot be regained with Recycle or the Harvest Ability.",shortDesc:"Removes adjacent Pokemon's held items."},cosmicpower:{num:322,accuracy:!0,basePower:0,category:"Status",name:"Cosmic Power",pp:20,priority:0,flags:{snatch:1},boosts:{def:1,spd:1},secondary:null,target:"self",type:"Psychic",zMove:{boost:{spd:1}},desc:"Raises the user's Defense and Special Defense by 1 stage.",shortDesc:"Raises the user's Defense and Sp. Def by 1."},cottonguard:{num:538,accuracy:!0,basePower:0,category:"Status",name:"Cotton Guard",pp:10,priority:0,flags:{snatch:1},boosts:{def:3},secondary:null,target:"self",type:"Grass",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Defense by 3 stages.",shortDesc:"Raises the user's Defense by 3."},cottonspore:{num:178,accuracy:100,basePower:0,category:"Status",name:"Cotton Spore",pp:40,priority:0,flags:{powder:1,protect:1,reflectable:1,mirror:1},boosts:{spe:-2},secondary:null,target:"allAdjacentFoes",type:"Grass",zMove:{effect:"clearnegativeboost"},desc:"Lowers the target's Speed by 2 stages.",shortDesc:"Lowers the target's Speed by 2."},counter:{num:68,accuracy:100,basePower:0,category:"Physical",name:"Counter",pp:20,priority:-5,flags:{contact:1,protect:1},condition:{duration:1,noCopy:!0,onRedirectTargetPriority:-1},secondary:null,target:"scripted",type:"Fighting",maxMove:{basePower:75},desc:"Deals damage to the last opposing Pokemon to hit the user with a physical attack this turn equal to twice the HP lost by the user from that attack. If the user did not lose HP from the attack, this move deals 1 HP of damage instead. If that opposing Pokemon's position is no longer in use and there is another opposing Pokemon on the field, the damage is done to it instead. Only the last hit of a multi-hit attack is counted. Fails if the user was not hit by an opposing Pokemon's physical attack this turn.",shortDesc:"If hit by physical attack, returns double damage."},courtchange:{num:756,accuracy:100,basePower:0,category:"Status",name:"Court Change",pp:10,priority:0,flags:{mirror:1},secondary:null,target:"all",type:"Normal",desc:"Switches the Mist, Light Screen, Reflect, Spikes, Safeguard, Tailwind, Toxic Spikes, Stealth Rock, Water Pledge, Fire Pledge, Grass Pledge, Sticky Web, Aurora Veil, G-Max Steelsurge, G-Max Cannonade, G-Max Vine Lash, and G-Max Wildfire effects from the user's side to the opposing side and vice versa.",shortDesc:"Swaps user's field effects with the opposing side."},covet:{num:343,accuracy:100,basePower:60,category:"Physical",name:"Covet",pp:25,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",desc:"If this attack was successful and the user has not fainted, it steals the target's held item if the user is not holding one. The target's item is not stolen if it is a Mail or Z-Crystal, or if the target is a Kyogre holding a Blue Orb, a Groudon holding a Red Orb, a Giratina holding a Griseous Orb, an Arceus holding a Plate, a Genesect holding a Drive, a Silvally holding a Memory, or a Pokemon that can Mega Evolve holding the Mega Stone for its species. Items lost to this move cannot be regained with Recycle or the Harvest Ability.",shortDesc:"If the user has no item, it steals the target's."},crabhammer:{num:152,accuracy:90,basePower:100,category:"Physical",name:"Crabhammer",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},critRatio:2,secondary:null,target:"normal",type:"Water",desc:"Has a higher chance for a critical hit.",shortDesc:"High critical hit ratio."},craftyshield:{num:578,accuracy:!0,basePower:0,category:"Status",name:"Crafty Shield",pp:10,priority:3,flags:{},sideCondition:"craftyshield",condition:{duration:1,onTryHitPriority:3},secondary:null,target:"allySide",type:"Fairy",zMove:{boost:{spd:1}},desc:"The user and its party members are protected from non-damaging attacks made by other Pokemon, including allies, during this turn. Fails if the user moves last this turn or if this move is already in effect for the user's side.",shortDesc:"Protects allies from Status moves this turn."},crosschop:{num:238,accuracy:80,basePower:100,category:"Physical",name:"Cross Chop",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},critRatio:2,secondary:null,target:"normal",type:"Fighting",desc:"Has a higher chance for a critical hit.",shortDesc:"High critical hit ratio."},crosspoison:{num:440,accuracy:100,basePower:70,category:"Physical",name:"Cross Poison",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:10,status:"psn"},critRatio:2,target:"normal",type:"Poison",desc:"Has a 10% chance to poison the target and a higher chance for a critical hit.",shortDesc:"High critical hit ratio. 10% chance to poison."},crunch:{num:242,accuracy:100,basePower:80,category:"Physical",name:"Crunch",pp:15,priority:0,flags:{bite:1,contact:1,protect:1,mirror:1},secondary:{chance:20,boosts:{def:-1}},target:"normal",type:"Dark",desc:"Has a 20% chance to lower the target's Defense by 1 stage.",shortDesc:"20% chance to lower the target's Defense by 1."},crushclaw:{num:306,accuracy:95,basePower:75,category:"Physical",name:"Crush Claw",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:50,boosts:{def:-1}},target:"normal",type:"Normal",desc:"Has a 50% chance to lower the target's Defense by 1 stage.",shortDesc:"50% chance to lower the target's Defense by 1."},crushgrip:{num:462,accuracy:100,basePower:0,category:"Physical",name:"Crush Grip",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",zMove:{basePower:190},maxMove:{basePower:140},desc:"Power is equal to 120 * (target's current HP / target's maximum HP), rounded half down, but not less than 1.",shortDesc:"More power the more HP the target has left."},curse:{num:174,accuracy:!0,basePower:0,category:"Status",name:"Curse",pp:10,priority:0,flags:{bypasssub:1},volatileStatus:"curse",condition:{onResidualOrder:12},secondary:null,target:"randomNormal",nonGhostTarget:"self",type:"Ghost",zMove:{effect:"curse"},desc:"If the user is not a Ghost type, lowers the user's Speed by 1 stage and raises the user's Attack and Defense by 1 stage. If the user is a Ghost type, the user loses 1/2 of its maximum HP, rounded down and even if it would cause fainting, in exchange for the target losing 1/4 of its maximum HP, rounded down, at the end of each turn while it is active. If the target uses Baton Pass, the replacement will continue to be affected. Fails if there is no target or if the target is already affected.",shortDesc:"Curses if Ghost, else -1 Spe, +1 Atk, +1 Def."},cut:{num:15,accuracy:95,basePower:50,category:"Physical",name:"Cut",pp:30,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",shortDesc:"No additional effect."},darkestlariat:{num:663,accuracy:100,basePower:85,category:"Physical",name:"Darkest Lariat",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},ignoreEvasion:!0,ignoreDefensive:!0,secondary:null,target:"normal",type:"Dark",desc:"Ignores the target's stat stage changes, including evasiveness.",shortDesc:"Ignores the target's stat stage changes."},darkpulse:{num:399,accuracy:100,basePower:80,category:"Special",name:"Dark Pulse",pp:15,priority:0,flags:{protect:1,pulse:1,mirror:1,distance:1},secondary:{chance:20,volatileStatus:"flinch"},target:"any",type:"Dark",desc:"Has a 20% chance to make the target flinch.",shortDesc:"20% chance to make the target flinch."},darkvoid:{num:464,accuracy:50,basePower:0,category:"Status",isNonstandard:"Past",name:"Dark Void",pp:10,priority:0,flags:{protect:1,reflectable:1,mirror:1},status:"slp",secondary:null,target:"allAdjacentFoes",type:"Dark",zMove:{effect:"clearnegativeboost"},desc:"Causes the target to fall asleep. This move cannot be used successfully unless the user's current form, while considering Transform, is Darkrai.",shortDesc:"Darkrai: Causes the foe(s) to fall asleep."},dazzlinggleam:{num:605,accuracy:100,basePower:80,category:"Special",name:"Dazzling Gleam",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"allAdjacentFoes",type:"Fairy",desc:"No additional effect.",shortDesc:"No additional effect. Hits adjacent foes."},decorate:{num:777,accuracy:!0,basePower:0,category:"Status",name:"Decorate",pp:15,priority:0,flags:{allyanim:1},secondary:null,boosts:{atk:2,spa:2},target:"normal",type:"Fairy",desc:"Raises the target's Attack and Special Attack by 2 stages.",shortDesc:"Raises the target's Attack and Sp. Atk by 2."},defendorder:{num:455,accuracy:!0,basePower:0,category:"Status",name:"Defend Order",pp:10,priority:0,flags:{snatch:1},boosts:{def:1,spd:1},secondary:null,target:"self",type:"Bug",zMove:{boost:{def:1}},desc:"Raises the user's Defense and Special Defense by 1 stage.",shortDesc:"Raises the user's Defense and Sp. Def by 1."},defensecurl:{num:111,accuracy:!0,basePower:0,category:"Status",name:"Defense Curl",pp:40,priority:0,flags:{snatch:1},boosts:{def:1},volatileStatus:"defensecurl",condition:{noCopy:!0},secondary:null,target:"self",type:"Normal",zMove:{boost:{accuracy:1}},desc:"Raises the user's Defense by 1 stage. As long as the user remains active, the power of the user's Ice Ball and Rollout will be doubled (this effect is not stackable).",shortDesc:"Raises the user's Defense by 1."},defog:{num:432,accuracy:!0,basePower:0,category:"Status",name:"Defog",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1,bypasssub:1},secondary:null,target:"normal",type:"Flying",zMove:{boost:{accuracy:1}},desc:"Lowers the target's evasiveness by 1 stage. If this move is successful and whether or not the target's evasiveness was affected, the effects of Reflect, Light Screen, Aurora Veil, Safeguard, Mist, Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the target's side, and the effects of Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the user's side. Ignores a target's substitute, although a substitute will still block the lowering of evasiveness. If there is a terrain active and this move is successful, the terrain will be cleared.",shortDesc:"-1 evasion; clears terrain and hazards on both sides."},destinybond:{num:194,accuracy:!0,basePower:0,category:"Status",name:"Destiny Bond",pp:5,priority:0,flags:{bypasssub:1},volatileStatus:"destinybond",condition:{onBeforeMovePriority:-1},secondary:null,target:"self",type:"Ghost",zMove:{effect:"redirect"},desc:"Until the user's next move, if an opposing Pokemon's attack knocks the user out, that Pokemon faints as well, unless the attack was Doom Desire or Future Sight. Fails if the user used this move successfully as its last move, disregarding moves used through the Dancer Ability.",shortDesc:"If an opponent knocks out the user, it also faints."},detect:{num:197,accuracy:!0,basePower:0,category:"Status",name:"Detect",pp:5,priority:4,flags:{},stallingMove:!0,volatileStatus:"protect",secondary:null,target:"self",type:"Fighting",zMove:{boost:{evasion:1}},desc:"The user is protected from most attacks made by other Pokemon during this turn. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Max Guard, Obstruct, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn.",shortDesc:"Prevents moves from affecting the user this turn."},devastatingdrake:{num:652,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Devastating Drake",pp:1,priority:0,flags:{},isZ:"dragoniumz",secondary:null,target:"normal",type:"Dragon",shortDesc:"Power is equal to the base move's Z-Power."},diamondstorm:{num:591,accuracy:95,basePower:100,category:"Physical",name:"Diamond Storm",pp:5,priority:0,flags:{protect:1,mirror:1},self:{chance:50,boosts:{def:2}},secondary:{},target:"allAdjacentFoes",type:"Rock",desc:"Has a 50% chance to raise the user's Defense by 2 stages.",shortDesc:"50% chance to raise user's Defense by 2."},dig:{num:91,accuracy:100,basePower:80,category:"Physical",name:"Dig",pp:10,priority:0,flags:{contact:1,charge:1,protect:1,mirror:1,nonsky:1},condition:{duration:2},secondary:null,target:"normal",type:"Ground",desc:"This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Earthquake and Magnitude but takes double damage from them, and is also unaffected by weather. If the user is holding a Power Herb, the move completes in one turn.",shortDesc:"Digs underground turn 1, strikes turn 2."},disable:{num:50,accuracy:100,basePower:0,category:"Status",name:"Disable",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1,bypasssub:1},volatileStatus:"disable",condition:{duration:5,noCopy:!0,onResidualOrder:17,onBeforeMovePriority:7},secondary:null,target:"normal",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"For 4 turns, the target's last move used becomes disabled. Fails if one of the target's moves is already disabled, if the target has not made a move, if the target no longer knows the move, or if the move was a Max or G-Max Move.",shortDesc:"For 4 turns, disables the target's last move used."},disarmingvoice:{num:574,accuracy:!0,basePower:40,category:"Special",name:"Disarming Voice",pp:15,priority:0,flags:{protect:1,mirror:1,sound:1,bypasssub:1},secondary:null,target:"allAdjacentFoes",type:"Fairy",desc:"This move does not check accuracy.",shortDesc:"This move does not check accuracy. Hits foes."},discharge:{num:435,accuracy:100,basePower:80,category:"Special",name:"Discharge",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:{chance:30,status:"par"},target:"allAdjacent",type:"Electric",desc:"Has a 30% chance to paralyze the target.",shortDesc:"30% chance to paralyze adjacent Pokemon."},dive:{num:291,accuracy:100,basePower:80,category:"Physical",name:"Dive",pp:10,priority:0,flags:{contact:1,charge:1,protect:1,mirror:1,nonsky:1,allyanim:1},condition:{duration:2},secondary:null,target:"normal",type:"Water",desc:"This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Surf and Whirlpool but takes double damage from them, and is also unaffected by weather. If the user is holding a Power Herb, the move completes in one turn.",shortDesc:"Dives underwater turn 1, strikes turn 2."},dizzypunch:{num:146,accuracy:100,basePower:70,category:"Physical",isNonstandard:"Past",name:"Dizzy Punch",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1},secondary:{chance:20,volatileStatus:"confusion"},target:"normal",type:"Normal",desc:"Has a 20% chance to confuse the target.",shortDesc:"20% chance to confuse the target."},doomdesire:{num:353,accuracy:100,basePower:140,category:"Special",name:"Doom Desire",pp:5,priority:0,flags:{},isFutureMove:!0,secondary:null,target:"normal",type:"Steel",desc:"Deals damage two turns after this move is used. At the end of that turn, the damage is calculated at that time and dealt to the Pokemon at the position the target had when the move was used. If the user is no longer active at the time, damage is calculated based on the user's natural Special Attack stat, types, and level, with no boosts from its held item or Ability. Fails if this move or Future Sight is already in effect for the target's position.",shortDesc:"Hits two turns after being used."},doubleedge:{num:38,accuracy:100,basePower:120,category:"Physical",name:"Double-Edge",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},recoil:[33,100],secondary:null,target:"normal",type:"Normal",desc:"If the target lost HP, the user takes recoil damage equal to 33% the HP lost by the target, rounded half up, but not less than 1 HP.",shortDesc:"Has 33% recoil."},doublehit:{num:458,accuracy:90,basePower:35,category:"Physical",name:"Double Hit",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},multihit:2,secondary:null,target:"normal",type:"Normal",zMove:{basePower:140},maxMove:{basePower:120},desc:"Hits twice. If the first hit breaks the target's substitute, it will take damage for the second hit.",shortDesc:"Hits 2 times in one turn."},doubleironbash:{num:742,accuracy:100,basePower:60,category:"Physical",name:"Double Iron Bash",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1},multihit:2,secondary:{chance:30,volatileStatus:"flinch"},target:"normal",type:"Steel",zMove:{basePower:180},maxMove:{basePower:140},desc:"Hits twice. If the first hit breaks the target's substitute, it will take damage for the second hit. Has a 30% chance to make the target flinch.",shortDesc:"Hits twice. 30% chance to make the target flinch."},doublekick:{num:24,accuracy:100,basePower:30,category:"Physical",name:"Double Kick",pp:30,priority:0,flags:{contact:1,protect:1,mirror:1},multihit:2,secondary:null,target:"normal",type:"Fighting",maxMove:{basePower:80},desc:"Hits twice. If the first hit breaks the target's substitute, it will take damage for the second hit.",shortDesc:"Hits 2 times in one turn."},doubleslap:{num:3,accuracy:85,basePower:15,category:"Physical",isNonstandard:"Past",name:"Double Slap",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},multihit:[2,5],secondary:null,target:"normal",type:"Normal",desc:"Hits two to five times. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times.",shortDesc:"Hits 2-5 times in one turn."},doubleteam:{num:104,accuracy:!0,basePower:0,category:"Status",name:"Double Team",pp:15,priority:0,flags:{snatch:1},boosts:{evasion:1},secondary:null,target:"self",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's evasiveness by 1 stage.",shortDesc:"Raises the user's evasiveness by 1."},dracometeor:{num:434,accuracy:90,basePower:130,category:"Special",name:"Draco Meteor",pp:5,priority:0,flags:{protect:1,mirror:1},self:{boosts:{spa:-2}},secondary:null,target:"normal",type:"Dragon",desc:"Lowers the user's Special Attack by 2 stages.",shortDesc:"Lowers the user's Sp. Atk by 2."},dragonascent:{num:620,accuracy:100,basePower:120,category:"Physical",name:"Dragon Ascent",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1,distance:1},self:{boosts:{def:-1,spd:-1}},target:"any",type:"Flying",desc:"Lowers the user's Defense and Special Defense by 1 stage.",shortDesc:"Lowers the user's Defense and Sp. Def by 1."},dragonbreath:{num:225,accuracy:100,basePower:60,category:"Special",name:"Dragon Breath",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:{chance:30,status:"par"},target:"normal",type:"Dragon",desc:"Has a 30% chance to paralyze the target.",shortDesc:"30% chance to paralyze the target."},dragonclaw:{num:337,accuracy:100,basePower:80,category:"Physical",name:"Dragon Claw",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Dragon",shortDesc:"No additional effect."},dragondance:{num:349,accuracy:!0,basePower:0,category:"Status",name:"Dragon Dance",pp:20,priority:0,flags:{snatch:1,dance:1},boosts:{atk:1,spe:1},secondary:null,target:"self",type:"Dragon",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Attack and Speed by 1 stage.",shortDesc:"Raises the user's Attack and Speed by 1."},dragondarts:{num:751,accuracy:100,basePower:50,category:"Physical",name:"Dragon Darts",pp:10,priority:0,flags:{protect:1,mirror:1},multihit:2,smartTarget:!0,secondary:null,target:"normal",type:"Dragon",maxMove:{basePower:130},desc:"Hits twice. If the first hit breaks the target's substitute, it will take damage for the second hit. In Double Battles, this move attempts to hit the targeted Pokemon and its ally once each. If hitting one of these Pokemon would be prevented by immunity, protection, semi-invulnerability, an Ability, or accuracy, it attempts to hit the other Pokemon twice instead. If this move is redirected, it hits that target twice.",shortDesc:"Hits twice. Doubles: Tries to hit each foe once."},dragonenergy:{num:820,accuracy:100,basePower:150,category:"Special",name:"Dragon Energy",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"allAdjacentFoes",type:"Dragon",desc:"Power is equal to (user's current HP * 150 / user's maximum HP), rounded down, but not less than 1.",shortDesc:"Less power as user's HP decreases. Hits foe(s)."},dragonhammer:{num:692,accuracy:100,basePower:90,category:"Physical",name:"Dragon Hammer",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Dragon",shortDesc:"No additional effect."},dragonpulse:{num:406,accuracy:100,basePower:85,category:"Special",name:"Dragon Pulse",pp:10,priority:0,flags:{protect:1,pulse:1,mirror:1,distance:1},secondary:null,target:"any",type:"Dragon",shortDesc:"No additional effect."},dragonrage:{num:82,accuracy:100,basePower:0,damage:40,category:"Special",isNonstandard:"Past",name:"Dragon Rage",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Dragon",shortDesc:"Deals 40 HP of damage to the target."},dragonrush:{num:407,accuracy:75,basePower:100,category:"Physical",name:"Dragon Rush",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:20,volatileStatus:"flinch"},target:"normal",type:"Dragon",desc:"Has a 20% chance to make the target flinch. Damage doubles and no accuracy check is done if the target has used Minimize while active.",shortDesc:"20% chance to make the target flinch."},dragontail:{num:525,accuracy:90,basePower:60,category:"Physical",name:"Dragon Tail",pp:10,priority:-6,flags:{contact:1,protect:1,mirror:1},forceSwitch:!0,target:"normal",type:"Dragon",desc:"If both the user and the target have not fainted, the target is forced to switch out and be replaced with a random unfainted ally. This effect fails if the target used Ingrain previously, has the Suction Cups Ability, or this move hit a substitute.",shortDesc:"Forces the target to switch to a random ally."},drainingkiss:{num:577,accuracy:100,basePower:50,category:"Special",name:"Draining Kiss",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1,heal:1},drain:[3,4],secondary:null,target:"normal",type:"Fairy",desc:"The user recovers 3/4 the HP lost by the target, rounded half up. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded half down.",shortDesc:"User recovers 75% of the damage dealt."},drainpunch:{num:409,accuracy:100,basePower:75,category:"Physical",name:"Drain Punch",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1,heal:1},drain:[1,2],secondary:null,target:"normal",type:"Fighting",desc:"The user recovers 1/2 the HP lost by the target, rounded half up. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded half down.",shortDesc:"User recovers 50% of the damage dealt."},dreameater:{num:138,accuracy:100,basePower:100,category:"Special",name:"Dream Eater",pp:15,priority:0,flags:{protect:1,mirror:1,heal:1},drain:[1,2],secondary:null,target:"normal",type:"Psychic",desc:"The target is unaffected by this move unless it is asleep. The user recovers 1/2 the HP lost by the target, rounded half up. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded half down.",shortDesc:"User gains 1/2 HP inflicted. Sleeping target only."},drillpeck:{num:65,accuracy:100,basePower:80,category:"Physical",name:"Drill Peck",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1,distance:1},secondary:null,target:"any",type:"Flying",shortDesc:"No additional effect."},drillrun:{num:529,accuracy:95,basePower:80,category:"Physical",name:"Drill Run",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},critRatio:2,secondary:null,target:"normal",type:"Ground",desc:"Has a higher chance for a critical hit.",shortDesc:"High critical hit ratio."},drumbeating:{num:778,accuracy:100,basePower:80,category:"Physical",name:"Drum Beating",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:100,boosts:{spe:-1}},target:"normal",type:"Grass",desc:"Has a 100% chance to lower the target's Speed by 1 stage.",shortDesc:"100% chance to lower the target's Speed by 1."},dualchop:{num:530,accuracy:90,basePower:40,category:"Physical",name:"Dual Chop",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},multihit:2,secondary:null,target:"normal",type:"Dragon",maxMove:{basePower:130},desc:"Hits twice. If the first hit breaks the target's substitute, it will take damage for the second hit.",shortDesc:"Hits 2 times in one turn."},dualwingbeat:{num:814,accuracy:90,basePower:40,category:"Physical",name:"Dual Wingbeat",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},multihit:2,secondary:null,target:"normal",type:"Flying",maxMove:{basePower:130},desc:"Hits twice. If the first hit breaks the target's substitute, it will take damage for the second hit.",shortDesc:"Hits 2 times in one turn."},dynamaxcannon:{num:744,accuracy:100,basePower:100,category:"Special",name:"Dynamax Cannon",pp:5,priority:0,flags:{protect:1},secondary:null,target:"normal",type:"Dragon",shortDesc:"Damage doubles if the target is Dynamaxed."},dynamicpunch:{num:223,accuracy:50,basePower:100,category:"Physical",name:"Dynamic Punch",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1},secondary:{chance:100,volatileStatus:"confusion"},target:"normal",type:"Fighting",desc:"Has a 100% chance to confuse the target.",shortDesc:"100% chance to confuse the target."},earthpower:{num:414,accuracy:100,basePower:90,category:"Special",name:"Earth Power",pp:10,priority:0,flags:{protect:1,mirror:1,nonsky:1},secondary:{chance:10,boosts:{spd:-1}},target:"normal",type:"Ground",desc:"Has a 10% chance to lower the target's Special Defense by 1 stage.",shortDesc:"10% chance to lower the target's Sp. Def by 1."},earthquake:{num:89,accuracy:100,basePower:100,category:"Physical",name:"Earthquake",pp:10,priority:0,flags:{protect:1,mirror:1,nonsky:1},secondary:null,target:"allAdjacent",type:"Ground",desc:"Damage doubles if the target is using Dig.",shortDesc:"Hits adjacent Pokemon. Double damage on Dig."},echoedvoice:{num:497,accuracy:100,basePower:40,category:"Special",name:"Echoed Voice",pp:15,priority:0,flags:{protect:1,mirror:1,sound:1,bypasssub:1},condition:{duration:2},secondary:null,target:"normal",type:"Normal",desc:"For every consecutive turn that this move is used by at least one Pokemon, this move's power is multiplied by the number of turns to pass, but not more than 5.",shortDesc:"Power increases when used on consecutive turns."},eerieimpulse:{num:598,accuracy:100,basePower:0,category:"Status",name:"Eerie Impulse",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1},boosts:{spa:-2},secondary:null,target:"normal",type:"Electric",zMove:{boost:{spd:1}},desc:"Lowers the target's Special Attack by 2 stages.",shortDesc:"Lowers the target's Sp. Atk by 2."},eeriespell:{num:826,accuracy:100,basePower:80,category:"Special",name:"Eerie Spell",pp:5,priority:0,flags:{protect:1,mirror:1,sound:1,bypasssub:1},secondary:{chance:100},target:"normal",type:"Psychic",desc:"If this move is successful and the user has not fainted, the target loses 3 PP from its last move.",shortDesc:"Removes 3 PP from the target's last move."},eggbomb:{num:121,accuracy:75,basePower:100,category:"Physical",isNonstandard:"Past",name:"Egg Bomb",pp:10,priority:0,flags:{bullet:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",shortDesc:"No additional effect."},electricterrain:{num:604,accuracy:!0,basePower:0,category:"Status",name:"Electric Terrain",pp:10,priority:0,flags:{nonsky:1},terrain:"electricterrain",condition:{duration:5,onBasePowerPriority:6,onFieldResidualOrder:27,onFieldResidualSubOrder:7},secondary:null,target:"all",type:"Electric",zMove:{boost:{spe:1}},desc:"For 5 turns, the terrain becomes Electric Terrain. During the effect, the power of Electric-type attacks made by grounded Pokemon is multiplied by 1.3 and grounded Pokemon cannot fall asleep; Pokemon already asleep do not wake up. Grounded Pokemon cannot become affected by Yawn or fall asleep from its effect. Camouflage transforms the user into an Electric type, Nature Power becomes Thunderbolt, and Secret Power has a 30% chance to cause paralysis. Fails if the current terrain is Electric Terrain.",shortDesc:"5 turns. Grounded: +Electric power, can't sleep."},electrify:{num:582,accuracy:!0,basePower:0,category:"Status",name:"Electrify",pp:20,priority:0,flags:{protect:1,mirror:1,allyanim:1},volatileStatus:"electrify",condition:{duration:1,onModifyTypePriority:-2},secondary:null,target:"normal",type:"Electric",zMove:{boost:{spa:1}},desc:"Causes the target's move to become Electric type this turn. Among effects that can change a move's type, this effect happens last. Fails if the target already moved this turn.",shortDesc:"Changes the target's move to Electric this turn."},electroball:{num:486,accuracy:100,basePower:0,category:"Special",name:"Electro Ball",pp:10,priority:0,flags:{bullet:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Electric",zMove:{basePower:160},maxMove:{basePower:130},desc:"The power of this move depends on (user's current Speed / target's current Speed), rounded down. Power is equal to 150 if the result is 4 or more, 120 if 3, 80 if 2, 60 if 1, 40 if less than 1. If the target's current Speed is 0, this move's power is 40.",shortDesc:"More power the faster the user is than the target."},electroweb:{num:527,accuracy:95,basePower:55,category:"Special",name:"Electroweb",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:{chance:100,boosts:{spe:-1}},target:"allAdjacentFoes",type:"Electric",desc:"Has a 100% chance to lower the target's Speed by 1 stage.",shortDesc:"100% chance to lower the foe(s) Speed by 1."},embargo:{num:373,accuracy:100,basePower:0,category:"Status",isNonstandard:"Past",name:"Embargo",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1},volatileStatus:"embargo",condition:{duration:5,onResidualOrder:21},secondary:null,target:"normal",type:"Dark",zMove:{boost:{spa:1}},desc:"For 5 turns, the target's held item has no effect. An item's effect of causing forme changes is unaffected, but any other effects from such items are negated. During the effect, Fling and Natural Gift are prevented from being used by the target. Items thrown at the target with Fling will still activate for it. If the target uses Baton Pass, the replacement will remain unable to use items.",shortDesc:"For 5 turns, the target's item has no effect."},ember:{num:52,accuracy:100,basePower:40,category:"Special",name:"Ember",pp:25,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,status:"brn"},target:"normal",type:"Fire",desc:"Has a 10% chance to burn the target.",shortDesc:"10% chance to burn the target."},encore:{num:227,accuracy:100,basePower:0,category:"Status",name:"Encore",pp:5,priority:0,flags:{protect:1,reflectable:1,mirror:1,bypasssub:1},volatileStatus:"encore",condition:{duration:3,noCopy:!0,onResidualOrder:16},secondary:null,target:"normal",type:"Normal",zMove:{boost:{spe:1}},desc:"For its next 3 turns, the target is forced to repeat its last move used. If the affected move runs out of PP, the effect ends. Fails if the target is already under this effect, if it has not made a move, if the move has 0 PP, if the move is Assist, Copycat, Dynamax Cannon, Encore, Me First, Metronome, Mimic, Mirror Move, Nature Power, Sketch, Sleep Talk, Struggle, or Transform, or if the target is Dynamaxed.",shortDesc:"Target repeats its last move for its next 3 turns."},endeavor:{num:283,accuracy:100,basePower:0,category:"Physical",name:"Endeavor",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",zMove:{basePower:160},maxMove:{basePower:130},desc:"Deals damage to the target equal to (target's current HP - user's current HP). The target is unaffected if its current HP is less than or equal to the user's current HP.",shortDesc:"Lowers the target's HP to the user's HP."},endure:{num:203,accuracy:!0,basePower:0,category:"Status",name:"Endure",pp:10,priority:4,flags:{},stallingMove:!0,volatileStatus:"endure",condition:{duration:1,onDamagePriority:-10},secondary:null,target:"self",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"The user will survive attacks made by other Pokemon during this turn with at least 1 HP. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Max Guard, Obstruct, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn.",shortDesc:"User survives attacks this turn with at least 1 HP."},energyball:{num:412,accuracy:100,basePower:90,category:"Special",name:"Energy Ball",pp:10,priority:0,flags:{bullet:1,protect:1,mirror:1},secondary:{chance:10,boosts:{spd:-1}},target:"normal",type:"Grass",desc:"Has a 10% chance to lower the target's Special Defense by 1 stage.",shortDesc:"10% chance to lower the target's Sp. Def by 1."},entrainment:{num:494,accuracy:100,basePower:0,category:"Status",name:"Entrainment",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{spd:1}},desc:"Causes the target's Ability to become the same as the user's. Fails if the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Truant, or Zen Mode, or the same Ability as the user, or if the user's Ability is As One, Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Gulp Missile, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, or Zen Mode.",shortDesc:"The target's Ability changes to match the user's."},eruption:{num:284,accuracy:100,basePower:150,category:"Special",name:"Eruption",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"allAdjacentFoes",type:"Fire",desc:"Power is equal to (user's current HP * 150 / user's maximum HP), rounded down, but not less than 1.",shortDesc:"Less power as user's HP decreases. Hits foe(s)."},eternabeam:{num:795,accuracy:90,basePower:160,category:"Special",name:"Eternabeam",pp:5,priority:0,flags:{recharge:1,protect:1,mirror:1},self:{volatileStatus:"mustrecharge"},secondary:null,target:"normal",type:"Dragon",desc:"If this move is successful, the user must recharge on the following turn and cannot select a move.",shortDesc:"User cannot move next turn."},expandingforce:{num:797,accuracy:100,basePower:80,category:"Special",name:"Expanding Force",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Psychic",desc:"If the current terrain is Psychic Terrain and the user is grounded, this move hits all opposing Pokemon and has its power multiplied by 1.5.",shortDesc:"User on Psychic Terrain: 1.5x power, hits foes."},explosion:{num:153,accuracy:100,basePower:250,category:"Physical",name:"Explosion",pp:5,priority:0,flags:{protect:1,mirror:1},selfdestruct:"always",secondary:null,target:"allAdjacent",type:"Normal",desc:"The user faints after using this move, even if this move fails for having no target. This move is prevented from executing if any active Pokemon has the Damp Ability.",shortDesc:"Hits adjacent Pokemon. The user faints."},extrasensory:{num:326,accuracy:100,basePower:80,category:"Special",name:"Extrasensory",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,volatileStatus:"flinch"},target:"normal",type:"Psychic",desc:"Has a 10% chance to make the target flinch.",shortDesc:"10% chance to make the target flinch."},extremeevoboost:{num:702,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Extreme Evoboost",pp:1,priority:0,flags:{},isZ:"eeviumz",boosts:{atk:2,def:2,spa:2,spd:2,spe:2},secondary:null,target:"self",type:"Normal",desc:"Raises the user's Attack, Defense, Special Attack, Special Defense, and Speed by 2 stages.",shortDesc:"Raises user's Atk, Def, SpA, SpD, and Spe by 2."},extremespeed:{num:245,accuracy:100,basePower:80,category:"Physical",name:"Extreme Speed",pp:5,priority:2,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",desc:"No additional effect.",shortDesc:"Nearly always goes first."},facade:{num:263,accuracy:100,basePower:70,category:"Physical",name:"Facade",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",desc:"Power doubles if the user is burned, paralyzed, or poisoned. The physical damage halving effect from the user's burn is ignored.",shortDesc:"Power doubles if user is burn/poison/paralyzed."},fairylock:{num:587,accuracy:!0,basePower:0,category:"Status",name:"Fairy Lock",pp:10,priority:0,flags:{mirror:1,bypasssub:1},pseudoWeather:"fairylock",condition:{duration:2},secondary:null,target:"all",type:"Fairy",zMove:{boost:{def:1}},desc:"Prevents all active Pokemon from switching next turn. A Pokemon can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. Fails if the effect is already active.",shortDesc:"Prevents all Pokemon from switching next turn."},fairywind:{num:584,accuracy:100,basePower:40,category:"Special",name:"Fairy Wind",pp:30,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Fairy",shortDesc:"No additional effect."},fakeout:{num:252,accuracy:100,basePower:40,category:"Physical",name:"Fake Out",pp:10,priority:3,flags:{contact:1,protect:1,mirror:1},secondary:{chance:100,volatileStatus:"flinch"},target:"normal",type:"Normal",desc:"Has a 100% chance to make the target flinch. Fails unless it is the user's first turn on the field.",shortDesc:"Hits first. First turn out only. 100% flinch chance."},faketears:{num:313,accuracy:100,basePower:0,category:"Status",name:"Fake Tears",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},boosts:{spd:-2},secondary:null,target:"normal",type:"Dark",zMove:{boost:{spa:1}},desc:"Lowers the target's Special Defense by 2 stages.",shortDesc:"Lowers the target's Sp. Def by 2."},falsesurrender:{num:793,accuracy:!0,basePower:80,category:"Physical",name:"False Surrender",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Dark",shortDesc:"This move does not check accuracy."},falseswipe:{num:206,accuracy:100,basePower:40,category:"Physical",name:"False Swipe",pp:40,priority:0,flags:{contact:1,protect:1,mirror:1},onDamagePriority:-20,secondary:null,target:"normal",type:"Normal",desc:"Leaves the target with at least 1 HP.",shortDesc:"Always leaves the target with at least 1 HP."},featherdance:{num:297,accuracy:100,basePower:0,category:"Status",name:"Feather Dance",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1,dance:1},boosts:{atk:-2},secondary:null,target:"normal",type:"Flying",zMove:{boost:{def:1}},desc:"Lowers the target's Attack by 2 stages.",shortDesc:"Lowers the target's Attack by 2."},feint:{num:364,accuracy:100,basePower:30,category:"Physical",name:"Feint",pp:10,priority:2,flags:{mirror:1},breaksProtect:!0,secondary:null,target:"normal",type:"Normal",desc:"If this move is successful, it breaks through the target's Baneful Bunker, Detect, King's Shield, Protect, or Spiky Shield for this turn, allowing other Pokemon to attack the target normally. If the target's side is protected by Crafty Shield, Mat Block, Quick Guard, or Wide Guard, that protection is also broken for this turn and other Pokemon may attack the target's side normally.",shortDesc:"Nullifies Detect, Protect, and Quick/Wide Guard."},feintattack:{num:185,accuracy:!0,basePower:60,category:"Physical",isNonstandard:"Past",name:"Feint Attack",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Dark",shortDesc:"This move does not check accuracy."},fellstinger:{num:565,accuracy:100,basePower:50,category:"Physical",name:"Fell Stinger",pp:25,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Bug",desc:"Raises the user's Attack by 3 stages if this move knocks out the target.",shortDesc:"Raises user's Attack by 3 if this KOes the target."},fierydance:{num:552,accuracy:100,basePower:80,category:"Special",name:"Fiery Dance",pp:10,priority:0,flags:{protect:1,mirror:1,dance:1},secondary:{chance:50,self:{boosts:{spa:1}}},target:"normal",type:"Fire",desc:"Has a 50% chance to raise the user's Special Attack by 1 stage.",shortDesc:"50% chance to raise the user's Sp. Atk by 1."},fierywrath:{num:822,accuracy:100,basePower:90,category:"Special",name:"Fiery Wrath",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:20,volatileStatus:"flinch"},target:"allAdjacentFoes",type:"Dark",desc:"Has a 20% chance to make the target flinch.",shortDesc:"20% chance to make the foe(s) flinch."},finalgambit:{num:515,accuracy:100,basePower:0,category:"Special",name:"Final Gambit",pp:5,priority:0,flags:{protect:1},secondary:null,target:"normal",type:"Fighting",zMove:{basePower:180},desc:"Deals damage to the target equal to the user's current HP. If this move is successful, the user faints.",shortDesc:"Does damage equal to the user's HP. User faints."},fireblast:{num:126,accuracy:85,basePower:110,category:"Special",name:"Fire Blast",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,status:"brn"},target:"normal",type:"Fire",desc:"Has a 10% chance to burn the target.",shortDesc:"10% chance to burn the target."},firefang:{num:424,accuracy:95,basePower:65,category:"Physical",name:"Fire Fang",pp:15,priority:0,flags:{bite:1,contact:1,protect:1,mirror:1},secondaries:[{chance:10,status:"brn"},{chance:10,volatileStatus:"flinch"}],target:"normal",type:"Fire",desc:"Has a 10% chance to burn the target and a 10% chance to make it flinch.",shortDesc:"10% chance to burn. 10% chance to flinch."},firelash:{num:680,accuracy:100,basePower:80,category:"Physical",name:"Fire Lash",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:100,boosts:{def:-1}},target:"normal",type:"Fire",desc:"Has a 100% chance to lower the target's Defense by 1 stage.",shortDesc:"100% chance to lower the target's Defense by 1."},firepledge:{num:519,accuracy:100,basePower:80,category:"Special",name:"Fire Pledge",pp:10,priority:0,flags:{protect:1,mirror:1,nonsky:1},condition:{duration:4,onResidualOrder:5,onResidualSubOrder:1,onSideResidualOrder:26,onSideResidualSubOrder:8},secondary:null,target:"normal",type:"Fire",desc:"If one of the user's allies chose to use Grass Pledge or Water Pledge this turn and has not moved yet, it takes its turn immediately after the user and the user's move does nothing. If combined with Grass Pledge, the ally uses Fire Pledge with 150 power and a sea of fire appears on the target's side for 4 turns, which causes damage to non-Fire types equal to 1/8 of their maximum HP, rounded down, at the end of each turn during effect, including the last turn. If combined with Water Pledge, the ally uses Water Pledge with 150 power and a rainbow appears on the user's side for 4 turns, which doubles secondary effect chances and stacks with the Serene Grace Ability, except effects that cause flinching can only have their chance doubled once. When used as a combined move, this move gains STAB no matter what the user's type is. This move does not consume the user's Fire Gem.",shortDesc:"Use with Grass or Water Pledge for added effect."},firepunch:{num:7,accuracy:100,basePower:75,category:"Physical",name:"Fire Punch",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1},secondary:{chance:10,status:"brn"},target:"normal",type:"Fire",desc:"Has a 10% chance to burn the target.",shortDesc:"10% chance to burn the target."},firespin:{num:83,accuracy:85,basePower:35,category:"Special",name:"Fire Spin",pp:15,priority:0,flags:{protect:1,mirror:1},volatileStatus:"partiallytrapped",secondary:null,target:"normal",type:"Fire",desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 4-5 turns."},firstimpression:{num:660,accuracy:100,basePower:90,category:"Physical",name:"First Impression",pp:10,priority:2,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Bug",desc:"Fails unless it is the user's first turn on the field.",shortDesc:"Hits first. First turn out only."},fishiousrend:{num:755,accuracy:100,basePower:85,category:"Physical",name:"Fishious Rend",pp:10,priority:0,flags:{bite:1,contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Water",desc:"Power doubles if the user moves before the target.",shortDesc:"Power doubles if user moves before the target."},fissure:{num:90,accuracy:30,basePower:0,category:"Physical",name:"Fissure",pp:5,priority:0,flags:{protect:1,mirror:1,nonsky:1},ohko:!0,secondary:null,target:"normal",type:"Ground",zMove:{basePower:180},maxMove:{basePower:130},desc:"Deals damage to the target equal to the target's maximum HP. Ignores accuracy and evasiveness modifiers. This attack's accuracy is equal to (user's level - target's level + 30)%, and fails if the target is at a higher level. Pokemon with the Sturdy Ability are immune.",shortDesc:"OHKOs the target. Fails if user is a lower level."},flail:{num:175,accuracy:100,basePower:0,category:"Physical",name:"Flail",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",zMove:{basePower:160},maxMove:{basePower:130},desc:"The power of this move is 20 if X is 33 to 48, 40 if X is 17 to 32, 80 if X is 10 to 16, 100 if X is 5 to 9, 150 if X is 2 to 4, and 200 if X is 0 or 1, where X is equal to (user's current HP * 48 / user's maximum HP), rounded down.",shortDesc:"More power the less HP the user has left."},flameburst:{num:481,accuracy:100,basePower:70,category:"Special",isNonstandard:"Past",name:"Flame Burst",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Fire",desc:"If this move is successful, the target's ally loses 1/16 of its maximum HP, rounded down, unless it has the Magic Guard Ability.",shortDesc:"Damages Pokemon next to the target as well."},flamecharge:{num:488,accuracy:100,basePower:50,category:"Physical",name:"Flame Charge",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:100,self:{boosts:{spe:1}}},target:"normal",type:"Fire",desc:"Has a 100% chance to raise the user's Speed by 1 stage.",shortDesc:"100% chance to raise the user's Speed by 1."},flamewheel:{num:172,accuracy:100,basePower:60,category:"Physical",name:"Flame Wheel",pp:25,priority:0,flags:{contact:1,protect:1,mirror:1,defrost:1},secondary:{chance:10,status:"brn"},target:"normal",type:"Fire",desc:"Has a 10% chance to burn the target.",shortDesc:"10% chance to burn the target. Thaws user."},flamethrower:{num:53,accuracy:100,basePower:90,category:"Special",name:"Flamethrower",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,status:"brn"},target:"normal",type:"Fire",desc:"Has a 10% chance to burn the target.",shortDesc:"10% chance to burn the target."},flareblitz:{num:394,accuracy:100,basePower:120,category:"Physical",name:"Flare Blitz",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1,defrost:1},recoil:[33,100],secondary:{chance:10,status:"brn"},target:"normal",type:"Fire",desc:"Has a 10% chance to burn the target. If the target lost HP, the user takes recoil damage equal to 33% the HP lost by the target, rounded half up, but not less than 1 HP.",shortDesc:"Has 33% recoil. 10% chance to burn. Thaws user."},flash:{num:148,accuracy:100,basePower:0,category:"Status",isNonstandard:"Past",name:"Flash",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1},boosts:{accuracy:-1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{evasion:1}},desc:"Lowers the target's accuracy by 1 stage.",shortDesc:"Lowers the target's accuracy by 1."},flashcannon:{num:430,accuracy:100,basePower:80,category:"Special",name:"Flash Cannon",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,boosts:{spd:-1}},target:"normal",type:"Steel",desc:"Has a 10% chance to lower the target's Special Defense by 1 stage.",shortDesc:"10% chance to lower the target's Sp. Def by 1."},flatter:{num:260,accuracy:100,basePower:0,category:"Status",name:"Flatter",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},volatileStatus:"confusion",boosts:{spa:1},secondary:null,target:"normal",type:"Dark",zMove:{boost:{spd:1}},desc:"Raises the target's Special Attack by 1 stage and confuses it.",shortDesc:"Raises the target's Sp. Atk by 1 and confuses it."},fleurcannon:{num:705,accuracy:90,basePower:130,category:"Special",name:"Fleur Cannon",pp:5,priority:0,flags:{protect:1,mirror:1},self:{boosts:{spa:-2}},secondary:null,target:"normal",type:"Fairy",desc:"Lowers the user's Special Attack by 2 stages.",shortDesc:"Lowers the user's Sp. Atk by 2."},fling:{num:374,accuracy:100,basePower:0,category:"Physical",name:"Fling",pp:10,priority:0,flags:{protect:1,mirror:1,allyanim:1},condition:{},secondary:null,target:"normal",type:"Dark",desc:"The power of this move is based on the user's held item. The held item is lost and it activates for the target if applicable. If there is no target or the target avoids this move by protecting itself, the user's held item is still lost. The user can regain a thrown item with Recycle or the Harvest Ability. Fails if the user has no held item, if the held item cannot be thrown, if the user is under the effect of Embargo or Magic Room, or if the user has the Klutz Ability.",shortDesc:"Flings the user's item at the target. Power varies."},flipturn:{num:812,accuracy:100,basePower:60,category:"Physical",name:"Flip Turn",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},selfSwitch:!0,secondary:null,target:"normal",type:"Water",desc:"If this move is successful and the user has not fainted, the user switches out even if it is trapped and is replaced immediately by a selected party member. The user does not switch out if there are no unfainted party members, or if the target switched out using an Eject Button or through the effect of the Emergency Exit or Wimp Out Abilities.",shortDesc:"User switches out after damaging the target."},floatyfall:{num:731,accuracy:95,basePower:90,category:"Physical",isNonstandard:"LGPE",name:"Floaty Fall",pp:15,priority:0,flags:{contact:1,protect:1,gravity:1},secondary:{chance:30,volatileStatus:"flinch"},target:"normal",type:"Flying",desc:"Has a 30% chance to make the target flinch.",shortDesc:"30% chance to make the target flinch."},floralhealing:{num:666,accuracy:!0,basePower:0,category:"Status",name:"Floral Healing",pp:10,priority:0,flags:{protect:1,reflectable:1,heal:1,allyanim:1},secondary:null,target:"normal",type:"Fairy",zMove:{effect:"clearnegativeboost"},desc:"The target restores 1/2 of its maximum HP, rounded half up. If the terrain is Grassy Terrain, the target instead restores 2/3 of its maximum HP, rounded half down.",shortDesc:"Heals the target by 50% of its max HP."},flowershield:{num:579,accuracy:!0,basePower:0,category:"Status",name:"Flower Shield",pp:10,priority:0,flags:{distance:1},secondary:null,target:"all",type:"Fairy",zMove:{boost:{def:1}},desc:"Raises the Defense of all active Grass-type Pokemon by 1 stage. Fails if there are no active Grass-type Pokemon.",shortDesc:"Raises Defense by 1 of all active Grass types."},fly:{num:19,accuracy:95,basePower:90,category:"Physical",name:"Fly",pp:15,priority:0,flags:{contact:1,charge:1,protect:1,mirror:1,gravity:1,distance:1},condition:{duration:2},secondary:null,target:"any",type:"Flying",desc:"This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Gust, Hurricane, Sky Uppercut, Smack Down, Thousand Arrows, Thunder, and Twister, and Gust and Twister have doubled power when used against it. If the user is holding a Power Herb, the move completes in one turn.",shortDesc:"Flies up on first turn, then strikes the next turn."},flyingpress:{num:560,accuracy:95,basePower:100,category:"Physical",name:"Flying Press",pp:10,flags:{contact:1,protect:1,mirror:1,gravity:1,distance:1,nonsky:1},priority:0,secondary:null,target:"any",type:"Fighting",zMove:{basePower:170},desc:"This move combines Flying in its type effectiveness against the target. Damage doubles and no accuracy check is done if the target has used Minimize while active.",shortDesc:"Combines Flying in its type effectiveness."},focusblast:{num:411,accuracy:70,basePower:120,category:"Special",name:"Focus Blast",pp:5,priority:0,flags:{bullet:1,protect:1,mirror:1},secondary:{chance:10,boosts:{spd:-1}},target:"normal",type:"Fighting",desc:"Has a 10% chance to lower the target's Special Defense by 1 stage.",shortDesc:"10% chance to lower the target's Sp. Def by 1."},focusenergy:{num:116,accuracy:!0,basePower:0,category:"Status",name:"Focus Energy",pp:30,priority:0,flags:{snatch:1},volatileStatus:"focusenergy",condition:{},secondary:null,target:"self",type:"Normal",zMove:{boost:{accuracy:1}},desc:"Raises the user's chance for a critical hit by 2 stages. Fails if the user already has the effect. Baton Pass can be used to transfer this effect to an ally.",shortDesc:"Raises the user's critical hit ratio by 2."},focuspunch:{num:264,accuracy:100,basePower:150,category:"Physical",name:"Focus Punch",pp:20,priority:-3,flags:{contact:1,protect:1,punch:1},condition:{duration:1},secondary:null,target:"normal",type:"Fighting",desc:"The user loses its focus and does nothing if it is hit by a damaging attack this turn before it can execute the move.",shortDesc:"Fails if the user takes damage before it hits."},followme:{num:266,accuracy:!0,basePower:0,category:"Status",name:"Follow Me",pp:20,priority:2,flags:{},volatileStatus:"followme",condition:{duration:1,onFoeRedirectTargetPriority:1},secondary:null,target:"self",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"Until the end of the turn, all single-target attacks from the opposing side are redirected to the user. Such attacks are redirected to the user before they can be reflected by Magic Coat or the Magic Bounce Ability, or drawn in by the Lightning Rod or Storm Drain Abilities. Fails if it is not a Double Battle or Battle Royal. This effect is ignored while the user is under the effect of Sky Drop.",shortDesc:"The foes' moves target the user on the turn used."},forcepalm:{num:395,accuracy:100,basePower:60,category:"Physical",name:"Force Palm",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:30,status:"par"},target:"normal",type:"Fighting",desc:"Has a 30% chance to paralyze the target.",shortDesc:"30% chance to paralyze the target."},foresight:{num:193,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Foresight",pp:40,priority:0,flags:{protect:1,reflectable:1,mirror:1,bypasssub:1},volatileStatus:"foresight",condition:{noCopy:!0},secondary:null,target:"normal",type:"Normal",zMove:{effect:"crit2"},desc:"As long as the target remains active, its evasiveness stat stage is ignored during accuracy checks against it if it is greater than 0, and Normal- and Fighting-type attacks can hit the target if it is a Ghost type. Fails if the target is already affected, or affected by Miracle Eye or Odor Sleuth.",shortDesc:"Fighting, Normal hit Ghost. Evasiveness ignored."},forestscurse:{num:571,accuracy:100,basePower:0,category:"Status",name:"Forest's Curse",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},secondary:null,target:"normal",type:"Grass",zMove:{boost:{atk:1,def:1,spa:1,spd:1,spe:1}},desc:"Causes the Grass type to be added to the target, effectively making it have two or three types. Fails if the target is already a Grass type. If Trick-or-Treat adds a type to the target, it replaces the type added by this move and vice versa.",shortDesc:"Adds Grass to the target's type(s)."},foulplay:{num:492,accuracy:100,basePower:95,category:"Physical",name:"Foul Play",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},overrideOffensivePokemon:"target",secondary:null,target:"normal",type:"Dark",desc:"Damage is calculated using the target's Attack stat, including stat stage changes. The user's Ability, item, and burn are used as normal.",shortDesc:"Uses target's Attack stat in damage calculation."},freezedry:{num:573,accuracy:100,basePower:70,category:"Special",name:"Freeze-Dry",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,status:"frz"},target:"normal",type:"Ice",desc:"Has a 10% chance to freeze the target. This move's type effectiveness against Water is changed to be super effective no matter what this move's type is.",shortDesc:"10% chance to freeze. Super effective on Water."},freezeshock:{num:553,accuracy:90,basePower:140,category:"Physical",name:"Freeze Shock",pp:5,priority:0,flags:{charge:1,protect:1,mirror:1},secondary:{chance:30,status:"par"},target:"normal",type:"Ice",desc:"Has a 30% chance to paralyze the target. This attack charges on the first turn and executes on the second. If the user is holding a Power Herb, the move completes in one turn.",shortDesc:"Charges turn 1. Hits turn 2. 30% paralyze."},freezingglare:{num:821,accuracy:100,basePower:90,category:"Special",name:"Freezing Glare",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,status:"frz"},target:"normal",type:"Psychic",desc:"Has a 10% chance to freeze the target.",shortDesc:"10% chance to freeze the target."},freezyfrost:{num:739,accuracy:90,basePower:100,category:"Special",isNonstandard:"LGPE",name:"Freezy Frost",pp:10,priority:0,flags:{protect:1},secondary:null,target:"normal",type:"Ice",desc:"Resets the stat stages of all active Pokemon to 0.",shortDesc:"Eliminates all stat changes."},frenzyplant:{num:338,accuracy:90,basePower:150,category:"Special",name:"Frenzy Plant",pp:5,priority:0,flags:{recharge:1,protect:1,mirror:1,nonsky:1},self:{volatileStatus:"mustrecharge"},secondary:null,target:"normal",type:"Grass",desc:"If this move is successful, the user must recharge on the following turn and cannot select a move.",shortDesc:"User cannot move next turn."},frostbreath:{num:524,accuracy:90,basePower:60,category:"Special",name:"Frost Breath",pp:10,priority:0,flags:{protect:1,mirror:1},willCrit:!0,secondary:null,target:"normal",type:"Ice",desc:"This move is always a critical hit unless the target is under the effect of Lucky Chant or has the Battle Armor or Shell Armor Abilities.",shortDesc:"Always results in a critical hit."},frustration:{num:218,accuracy:100,basePower:0,category:"Physical",isNonstandard:"Past",name:"Frustration",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",zMove:{basePower:160},maxMove:{basePower:130},desc:"Power is equal to the greater of ((255 - user's Happiness) * 2/5), rounded down, or 1.",shortDesc:"Max 102 power at minimum Happiness."},furyattack:{num:31,accuracy:85,basePower:15,category:"Physical",name:"Fury Attack",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},multihit:[2,5],secondary:null,target:"normal",type:"Normal",desc:"Hits two to five times. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times.",shortDesc:"Hits 2-5 times in one turn."},furycutter:{num:210,accuracy:95,basePower:40,category:"Physical",name:"Fury Cutter",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},condition:{duration:2},secondary:null,target:"normal",type:"Bug",desc:"Power doubles with each successful hit, up to a maximum of 160 power. The power is reset if this move misses or another move is used.",shortDesc:"Power doubles with each hit, up to 160."},furyswipes:{num:154,accuracy:80,basePower:18,category:"Physical",name:"Fury Swipes",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},multihit:[2,5],secondary:null,target:"normal",type:"Normal",maxMove:{basePower:100},desc:"Hits two to five times. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times.",shortDesc:"Hits 2-5 times in one turn."},fusionbolt:{num:559,accuracy:100,basePower:100,category:"Physical",name:"Fusion Bolt",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Electric",desc:"Power doubles if the last move used by any Pokemon this turn was Fusion Flare.",shortDesc:"Power doubles if used after Fusion Flare this turn."},fusionflare:{num:558,accuracy:100,basePower:100,category:"Special",name:"Fusion Flare",pp:5,priority:0,flags:{protect:1,mirror:1,defrost:1},secondary:null,target:"normal",type:"Fire",desc:"Power doubles if the last move used by any Pokemon this turn was Fusion Bolt.",shortDesc:"Power doubles if used after Fusion Bolt this turn."},futuresight:{num:248,accuracy:100,basePower:120,category:"Special",name:"Future Sight",pp:10,priority:0,flags:{},ignoreImmunity:!0,isFutureMove:!0,secondary:null,target:"normal",type:"Psychic",desc:"Deals damage two turns after this move is used. At the end of that turn, the damage is calculated at that time and dealt to the Pokemon at the position the target had when the move was used. If the user is no longer active at the time, damage is calculated based on the user's natural Special Attack stat, types, and level, with no boosts from its held item or Ability. Fails if this move or Doom Desire is already in effect for the target's position.",shortDesc:"Hits two turns after being used."},gastroacid:{num:380,accuracy:100,basePower:0,category:"Status",name:"Gastro Acid",pp:10,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},volatileStatus:"gastroacid",condition:{},secondary:null,target:"normal",type:"Poison",zMove:{boost:{spe:1}},desc:"Causes the target's Ability to be rendered ineffective as long as it remains active. If the target uses Baton Pass, the replacement will remain under this effect. If the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode, this move fails, and receiving the effect through Baton Pass ends the effect immediately.",shortDesc:"Nullifies the target's Ability."},geargrind:{num:544,accuracy:85,basePower:50,category:"Physical",name:"Gear Grind",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},multihit:2,secondary:null,target:"normal",type:"Steel",zMove:{basePower:180},maxMove:{basePower:130},desc:"Hits twice. If the first hit breaks the target's substitute, it will take damage for the second hit.",shortDesc:"Hits 2 times in one turn."},gearup:{num:674,accuracy:!0,basePower:0,category:"Status",name:"Gear Up",pp:20,priority:0,flags:{snatch:1,bypasssub:1},secondary:null,target:"allySide",type:"Steel",zMove:{boost:{spa:1}},desc:"Raises the Attack and Special Attack of Pokemon on the user's side with the Plus or Minus Abilities by 1 stage.",shortDesc:"Raises Atk, Sp. Atk of allies with Plus/Minus by 1."},genesissupernova:{num:703,accuracy:!0,basePower:185,category:"Special",isNonstandard:"Past",name:"Genesis Supernova",pp:1,priority:0,flags:{},isZ:"mewniumz",secondary:{chance:100,self:{}},target:"normal",type:"Psychic",desc:"If this move is successful, the terrain becomes Psychic Terrain.",shortDesc:"Summons Psychic Terrain."},geomancy:{num:601,accuracy:!0,basePower:0,category:"Status",name:"Geomancy",pp:10,priority:0,flags:{charge:1,nonsky:1},boosts:{spa:2,spd:2,spe:2},secondary:null,target:"self",type:"Fairy",zMove:{boost:{atk:1,def:1,spa:1,spd:1,spe:1}},desc:"Raises the user's Special Attack, Special Defense, and Speed by 2 stages. This attack charges on the first turn and executes on the second. If the user is holding a Power Herb, the move completes in one turn.",shortDesc:"Charges, then raises SpA, SpD, Spe by 2 turn 2."},gigadrain:{num:202,accuracy:100,basePower:75,category:"Special",name:"Giga Drain",pp:10,priority:0,flags:{protect:1,mirror:1,heal:1},drain:[1,2],secondary:null,target:"normal",type:"Grass",desc:"The user recovers 1/2 the HP lost by the target, rounded half up. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded half down.",shortDesc:"User recovers 50% of the damage dealt."},gigaimpact:{num:416,accuracy:90,basePower:150,category:"Physical",name:"Giga Impact",pp:5,priority:0,flags:{contact:1,recharge:1,protect:1,mirror:1},self:{volatileStatus:"mustrecharge"},secondary:null,target:"normal",type:"Normal",desc:"If this move is successful, the user must recharge on the following turn and cannot select a move.",shortDesc:"User cannot move next turn."},gigavolthavoc:{num:646,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Gigavolt Havoc",pp:1,priority:0,flags:{},isZ:"electriumz",secondary:null,target:"normal",type:"Electric",shortDesc:"Power is equal to the base move's Z-Power."},glaciallance:{num:824,accuracy:100,basePower:130,category:"Physical",name:"Glacial Lance",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"allAdjacentFoes",type:"Ice",desc:"No additional effect.",shortDesc:"No additional effect. Hits adjacent foes."},glaciate:{num:549,accuracy:95,basePower:65,category:"Special",name:"Glaciate",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:100,boosts:{spe:-1}},target:"allAdjacentFoes",type:"Ice",desc:"Has a 100% chance to lower the target's Speed by 1 stage.",shortDesc:"100% chance to lower the foe(s) Speed by 1."},glare:{num:137,accuracy:100,basePower:0,category:"Status",name:"Glare",pp:30,priority:0,flags:{protect:1,reflectable:1,mirror:1},status:"par",secondary:null,target:"normal",type:"Normal",zMove:{boost:{spd:1}},desc:"Paralyzes the target.",shortDesc:"Paralyzes the target."},glitzyglow:{num:736,accuracy:95,basePower:80,category:"Special",isNonstandard:"LGPE",name:"Glitzy Glow",pp:15,priority:0,flags:{protect:1},self:{sideCondition:"lightscreen"},secondary:null,target:"normal",type:"Psychic",desc:"This move summons Light Screen for 5 turns upon use.",shortDesc:"Summons Light Screen."},gmaxbefuddle:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Befuddle",pp:5,priority:0,flags:{},isMax:"Butterfree",self:{},target:"adjacentFoe",type:"Bug",desc:"Power is equal to the base move's Max Move power. If this move is successful, each Pokemon on the opposing side either falls asleep, becomes poisoned, or becomes paralyzed, even if they have a substitute.",shortDesc:"Base move affects power. Foes: slp or psn or par."},gmaxcannonade:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Cannonade",pp:10,priority:0,flags:{},isMax:"Blastoise",self:{},condition:{duration:4,onResidualOrder:5,onResidualSubOrder:1,onSideResidualOrder:26,onSideResidualSubOrder:11},secondary:null,target:"adjacentFoe",type:"Water",desc:"Power is equal to the base move's Max Move power. If this move is successful, for 4 turns each non-Water-type Pokemon on the opposing side takes damage equal to 1/6 of its maximum HP, rounded down, at the end of each turn during effect, including the last turn.",shortDesc:"Base move affects power. Foes: -1/6 HP, 4 turns."},gmaxcentiferno:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Centiferno",pp:5,priority:0,flags:{},isMax:"Centiskorch",self:{},secondary:null,target:"adjacentFoe",type:"Fire",desc:"Power is equal to the base move's Max Move power. If this move is successful, each Pokemon on the opposing side is prevented from switching for four or five turns (seven turns if the user is holding Grip Claw), even if they have a substitute. Causes damage equal to 1/8 of their maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. They can still switch out if they are holding Shed Shell or use Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends for a target if it leaves the field, or if it uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Base move affects power. Foes: bound 4-5 turns."},gmaxchistrike:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Chi Strike",pp:5,priority:0,flags:{},isMax:"Machamp",self:{},condition:{noCopy:!0},secondary:null,target:"adjacentFoe",type:"Fighting",desc:"Power is equal to the base move's Max Move power. If this move is successful, each Pokemon on the user's side has their critical hit ratio raised by 1 stage, even if they have a substitute.",shortDesc:"Base move affects power. Allies: Crit Ratio +1."},gmaxcuddle:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Cuddle",pp:5,priority:0,flags:{},isMax:"Eevee",self:{},secondary:null,target:"adjacentFoe",type:"Normal",desc:"Power is equal to the base move's Max Move power. If this move is successful, each Pokemon on the opposing side becomes infatuated, even if they have a substitute. This effect does not happen for a target if both it and the user are the same gender, if either is genderless, or if the target is already infatuated.",shortDesc:"Base move affects power. Foes: infatuated."},gmaxdepletion:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Depletion",pp:5,priority:0,flags:{},isMax:"Duraludon",self:{},secondary:null,target:"adjacentFoe",type:"Dragon",desc:"Power is equal to the base move's Max Move power. If this move is successful, each Pokemon on the opposing side loses 2 PP from its last move used, even if they have a substitute.",shortDesc:"Base move affects power. Foes: last move -2 PP."},gmaxdrumsolo:{num:1e3,accuracy:!0,basePower:160,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Drum Solo",pp:5,priority:0,flags:{},isMax:"Rillaboom",ignoreAbility:!0,secondary:null,target:"adjacentFoe",type:"Grass",desc:"Power is 160 regardless of the base move's Max Move power. This move and its effects ignore the Abilities of other Pokemon.",shortDesc:"Always 160 power. Ignores Abilities."},gmaxfinale:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Finale",pp:5,priority:0,flags:{},isMax:"Alcremie",self:{},secondary:null,target:"adjacentFoe",type:"Fairy",desc:"Power is equal to the base move's Max Move power. If this move is successful, each Pokemon on the user's side restores 1/6 of its current maximum HP, even if they have a substitute.",shortDesc:"Base move affects power. Allies: +1/6 max HP."},gmaxfireball:{num:1e3,accuracy:!0,basePower:160,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Fireball",pp:5,priority:0,flags:{},isMax:"Cinderace",ignoreAbility:!0,secondary:null,target:"adjacentFoe",type:"Fire",desc:"Power is 160 regardless of the base move's Max Move power. This move and its effects ignore the Abilities of other Pokemon.",shortDesc:"Always 160 power. Ignores Abilities."},gmaxfoamburst:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Foam Burst",pp:5,priority:0,flags:{},isMax:"Kingler",self:{},secondary:null,target:"adjacentFoe",type:"Water",desc:"Power is equal to the base move's Max Move power. If this move is successful, the Speed of each Pokemon on the opposing side is lowered by 2 stages, even if they have a substitute.",shortDesc:"Base move affects power. Foes: -2 Speed."},gmaxgoldrush:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Gold Rush",pp:5,priority:0,flags:{},isMax:"Meowth",self:{},secondary:null,target:"adjacentFoe",type:"Normal",desc:"Power is equal to the base move's Max Move power. If this move is successful, each Pokemon on the opposing side becomes confused, even if they have a substitute.",shortDesc:"Base move affects power. Foes: confused."},gmaxgravitas:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Gravitas",pp:5,priority:0,flags:{},isMax:"Orbeetle",self:{pseudoWeather:"gravity"},target:"adjacentFoe",type:"Psychic",desc:"Power is equal to the base move's Max Move power. If this move is successful, the effect of Gravity begins.",shortDesc:"Base move affects power. Starts Gravity."},gmaxhydrosnipe:{num:1e3,accuracy:!0,basePower:160,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Hydrosnipe",pp:5,priority:0,flags:{},isMax:"Inteleon",ignoreAbility:!0,secondary:null,target:"adjacentFoe",type:"Water",desc:"Power is 160 regardless of the base move's Max Move power. This move and its effects ignore the Abilities of other Pokemon.",shortDesc:"Always 160 power. Ignores Abilities."},gmaxmalodor:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Malodor",pp:5,priority:0,flags:{},isMax:"Garbodor",self:{},target:"adjacentFoe",type:"Poison",desc:"Power is equal to the base move's Max Move power. If this move is successful, each Pokemon on the opposing side becomes poisoned, even if they have a substitute.",shortDesc:"Base move affects power. Foes: poisoned."},gmaxmeltdown:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Meltdown",pp:5,priority:0,flags:{},isMax:"Melmetal",self:{},secondary:null,target:"adjacentFoe",type:"Steel",desc:"Power is equal to the base move's Max Move power. If this move is successful, the effect of Torment begins for each Pokemon on the opposing side, even if they have a substitute.",shortDesc:"Base move affects power. Foes: Tormented."},gmaxoneblow:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max One Blow",pp:5,priority:0,flags:{},isMax:"Urshifu",secondary:null,target:"adjacentFoe",type:"Dark",desc:"Power is equal to the base move's Max Move power. This move bypasses all protection effects, including Max Guard.",shortDesc:"Base move affects power. Bypasses Max Guard."},gmaxrapidflow:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Rapid Flow",pp:5,priority:0,flags:{},isMax:"Urshifu-Rapid-Strike",secondary:null,target:"adjacentFoe",type:"Water",desc:"Power is equal to the base move's Max Move power. This move bypasses all protection effects, including Max Guard.",shortDesc:"Base move affects power. Bypasses Max Guard."},gmaxreplenish:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Replenish",pp:5,priority:0,flags:{},isMax:"Snorlax",self:{},secondary:null,target:"adjacentFoe",type:"Normal",desc:"Power is equal to the base move's Max Move power. If this move is successful, there is a 50% chance every Pokemon on the user's side has its Berry restored, even if they have a substitute.",shortDesc:"Base move affects power. 50% restores Berries."},gmaxresonance:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Resonance",pp:5,priority:0,flags:{},isMax:"Lapras",self:{sideCondition:"auroraveil"},secondary:null,target:"adjacentFoe",type:"Ice",desc:"Power is equal to the base move's Max Move power. If this move is successful, the effect of Aurora Veil begins on the user's side.",shortDesc:"Base move affects power. Allies: Aurora Veil."},gmaxsandblast:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Sandblast",pp:5,priority:0,flags:{},isMax:"Sandaconda",self:{},secondary:null,target:"adjacentFoe",type:"Ground",desc:"Power is equal to the base move's Max Move power. If this move is successful, each Pokemon on the opposing side is prevented from switching for four or five turns (seven turns if the user is holding Grip Claw), even if they have a substitute. Causes damage equal to 1/8 of their maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. They can still switch out if they are holding Shed Shell or use Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends for a target if it leaves the field, or if it uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Base move affects power. Foes: bound 4-5 turns."},gmaxsmite:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Smite",pp:5,priority:0,flags:{},isMax:"Hatterene",self:{},secondary:null,target:"adjacentFoe",type:"Fairy",desc:"Power is equal to the base move's Max Move power. If this move is successful, each Pokemon on the opposing side becomes confused, even if they have a substitute.",shortDesc:"Base move affects power. Foes: confused."},gmaxsnooze:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Snooze",pp:5,priority:0,flags:{},isMax:"Grimmsnarl",secondary:null,target:"adjacentFoe",type:"Dark",desc:"Power is equal to the base move's Max Move power. If this move is successful, there is a 50% chance the effect of Yawn begins on the target, even if it has a substitute.",shortDesc:"Base move affects power. Target: 50% Yawn."},gmaxsteelsurge:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Steelsurge",pp:5,priority:0,flags:{},isMax:"Copperajah",self:{},condition:{},secondary:null,target:"adjacentFoe",type:"Steel",desc:"Power is equal to the base move's Max Move power. If this move is successful, it sets up a hazard on the opposing side of the field, damaging each opposing Pokemon that switches in. Foes lose 1/32, 1/16, 1/8, 1/4, or 1/2 of their maximum HP, rounded down, based on their weakness to the Steel type; 0.25x, 0.5x, neutral, 2x, or 4x, respectively. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin or Defog successfully, or is hit by Defog.",shortDesc:"Base move affects power. Foes: Steel hazard."},gmaxstonesurge:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Stonesurge",pp:5,priority:0,flags:{},isMax:"Drednaw",self:{},secondary:null,target:"adjacentFoe",type:"Water",desc:"Power is equal to the base move's Max Move power. If this move is successful, it sets up a hazard on the opposing side of the field, damaging each opposing Pokemon that switches in. Foes lose 1/32, 1/16, 1/8, 1/4, or 1/2 of their maximum HP, rounded down, based on their weakness to the Rock type; 0.25x, 0.5x, neutral, 2x, or 4x, respectively. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin or Defog successfully, or is hit by Defog.",shortDesc:"Base move affects power. Foes: Stealth Rock."},gmaxstunshock:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Stun Shock",pp:10,priority:0,flags:{},isMax:"Toxtricity",self:{},secondary:null,target:"adjacentFoe",type:"Electric",desc:"Power is equal to the base move's Max Move power. If this move is successful, each Pokemon on the opposing side either becomes poisoned or paralyzed, even if they have a substitute.",shortDesc:"Base move affects power. Foes: psn or par."},gmaxsweetness:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Sweetness",pp:10,priority:0,flags:{},isMax:"Appletun",self:{},secondary:null,target:"adjacentFoe",type:"Grass",desc:"Power is equal to the base move's Max Move power. If this move is successful, each Pokemon on the user's side has its status condition cured, even if they have a substitute.",shortDesc:"Base move affects power. Allies: status cured."},gmaxtartness:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Tartness",pp:10,priority:0,flags:{},isMax:"Flapple",self:{},secondary:null,target:"adjacentFoe",type:"Grass",desc:"Power is equal to the base move's Max Move power. If this move is successful, the evasiveness of each Pokemon on the opposing side is lowered by 1 stage, even if they have a substitute.",shortDesc:"Base move affects power. Foes: -1 evasiveness."},gmaxterror:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Terror",pp:10,priority:0,flags:{},isMax:"Gengar",self:{},secondary:null,target:"adjacentFoe",type:"Ghost",desc:"Power is equal to the base move's Max Move power. If this move is successful, each Pokemon on the opposing side is prevented from switching out, even if they have a substitute. They can still switch out if they are holding Shed Shell or use Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. If a target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field.",shortDesc:"Base move affects power. Foes: trapped."},gmaxvinelash:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Vine Lash",pp:10,priority:0,flags:{},isMax:"Venusaur",self:{},condition:{duration:4,onResidualOrder:5,onResidualSubOrder:1,onSideResidualOrder:26,onSideResidualSubOrder:11},secondary:null,target:"adjacentFoe",type:"Grass",desc:"Power is equal to the base move's Max Move power. If this move is successful, for 4 turns each non-Grass-type Pokemon on the opposing side takes damage equal to 1/6 of its maximum HP, rounded down, at the end of each turn during effect, including the last turn.",shortDesc:"Base move affects power. Foes: -1/6 HP, 4 turns."},gmaxvolcalith:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Volcalith",pp:10,priority:0,flags:{},isMax:"Coalossal",self:{},condition:{duration:4,onResidualOrder:5,onResidualSubOrder:1,onSideResidualOrder:26,onSideResidualSubOrder:11},secondary:null,target:"adjacentFoe",type:"Rock",desc:"Power is equal to the base move's Max Move power. If this move is successful, for 4 turns each non-Rock-type Pokemon on the opposing side takes damage equal to 1/6 of its maximum HP, rounded down, at the end of each turn during effect, including the last turn.",shortDesc:"Base move affects power. Foes: -1/6 HP, 4 turns."},gmaxvoltcrash:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Volt Crash",pp:10,priority:0,flags:{},isMax:"Pikachu",self:{},secondary:null,target:"adjacentFoe",type:"Electric",desc:"Power is equal to the base move's Max Move power. If this move is successful, each Pokemon on the opposing side becomes paralyzed, even if they have a substitute.",shortDesc:"Base move affects power. Foes: paralyzed."},gmaxwildfire:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Wildfire",pp:10,priority:0,flags:{},isMax:"Charizard",self:{},condition:{duration:4,onResidualOrder:5,onResidualSubOrder:1,onSideResidualOrder:26,onSideResidualSubOrder:11},secondary:null,target:"adjacentFoe",type:"Fire",desc:"Power is equal to the base move's Max Move power. If this move is successful, for 4 turns each non-Fire-type Pokemon on the opposing side takes damage equal to 1/6 of its maximum HP, rounded down, at the end of each turn during effect, including the last turn.",shortDesc:"Base move affects power. Foes: -1/6 HP, 4 turns."},gmaxwindrage:{num:1e3,accuracy:!0,basePower:10,category:"Physical",isNonstandard:"Gigantamax",name:"G-Max Wind Rage",pp:10,priority:0,flags:{},isMax:"Corviknight",self:{},secondary:null,target:"adjacentFoe",type:"Flying",desc:"Power is equal to the base move's Max Move power. If this move is successful, the effects of Electric Terrain, Grassy Terrain, Misty Terrain, and Psychic Terrain end, the effects of Reflect, Light Screen, Aurora Veil, Safeguard, Mist, G-Max Steelsurge, Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the target's side, and the effects of G-Max Steelsurge, Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the user's side.",shortDesc:"Base move affects power. Ends Terrain, hazards."},grassknot:{num:447,accuracy:100,basePower:0,category:"Special",name:"Grass Knot",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1,nonsky:1},secondary:null,target:"normal",type:"Grass",zMove:{basePower:160},maxMove:{basePower:130},desc:"This move's power is 20 if the target weighs less than 10 kg, 40 if less than 25 kg, 60 if less than 50 kg, 80 if less than 100 kg, 100 if less than 200 kg, and 120 if greater than or equal to 200 kg.",shortDesc:"More power the heavier the target."},grasspledge:{num:520,accuracy:100,basePower:80,category:"Special",name:"Grass Pledge",pp:10,priority:0,flags:{protect:1,mirror:1,nonsky:1},condition:{duration:4,onSideResidualOrder:26,onSideResidualSubOrder:9},secondary:null,target:"normal",type:"Grass",desc:"If one of the user's allies chose to use Fire Pledge or Water Pledge this turn and has not moved yet, it takes its turn immediately after the user and the user's move does nothing. If combined with Fire Pledge, the ally uses Fire Pledge with 150 power and a sea of fire appears on the target's side for 4 turns, which causes damage to non-Fire types equal to 1/8 of their maximum HP, rounded down, at the end of each turn during effect, including the last turn. If combined with Water Pledge, the ally uses Grass Pledge with 150 power and a swamp appears on the target's side for 4 turns, which quarters the Speed of each Pokemon on that side. When used as a combined move, this move gains STAB no matter what the user's type is. This move does not consume the user's Grass Gem.",shortDesc:"Use with Fire or Water Pledge for added effect."},grasswhistle:{num:320,accuracy:55,basePower:0,category:"Status",isNonstandard:"Past",name:"Grass Whistle",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1,sound:1,bypasssub:1},status:"slp",secondary:null,target:"normal",type:"Grass",zMove:{boost:{spe:1}},shortDesc:"Causes the target to fall asleep."},grassyglide:{num:803,accuracy:100,basePower:70,category:"Physical",name:"Grassy Glide",pp:20,priority:0,flags:{contact:1,protect:1},secondary:null,target:"normal",type:"Grass",desc:"If the current terrain is Grassy Terrain and the user is grounded, this move has its priority increased by 1.",shortDesc:"User on Grassy Terrain: +1 priority."},grassyterrain:{num:580,accuracy:!0,basePower:0,category:"Status",name:"Grassy Terrain",pp:10,priority:0,flags:{nonsky:1},terrain:"grassyterrain",condition:{duration:5,onBasePowerPriority:6,onResidualOrder:5,onResidualSubOrder:2,onFieldResidualOrder:27,onFieldResidualSubOrder:7},secondary:null,target:"all",type:"Grass",zMove:{boost:{def:1}},desc:"For 5 turns, the terrain becomes Grassy Terrain. During the effect, the power of Grass-type attacks used by grounded Pokemon is multiplied by 1.3, the power of Bulldoze, Earthquake, and Magnitude used against grounded Pokemon is multiplied by 0.5, and grounded Pokemon have 1/16 of their maximum HP, rounded down, restored at the end of each turn, including the last turn. Camouflage transforms the user into a Grass type, Nature Power becomes Energy Ball, and Secret Power has a 30% chance to cause sleep. Fails if the current terrain is Grassy Terrain.",shortDesc:"5 turns. Grounded: +Grass power, +1/16 max HP."},gravapple:{num:788,accuracy:100,basePower:80,category:"Physical",name:"Grav Apple",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:100,boosts:{def:-1}},target:"normal",type:"Grass",desc:"Has a 100% chance to lower the target's Defense by 1 stage. Power is multiplied by 1.5 during Gravity's effect.",shortDesc:"Target: 100% -1 Def. During Gravity: 1.5x power."},gravity:{num:356,accuracy:!0,basePower:0,category:"Status",name:"Gravity",pp:5,priority:0,flags:{nonsky:1},pseudoWeather:"gravity",condition:{duration:5,onBeforeMovePriority:6,onFieldResidualOrder:27,onFieldResidualSubOrder:2},secondary:null,target:"all",type:"Psychic",zMove:{boost:{spa:1}},desc:"For 5 turns, the evasiveness of all active Pokemon is multiplied by 0.6. At the time of use, Bounce, Fly, Magnet Rise, Sky Drop, and Telekinesis end immediately for all active Pokemon. During the effect, Bounce, Fly, Flying Press, High Jump Kick, Jump Kick, Magnet Rise, Sky Drop, Splash, and Telekinesis are prevented from being used by all active Pokemon. Ground-type attacks, Spikes, Toxic Spikes, Sticky Web, and the Arena Trap Ability can affect Flying types or Pokemon with the Levitate Ability. Fails if this move is already in effect.",shortDesc:"5 turns: no Ground immunities, 1.67x accuracy."},growl:{num:45,accuracy:100,basePower:0,category:"Status",name:"Growl",pp:40,priority:0,flags:{protect:1,reflectable:1,mirror:1,sound:1,bypasssub:1},boosts:{atk:-1},secondary:null,target:"allAdjacentFoes",type:"Normal",zMove:{boost:{def:1}},desc:"Lowers the target's Attack by 1 stage.",shortDesc:"Lowers the foe(s) Attack by 1."},growth:{num:74,accuracy:!0,basePower:0,category:"Status",name:"Growth",pp:20,priority:0,flags:{snatch:1},boosts:{atk:1,spa:1},secondary:null,target:"self",type:"Normal",zMove:{boost:{spa:1}},desc:"Raises the user's Attack and Special Attack by 1 stage. If the weather is Sunny Day or Desolate Land, this move raises the user's Attack and Special Attack by 2 stages. If the user is holding Utility Umbrella, this move will only raise the user's Attack and Special Attack by 1 stage, even if the weather is Sunny Day or Desolate Land.",shortDesc:"Raises user's Attack and Sp. Atk by 1; 2 in Sun."},grudge:{num:288,accuracy:!0,basePower:0,category:"Status",name:"Grudge",pp:5,priority:0,flags:{bypasssub:1},volatileStatus:"grudge",condition:{onBeforeMovePriority:100},secondary:null,target:"self",type:"Ghost",zMove:{effect:"redirect"},desc:"Until the user's next turn, if an opposing Pokemon's attack knocks the user out, that move loses all its remaining PP.",shortDesc:"If the user faints, the attack used loses all its PP."},guardianofalola:{num:698,accuracy:!0,basePower:0,category:"Special",isNonstandard:"Past",name:"Guardian of Alola",pp:1,priority:0,flags:{},isZ:"tapuniumz",secondary:null,target:"normal",type:"Fairy",desc:"Deals damage to the target equal to 3/4 of its current HP, rounded down, but not less than 1 HP.",shortDesc:"Does damage equal to 3/4 target's current HP."},guardsplit:{num:470,accuracy:!0,basePower:0,category:"Status",name:"Guard Split",pp:10,priority:0,flags:{protect:1,allyanim:1},secondary:null,target:"normal",type:"Psychic",zMove:{boost:{spe:1}},desc:"The user and the target have their Defense and Special Defense stats set to be equal to the average of the user and the target's Defense and Special Defense stats, respectively, rounded down. Stat stage changes are unaffected.",shortDesc:"Averages Defense and Sp. Def stats with target."},guardswap:{num:385,accuracy:!0,basePower:0,category:"Status",name:"Guard Swap",pp:10,priority:0,flags:{protect:1,mirror:1,bypasssub:1,allyanim:1},secondary:null,target:"normal",type:"Psychic",zMove:{boost:{spe:1}},desc:"The user swaps its Defense and Special Defense stat stage changes with the target.",shortDesc:"Swaps Defense and Sp. Def changes with target."},guillotine:{num:12,accuracy:30,basePower:0,category:"Physical",name:"Guillotine",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},ohko:!0,secondary:null,target:"normal",type:"Normal",zMove:{basePower:180},maxMove:{basePower:130},desc:"Deals damage to the target equal to the target's maximum HP. Ignores accuracy and evasiveness modifiers. This attack's accuracy is equal to (user's level - target's level + 30)%, and fails if the target is at a higher level. Pokemon with the Sturdy Ability are immune.",shortDesc:"OHKOs the target. Fails if user is a lower level."},gunkshot:{num:441,accuracy:80,basePower:120,category:"Physical",name:"Gunk Shot",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:{chance:30,status:"psn"},target:"normal",type:"Poison",desc:"Has a 30% chance to poison the target.",shortDesc:"30% chance to poison the target."},gust:{num:16,accuracy:100,basePower:40,category:"Special",name:"Gust",pp:35,priority:0,flags:{protect:1,mirror:1,distance:1},secondary:null,target:"any",type:"Flying",desc:"Power doubles if the target is using Bounce, Fly, or Sky Drop, or is under the effect of Sky Drop.",shortDesc:"Power doubles during Bounce, Fly, and Sky Drop."},gyroball:{num:360,accuracy:100,basePower:0,category:"Physical",name:"Gyro Ball",pp:5,priority:0,flags:{bullet:1,contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Steel",zMove:{basePower:160},maxMove:{basePower:130},desc:"Power is equal to (25 * target's current Speed / user's current Speed) + 1, rounded down, but not more than 150. If the user's current Speed is 0, this move's power is 1.",shortDesc:"More power the slower the user than the target."},hail:{num:258,accuracy:!0,basePower:0,category:"Status",name:"Hail",pp:10,priority:0,flags:{},weather:"hail",secondary:null,target:"all",type:"Ice",zMove:{boost:{spe:1}},desc:"For 5 turns, the weather becomes Hail. At the end of each turn except the last, all active Pokemon lose 1/16 of their maximum HP, rounded down, unless they are an Ice type or have the Ice Body, Magic Guard, Overcoat, or Snow Cloak Abilities. Lasts for 8 turns if the user is holding Icy Rock. Fails if the current weather is Hail.",shortDesc:"For 5 turns, hail crashes down."},hammerarm:{num:359,accuracy:90,basePower:100,category:"Physical",name:"Hammer Arm",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1},self:{boosts:{spe:-1}},secondary:null,target:"normal",type:"Fighting",desc:"Lowers the user's Speed by 1 stage.",shortDesc:"Lowers the user's Speed by 1."},happyhour:{num:603,accuracy:!0,basePower:0,category:"Status",name:"Happy Hour",pp:30,priority:0,flags:{},secondary:null,target:"allySide",type:"Normal",zMove:{boost:{atk:1,def:1,spa:1,spd:1,spe:1}},shortDesc:"No competitive use."},harden:{num:106,accuracy:!0,basePower:0,category:"Status",name:"Harden",pp:30,priority:0,flags:{snatch:1},boosts:{def:1},secondary:null,target:"self",type:"Normal",zMove:{boost:{def:1}},desc:"Raises the user's Defense by 1 stage.",shortDesc:"Raises the user's Defense by 1."},haze:{num:114,accuracy:!0,basePower:0,category:"Status",name:"Haze",pp:30,priority:0,flags:{bypasssub:1},secondary:null,target:"all",type:"Ice",zMove:{effect:"heal"},desc:"Resets the stat stages of all active Pokemon to 0.",shortDesc:"Eliminates all stat changes."},headbutt:{num:29,accuracy:100,basePower:70,category:"Physical",name:"Headbutt",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:30,volatileStatus:"flinch"},target:"normal",type:"Normal",desc:"Has a 30% chance to make the target flinch.",shortDesc:"30% chance to make the target flinch."},headcharge:{num:543,accuracy:100,basePower:120,category:"Physical",name:"Head Charge",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},recoil:[1,4],secondary:null,target:"normal",type:"Normal",desc:"If the target lost HP, the user takes recoil damage equal to 1/4 the HP lost by the target, rounded half up, but not less than 1 HP.",shortDesc:"Has 1/4 recoil."},headsmash:{num:457,accuracy:80,basePower:150,category:"Physical",name:"Head Smash",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},recoil:[1,2],secondary:null,target:"normal",type:"Rock",desc:"If the target lost HP, the user takes recoil damage equal to 1/2 the HP lost by the target, rounded half up, but not less than 1 HP.",shortDesc:"Has 1/2 recoil."},healbell:{num:215,accuracy:!0,basePower:0,category:"Status",name:"Heal Bell",pp:5,priority:0,flags:{snatch:1,sound:1,distance:1,bypasssub:1},target:"allyTeam",type:"Normal",zMove:{effect:"heal"},desc:"Every Pokemon in the user's party is cured of its non-volatile status condition. Active Pokemon with the Soundproof Ability are not cured, unless they are the user.",shortDesc:"Cures the user's party of all status conditions."},healblock:{num:377,accuracy:100,basePower:0,category:"Status",isNonstandard:"Past",name:"Heal Block",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1},volatileStatus:"healblock",condition:{duration:5,onBeforeMovePriority:6,onResidualOrder:20},secondary:null,target:"allAdjacentFoes",type:"Psychic",zMove:{boost:{spa:2}},desc:"For 5 turns, the target is prevented from restoring any HP as long as it remains active. During the effect, healing and draining moves are unusable, and Abilities and items that grant healing will not heal the user. If an affected Pokemon uses Baton Pass, the replacement will remain unable to restore its HP. Pain Split and the Regenerator Ability are unaffected.",shortDesc:"For 5 turns, the foe(s) is prevented from healing."},healingwish:{num:361,accuracy:!0,basePower:0,category:"Status",name:"Healing Wish",pp:10,priority:0,flags:{snatch:1,heal:1},selfdestruct:"ifHit",slotCondition:"healingwish",condition:{},secondary:null,target:"self",type:"Psychic",desc:"The user faints, and if the Pokemon brought out to replace it does not have full HP or has a non-volatile status condition, its HP is fully restored along with having any non-volatile status condition cured. The replacement is sent out at the end of the turn, and the healing happens before hazards take effect. This effect continues until a Pokemon that meets either of these conditions switches in at the user's position or gets swapped into the position with Ally Switch. Fails if the user is the last unfainted Pokemon in its party.",shortDesc:"User faints. Next hurt Pokemon is fully healed."},healorder:{num:456,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Heal Order",pp:10,priority:0,flags:{snatch:1,heal:1},heal:[1,2],secondary:null,target:"self",type:"Bug",zMove:{effect:"clearnegativeboost"},desc:"The user restores 1/2 of its maximum HP, rounded half up.",shortDesc:"Heals the user by 50% of its max HP."},healpulse:{num:505,accuracy:!0,basePower:0,category:"Status",name:"Heal Pulse",pp:10,priority:0,flags:{protect:1,pulse:1,reflectable:1,distance:1,heal:1,allyanim:1},secondary:null,target:"any",type:"Psychic",zMove:{effect:"clearnegativeboost"},desc:"The target restores 1/2 of its maximum HP, rounded half up. If the user has the Mega Launcher Ability, the target instead restores 3/4 of its maximum HP, rounded half down.",shortDesc:"Heals the target by 50% of its max HP."},heartstamp:{num:531,accuracy:100,basePower:60,category:"Physical",isNonstandard:"Past",name:"Heart Stamp",pp:25,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:30,volatileStatus:"flinch"},target:"normal",type:"Psychic",desc:"Has a 30% chance to make the target flinch.",shortDesc:"30% chance to make the target flinch."},heartswap:{num:391,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Heart Swap",pp:10,priority:0,flags:{protect:1,mirror:1,bypasssub:1,allyanim:1},secondary:null,target:"normal",type:"Psychic",zMove:{effect:"crit2"},desc:"The user swaps all its stat stage changes with the target.",shortDesc:"Swaps all stat changes with target."},heatcrash:{num:535,accuracy:100,basePower:0,category:"Physical",name:"Heat Crash",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1,nonsky:1},secondary:null,target:"normal",type:"Fire",zMove:{basePower:160},maxMove:{basePower:130},desc:"The power of this move depends on (user's weight / target's weight), rounded down. Power is equal to 120 if the result is 5 or more, 100 if 4, 80 if 3, 60 if 2, and 40 if 1 or less. Damage doubles and no accuracy check is done if the target has used Minimize while active.",shortDesc:"More power the heavier the user than the target."},heatwave:{num:257,accuracy:90,basePower:95,category:"Special",name:"Heat Wave",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,status:"brn"},target:"allAdjacentFoes",type:"Fire",desc:"Has a 10% chance to burn the target.",shortDesc:"10% chance to burn the foe(s)."},heavyslam:{num:484,accuracy:100,basePower:0,category:"Physical",name:"Heavy Slam",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1,nonsky:1},secondary:null,target:"normal",type:"Steel",zMove:{basePower:160},maxMove:{basePower:130},desc:"The power of this move depends on (user's weight / target's weight), rounded down. Power is equal to 120 if the result is 5 or more, 100 if 4, 80 if 3, 60 if 2, and 40 if 1 or less. Damage doubles and no accuracy check is done if the target has used Minimize while active.",shortDesc:"More power the heavier the user than the target."},helpinghand:{num:270,accuracy:!0,basePower:0,category:"Status",name:"Helping Hand",pp:20,priority:5,flags:{bypasssub:1},volatileStatus:"helpinghand",condition:{duration:1,onBasePowerPriority:10},secondary:null,target:"adjacentAlly",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"The power of the target's attack this turn is multiplied by 1.5 (this effect is stackable). Fails if there is no ally adjacent to the user or if the ally already moved this turn, but does not fail if the ally is using a two-turn move.",shortDesc:"One adjacent ally's move power is 1.5x this turn."},hex:{num:506,accuracy:100,basePower:65,category:"Special",name:"Hex",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Ghost",zMove:{basePower:160},desc:"Power doubles if the target has a non-volatile status condition.",shortDesc:"Power doubles if the target has a status ailment."},hiddenpower:{num:237,accuracy:100,basePower:60,category:"Special",isNonstandard:"Past",name:"Hidden Power",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",desc:"This move's type depends on the user's individual values (IVs), and can be any type but Fairy and Normal.",shortDesc:"Varies in type based on the user's IVs."},hiddenpowerbug:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Bug",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Bug"},hiddenpowerdark:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Dark",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Dark"},hiddenpowerdragon:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Dragon",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Dragon"},hiddenpowerelectric:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Electric",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Electric"},hiddenpowerfighting:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Fighting",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Fighting"},hiddenpowerfire:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Fire",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Fire"},hiddenpowerflying:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Flying",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Flying"},hiddenpowerghost:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Ghost",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Ghost"},hiddenpowergrass:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Grass",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Grass"},hiddenpowerground:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Ground",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Ground"},hiddenpowerice:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Ice",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Ice"},hiddenpowerpoison:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Poison",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Poison"},hiddenpowerpsychic:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Psychic",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Psychic"},hiddenpowerrock:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Rock",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Rock"},hiddenpowersteel:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Steel",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Steel"},hiddenpowerwater:{num:237,accuracy:100,basePower:60,category:"Special",realMove:"Hidden Power",isNonstandard:"Past",name:"Hidden Power Water",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Water"},highhorsepower:{num:667,accuracy:95,basePower:95,category:"Physical",name:"High Horsepower",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Ground",shortDesc:"No additional effect."},highjumpkick:{num:136,accuracy:90,basePower:130,category:"Physical",name:"High Jump Kick",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1,gravity:1},hasCrashDamage:!0,secondary:null,target:"normal",type:"Fighting",desc:"If this attack is not successful, the user loses half of its maximum HP, rounded down, as crash damage. Pokemon with the Magic Guard Ability are unaffected by crash damage.",shortDesc:"User is hurt by 50% of its max HP if it misses."},holdback:{num:610,accuracy:100,basePower:40,category:"Physical",name:"Hold Back",pp:40,priority:0,flags:{contact:1,protect:1,mirror:1},onDamagePriority:-20,secondary:null,target:"normal",type:"Normal",desc:"Leaves the target with at least 1 HP.",shortDesc:"Always leaves the target with at least 1 HP."},holdhands:{num:607,accuracy:!0,basePower:0,category:"Status",name:"Hold Hands",pp:40,priority:0,flags:{bypasssub:1},secondary:null,target:"adjacentAlly",type:"Normal",zMove:{boost:{atk:1,def:1,spa:1,spd:1,spe:1}},desc:"No competitive use. Fails if there is no ally adjacent to the user.",shortDesc:"No competitive use."},honeclaws:{num:468,accuracy:!0,basePower:0,category:"Status",name:"Hone Claws",pp:15,priority:0,flags:{snatch:1},boosts:{atk:1,accuracy:1},secondary:null,target:"self",type:"Dark",zMove:{boost:{atk:1}},desc:"Raises the user's Attack and accuracy by 1 stage.",shortDesc:"Raises the user's Attack and accuracy by 1."},hornattack:{num:30,accuracy:100,basePower:65,category:"Physical",name:"Horn Attack",pp:25,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",shortDesc:"No additional effect."},horndrill:{num:32,accuracy:30,basePower:0,category:"Physical",name:"Horn Drill",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},ohko:!0,secondary:null,target:"normal",type:"Normal",zMove:{basePower:180},maxMove:{basePower:130},desc:"Deals damage to the target equal to the target's maximum HP. Ignores accuracy and evasiveness modifiers. This attack's accuracy is equal to (user's level - target's level + 30)%, and fails if the target is at a higher level. Pokemon with the Sturdy Ability are immune.",shortDesc:"OHKOs the target. Fails if user is a lower level."},hornleech:{num:532,accuracy:100,basePower:75,category:"Physical",name:"Horn Leech",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1,heal:1},drain:[1,2],secondary:null,target:"normal",type:"Grass",desc:"The user recovers 1/2 the HP lost by the target, rounded half up. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded half down.",shortDesc:"User recovers 50% of the damage dealt."},howl:{num:336,accuracy:!0,basePower:0,category:"Status",name:"Howl",pp:40,priority:0,flags:{snatch:1,sound:1},boosts:{atk:1},secondary:null,target:"allies",type:"Normal",zMove:{boost:{atk:1}},desc:"Raises the Attack of the user and all allies 1 stage.",shortDesc:"Raises the user's and ally's Attack by 1."},hurricane:{num:542,accuracy:70,basePower:110,category:"Special",name:"Hurricane",pp:10,priority:0,flags:{protect:1,mirror:1,distance:1},secondary:{chance:30,volatileStatus:"confusion"},target:"any",type:"Flying",desc:"Has a 30% chance to confuse the target. This move can hit a target using Bounce, Fly, or Sky Drop, or is under the effect of Sky Drop. If the weather is Primordial Sea or Rain Dance, this move does not check accuracy. If the weather is Desolate Land or Sunny Day, this move's accuracy is 50%. If this move is used against a Pokemon holding Utility Umbrella, this move's accuracy remains at 70%.",shortDesc:"30% chance to confuse target. Can't miss in rain."},hydrocannon:{num:308,accuracy:90,basePower:150,category:"Special",name:"Hydro Cannon",pp:5,priority:0,flags:{recharge:1,protect:1,mirror:1},self:{volatileStatus:"mustrecharge"},secondary:null,target:"normal",type:"Water",desc:"If this move is successful, the user must recharge on the following turn and cannot select a move.",shortDesc:"User cannot move next turn."},hydropump:{num:56,accuracy:80,basePower:110,category:"Special",name:"Hydro Pump",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Water",shortDesc:"No additional effect."},hydrovortex:{num:642,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Hydro Vortex",pp:1,priority:0,flags:{},isZ:"wateriumz",secondary:null,target:"normal",type:"Water",shortDesc:"Power is equal to the base move's Z-Power."},hyperbeam:{num:63,accuracy:90,basePower:150,category:"Special",name:"Hyper Beam",pp:5,priority:0,flags:{recharge:1,protect:1,mirror:1},self:{volatileStatus:"mustrecharge"},secondary:null,target:"normal",type:"Normal",desc:"If this move is successful, the user must recharge on the following turn and cannot select a move.",shortDesc:"User cannot move next turn."},hyperfang:{num:158,accuracy:90,basePower:80,category:"Physical",isNonstandard:"Past",name:"Hyper Fang",pp:15,priority:0,flags:{bite:1,contact:1,protect:1,mirror:1},secondary:{chance:10,volatileStatus:"flinch"},target:"normal",type:"Normal",desc:"Has a 10% chance to make the target flinch.",shortDesc:"10% chance to make the target flinch."},hyperspacefury:{num:621,accuracy:!0,basePower:100,category:"Physical",isNonstandard:"Past",name:"Hyperspace Fury",pp:5,priority:0,flags:{mirror:1,bypasssub:1},breaksProtect:!0,self:{boosts:{def:-1}},secondary:null,target:"normal",type:"Dark",desc:"Lowers the user's Defense by 1 stage. This move cannot be used successfully unless the user's current form, while considering Transform, is Hoopa Unbound. If this move is successful, it breaks through the target's Baneful Bunker, Detect, King's Shield, Protect, or Spiky Shield for this turn, allowing other Pokemon to attack the target normally. If the target's side is protected by Crafty Shield, Mat Block, Quick Guard, or Wide Guard, that protection is also broken for this turn and other Pokemon may attack the target's side normally.",shortDesc:"Hoopa-U: Lowers user's Def by 1; breaks protect."},hyperspacehole:{num:593,accuracy:!0,basePower:80,category:"Special",isNonstandard:"Past",name:"Hyperspace Hole",pp:5,priority:0,flags:{mirror:1,bypasssub:1},breaksProtect:!0,secondary:null,target:"normal",type:"Psychic",desc:"If this move is successful, it breaks through the target's Baneful Bunker, Detect, King's Shield, Protect, or Spiky Shield for this turn, allowing other Pokemon to attack the target normally. If the target's side is protected by Crafty Shield, Mat Block, Quick Guard, or Wide Guard, that protection is also broken for this turn and other Pokemon may attack the target's side normally.",shortDesc:"Breaks the target's protection for this turn."},hypervoice:{num:304,accuracy:100,basePower:90,category:"Special",name:"Hyper Voice",pp:10,priority:0,flags:{protect:1,mirror:1,sound:1,bypasssub:1},secondary:null,target:"allAdjacentFoes",type:"Normal",desc:"No additional effect.",shortDesc:"No additional effect. Hits adjacent foes."},hypnosis:{num:95,accuracy:60,basePower:0,category:"Status",name:"Hypnosis",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1},status:"slp",secondary:null,target:"normal",type:"Psychic",zMove:{boost:{spe:1}},shortDesc:"Causes the target to fall asleep."},iceball:{num:301,accuracy:90,basePower:30,category:"Physical",isNonstandard:"Past",name:"Ice Ball",pp:20,priority:0,flags:{bullet:1,contact:1,protect:1,mirror:1},condition:{duration:1,onLockMove:"iceball"},secondary:null,target:"normal",type:"Ice",desc:"If this move is successful, the user is locked into this move and cannot make another move until it misses, 5 turns have passed, or the attack cannot be used. Power doubles with each successful hit of this move and doubles again if Defense Curl was used previously by the user. If this move is called by Sleep Talk, the move is used for one turn.",shortDesc:"Power doubles with each hit. Repeats for 5 turns."},icebeam:{num:58,accuracy:100,basePower:90,category:"Special",name:"Ice Beam",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,status:"frz"},target:"normal",type:"Ice",desc:"Has a 10% chance to freeze the target.",shortDesc:"10% chance to freeze the target."},iceburn:{num:554,accuracy:90,basePower:140,category:"Special",name:"Ice Burn",pp:5,priority:0,flags:{charge:1,protect:1,mirror:1},secondary:{chance:30,status:"brn"},target:"normal",type:"Ice",desc:"Has a 30% chance to burn the target. This attack charges on the first turn and executes on the second. If the user is holding a Power Herb, the move completes in one turn.",shortDesc:"Charges turn 1. Hits turn 2. 30% burn."},icefang:{num:423,accuracy:95,basePower:65,category:"Physical",name:"Ice Fang",pp:15,priority:0,flags:{bite:1,contact:1,protect:1,mirror:1},secondaries:[{chance:10,status:"frz"},{chance:10,volatileStatus:"flinch"}],target:"normal",type:"Ice",desc:"Has a 10% chance to freeze the target and a 10% chance to make it flinch.",shortDesc:"10% chance to freeze. 10% chance to flinch."},icehammer:{num:665,accuracy:90,basePower:100,category:"Physical",isNonstandard:"Past",name:"Ice Hammer",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1},self:{boosts:{spe:-1}},secondary:null,target:"normal",type:"Ice",desc:"Lowers the user's Speed by 1 stage.",shortDesc:"Lowers the user's Speed by 1."},icepunch:{num:8,accuracy:100,basePower:75,category:"Physical",name:"Ice Punch",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1},secondary:{chance:10,status:"frz"},target:"normal",type:"Ice",desc:"Has a 10% chance to freeze the target.",shortDesc:"10% chance to freeze the target."},iceshard:{num:420,accuracy:100,basePower:40,category:"Physical",name:"Ice Shard",pp:30,priority:1,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Ice",desc:"No additional effect.",shortDesc:"Usually goes first."},iciclecrash:{num:556,accuracy:90,basePower:85,category:"Physical",name:"Icicle Crash",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:30,volatileStatus:"flinch"},target:"normal",type:"Ice",desc:"Has a 30% chance to make the target flinch.",shortDesc:"30% chance to make the target flinch."},iciclespear:{num:333,accuracy:100,basePower:25,category:"Physical",name:"Icicle Spear",pp:30,priority:0,flags:{protect:1,mirror:1},multihit:[2,5],secondary:null,target:"normal",type:"Ice",zMove:{basePower:140},maxMove:{basePower:130},desc:"Hits two to five times. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times.",shortDesc:"Hits 2-5 times in one turn."},icywind:{num:196,accuracy:95,basePower:55,category:"Special",name:"Icy Wind",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:{chance:100,boosts:{spe:-1}},target:"allAdjacentFoes",type:"Ice",desc:"Has a 100% chance to lower the target's Speed by 1 stage.",shortDesc:"100% chance to lower the foe(s) Speed by 1."},imprison:{num:286,accuracy:!0,basePower:0,category:"Status",name:"Imprison",pp:10,priority:0,flags:{snatch:1,bypasssub:1},volatileStatus:"imprison",condition:{noCopy:!0,onFoeBeforeMovePriority:4},secondary:null,pressureTarget:"foeSide",target:"self",type:"Psychic",zMove:{boost:{spd:2}},desc:"The user prevents all opposing Pokemon from using any moves that the user also knows as long as the user remains active.",shortDesc:"No foe can use any move known by the user."},incinerate:{num:510,accuracy:100,basePower:60,category:"Special",name:"Incinerate",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"allAdjacentFoes",type:"Fire",desc:"The target loses its held item if it is a Berry or a Gem. This move cannot cause Pokemon with the Sticky Hold Ability to lose their held item. Items lost to this move cannot be regained with Recycle or the Harvest Ability.",shortDesc:"Destroys the foe(s) Berry/Gem."},inferno:{num:517,accuracy:50,basePower:100,category:"Special",name:"Inferno",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:{chance:100,status:"brn"},target:"normal",type:"Fire",desc:"Has a 100% chance to burn the target.",shortDesc:"100% chance to burn the target."},infernooverdrive:{num:640,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Inferno Overdrive",pp:1,priority:0,flags:{},isZ:"firiumz",secondary:null,target:"normal",type:"Fire",shortDesc:"Power is equal to the base move's Z-Power."},infestation:{num:611,accuracy:100,basePower:20,category:"Special",name:"Infestation",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},volatileStatus:"partiallytrapped",secondary:null,target:"normal",type:"Bug",desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 4-5 turns."},ingrain:{num:275,accuracy:!0,basePower:0,category:"Status",name:"Ingrain",pp:20,priority:0,flags:{snatch:1,nonsky:1},volatileStatus:"ingrain",condition:{onResidualOrder:7},secondary:null,target:"self",type:"Grass",zMove:{boost:{spd:1}},desc:"The user has 1/16 of its maximum HP restored at the end of each turn, but it is prevented from switching out and other Pokemon cannot force the user to switch out. The user can still switch out if it uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. If the user leaves the field using Baton Pass, the replacement will remain trapped and still receive the healing effect. During the effect, the user can be hit normally by Ground-type attacks and be affected by Spikes, Toxic Spikes, and Sticky Web, even if the user is a Flying type or has the Levitate Ability.",shortDesc:"Traps/grounds user; heals 1/16 max HP per turn."},instruct:{num:689,accuracy:!0,basePower:0,category:"Status",name:"Instruct",pp:15,priority:0,flags:{protect:1,bypasssub:1,allyanim:1},secondary:null,target:"normal",type:"Psychic",zMove:{boost:{spa:1}},desc:"The target immediately uses its last used move. Fails if the target has not made a move, if the move has 0 PP, if the target is Dynamaxed, if the target is preparing to use Beak Blast, Focus Punch, or Shell Trap, or if the move is Assist, Beak Blast, Belch, Bide, Celebrate, Copycat, Dynamax Cannon, Focus Punch, Ice Ball, Instruct, King's Shield, Me First, Metronome, Mimic, Mirror Move, Nature Power, Obstruct, Outrage, Petal Dance, Rollout, Shell Trap, Sketch, Sleep Talk, Struggle, Thrash, Transform, Uproar, any two-turn move, any recharge move, any Z-Move, or any Max or G-Max Move.",shortDesc:"The target immediately uses its last used move."},iondeluge:{num:569,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Ion Deluge",pp:25,priority:1,flags:{},pseudoWeather:"iondeluge",condition:{duration:1,onModifyTypePriority:-2},secondary:null,target:"all",type:"Electric",zMove:{boost:{spa:1}},desc:"Causes Normal-type moves to become Electric type this turn. The effect happens after other effects that change a move's type.",shortDesc:"Normal moves become Electric type this turn."},irondefense:{num:334,accuracy:!0,basePower:0,category:"Status",name:"Iron Defense",pp:15,priority:0,flags:{snatch:1},boosts:{def:2},secondary:null,target:"self",type:"Steel",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Defense by 2 stages.",shortDesc:"Raises the user's Defense by 2."},ironhead:{num:442,accuracy:100,basePower:80,category:"Physical",name:"Iron Head",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:30,volatileStatus:"flinch"},target:"normal",type:"Steel",desc:"Has a 30% chance to make the target flinch.",shortDesc:"30% chance to make the target flinch."},irontail:{num:231,accuracy:75,basePower:100,category:"Physical",name:"Iron Tail",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:30,boosts:{def:-1}},target:"normal",type:"Steel",desc:"Has a 30% chance to lower the target's Defense by 1 stage.",shortDesc:"30% chance to lower the target's Defense by 1."},jawlock:{num:746,accuracy:100,basePower:80,category:"Physical",name:"Jaw Lock",pp:10,priority:0,flags:{bite:1,contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Dark",desc:"Prevents the user and the target from switching out. The user and the target can still switch out if either of them is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field.",shortDesc:"Prevents both user and target from switching out."},judgment:{num:449,accuracy:100,basePower:100,category:"Special",isNonstandard:"Past",name:"Judgment",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",desc:"This move's type depends on the user's held Plate.",shortDesc:"Type varies based on the held Plate."},jumpkick:{num:26,accuracy:95,basePower:100,category:"Physical",isNonstandard:"Past",name:"Jump Kick",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1,gravity:1},hasCrashDamage:!0,secondary:null,target:"normal",type:"Fighting",desc:"If this attack is not successful, the user loses half of its maximum HP, rounded down, as crash damage. Pokemon with the Magic Guard Ability are unaffected by crash damage.",shortDesc:"User is hurt by 50% of its max HP if it misses."},junglehealing:{num:816,accuracy:!0,basePower:0,category:"Status",name:"Jungle Healing",pp:10,priority:0,flags:{heal:1,bypasssub:1,allyanim:1},secondary:null,target:"allies",type:"Grass",desc:"Each Pokemon on the user's side restores 1/4 of its maximum HP, rounded half up, and has its status condition cured.",shortDesc:"User and allies: healed 1/4 max HP, status cured."},karatechop:{num:2,accuracy:100,basePower:50,category:"Physical",isNonstandard:"Past",name:"Karate Chop",pp:25,priority:0,flags:{contact:1,protect:1,mirror:1},critRatio:2,secondary:null,target:"normal",type:"Fighting",desc:"Has a higher chance for a critical hit.",shortDesc:"High critical hit ratio."},kinesis:{num:134,accuracy:80,basePower:0,category:"Status",name:"Kinesis",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1},boosts:{accuracy:-1},secondary:null,target:"normal",type:"Psychic",zMove:{boost:{evasion:1}},desc:"Lowers the target's accuracy by 1 stage.",shortDesc:"Lowers the target's accuracy by 1."},kingsshield:{num:588,accuracy:!0,basePower:0,category:"Status",name:"King's Shield",pp:10,priority:4,flags:{},stallingMove:!0,volatileStatus:"kingsshield",condition:{duration:1,onTryHitPriority:3},secondary:null,target:"self",type:"Steel",zMove:{effect:"clearnegativeboost"},desc:"The user is protected from most attacks made by other Pokemon during this turn, and Pokemon trying to make contact with the user have their Attack lowered by 1 stage. Non-damaging moves go through this protection. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Max Guard, Obstruct, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn.",shortDesc:"Protects from damaging attacks. Contact: -1 Atk."},knockoff:{num:282,accuracy:100,basePower:65,category:"Physical",name:"Knock Off",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Dark",desc:"If the target is holding an item that can be removed from it, ignoring the Sticky Hold Ability, this move's power is multiplied by 1.5. If the user has not fainted, the target loses its held item. This move cannot cause Pokemon with the Sticky Hold Ability to lose their held item or cause a Kyogre, a Groudon, a Giratina, an Arceus, a Genesect, a Silvally, a Zacian, or a Zamazenta to lose their Blue Orb, Red Orb, Griseous Orb, Plate, Drive, Memory, Rusted Sword, or Rusted Shield respectively. Items lost to this move cannot be regained with Recycle or the Harvest Ability.",shortDesc:"1.5x damage if foe holds an item. Removes item."},landswrath:{num:616,accuracy:100,basePower:90,category:"Physical",name:"Land's Wrath",pp:10,priority:0,flags:{protect:1,mirror:1,nonsky:1},secondary:null,target:"allAdjacentFoes",type:"Ground",zMove:{basePower:185},desc:"No additional effect.",shortDesc:"No additional effect. Hits adjacent foes."},laserfocus:{num:673,accuracy:!0,basePower:0,category:"Status",name:"Laser Focus",pp:30,priority:0,flags:{snatch:1},volatileStatus:"laserfocus",condition:{duration:2},secondary:null,target:"self",type:"Normal",zMove:{boost:{atk:1}},desc:"Until the end of the next turn, the user's attacks will be critical hits.",shortDesc:"Until the end of the next turn, user's moves crit."},lashout:{num:808,accuracy:100,basePower:75,category:"Physical",name:"Lash Out",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Dark",desc:"Power doubles if the user had a stat stage lowered this turn.",shortDesc:"2x power if the user had a stat lowered this turn."},lastresort:{num:387,accuracy:100,basePower:140,category:"Physical",name:"Last Resort",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",desc:"This move fails unless the user knows this move and at least one other move, and has used all the other moves it knows at least once each since it became active or Transformed.",shortDesc:"Fails unless each known move has been used."},lavaplume:{num:436,accuracy:100,basePower:80,category:"Special",name:"Lava Plume",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:{chance:30,status:"brn"},target:"allAdjacent",type:"Fire",desc:"Has a 30% chance to burn the target.",shortDesc:"30% chance to burn adjacent Pokemon."},leafage:{num:670,accuracy:100,basePower:40,category:"Physical",name:"Leafage",pp:40,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Grass",shortDesc:"No additional effect."},leafblade:{num:348,accuracy:100,basePower:90,category:"Physical",name:"Leaf Blade",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},critRatio:2,secondary:null,target:"normal",type:"Grass",desc:"Has a higher chance for a critical hit.",shortDesc:"High critical hit ratio."},leafstorm:{num:437,accuracy:90,basePower:130,category:"Special",name:"Leaf Storm",pp:5,priority:0,flags:{protect:1,mirror:1},self:{boosts:{spa:-2}},secondary:null,target:"normal",type:"Grass",desc:"Lowers the user's Special Attack by 2 stages.",shortDesc:"Lowers the user's Sp. Atk by 2."},leaftornado:{num:536,accuracy:90,basePower:65,category:"Special",name:"Leaf Tornado",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:50,boosts:{accuracy:-1}},target:"normal",type:"Grass",desc:"Has a 50% chance to lower the target's accuracy by 1 stage.",shortDesc:"50% chance to lower the target's accuracy by 1."},leechlife:{num:141,accuracy:100,basePower:80,category:"Physical",name:"Leech Life",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1,heal:1},drain:[1,2],secondary:null,target:"normal",type:"Bug",desc:"The user recovers 1/2 the HP lost by the target, rounded half up. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded half down.",shortDesc:"User recovers 50% of the damage dealt."},leechseed:{num:73,accuracy:90,basePower:0,category:"Status",name:"Leech Seed",pp:10,priority:0,flags:{protect:1,reflectable:1,mirror:1},volatileStatus:"leechseed",condition:{onResidualOrder:8},secondary:null,target:"normal",type:"Grass",zMove:{effect:"clearnegativeboost"},desc:"The Pokemon at the user's position steals 1/8 of the target's maximum HP, rounded down, at the end of each turn. If Big Root is held by the recipient, the HP recovered is 1.3x normal, rounded half down. If the target uses Baton Pass, the replacement will continue being leeched. If the target switches out or uses Rapid Spin successfully, the effect ends. Grass-type Pokemon are immune to this move on use, but not its effect.",shortDesc:"1/8 of target's HP is restored to user every turn."},leer:{num:43,accuracy:100,basePower:0,category:"Status",name:"Leer",pp:30,priority:0,flags:{protect:1,reflectable:1,mirror:1},boosts:{def:-1},secondary:null,target:"allAdjacentFoes",type:"Normal",zMove:{boost:{atk:1}},desc:"Lowers the target's Defense by 1 stage.",shortDesc:"Lowers the foe(s) Defense by 1."},letssnuggleforever:{num:726,accuracy:!0,basePower:190,category:"Physical",isNonstandard:"Past",name:"Let's Snuggle Forever",pp:1,priority:0,flags:{contact:1},isZ:"mimikiumz",secondary:null,target:"normal",type:"Fairy",shortDesc:"No additional effect."},lick:{num:122,accuracy:100,basePower:30,category:"Physical",name:"Lick",pp:30,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:30,status:"par"},target:"normal",type:"Ghost",desc:"Has a 30% chance to paralyze the target.",shortDesc:"30% chance to paralyze the target."},lifedew:{num:791,accuracy:!0,basePower:0,category:"Status",name:"Life Dew",pp:10,priority:0,flags:{snatch:1,heal:1,bypasssub:1},heal:[1,4],secondary:null,target:"allies",type:"Water",desc:"Each Pokemon on the user's side restores 1/4 of its maximum HP, rounded half up.",shortDesc:"Heals the user and its allies by 1/4 their max HP."},lightofruin:{num:617,accuracy:90,basePower:140,category:"Special",isNonstandard:"Past",name:"Light of Ruin",pp:5,priority:0,flags:{protect:1,mirror:1},recoil:[1,2],secondary:null,target:"normal",type:"Fairy",desc:"If the target lost HP, the user takes recoil damage equal to 1/2 the HP lost by the target, rounded half up, but not less than 1 HP.",shortDesc:"Has 1/2 recoil."},lightscreen:{num:113,accuracy:!0,basePower:0,category:"Status",name:"Light Screen",pp:30,priority:0,flags:{snatch:1},sideCondition:"lightscreen",condition:{duration:5,onSideResidualOrder:26,onSideResidualSubOrder:2},secondary:null,target:"allySide",type:"Psychic",zMove:{boost:{spd:1}},desc:"For 5 turns, the user and its party members take 0.5x damage from special attacks, or 0.66x damage if in a Double Battle. Damage is not reduced further with Aurora Veil. Critical hits ignore this effect. It is removed from the user's side if the user or an ally is successfully hit by Brick Break, Psychic Fangs, or Defog. Lasts for 8 turns if the user is holding Light Clay. Fails if the effect is already active on the user's side.",shortDesc:"For 5 turns, special damage to allies is halved."},lightthatburnsthesky:{num:723,accuracy:!0,basePower:200,category:"Special",isNonstandard:"Past",name:"Light That Burns the Sky",pp:1,priority:0,flags:{},ignoreAbility:!0,isZ:"ultranecroziumz",secondary:null,target:"normal",type:"Psychic",desc:"This move becomes a physical attack if the user's Attack is greater than its Special Attack, including stat stage changes. This move and its effects ignore the Abilities of other Pokemon.",shortDesc:"Physical if user's Atk > Sp. Atk. Ignores Abilities."},liquidation:{num:710,accuracy:100,basePower:85,category:"Physical",name:"Liquidation",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:20,boosts:{def:-1}},target:"normal",type:"Water",desc:"Has a 20% chance to lower the target's Defense by 1 stage.",shortDesc:"20% chance to lower the target's Defense by 1."},lockon:{num:199,accuracy:!0,basePower:0,category:"Status",name:"Lock-On",pp:5,priority:0,flags:{protect:1,mirror:1},condition:{noCopy:!0,duration:2,onSourceInvulnerabilityPriority:1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{spe:1}},desc:"Until the end of the next turn, the target cannot avoid the user's moves, even if the target is in the middle of a two-turn move. The effect ends if either the user or the target leaves the field. Fails if this effect is active for the user.",shortDesc:"User's next move will not miss the target."},lovelykiss:{num:142,accuracy:75,basePower:0,category:"Status",name:"Lovely Kiss",pp:10,priority:0,flags:{protect:1,reflectable:1,mirror:1},status:"slp",secondary:null,target:"normal",type:"Normal",zMove:{boost:{spe:1}},shortDesc:"Causes the target to fall asleep."},lowkick:{num:67,accuracy:100,basePower:0,category:"Physical",name:"Low Kick",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Fighting",zMove:{basePower:160},desc:"This move's power is 20 if the target weighs less than 10 kg, 40 if less than 25 kg, 60 if less than 50 kg, 80 if less than 100 kg, 100 if less than 200 kg, and 120 if greater than or equal to 200 kg.",shortDesc:"More power the heavier the target."},lowsweep:{num:490,accuracy:100,basePower:65,category:"Physical",name:"Low Sweep",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:100,boosts:{spe:-1}},target:"normal",type:"Fighting",desc:"Has a 100% chance to lower the target's Speed by 1 stage.",shortDesc:"100% chance to lower the target's Speed by 1."},luckychant:{num:381,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Lucky Chant",pp:30,priority:0,flags:{snatch:1},sideCondition:"luckychant",condition:{duration:5,onCriticalHit:!1,onSideResidualOrder:26,onSideResidualSubOrder:6},secondary:null,target:"allySide",type:"Normal",zMove:{boost:{evasion:1}},desc:"For 5 turns, the user and its party members cannot be struck by a critical hit. Fails if the effect is already active on the user's side.",shortDesc:"For 5 turns, shields user's party from critical hits."},lunardance:{num:461,accuracy:!0,basePower:0,category:"Status",name:"Lunar Dance",pp:10,priority:0,flags:{snatch:1,heal:1,dance:1},selfdestruct:"ifHit",slotCondition:"lunardance",condition:{},secondary:null,target:"self",type:"Psychic",desc:"The user faints, and if the Pokemon brought out to replace it does not have full HP or PP, or has a non-volatile status condition, its HP and PP are fully restored along with having any non-volatile status condition cured. The replacement is sent out at the end of the turn, and the healing happens before hazards take effect. This effect continues until a Pokemon that meets any of these conditions switches in at the user's position or gets swapped into the position with Ally Switch. Fails if the user is the last unfainted Pokemon in its party.",shortDesc:"User faints. Next hurt Pkmn is cured, max HP/PP."},lunge:{num:679,accuracy:100,basePower:80,category:"Physical",name:"Lunge",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:100,boosts:{atk:-1}},target:"normal",type:"Bug",desc:"Has a 100% chance to lower the target's Attack by 1 stage.",shortDesc:"100% chance to lower the target's Attack by 1."},lusterpurge:{num:295,accuracy:100,basePower:70,category:"Special",name:"Luster Purge",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:{chance:50,boosts:{spd:-1}},target:"normal",type:"Psychic",desc:"Has a 50% chance to lower the target's Special Defense by 1 stage.",shortDesc:"50% chance to lower the target's Sp. Def by 1."},machpunch:{num:183,accuracy:100,basePower:40,category:"Physical",name:"Mach Punch",pp:30,priority:1,flags:{contact:1,protect:1,mirror:1,punch:1},secondary:null,target:"normal",type:"Fighting",desc:"No additional effect.",shortDesc:"Usually goes first."},magicalleaf:{num:345,accuracy:!0,basePower:60,category:"Special",name:"Magical Leaf",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Grass",shortDesc:"This move does not check accuracy."},magiccoat:{num:277,accuracy:!0,basePower:0,category:"Status",name:"Magic Coat",pp:15,priority:4,flags:{},volatileStatus:"magiccoat",condition:{duration:1,onTryHitPriority:2},secondary:null,target:"self",type:"Psychic",zMove:{boost:{spd:2}},desc:"Until the end of the turn, the user is unaffected by certain non-damaging moves directed at it and will instead use such moves against the original user. Moves reflected in this way are unable to be reflected again by this or the Magic Bounce Ability's effect. Spikes, Stealth Rock, Sticky Web, and Toxic Spikes can only be reflected once per side, by the leftmost Pokemon under this or the Magic Bounce Ability's effect. The Lightning Rod and Storm Drain Abilities redirect their respective moves before this move takes effect.",shortDesc:"Bounces back certain non-damaging moves."},magicpowder:{num:750,accuracy:100,basePower:0,category:"Status",name:"Magic Powder",pp:20,priority:0,flags:{powder:1,protect:1,reflectable:1,mirror:1,allyanim:1},secondary:null,target:"normal",type:"Psychic",desc:"Causes the target to become a Psychic type. Fails if the target is an Arceus or a Silvally, or if the target is already purely Psychic type.",shortDesc:"Changes the target's type to Psychic."},magicroom:{num:478,accuracy:!0,basePower:0,category:"Status",name:"Magic Room",pp:10,priority:0,flags:{mirror:1},pseudoWeather:"magicroom",condition:{duration:5,onFieldResidualOrder:27,onFieldResidualSubOrder:6},secondary:null,target:"all",type:"Psychic",zMove:{boost:{spd:1}},desc:"For 5 turns, the held items of all active Pokemon have no effect. An item's effect of causing forme changes is unaffected, but any other effects from such items are negated. During the effect, Fling and Natural Gift are prevented from being used by all active Pokemon. If this move is used during the effect, the effect ends.",shortDesc:"For 5 turns, all held items have no effect."},magmastorm:{num:463,accuracy:75,basePower:100,category:"Special",name:"Magma Storm",pp:5,priority:0,flags:{protect:1,mirror:1},volatileStatus:"partiallytrapped",secondary:null,target:"normal",type:"Fire",desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 4-5 turns."},magnetbomb:{num:443,accuracy:!0,basePower:60,category:"Physical",isNonstandard:"Past",name:"Magnet Bomb",pp:20,priority:0,flags:{bullet:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Steel",shortDesc:"This move does not check accuracy."},magneticflux:{num:602,accuracy:!0,basePower:0,category:"Status",name:"Magnetic Flux",pp:20,priority:0,flags:{snatch:1,distance:1,bypasssub:1},secondary:null,target:"allySide",type:"Electric",zMove:{boost:{spd:1}},desc:"Raises the Defense and Special Defense of Pokemon on the user's side with the Plus or Minus Abilities by 1 stage.",shortDesc:"Raises Def, Sp. Def of allies with Plus/Minus by 1."},magnetrise:{num:393,accuracy:!0,basePower:0,category:"Status",name:"Magnet Rise",pp:10,priority:0,flags:{snatch:1,gravity:1},volatileStatus:"magnetrise",condition:{duration:5,onResidualOrder:18},secondary:null,target:"self",type:"Electric",zMove:{boost:{evasion:1}},desc:"For 5 turns, the user is immune to Ground-type attacks and the effects of Spikes, Toxic Spikes, Sticky Web, and the Arena Trap Ability as long as it remains active. If the user uses Baton Pass, the replacement will gain the effect. Ingrain, Smack Down, Thousand Arrows, and Iron Ball override this move if the user is under any of their effects. Fails if the user is already under this effect or the effects of Ingrain, Smack Down, or Thousand Arrows.",shortDesc:"For 5 turns, the user has immunity to Ground."},magnitude:{num:222,accuracy:100,basePower:0,category:"Physical",isNonstandard:"Past",name:"Magnitude",pp:30,priority:0,flags:{protect:1,mirror:1,nonsky:1},secondary:null,target:"allAdjacent",type:"Ground",zMove:{basePower:140},maxMove:{basePower:140},desc:"The power of this move varies; 5% chances for 10 and 150 power, 10% chances for 30 and 110 power, 20% chances for 50 and 90 power, and 30% chance for 70 power. Damage doubles if the target is using Dig.",shortDesc:"Hits adjacent Pokemon. Power varies; 2x on Dig."},maliciousmoonsault:{num:696,accuracy:!0,basePower:180,category:"Physical",isNonstandard:"Past",name:"Malicious Moonsault",pp:1,priority:0,flags:{contact:1},isZ:"inciniumz",secondary:null,target:"normal",type:"Dark",desc:"Damage doubles and no accuracy check is done if the target has used Minimize while active.",shortDesc:"Damage doubles if the target used Minimize."},matblock:{num:561,accuracy:!0,basePower:0,category:"Status",name:"Mat Block",pp:10,priority:0,flags:{snatch:1,nonsky:1},stallingMove:!0,sideCondition:"matblock",condition:{duration:1,onTryHitPriority:3},secondary:null,target:"allySide",type:"Fighting",zMove:{boost:{def:1}},desc:"The user and its party members are protected from damaging attacks made by other Pokemon, including allies, during this turn. Fails unless it is the user's first turn on the field, if the user moves last this turn, or if this move is already in effect for the user's side.",shortDesc:"Protects allies from damaging attacks. Turn 1 only."},maxairstream:{num:766,accuracy:!0,basePower:10,category:"Physical",name:"Max Airstream",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Flying",desc:"Power is equal to the base move's Max Move power. If this move is successful, the Speed of each Pokemon on the user's side is raised by 1 stage, even if they have a substitute. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Allies: +1 Speed."},maxdarkness:{num:772,accuracy:!0,basePower:10,category:"Physical",name:"Max Darkness",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Dark",desc:"Power is equal to the base move's Max Move power. If this move is successful, the Special Defense of each Pokemon on the opposing side is lowered by 1 stage, even if they have a substitute. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Foes: -1 Sp. Def."},maxflare:{num:757,accuracy:!0,basePower:100,category:"Physical",name:"Max Flare",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Fire",desc:"Power is equal to the base move's Max Move power. If this move is successful, the effect of Sunny Day begins. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Starts Sunny Day."},maxflutterby:{num:758,accuracy:!0,basePower:10,category:"Physical",name:"Max Flutterby",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Bug",desc:"Power is equal to the base move's Max Move power. If this move is successful, the Special Attack of each Pokemon on the opposing side is lowered by 1 stage, even if they have a substitute. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Foes: -1 Sp. Atk."},maxgeyser:{num:765,accuracy:!0,basePower:10,category:"Physical",name:"Max Geyser",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Water",desc:"Power is equal to the base move's Max Move power. If this move is successful, the effect of Rain Dance begins. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Starts Rain Dance."},maxguard:{num:743,accuracy:!0,basePower:0,category:"Status",name:"Max Guard",pp:10,priority:4,flags:{},isMax:!0,stallingMove:!0,volatileStatus:"maxguard",condition:{duration:1,onTryHitPriority:3},secondary:null,target:"self",type:"Normal",desc:"The user is protected from nearly all attacks made by other Pokemon during this turn, including Max and G-Max Moves. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Max Guard, Obstruct, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn.",shortDesc:"Protects user from moves & Max Moves this turn."},maxhailstorm:{num:763,accuracy:!0,basePower:10,category:"Physical",name:"Max Hailstorm",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Ice",desc:"Power is equal to the base move's Max Move power. If this move is successful, the effect of Hail begins. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Starts Hail."},maxknuckle:{num:761,accuracy:!0,basePower:10,category:"Physical",name:"Max Knuckle",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Fighting",desc:"Boosts the user and its allies' Attack by 1 stage. BP scales with the base move's BP. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Allies: +1 Attack."},maxlightning:{num:759,accuracy:!0,basePower:10,category:"Physical",name:"Max Lightning",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Electric",desc:"Power is equal to the base move's Max Move power. If this move is successful, the effect of Electric Terrain begins. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Starts Electric Terrain."},maxmindstorm:{num:769,accuracy:!0,basePower:10,category:"Physical",name:"Max Mindstorm",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Psychic",desc:"Power is equal to the base move's Max Move power. If this move is successful, the effect of Psychic Terrain begins. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Starts Psychic Terrain."},maxooze:{num:764,accuracy:!0,basePower:10,category:"Physical",name:"Max Ooze",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Poison",desc:"Power is equal to the base move's Max Move power. If this move is successful, the Special Attack of each Pokemon on the user's side is raised by 1 stage, even if they have a substitute. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Allies: +1 Sp. Atk."},maxovergrowth:{num:773,accuracy:!0,basePower:10,category:"Physical",name:"Max Overgrowth",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Grass",desc:"Power is equal to the base move's Max Move power. If this move is successful, the effect of Grassy Terrain begins. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Starts Grassy Terrain."},maxphantasm:{num:762,accuracy:!0,basePower:10,category:"Physical",name:"Max Phantasm",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Ghost",desc:"Power is equal to the base move's Max Move power. If this move is successful, the Defense of each Pokemon on the opposing side is lowered by 1 stage, even if they have a substitute. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Foes: -1 Defense."},maxquake:{num:771,accuracy:!0,basePower:10,category:"Physical",name:"Max Quake",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Ground",desc:"Power is equal to the base move's Max Move power. If this move is successful, the Special Defense of each Pokemon on the user's side is raised by 1 stage, even if they have a substitute. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Allies: +1 Sp. Def."},maxrockfall:{num:770,accuracy:!0,basePower:10,category:"Physical",name:"Max Rockfall",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Rock",desc:"Power is equal to the base move's Max Move power. If this move is successful, the effect of Sandstorm begins. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Starts Sandstorm."},maxstarfall:{num:767,accuracy:!0,basePower:10,category:"Physical",name:"Max Starfall",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Fairy",desc:"Power is equal to the base move's Max Move power. If this move is successful, the effect of Misty Terrain begins. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Starts Misty Terrain."},maxsteelspike:{num:774,accuracy:!0,basePower:10,category:"Physical",name:"Max Steelspike",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Steel",desc:"Power is equal to the base move's Max Move power. If this move is successful, the Defense of each Pokemon on the user's side is raised by 1 stage, even if they have a substitute. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Allies: +1 Defense."},maxstrike:{num:760,accuracy:!0,basePower:10,category:"Physical",name:"Max Strike",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Normal",desc:"Power is equal to the base move's Max Move power. If this move is successful, the Speed of each Pokemon on the opposing side is lowered by 1 stage, even if they have a substitute. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Foes: -1 Speed."},maxwyrmwind:{num:768,accuracy:!0,basePower:10,category:"Physical",name:"Max Wyrmwind",pp:10,priority:0,flags:{},isMax:!0,self:{},target:"adjacentFoe",type:"Dragon",desc:"Power is equal to the base move's Max Move power. If this move is successful, the Attack of each Pokemon on the opposing side is lowered by 1 stage, even if they have a substitute. This effect does not happen if the user is not Dynamaxed. If this move is used as a base move, it deals damage with a power of 0.",shortDesc:"Base move affects power. Foes: -1 Attack."},meanlook:{num:212,accuracy:!0,basePower:0,category:"Status",name:"Mean Look",pp:5,priority:0,flags:{reflectable:1,mirror:1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{spd:1}},desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field.",shortDesc:"Prevents the target from switching out."},meditate:{num:96,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Meditate",pp:40,priority:0,flags:{snatch:1},boosts:{atk:1},secondary:null,target:"self",type:"Psychic",zMove:{boost:{atk:1}},desc:"Raises the user's Attack by 1 stage.",shortDesc:"Raises the user's Attack by 1."},mefirst:{num:382,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Me First",pp:20,priority:0,flags:{protect:1,bypasssub:1},condition:{duration:1,onBasePowerPriority:12},secondary:null,target:"adjacentFoe",type:"Normal",zMove:{boost:{spe:2}},desc:"The user uses the move the target chose for use this turn against it, if possible, with its power multiplied by 1.5. The move must be a damaging move other than Beak Blast, Chatter, Counter, Covet, Focus Punch, Me First, Metal Burst, Mirror Coat, Shell Trap, Struggle, Thief, or any Z-Move. Fails if the target moves before the user. Ignores the target's substitute for the purpose of copying the move.",shortDesc:"Copies a foe at 1.5x power. User must be faster."},megadrain:{num:72,accuracy:100,basePower:40,category:"Special",name:"Mega Drain",pp:15,priority:0,flags:{protect:1,mirror:1,heal:1},drain:[1,2],secondary:null,target:"normal",type:"Grass",zMove:{basePower:120},desc:"The user recovers 1/2 the HP lost by the target, rounded half up. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded half down.",shortDesc:"User recovers 50% of the damage dealt."},megahorn:{num:224,accuracy:85,basePower:120,category:"Physical",name:"Megahorn",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Bug",shortDesc:"No additional effect."},megakick:{num:25,accuracy:75,basePower:120,category:"Physical",name:"Mega Kick",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",shortDesc:"No additional effect."},megapunch:{num:5,accuracy:85,basePower:80,category:"Physical",name:"Mega Punch",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1},secondary:null,target:"normal",type:"Normal",shortDesc:"No additional effect."},memento:{num:262,accuracy:100,basePower:0,category:"Status",name:"Memento",pp:10,priority:0,flags:{protect:1,mirror:1},boosts:{atk:-2,spa:-2},selfdestruct:"ifHit",secondary:null,target:"normal",type:"Dark",zMove:{effect:"healreplacement"},desc:"Lowers the target's Attack and Special Attack by 2 stages. The user faints unless this move misses or there is no target. Fails entirely if this move hits a substitute, but does not fail if the target's stats cannot be changed.",shortDesc:"Lowers target's Attack, Sp. Atk by 2. User faints."},menacingmoonrazemaelstrom:{num:725,accuracy:!0,basePower:200,category:"Special",isNonstandard:"Past",name:"Menacing Moonraze Maelstrom",pp:1,priority:0,flags:{},isZ:"lunaliumz",ignoreAbility:!0,secondary:null,target:"normal",type:"Ghost",desc:"This move and its effects ignore the Abilities of other Pokemon.",shortDesc:"Ignores the Abilities of other Pokemon."},metalburst:{num:368,accuracy:100,basePower:0,category:"Physical",name:"Metal Burst",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"scripted",type:"Steel",desc:"Deals damage to the last opposing Pokemon to hit the user with a physical or special attack this turn equal to 1.5 times the HP lost by the user from that attack, rounded down. If the user did not lose HP from that attack, this move deals 1 HP of damage instead. If that opposing Pokemon's position is no longer in use and there is another opposing Pokemon on the field, the damage is done to it instead. Only the last hit of a multi-hit attack is counted. Fails if the user was not hit by an opposing Pokemon's physical or special attack this turn.",shortDesc:"If hit by an attack, returns 1.5x damage."},metalclaw:{num:232,accuracy:95,basePower:50,category:"Physical",name:"Metal Claw",pp:35,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:10,self:{boosts:{atk:1}}},target:"normal",type:"Steel",desc:"Has a 10% chance to raise the user's Attack by 1 stage.",shortDesc:"10% chance to raise the user's Attack by 1."},metalsound:{num:319,accuracy:85,basePower:0,category:"Status",name:"Metal Sound",pp:40,priority:0,flags:{protect:1,reflectable:1,mirror:1,sound:1,bypasssub:1,allyanim:1},boosts:{spd:-2},secondary:null,target:"normal",type:"Steel",zMove:{boost:{spa:1}},desc:"Lowers the target's Special Defense by 2 stages.",shortDesc:"Lowers the target's Sp. Def by 2."},meteorassault:{num:794,accuracy:100,basePower:150,category:"Physical",name:"Meteor Assault",pp:5,priority:0,flags:{protect:1,recharge:1,mirror:1},self:{volatileStatus:"mustrecharge"},secondary:null,target:"normal",type:"Fighting",desc:"If this move is successful, the user must recharge on the following turn and cannot select a move.",shortDesc:"User cannot move next turn."},meteorbeam:{num:800,accuracy:90,basePower:120,category:"Special",name:"Meteor Beam",pp:10,priority:0,flags:{charge:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Rock",desc:"This attack charges on the first turn and executes on the second. Raises the user's Special Attack by 1 stage on the first turn. If the user is holding a Power Herb, the move completes in one turn.",shortDesc:"Raises user's Sp. Atk by 1 on turn 1. Hits turn 2."},meteormash:{num:309,accuracy:90,basePower:90,category:"Physical",name:"Meteor Mash",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1},secondary:{chance:20,self:{boosts:{atk:1}}},target:"normal",type:"Steel",desc:"Has a 20% chance to raise the user's Attack by 1 stage.",shortDesc:"20% chance to raise the user's Attack by 1."},metronome:{num:118,accuracy:!0,basePower:0,category:"Status",name:"Metronome",pp:10,priority:0,flags:{},noMetronome:["After You","Apple Acid","Assist","Astral Barrage","Aura Wheel","Baneful Bunker","Beak Blast","Behemoth Bash","Behemoth Blade","Belch","Bestow","Body Press","Branch Poke","Breaking Swipe","Celebrate","Chatter","Clangorous Soul","Copycat","Counter","Covet","Crafty Shield","Decorate","Destiny Bond","Detect","Diamond Storm","Double Iron Bash","Dragon Ascent","Dragon Energy","Dragon Hammer","Drum Beating","Dynamax Cannon","Endure","Eternabeam","False Surrender","Feint","Fiery Wrath","Fleur Cannon","Focus Punch","Follow Me","Freeze Shock","Freezing Glare","Glacial Lance","Grav Apple","Helping Hand","Hold Hands","Hyperspace Fury","Hyperspace Hole","Ice Burn","Instruct","Jungle Healing","King's Shield","Life Dew","Light of Ruin","Mat Block","Me First","Meteor Assault","Metronome","Mimic","Mind Blown","Mirror Coat","Mirror Move","Moongeist Beam","Nature Power","Nature's Madness","Obstruct","Origin Pulse","Overdrive","Photon Geyser","Plasma Fists","Precipice Blades","Protect","Pyro Ball","Quash","Quick Guard","Rage Powder","Relic Song","Secret Sword","Shell Trap","Sketch","Sleep Talk","Snap Trap","Snarl","Snatch","Snore","Spectral Thief","Spiky Shield","Spirit Break","Spotlight","Steam Eruption","Steel Beam","Strange Steam","Struggle","Sunsteel Strike","Surging Strikes","Switcheroo","Techno Blast","Thief","Thousand Arrows","Thousand Waves","Thunder Cage","Thunderous Kick","Transform","Trick","V-create","Wicked Blow","Wide Guard"],secondary:null,target:"self",type:"Normal",desc:"A random move is selected for use, other than After You, Apple Acid, Assist, Astral Barrage, Aura Wheel, Baneful Bunker, Beak Blast, Behemoth Bash, Behemoth Blade, Belch, Bestow, Body Press, Branch Poke, Breaking Swipe, Celebrate, Chatter, Clangorous Soul, Copycat, Counter, Covet, Crafty Shield, Decorate, Destiny Bond, Detect, Diamond Storm, Double Iron Bash, Dragon Ascent, Dragon Energy, Dragon Hammer, Drum Beating, Dynamax Cannon, Endure, Eternabeam, False Surrender, Feint, Fiery Wrath, Fleur Cannon, Focus Punch, Follow Me, Freeze Shock, Freezing Glare, Glacial Lance, Grav Apple, Helping Hand, Hold Hands, Hyperspace Fury, Hyperspace Hole, Ice Burn, Instruct, Jungle Healing, King's Shield, Life Dew, Light of Ruin, Mat Block, Me First, Meteor Assault, Metronome, Mimic, Mind Blown, Mirror Coat, Mirror Move, Moongeist Beam, Nature Power, Nature's Madness, Obstruct, Origin Pulse, Overdrive, Photon Geyser, Plasma Fists, Precipice Blades, Protect, Pyro Ball, Quash, Quick Guard, Rage Powder, Relic Song, Secret Sword, Shell Trap, Sketch, Sleep Talk, Snap Trap, Snarl, Snatch, Snore, Spectral Thief, Spiky Shield, Spirit Break, Spotlight, Steam Eruption, Steel Beam, Strange Steam, Struggle, Sunsteel Strike, Surging Strikes, Switcheroo, Techno Blast, Thief, Thousand Arrows, Thousand Waves, Thunder Cage, Thunderous Kick, Transform, Trick, V-create, Wicked Blow, or Wide Guard.",shortDesc:"Picks a random move."},milkdrink:{num:208,accuracy:!0,basePower:0,category:"Status",name:"Milk Drink",pp:10,priority:0,flags:{snatch:1,heal:1},heal:[1,2],secondary:null,target:"self",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"The user restores 1/2 of its maximum HP, rounded half up.",shortDesc:"Heals the user by 50% of its max HP."},mimic:{num:102,accuracy:!0,basePower:0,category:"Status",name:"Mimic",pp:10,priority:0,flags:{protect:1,bypasssub:1,allyanim:1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{accuracy:1}},desc:"While the user remains active, this move is replaced by the last move used by the target. The copied move has the maximum PP for that move. Fails if the target has not made a move, if the user has Transformed, if the user already knows the move, or if the move is Behemoth Bash, Behemoth Blade, Chatter, Dynamax Cannon, Mimic, Sketch, Struggle, Transform, or any Z-Move.",shortDesc:"The last move the target used replaces this one."},mindblown:{num:720,accuracy:100,basePower:150,category:"Special",name:"Mind Blown",pp:5,priority:0,flags:{protect:1,mirror:1},mindBlownRecoil:!0,secondary:null,target:"allAdjacent",type:"Fire",desc:"Whether or not this move is successful and even if it would cause fainting, the user loses 1/2 of its maximum HP, rounded up, unless the user has the Magic Guard Ability. This move is prevented from executing and the user does not lose HP if any active Pokemon has the Damp Ability, or if this move is Fire type and the user is affected by Powder or the weather is Primordial Sea.",shortDesc:"User loses 50% max HP. Hits adjacent Pokemon."},mindreader:{num:170,accuracy:!0,basePower:0,category:"Status",name:"Mind Reader",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{spa:1}},desc:"Until the end of the next turn, the target cannot avoid the user's moves, even if the target is in the middle of a two-turn move. The effect ends if either the user or the target leaves the field. Fails if this effect is active for the user.",shortDesc:"User's next move will not miss the target."},minimize:{num:107,accuracy:!0,basePower:0,category:"Status",name:"Minimize",pp:10,priority:0,flags:{snatch:1},volatileStatus:"minimize",condition:{noCopy:!0},boosts:{evasion:2},secondary:null,target:"self",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's evasiveness by 2 stages. Whether or not the user's evasiveness was changed, Body Slam, Dragon Rush, Flying Press, Heat Crash, Heavy Slam, Malicious Moonsault, Steamroller, and Stomp will not check accuracy and have their damage doubled if used against the user while it is active.",shortDesc:"Raises the user's evasiveness by 2."},miracleeye:{num:357,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Miracle Eye",pp:40,priority:0,flags:{protect:1,reflectable:1,mirror:1,bypasssub:1},volatileStatus:"miracleeye",condition:{noCopy:!0},secondary:null,target:"normal",type:"Psychic",zMove:{boost:{spa:1}},desc:"As long as the target remains active, its evasiveness stat stage is ignored during accuracy checks against it if it is greater than 0, and Psychic-type attacks can hit the target if it is a Dark type. Fails if the target is already affected, or affected by Foresight or Odor Sleuth.",shortDesc:"Psychic hits Dark. Evasiveness ignored."},mirrorcoat:{num:243,accuracy:100,basePower:0,category:"Special",name:"Mirror Coat",pp:20,priority:-5,flags:{protect:1},condition:{duration:1,noCopy:!0,onRedirectTargetPriority:-1},secondary:null,target:"scripted",type:"Psychic",desc:"Deals damage to the last opposing Pokemon to hit the user with a special attack this turn equal to twice the HP lost by the user from that attack. If the user did not lose HP from the attack, this move deals 1 HP of damage instead. If that opposing Pokemon's position is no longer in use and there is another opposing Pokemon on the field, the damage is done to it instead. Only the last hit of a multi-hit attack is counted. Fails if the user was not hit by an opposing Pokemon's special attack this turn.",shortDesc:"If hit by special attack, returns double damage."},mirrormove:{num:119,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Mirror Move",pp:20,priority:0,flags:{},secondary:null,target:"normal",type:"Flying",zMove:{boost:{atk:2}},desc:"The user uses the last move used by the target. The copied move is used against that target, if possible. Fails if the target has not made a move, or if the last move used cannot be copied by this move.",shortDesc:"User uses the target's last used move against it."},mirrorshot:{num:429,accuracy:85,basePower:65,category:"Special",isNonstandard:"Past",name:"Mirror Shot",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:30,boosts:{accuracy:-1}},target:"normal",type:"Steel",desc:"Has a 30% chance to lower the target's accuracy by 1 stage.",shortDesc:"30% chance to lower the target's accuracy by 1."},mist:{num:54,accuracy:!0,basePower:0,category:"Status",name:"Mist",pp:30,priority:0,flags:{snatch:1},sideCondition:"mist",condition:{duration:5,onSideResidualOrder:26,onSideResidualSubOrder:4},secondary:null,target:"allySide",type:"Ice",zMove:{effect:"heal"},desc:"For 5 turns, the user and its party members are protected from having their stat stages lowered by other Pokemon. Fails if the effect is already active on the user's side.",shortDesc:"For 5 turns, protects user's party from stat drops."},mistball:{num:296,accuracy:100,basePower:70,category:"Special",name:"Mist Ball",pp:5,priority:0,flags:{bullet:1,protect:1,mirror:1},secondary:{chance:50,boosts:{spa:-1}},target:"normal",type:"Psychic",desc:"Has a 50% chance to lower the target's Special Attack by 1 stage.",shortDesc:"50% chance to lower the target's Sp. Atk by 1."},mistyexplosion:{num:802,accuracy:100,basePower:100,category:"Special",name:"Misty Explosion",pp:5,priority:0,flags:{protect:1,mirror:1},selfdestruct:"always",secondary:null,target:"allAdjacent",type:"Fairy",desc:"If the current terrain is Misty Terrain and the user is grounded, this move's power is multiplied by 1.5. The user faints after using this move, even if this move fails for having no target. This move is prevented from executing if any active Pokemon has the Damp Ability.",shortDesc:"User faints. User on Misty Terrain: 1.5x power."},mistyterrain:{num:581,accuracy:!0,basePower:0,category:"Status",name:"Misty Terrain",pp:10,priority:0,flags:{nonsky:1},terrain:"mistyterrain",condition:{duration:5,onBasePowerPriority:6,onFieldResidualOrder:27,onFieldResidualSubOrder:7},secondary:null,target:"all",type:"Fairy",zMove:{boost:{spd:1}},desc:"For 5 turns, the terrain becomes Misty Terrain. During the effect, the power of Dragon-type attacks used against grounded Pokemon is multiplied by 0.5 and grounded Pokemon cannot be inflicted with a non-volatile status condition nor confusion. Grounded Pokemon can become affected by Yawn but cannot fall asleep from its effect. Camouflage transforms the user into a Fairy type, Nature Power becomes Moonblast, and Secret Power has a 30% chance to lower Special Attack by 1 stage. Fails if the current terrain is Misty Terrain.",shortDesc:"5 turns. Can't status,-Dragon power vs grounded."},moonblast:{num:585,accuracy:100,basePower:95,category:"Special",name:"Moonblast",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:{chance:30,boosts:{spa:-1}},target:"normal",type:"Fairy",desc:"Has a 30% chance to lower the target's Special Attack by 1 stage.",shortDesc:"30% chance to lower the target's Sp. Atk by 1."},moongeistbeam:{num:714,accuracy:100,basePower:100,category:"Special",name:"Moongeist Beam",pp:5,priority:0,flags:{protect:1,mirror:1},ignoreAbility:!0,secondary:null,target:"normal",type:"Ghost",desc:"This move and its effects ignore the Abilities of other Pokemon.",shortDesc:"Ignores the Abilities of other Pokemon."},moonlight:{num:236,accuracy:!0,basePower:0,category:"Status",name:"Moonlight",pp:5,priority:0,flags:{snatch:1,heal:1},secondary:null,target:"self",type:"Fairy",zMove:{effect:"clearnegativeboost"},desc:"The user restores 1/2 of its maximum HP if Delta Stream or no weather conditions are in effect or if the user is holding Utility Umbrella, 2/3 of its maximum HP if the weather is Desolate Land or Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm, all rounded half down.",shortDesc:"Heals the user by a weather-dependent amount."},morningsun:{num:234,accuracy:!0,basePower:0,category:"Status",name:"Morning Sun",pp:5,priority:0,flags:{snatch:1,heal:1},secondary:null,target:"self",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"The user restores 1/2 of its maximum HP if Delta Stream or no weather conditions are in effect or if the user is holding Utility Umbrella, 2/3 of its maximum HP if the weather is Desolate Land or Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm, all rounded half down.",shortDesc:"Heals the user by a weather-dependent amount."},mudbomb:{num:426,accuracy:85,basePower:65,category:"Special",isNonstandard:"Past",name:"Mud Bomb",pp:10,priority:0,flags:{bullet:1,protect:1,mirror:1},secondary:{chance:30,boosts:{accuracy:-1}},target:"normal",type:"Ground",desc:"Has a 30% chance to lower the target's accuracy by 1 stage.",shortDesc:"30% chance to lower the target's accuracy by 1."},mudshot:{num:341,accuracy:95,basePower:55,category:"Special",name:"Mud Shot",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:{chance:100,boosts:{spe:-1}},target:"normal",type:"Ground",desc:"Has a 100% chance to lower the target's Speed by 1 stage.",shortDesc:"100% chance to lower the target's Speed by 1."},mudslap:{num:189,accuracy:100,basePower:20,category:"Special",name:"Mud-Slap",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:100,boosts:{accuracy:-1}},target:"normal",type:"Ground",desc:"Has a 100% chance to lower the target's accuracy by 1 stage.",shortDesc:"100% chance to lower the target's accuracy by 1."},mudsport:{num:300,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Mud Sport",pp:15,priority:0,flags:{nonsky:1},pseudoWeather:"mudsport",condition:{duration:5,onBasePowerPriority:1,onFieldResidualOrder:27,onFieldResidualSubOrder:4},secondary:null,target:"all",type:"Ground",zMove:{boost:{spd:1}},desc:"For 5 turns, all Electric-type attacks used by any active Pokemon have their power multiplied by 0.33. Fails if this effect is already active.",shortDesc:"For 5 turns, Electric-type attacks have 1/3 power."},muddywater:{num:330,accuracy:85,basePower:90,category:"Special",name:"Muddy Water",pp:10,priority:0,flags:{protect:1,mirror:1,nonsky:1},secondary:{chance:30,boosts:{accuracy:-1}},target:"allAdjacentFoes",type:"Water",desc:"Has a 30% chance to lower the target's accuracy by 1 stage.",shortDesc:"30% chance to lower the foe(s) accuracy by 1."},multiattack:{num:718,accuracy:100,basePower:120,category:"Physical",name:"Multi-Attack",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",zMove:{basePower:185},maxMove:{basePower:95},desc:"This move's type depends on the user's held Memory.",shortDesc:"Type varies based on the held Memory."},mysticalfire:{num:595,accuracy:100,basePower:75,category:"Special",name:"Mystical Fire",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:100,boosts:{spa:-1}},target:"normal",type:"Fire",desc:"Has a 100% chance to lower the target's Special Attack by 1 stage.",shortDesc:"100% chance to lower the target's Sp. Atk by 1."},nastyplot:{num:417,accuracy:!0,basePower:0,category:"Status",name:"Nasty Plot",pp:20,priority:0,flags:{snatch:1},boosts:{spa:2},secondary:null,target:"self",type:"Dark",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Special Attack by 2 stages.",shortDesc:"Raises the user's Sp. Atk by 2."},naturalgift:{num:363,accuracy:100,basePower:0,category:"Physical",isNonstandard:"Past",name:"Natural Gift",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",zMove:{basePower:160},maxMove:{basePower:130},desc:"The type and power of this move depend on the user's held Berry, and the Berry is lost. Fails if the user is not holding a Berry, if the user has the Klutz Ability, or if Embargo or Magic Room is in effect for the user.",shortDesc:"Power and type depends on the user's Berry."},naturepower:{num:267,accuracy:!0,basePower:0,category:"Status",name:"Nature Power",pp:20,priority:0,flags:{},secondary:null,target:"normal",type:"Normal",desc:"This move calls another move for use based on the battle terrain. Tri Attack on the regular Wi-Fi terrain, Thunderbolt during Electric Terrain, Moonblast during Misty Terrain, Energy Ball during Grassy Terrain, and Psychic during Psychic Terrain.",shortDesc:"Attack depends on terrain (default Tri Attack)."},naturesmadness:{num:717,accuracy:90,basePower:0,category:"Special",name:"Nature's Madness",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Fairy",desc:"Deals damage to the target equal to half of its current HP, rounded down, but not less than 1 HP.",shortDesc:"Does damage equal to 1/2 target's current HP."},needlearm:{num:302,accuracy:100,basePower:60,category:"Physical",isNonstandard:"Past",name:"Needle Arm",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:30,volatileStatus:"flinch"},target:"normal",type:"Grass",desc:"Has a 30% chance to make the target flinch.",shortDesc:"30% chance to make the target flinch."},neverendingnightmare:{num:636,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Never-Ending Nightmare",pp:1,priority:0,flags:{},isZ:"ghostiumz",secondary:null,target:"normal",type:"Ghost",shortDesc:"Power is equal to the base move's Z-Power."},nightdaze:{num:539,accuracy:95,basePower:85,category:"Special",name:"Night Daze",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:40,boosts:{accuracy:-1}},target:"normal",type:"Dark",desc:"Has a 40% chance to lower the target's accuracy by 1 stage.",shortDesc:"40% chance to lower the target's accuracy by 1."},nightmare:{num:171,accuracy:100,basePower:0,category:"Status",isNonstandard:"Past",name:"Nightmare",pp:15,priority:0,flags:{protect:1,mirror:1},volatileStatus:"nightmare",condition:{noCopy:!0,onResidualOrder:11},secondary:null,target:"normal",type:"Ghost",zMove:{boost:{spa:1}},desc:"Causes the target to lose 1/4 of its maximum HP, rounded down, at the end of each turn as long as it is asleep. This move does not affect the target unless it is asleep. The effect ends when the target wakes up, even if it falls asleep again in the same turn.",shortDesc:"A sleeping target is hurt by 1/4 max HP per turn."},nightshade:{num:101,accuracy:100,basePower:0,damage:"level",category:"Special",name:"Night Shade",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Ghost",desc:"Deals damage to the target equal to the user's level.",shortDesc:"Does damage equal to the user's level."},nightslash:{num:400,accuracy:100,basePower:70,category:"Physical",name:"Night Slash",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},critRatio:2,secondary:null,target:"normal",type:"Dark",desc:"Has a higher chance for a critical hit.",shortDesc:"High critical hit ratio."},nobleroar:{num:568,accuracy:100,basePower:0,category:"Status",name:"Noble Roar",pp:30,priority:0,flags:{protect:1,reflectable:1,mirror:1,sound:1,bypasssub:1},boosts:{atk:-1,spa:-1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{def:1}},desc:"Lowers the target's Attack and Special Attack by 1 stage.",shortDesc:"Lowers the target's Attack and Sp. Atk by 1."},noretreat:{num:748,accuracy:!0,basePower:0,category:"Status",name:"No Retreat",pp:5,priority:0,flags:{snatch:1},volatileStatus:"noretreat",condition:{},boosts:{atk:1,def:1,spa:1,spd:1,spe:1},secondary:null,target:"self",type:"Fighting",desc:"Raises the user's Attack, Defense, Special Attack, Special Defense, and Speed by 1 stage, but it becomes prevented from switching out. The user can still switch out if it uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. If the user leaves the field using Baton Pass, the replacement will remain trapped. Fails if the user has already been prevented from switching by this effect.",shortDesc:"Raises all stats by 1 (not acc/eva). Traps user."},nuzzle:{num:609,accuracy:100,basePower:20,category:"Physical",name:"Nuzzle",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:100,status:"par"},target:"normal",type:"Electric",desc:"Has a 100% chance to paralyze the target.",shortDesc:"100% chance to paralyze the target."},oblivionwing:{num:613,accuracy:100,basePower:80,category:"Special",name:"Oblivion Wing",pp:10,priority:0,flags:{protect:1,mirror:1,distance:1,heal:1},drain:[3,4],secondary:null,target:"any",type:"Flying",desc:"The user recovers 3/4 the HP lost by the target, rounded half up. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded half down.",shortDesc:"User recovers 75% of the damage dealt."},obstruct:{num:792,accuracy:100,basePower:0,category:"Status",name:"Obstruct",pp:10,priority:4,flags:{},stallingMove:!0,volatileStatus:"obstruct",condition:{duration:1,onTryHitPriority:3},secondary:null,target:"self",type:"Dark",desc:"The user is protected from most attacks made by other Pokemon during this turn, and Pokemon trying to make contact with the user have their Defense lowered by 2 stages. Non-damaging moves go through this protection. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Max Guard, Obstruct, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn.",shortDesc:"Protects from damaging attacks. Contact: -2 Def."},oceanicoperetta:{num:697,accuracy:!0,basePower:195,category:"Special",isNonstandard:"Past",name:"Oceanic Operetta",pp:1,priority:0,flags:{},isZ:"primariumz",secondary:null,target:"normal",type:"Water",shortDesc:"No additional effect."},octazooka:{num:190,accuracy:85,basePower:65,category:"Special",name:"Octazooka",pp:10,priority:0,flags:{bullet:1,protect:1,mirror:1},secondary:{chance:50,boosts:{accuracy:-1}},target:"normal",type:"Water",desc:"Has a 50% chance to lower the target's accuracy by 1 stage.",shortDesc:"50% chance to lower the target's accuracy by 1."},octolock:{num:753,accuracy:100,basePower:0,category:"Status",name:"Octolock",pp:15,priority:0,flags:{protect:1,mirror:1},volatileStatus:"octolock",condition:{onResidualOrder:14},secondary:null,target:"normal",type:"Fighting",desc:"Prevents the target from switching out. At the end of each turn during effect, the target's Defense and Special Defense are lowered by 1 stage. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field.",shortDesc:"Traps target, lowers Def and SpD by 1 each turn."},odorsleuth:{num:316,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Odor Sleuth",pp:40,priority:0,flags:{protect:1,reflectable:1,mirror:1,bypasssub:1,allyanim:1},volatileStatus:"foresight",secondary:null,target:"normal",type:"Normal",zMove:{boost:{atk:1}},desc:"As long as the target remains active, its evasiveness stat stage is ignored during accuracy checks against it if it is greater than 0, and Normal- and Fighting-type attacks can hit the target if it is a Ghost type. Fails if the target is already affected, or affected by Foresight or Miracle Eye.",shortDesc:"Fighting, Normal hit Ghost. Evasiveness ignored."},ominouswind:{num:466,accuracy:100,basePower:60,category:"Special",isNonstandard:"Past",name:"Ominous Wind",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,self:{boosts:{atk:1,def:1,spa:1,spd:1,spe:1}}},target:"normal",type:"Ghost",desc:"Has a 10% chance to raise the user's Attack, Defense, Special Attack, Special Defense, and Speed by 1 stage.",shortDesc:"10% chance to raise all stats by 1 (not acc/eva)."},originpulse:{num:618,accuracy:85,basePower:110,category:"Special",name:"Origin Pulse",pp:10,priority:0,flags:{protect:1,pulse:1,mirror:1},target:"allAdjacentFoes",type:"Water",desc:"No additional effect.",shortDesc:"No additional effect. Hits adjacent foes."},outrage:{num:200,accuracy:100,basePower:120,category:"Physical",name:"Outrage",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},self:{volatileStatus:"lockedmove"},secondary:null,target:"randomNormal",type:"Dragon",desc:"The user spends two or three turns locked into this move and becomes confused immediately after its move on the last turn of the effect if it is not already. This move targets an opposing Pokemon at random on each turn. If the user is prevented from moving, is asleep at the beginning of a turn, or the attack is not successful against the target on the first turn of the effect or the second turn of a three-turn effect, the effect ends without causing confusion. If this move is called by Sleep Talk and the user is asleep, the move is used for one turn and does not confuse the user.",shortDesc:"Lasts 2-3 turns. Confuses the user afterwards."},overdrive:{num:786,accuracy:100,basePower:80,category:"Special",name:"Overdrive",pp:10,priority:0,flags:{protect:1,mirror:1,sound:1,bypasssub:1},secondary:null,target:"allAdjacentFoes",type:"Electric",desc:"No additional effect.",shortDesc:"No additional effect. Hits foe(s)."},overheat:{num:315,accuracy:90,basePower:130,category:"Special",name:"Overheat",pp:5,priority:0,flags:{protect:1,mirror:1},self:{boosts:{spa:-2}},secondary:null,target:"normal",type:"Fire",desc:"Lowers the user's Special Attack by 2 stages.",shortDesc:"Lowers the user's Sp. Atk by 2."},painsplit:{num:220,accuracy:!0,basePower:0,category:"Status",name:"Pain Split",pp:20,priority:0,flags:{protect:1,mirror:1,allyanim:1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{def:1}},desc:"The user and the target's HP become the average of their current HP, rounded down, but not more than the maximum HP of either one.",shortDesc:"Shares HP of user and target equally."},paleowave:{num:0,accuracy:100,basePower:85,category:"Special",isNonstandard:"CAP",name:"Paleo Wave",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:{chance:20,boosts:{atk:-1}},target:"normal",type:"Rock",desc:"Has a 20% chance to lower the target's Attack by 1 stage.",shortDesc:"20% chance to lower the target's Attack by 1."},paraboliccharge:{num:570,accuracy:100,basePower:65,category:"Special",name:"Parabolic Charge",pp:20,priority:0,flags:{protect:1,mirror:1,heal:1},drain:[1,2],secondary:null,target:"allAdjacent",type:"Electric",desc:"The user recovers 1/2 the HP lost by the target, rounded half up. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded half down.",shortDesc:"User recovers 50% of the damage dealt."},partingshot:{num:575,accuracy:100,basePower:0,category:"Status",name:"Parting Shot",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1,sound:1,bypasssub:1},selfSwitch:!0,secondary:null,target:"normal",type:"Dark",zMove:{effect:"healreplacement"},desc:"Lowers the target's Attack and Special Attack by 1 stage. If this move is successful, the user switches out even if it is trapped and is replaced immediately by a selected party member. The user does not switch out if the target's Attack and Special Attack stat stages were both unchanged, or if there are no unfainted party members.",shortDesc:"Lowers target's Atk, Sp. Atk by 1. User switches."},payback:{num:371,accuracy:100,basePower:50,category:"Physical",name:"Payback",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Dark",desc:"Power doubles if the user moves after the target this turn, including actions taken through Instruct or the Dancer Ability. Switching in does not count as an action.",shortDesc:"Power doubles if the user moves after the target."},payday:{num:6,accuracy:100,basePower:40,category:"Physical",name:"Pay Day",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",desc:"No additional effect.",shortDesc:"Scatters coins."},peck:{num:64,accuracy:100,basePower:35,category:"Physical",name:"Peck",pp:35,priority:0,flags:{contact:1,protect:1,mirror:1,distance:1},secondary:null,target:"any",type:"Flying",shortDesc:"No additional effect."},perishsong:{num:195,accuracy:!0,basePower:0,category:"Status",name:"Perish Song",pp:5,priority:0,flags:{sound:1,distance:1,bypasssub:1},condition:{duration:4,onResidualOrder:24},secondary:null,target:"all",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"Each active Pokemon receives a perish count of 4 if it doesn't already have a perish count. At the end of each turn including the turn used, the perish count of all active Pokemon lowers by 1 and Pokemon faint if the number reaches 0. The perish count is removed from Pokemon that switch out. If a Pokemon uses Baton Pass while it has a perish count, the replacement will gain the perish count and continue to count down.",shortDesc:"All active Pokemon will faint in 3 turns."},petalblizzard:{num:572,accuracy:100,basePower:90,category:"Physical",name:"Petal Blizzard",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"allAdjacent",type:"Grass",desc:"No additional effect.",shortDesc:"No additional effect. Hits adjacent Pokemon."},petaldance:{num:80,accuracy:100,basePower:120,category:"Special",name:"Petal Dance",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1,dance:1},self:{volatileStatus:"lockedmove"},secondary:null,target:"randomNormal",type:"Grass",desc:"The user spends two or three turns locked into this move and becomes confused immediately after its move on the last turn of the effect if it is not already. This move targets an opposing Pokemon at random on each turn. If the user is prevented from moving, is asleep at the beginning of a turn, or the attack is not successful against the target on the first turn of the effect or the second turn of a three-turn effect, the effect ends without causing confusion. If this move is called by Sleep Talk and the user is asleep, the move is used for one turn and does not confuse the user.",shortDesc:"Lasts 2-3 turns. Confuses the user afterwards."},phantomforce:{num:566,accuracy:100,basePower:90,category:"Physical",name:"Phantom Force",pp:10,priority:0,flags:{contact:1,charge:1,mirror:1},breaksProtect:!0,condition:{duration:2,onInvulnerability:!1},secondary:null,target:"normal",type:"Ghost",desc:"If this move is successful, it breaks through the target's Baneful Bunker, Detect, King's Shield, Protect, or Spiky Shield for this turn, allowing other Pokemon to attack the target normally. If the target's side is protected by Crafty Shield, Mat Block, Quick Guard, or Wide Guard, that protection is also broken for this turn and other Pokemon may attack the target's side normally. This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks. If the user is holding a Power Herb, the move completes in one turn.",shortDesc:"Disappears turn 1. Hits turn 2. Breaks protection."},photongeyser:{num:722,accuracy:100,basePower:100,category:"Special",name:"Photon Geyser",pp:5,priority:0,flags:{protect:1,mirror:1},ignoreAbility:!0,secondary:null,target:"normal",type:"Psychic",desc:"This move becomes a physical attack if the user's Attack is greater than its Special Attack, including stat stage changes. This move and its effects ignore the Abilities of other Pokemon.",shortDesc:"Physical if user's Atk > Sp. Atk. Ignores Abilities."},pikapapow:{num:732,accuracy:!0,basePower:0,category:"Special",isNonstandard:"LGPE",name:"Pika Papow",pp:20,priority:0,flags:{protect:1},secondary:null,target:"normal",type:"Electric",desc:"Power is equal to the greater of (user's Happiness * 2/5), rounded down, or 1.",shortDesc:"Max happiness: 102 power. Can't miss."},pinmissile:{num:42,accuracy:95,basePower:25,category:"Physical",name:"Pin Missile",pp:20,priority:0,flags:{protect:1,mirror:1},multihit:[2,5],secondary:null,target:"normal",type:"Bug",zMove:{basePower:140},maxMove:{basePower:130},desc:"Hits two to five times. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times.",shortDesc:"Hits 2-5 times in one turn."},plasmafists:{num:721,accuracy:100,basePower:100,category:"Physical",name:"Plasma Fists",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1},pseudoWeather:"iondeluge",secondary:null,target:"normal",type:"Electric",desc:"If this move is successful, causes Normal-type moves to become Electric type this turn.",shortDesc:"Normal moves become Electric type this turn."},playnice:{num:589,accuracy:!0,basePower:0,category:"Status",name:"Play Nice",pp:20,priority:0,flags:{reflectable:1,mirror:1,bypasssub:1},boosts:{atk:-1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{def:1}},desc:"Lowers the target's Attack by 1 stage.",shortDesc:"Lowers the target's Attack by 1."},playrough:{num:583,accuracy:90,basePower:90,category:"Physical",name:"Play Rough",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:10,boosts:{atk:-1}},target:"normal",type:"Fairy",desc:"Has a 10% chance to lower the target's Attack by 1 stage.",shortDesc:"10% chance to lower the target's Attack by 1."},pluck:{num:365,accuracy:100,basePower:60,category:"Physical",name:"Pluck",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1,distance:1},secondary:null,target:"any",type:"Flying",desc:"If this move is successful and the user has not fainted, it steals the target's held Berry if it is holding one and eats it immediately, gaining its effects even if the user's item is being ignored. Items lost to this move cannot be regained with Recycle or the Harvest Ability.",shortDesc:"User steals and eats the target's Berry."},poisonfang:{num:305,accuracy:100,basePower:50,category:"Physical",name:"Poison Fang",pp:15,priority:0,flags:{bite:1,contact:1,protect:1,mirror:1},secondary:{chance:50,status:"tox"},target:"normal",type:"Poison",desc:"Has a 50% chance to badly poison the target.",shortDesc:"50% chance to badly poison the target."},poisongas:{num:139,accuracy:90,basePower:0,category:"Status",name:"Poison Gas",pp:40,priority:0,flags:{protect:1,reflectable:1,mirror:1},status:"psn",secondary:null,target:"allAdjacentFoes",type:"Poison",zMove:{boost:{def:1}},desc:"Poisons the target.",shortDesc:"Poisons the foe(s)."},poisonjab:{num:398,accuracy:100,basePower:80,category:"Physical",name:"Poison Jab",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:30,status:"psn"},target:"normal",type:"Poison",desc:"Has a 30% chance to poison the target.",shortDesc:"30% chance to poison the target."},poisonpowder:{num:77,accuracy:75,basePower:0,category:"Status",name:"Poison Powder",pp:35,priority:0,flags:{powder:1,protect:1,reflectable:1,mirror:1},status:"psn",secondary:null,target:"normal",type:"Poison",zMove:{boost:{def:1}},desc:"Poisons the target.",shortDesc:"Poisons the target."},poisonsting:{num:40,accuracy:100,basePower:15,category:"Physical",name:"Poison Sting",pp:35,priority:0,flags:{protect:1,mirror:1},secondary:{chance:30,status:"psn"},target:"normal",type:"Poison",desc:"Has a 30% chance to poison the target.",shortDesc:"30% chance to poison the target."},poisontail:{num:342,accuracy:100,basePower:50,category:"Physical",name:"Poison Tail",pp:25,priority:0,flags:{contact:1,protect:1,mirror:1},critRatio:2,secondary:{chance:10,status:"psn"},target:"normal",type:"Poison",desc:"Has a 10% chance to poison the target and a higher chance for a critical hit.",shortDesc:"High critical hit ratio. 10% chance to poison."},pollenpuff:{num:676,accuracy:100,basePower:90,category:"Special",name:"Pollen Puff",pp:15,priority:0,flags:{bullet:1,protect:1,mirror:1,allyanim:1},secondary:null,target:"normal",type:"Bug",desc:"If the target is an ally, this move restores 1/2 of its maximum HP, rounded down, instead of dealing damage.",shortDesc:"If the target is an ally, heals 50% of its max HP."},poltergeist:{num:809,accuracy:90,basePower:110,category:"Physical",name:"Poltergeist",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Ghost",shortDesc:"Fails if the target has no held item."},pound:{num:1,accuracy:100,basePower:40,category:"Physical",name:"Pound",pp:35,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",shortDesc:"No additional effect."},powder:{num:600,accuracy:100,basePower:0,category:"Status",isNonstandard:"Past",name:"Powder",pp:20,priority:1,flags:{powder:1,protect:1,reflectable:1,mirror:1,bypasssub:1},volatileStatus:"powder",condition:{duration:1,onTryMovePriority:-1},secondary:null,target:"normal",type:"Bug",zMove:{boost:{spd:2}},desc:"If the target uses a Fire-type move this turn, it is prevented from executing and the target loses 1/4 of its maximum HP, rounded half up. This effect does not happen if the Fire-type move is prevented by Primordial Sea.",shortDesc:"If using a Fire move, target loses 1/4 max HP."},powdersnow:{num:181,accuracy:100,basePower:40,category:"Special",name:"Powder Snow",pp:25,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,status:"frz"},target:"allAdjacentFoes",type:"Ice",desc:"Has a 10% chance to freeze the target.",shortDesc:"10% chance to freeze the foe(s)."},powergem:{num:408,accuracy:100,basePower:80,category:"Special",name:"Power Gem",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Rock",shortDesc:"No additional effect."},powersplit:{num:471,accuracy:!0,basePower:0,category:"Status",name:"Power Split",pp:10,priority:0,flags:{protect:1,allyanim:1},secondary:null,target:"normal",type:"Psychic",zMove:{boost:{spe:1}},desc:"The user and the target have their Attack and Special Attack stats set to be equal to the average of the user and the target's Attack and Special Attack stats, respectively, rounded down. Stat stage changes are unaffected.",shortDesc:"Averages Attack and Sp. Atk stats with target."},powerswap:{num:384,accuracy:!0,basePower:0,category:"Status",name:"Power Swap",pp:10,priority:0,flags:{protect:1,mirror:1,bypasssub:1,allyanim:1},secondary:null,target:"normal",type:"Psychic",zMove:{boost:{spe:1}},desc:"The user swaps its Attack and Special Attack stat stage changes with the target.",shortDesc:"Swaps Attack and Sp. Atk stat stages with target."},powertrick:{num:379,accuracy:!0,basePower:0,category:"Status",name:"Power Trick",pp:10,priority:0,flags:{snatch:1},volatileStatus:"powertrick",condition:{},secondary:null,target:"self",type:"Psychic",zMove:{boost:{atk:1}},desc:"The user swaps its Attack and Defense stats, and stat stage changes remain on their respective stats. This move can be used again to swap the stats back. If the user uses Baton Pass, the replacement will have its Attack and Defense stats swapped if the effect is active. If the user has its stats recalculated by changing forme while its stats are swapped, this effect is ignored but is still active for the purposes of Baton Pass.",shortDesc:"Switches user's Attack and Defense stats."},powertrip:{num:681,accuracy:100,basePower:20,category:"Physical",name:"Power Trip",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Dark",zMove:{basePower:160},maxMove:{basePower:130},desc:"Power is equal to 20+(X*20), where X is the user's total stat stage changes that are greater than 0.",shortDesc:" + 20 power for each of the user's stat boosts."},poweruppunch:{num:612,accuracy:100,basePower:40,category:"Physical",name:"Power-Up Punch",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1},secondary:{chance:100,self:{boosts:{atk:1}}},target:"normal",type:"Fighting",desc:"Has a 100% chance to raise the user's Attack by 1 stage.",shortDesc:"100% chance to raise the user's Attack by 1."},powerwhip:{num:438,accuracy:85,basePower:120,category:"Physical",name:"Power Whip",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Grass",shortDesc:"No additional effect."},precipiceblades:{num:619,accuracy:85,basePower:120,category:"Physical",name:"Precipice Blades",pp:10,priority:0,flags:{protect:1,mirror:1,nonsky:1},target:"allAdjacentFoes",type:"Ground",desc:"No additional effect.",shortDesc:"No additional effect. Hits adjacent foes."},present:{num:217,accuracy:90,basePower:0,category:"Physical",name:"Present",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",desc:"If this move is successful, it deals damage or heals the target. 40% chance for 40 power, 30% chance for 80 power, 10% chance for 120 power, and 20% chance to heal the target by 1/4 of its maximum HP, rounded down.",shortDesc:"40, 80, 120 power, or heals target 1/4 max HP."},prismaticlaser:{num:711,accuracy:100,basePower:160,category:"Special",name:"Prismatic Laser",pp:10,priority:0,flags:{recharge:1,protect:1,mirror:1},self:{volatileStatus:"mustrecharge"},secondary:null,target:"normal",type:"Psychic",desc:"If this move is successful, the user must recharge on the following turn and cannot select a move.",shortDesc:"User cannot move next turn."},protect:{num:182,accuracy:!0,basePower:0,category:"Status",name:"Protect",pp:10,priority:4,flags:{},stallingMove:!0,volatileStatus:"protect",condition:{duration:1,onTryHitPriority:3},secondary:null,target:"self",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"The user is protected from most attacks made by other Pokemon during this turn. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Max Guard, Obstruct, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn.",shortDesc:"Prevents moves from affecting the user this turn."},psybeam:{num:60,accuracy:100,basePower:65,category:"Special",name:"Psybeam",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,volatileStatus:"confusion"},target:"normal",type:"Psychic",desc:"Has a 10% chance to confuse the target.",shortDesc:"10% chance to confuse the target."},psychup:{num:244,accuracy:!0,basePower:0,category:"Status",name:"Psych Up",pp:10,priority:0,flags:{bypasssub:1,allyanim:1},secondary:null,target:"normal",type:"Normal",zMove:{effect:"heal"},desc:"The user copies all of the target's current stat stage changes.",shortDesc:"Copies the target's current stat stages."},psychic:{num:94,accuracy:100,basePower:90,category:"Special",name:"Psychic",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,boosts:{spd:-1}},target:"normal",type:"Psychic",desc:"Has a 10% chance to lower the target's Special Defense by 1 stage.",shortDesc:"10% chance to lower the target's Sp. Def by 1."},psychicfangs:{num:706,accuracy:100,basePower:85,category:"Physical",name:"Psychic Fangs",pp:10,priority:0,flags:{bite:1,contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Psychic",desc:"If this attack does not miss, the effects of Reflect, Light Screen, and Aurora Veil end for the target's side of the field before damage is calculated.",shortDesc:"Destroys screens, unless the target is immune."},psychicterrain:{num:678,accuracy:!0,basePower:0,category:"Status",name:"Psychic Terrain",pp:10,priority:0,flags:{nonsky:1},terrain:"psychicterrain",condition:{duration:5,onTryHitPriority:4,onBasePowerPriority:6,onFieldResidualOrder:27,onFieldResidualSubOrder:7},secondary:null,target:"all",type:"Psychic",zMove:{boost:{spa:1}},desc:"For 5 turns, the terrain becomes Psychic Terrain. During the effect, the power of Psychic-type attacks made by grounded Pokemon is multiplied by 1.3 and grounded Pokemon cannot be hit by moves with priority greater than 0, unless the target is an ally. Camouflage transforms the user into a Psychic type, Nature Power becomes Psychic, and Secret Power has a 30% chance to lower the target's Speed by 1 stage. Fails if the current terrain is Psychic Terrain.",shortDesc:"5 turns. Grounded: +Psychic power, priority-safe."},psychoboost:{num:354,accuracy:90,basePower:140,category:"Special",isNonstandard:"Past",name:"Psycho Boost",pp:5,priority:0,flags:{protect:1,mirror:1},self:{boosts:{spa:-2}},secondary:null,target:"normal",type:"Psychic",desc:"Lowers the user's Special Attack by 2 stages.",shortDesc:"Lowers the user's Sp. Atk by 2."},psychocut:{num:427,accuracy:100,basePower:70,category:"Physical",name:"Psycho Cut",pp:20,priority:0,flags:{protect:1,mirror:1},critRatio:2,secondary:null,target:"normal",type:"Psychic",desc:"Has a higher chance for a critical hit.",shortDesc:"High critical hit ratio."},psychoshift:{num:375,accuracy:100,basePower:0,category:"Status",name:"Psycho Shift",pp:10,priority:0,flags:{protect:1,mirror:1},self:{},secondary:null,target:"normal",type:"Psychic",zMove:{boost:{spa:2}},desc:"The user's non-volatile status condition is transferred to the target, and the user is then cured. Fails if the user has no non-volatile status condition or if the target already has one.",shortDesc:"Transfers the user's status ailment to the target."},psyshock:{num:473,accuracy:100,basePower:80,category:"Special",overrideDefensiveStat:"def",name:"Psyshock",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Psychic",desc:"Deals damage to the target based on its Defense instead of Special Defense.",shortDesc:"Damages target based on Defense, not Sp. Def."},psystrike:{num:540,accuracy:100,basePower:100,category:"Special",overrideDefensiveStat:"def",name:"Psystrike",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Psychic",desc:"Deals damage to the target based on its Defense instead of Special Defense.",shortDesc:"Damages target based on Defense, not Sp. Def."},psywave:{num:149,accuracy:100,basePower:0,category:"Special",isNonstandard:"Past",name:"Psywave",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Psychic",desc:"Deals damage to the target equal to (user's level) * (X + 50) / 100, where X is a random number from 0 to 100, rounded down, but not less than 1 HP.",shortDesc:"Random damage equal to 0.5x-1.5x user's level."},pulverizingpancake:{num:701,accuracy:!0,basePower:210,category:"Physical",isNonstandard:"Past",name:"Pulverizing Pancake",pp:1,priority:0,flags:{contact:1},isZ:"snorliumz",secondary:null,target:"normal",type:"Normal",shortDesc:"No additional effect."},punishment:{num:386,accuracy:100,basePower:0,category:"Physical",isNonstandard:"Past",name:"Punishment",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Dark",zMove:{basePower:160},maxMove:{basePower:130},desc:"Power is equal to 60+(X*20), where X is the target's total stat stage changes that are greater than 0, but not more than 200 power.",shortDesc:"60 power +20 for each of the target's stat boosts."},purify:{num:685,accuracy:!0,basePower:0,category:"Status",name:"Purify",pp:20,priority:0,flags:{protect:1,reflectable:1,heal:1},secondary:null,target:"normal",type:"Poison",zMove:{boost:{atk:1,def:1,spa:1,spd:1,spe:1}},desc:"The target is cured if it has a non-volatile status condition. If the target was cured, the user restores 1/2 of its maximum HP, rounded down.",shortDesc:"Cures target's status; heals user 1/2 max HP if so."},pursuit:{num:228,accuracy:100,basePower:40,category:"Physical",isNonstandard:"Past",name:"Pursuit",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},condition:{duration:1},secondary:null,target:"normal",type:"Dark",desc:"If an opposing Pokemon switches out this turn, this move hits that Pokemon before it leaves the field, even if it was not the original target. If the user moves after an opponent using Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch, but not Baton Pass, it will hit that opponent before it leaves the field. Power doubles and no accuracy check is done if the user hits an opponent switching out, and the user's turn is over; if an opponent faints from this, the replacement Pokemon does not become active until the end of the turn.",shortDesc:"If a foe is switching out, hits it at 2x power."},pyroball:{num:780,accuracy:90,basePower:120,category:"Physical",name:"Pyro Ball",pp:5,priority:0,flags:{protect:1,mirror:1,defrost:1,bullet:1},secondary:{chance:10,status:"brn"},target:"normal",type:"Fire",desc:"Has a 10% chance to burn the target.",shortDesc:"10% chance to burn the target. Thaws user."},quash:{num:511,accuracy:100,basePower:0,category:"Status",name:"Quash",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Dark",zMove:{boost:{spe:1}},desc:"Causes the target to take its turn after all other Pokemon this turn, no matter the priority of its selected move. Fails if the target already moved this turn.",shortDesc:"Forces the target to move last this turn."},quickattack:{num:98,accuracy:100,basePower:40,category:"Physical",name:"Quick Attack",pp:30,priority:1,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",desc:"No additional effect.",shortDesc:"Usually goes first."},quickguard:{num:501,accuracy:!0,basePower:0,category:"Status",name:"Quick Guard",pp:15,priority:3,flags:{snatch:1},sideCondition:"quickguard",condition:{duration:1,onTryHitPriority:4},secondary:null,target:"allySide",type:"Fighting",zMove:{boost:{def:1}},desc:"The user and its party members are protected from attacks with original or altered priority greater than 0 made by other Pokemon, including allies, during this turn. This move modifies the same 1/X chance of being successful used by other protection moves, where X starts at 1 and triples each time this move is successfully used, but does not use the chance to check for failure. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Max Guard, Obstruct, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn or if this move is already in effect for the user's side.",shortDesc:"Protects allies from priority attacks this turn."},quiverdance:{num:483,accuracy:!0,basePower:0,category:"Status",name:"Quiver Dance",pp:20,priority:0,flags:{snatch:1,dance:1},boosts:{spa:1,spd:1,spe:1},secondary:null,target:"self",type:"Bug",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Special Attack, Special Defense, and Speed by 1 stage.",shortDesc:"Raises the user's Sp. Atk, Sp. Def, Speed by 1."},rage:{num:99,accuracy:100,basePower:20,category:"Physical",isNonstandard:"Past",name:"Rage",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},self:{volatileStatus:"rage"},condition:{onBeforeMovePriority:100},secondary:null,target:"normal",type:"Normal",desc:"Once this move is successfully used, the user's Attack is raised by 1 stage every time it is hit by another Pokemon's attack as long as this move is chosen for use.",shortDesc:"Raises the user's Attack by 1 if hit during use."},ragepowder:{num:476,accuracy:!0,basePower:0,category:"Status",name:"Rage Powder",pp:20,priority:2,flags:{powder:1},volatileStatus:"ragepowder",condition:{duration:1,onFoeRedirectTargetPriority:1},secondary:null,target:"self",type:"Bug",zMove:{effect:"clearnegativeboost"},desc:"Until the end of the turn, all single-target attacks from the opposing side are redirected to the user. Such attacks are redirected to the user before they can be reflected by Magic Coat or the Magic Bounce Ability, or drawn in by the Lightning Rod or Storm Drain Abilities. Fails if it is not a Double Battle or Battle Royal. This effect is ignored while the user is under the effect of Sky Drop.",shortDesc:"The foes' moves target the user on the turn used."},raindance:{num:240,accuracy:!0,basePower:0,category:"Status",name:"Rain Dance",pp:5,priority:0,flags:{},weather:"RainDance",secondary:null,target:"all",type:"Water",zMove:{boost:{spe:1}},desc:"For 5 turns, the weather becomes Rain Dance. The damage of Water-type attacks is multiplied by 1.5 and the damage of Fire-type attacks is multiplied by 0.5 during the effect. Lasts for 8 turns if the user is holding Damp Rock. Fails if the current weather is Rain Dance.",shortDesc:"For 5 turns, heavy rain powers Water moves."},rapidspin:{num:229,accuracy:100,basePower:50,category:"Physical",name:"Rapid Spin",pp:40,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:100,self:{boosts:{spe:1}}},target:"normal",type:"Normal",desc:"If this move is successful and the user has not fainted, the effects of Leech Seed and binding moves end for the user, and all hazards are removed from the user's side of the field. Has a 100% chance to raise the user's Speed by 1 stage.",shortDesc:"Free user from hazards/bind/Leech Seed; +1 Spe."},razorleaf:{num:75,accuracy:95,basePower:55,category:"Physical",name:"Razor Leaf",pp:25,priority:0,flags:{protect:1,mirror:1},critRatio:2,secondary:null,target:"allAdjacentFoes",type:"Grass",desc:"Has a higher chance for a critical hit.",shortDesc:"High critical hit ratio. Hits adjacent foes."},razorshell:{num:534,accuracy:95,basePower:75,category:"Physical",name:"Razor Shell",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:50,boosts:{def:-1}},target:"normal",type:"Water",desc:"Has a 50% chance to lower the target's Defense by 1 stage.",shortDesc:"50% chance to lower the target's Defense by 1."},razorwind:{num:13,accuracy:100,basePower:80,category:"Special",isNonstandard:"Past",name:"Razor Wind",pp:10,priority:0,flags:{charge:1,protect:1,mirror:1},critRatio:2,secondary:null,target:"allAdjacentFoes",type:"Normal",desc:"Has a higher chance for a critical hit. This attack charges on the first turn and executes on the second. If the user is holding a Power Herb, the move completes in one turn.",shortDesc:"Charges, then hits foe(s) turn 2. High crit ratio."},recover:{num:105,accuracy:!0,basePower:0,category:"Status",name:"Recover",pp:10,priority:0,flags:{snatch:1,heal:1},heal:[1,2],secondary:null,target:"self",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"The user restores 1/2 of its maximum HP, rounded half up.",shortDesc:"Heals the user by 50% of its max HP."},recycle:{num:278,accuracy:!0,basePower:0,category:"Status",name:"Recycle",pp:10,priority:0,flags:{snatch:1},secondary:null,target:"self",type:"Normal",zMove:{boost:{spe:2}},desc:"The user regains the item it last used. Fails if the user is holding an item, if the user has not held an item, if the item was a popped Air Balloon, if the item was picked up by a Pokemon with the Pickup Ability, or if the item was lost to Bug Bite, Corrosive Gas, Covet, Incinerate, Knock Off, Pluck, or Thief. Items thrown with Fling can be regained.",shortDesc:"Restores the item the user last used."},reflect:{num:115,accuracy:!0,basePower:0,category:"Status",name:"Reflect",pp:20,priority:0,flags:{snatch:1},sideCondition:"reflect",condition:{duration:5,onSideResidualOrder:26,onSideResidualSubOrder:1},secondary:null,target:"allySide",type:"Psychic",zMove:{boost:{def:1}},desc:"For 5 turns, the user and its party members take 0.5x damage from physical attacks, or 0.66x damage if in a Double Battle. Damage is not reduced further with Aurora Veil. Critical hits ignore this effect. It is removed from the user's side if the user or an ally is successfully hit by Brick Break, Psychic Fangs, or Defog. Lasts for 8 turns if the user is holding Light Clay. Fails if the effect is already active on the user's side.",shortDesc:"For 5 turns, physical damage to allies is halved."},reflecttype:{num:513,accuracy:!0,basePower:0,category:"Status",name:"Reflect Type",pp:15,priority:0,flags:{protect:1,bypasssub:1,allyanim:1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{spa:1}},desc:"Causes the user's types to become the same as the current types of the target. If the target's current types include typeless and a non-added type, typeless is ignored. If the target's current types include typeless and an added type from Forest's Curse or Trick-or-Treat, typeless is copied as the Normal type instead. Fails if the user is an Arceus or a Silvally, or if the target's current type is typeless alone.",shortDesc:"User becomes the same type as the target."},refresh:{num:287,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Refresh",pp:20,priority:0,flags:{snatch:1},secondary:null,target:"self",type:"Normal",zMove:{effect:"heal"},desc:"The user cures its burn, poison, or paralysis. Fails if the user is not burned, poisoned, or paralyzed.",shortDesc:"User cures its burn, poison, or paralysis."},relicsong:{num:547,accuracy:100,basePower:75,category:"Special",isNonstandard:"Past",name:"Relic Song",pp:10,priority:0,flags:{protect:1,mirror:1,sound:1,bypasssub:1},secondary:{chance:10,status:"slp"},target:"allAdjacentFoes",type:"Normal",desc:"Has a 10% chance to cause the target to fall asleep. If this move is successful on at least one target and the user is a Meloetta, it changes to Pirouette Forme if it is currently in Aria Forme, or changes to Aria Forme if it is currently in Pirouette Forme. This forme change does not happen if the Meloetta has the Sheer Force Ability. The Pirouette Forme reverts to Aria Forme when Meloetta is not active.",shortDesc:"10% chance to sleep foe(s). Meloetta transforms."},rest:{num:156,accuracy:!0,basePower:0,category:"Status",name:"Rest",pp:10,priority:0,flags:{snatch:1,heal:1},secondary:null,target:"self",type:"Psychic",zMove:{effect:"clearnegativeboost"},desc:"The user falls asleep for the next two turns and restores all of its HP, curing itself of any non-volatile status condition in the process. Fails if the user has full HP, is already asleep, or if another effect is preventing sleep.",shortDesc:"User sleeps 2 turns and restores HP and status."},retaliate:{num:514,accuracy:100,basePower:70,category:"Physical",name:"Retaliate",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",desc:"Power doubles if one of the user's party members fainted last turn.",shortDesc:"Power doubles if an ally fainted last turn."},return:{num:216,accuracy:100,basePower:0,category:"Physical",isNonstandard:"Past",name:"Return",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",zMove:{basePower:160},maxMove:{basePower:130},desc:"Power is equal to the greater of (user's Happiness * 2/5), rounded down, or 1.",shortDesc:"Max 102 power at maximum Happiness."},revelationdance:{num:686,accuracy:100,basePower:90,category:"Special",isNonstandard:"Past",name:"Revelation Dance",pp:15,priority:0,flags:{protect:1,mirror:1,dance:1},secondary:null,target:"normal",type:"Normal",desc:"This move's type depends on the user's primary type. If the user's primary type is typeless, this move's type is the user's secondary type if it has one, otherwise the added type from Forest's Curse or Trick-or-Treat. This move is typeless if the user's type is typeless alone.",shortDesc:"Type varies based on the user's primary type."},revenge:{num:279,accuracy:100,basePower:60,category:"Physical",name:"Revenge",pp:10,priority:-4,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Fighting",desc:"Power doubles if the user was hit by the target this turn.",shortDesc:"Power doubles if user is damaged by the target."},reversal:{num:179,accuracy:100,basePower:0,category:"Physical",name:"Reversal",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Fighting",zMove:{basePower:160},desc:"The power of this move is 20 if X is 33 to 48, 40 if X is 17 to 32, 80 if X is 10 to 16, 100 if X is 5 to 9, 150 if X is 2 to 4, and 200 if X is 0 or 1, where X is equal to (user's current HP * 48 / user's maximum HP), rounded down.",shortDesc:"More power the less HP the user has left."},risingvoltage:{num:804,accuracy:100,basePower:70,category:"Special",name:"Rising Voltage",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Electric",maxMove:{basePower:140},desc:"If the current terrain is Electric Terrain and the target is grounded, this move's power is doubled.",shortDesc:"2x power if target is grounded in Electric Terrain."},roar:{num:46,accuracy:!0,basePower:0,category:"Status",name:"Roar",pp:20,priority:-6,flags:{reflectable:1,mirror:1,sound:1,bypasssub:1,allyanim:1},forceSwitch:!0,secondary:null,target:"normal",type:"Normal",zMove:{boost:{def:1}},desc:"The target is forced to switch out and be replaced with a random unfainted ally. Fails if the target is the last unfainted Pokemon in its party, or if the target used Ingrain previously or has the Suction Cups Ability.",shortDesc:"Forces the target to switch to a random ally."},roaroftime:{num:459,accuracy:90,basePower:150,category:"Special",name:"Roar of Time",pp:5,priority:0,flags:{recharge:1,protect:1,mirror:1},self:{volatileStatus:"mustrecharge"},secondary:null,target:"normal",type:"Dragon",desc:"If this move is successful, the user must recharge on the following turn and cannot select a move.",shortDesc:"User cannot move next turn."},rockblast:{num:350,accuracy:90,basePower:25,category:"Physical",name:"Rock Blast",pp:10,priority:0,flags:{bullet:1,protect:1,mirror:1},multihit:[2,5],secondary:null,target:"normal",type:"Rock",zMove:{basePower:140},maxMove:{basePower:130},desc:"Hits two to five times. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times.",shortDesc:"Hits 2-5 times in one turn."},rockclimb:{num:431,accuracy:85,basePower:90,category:"Physical",isNonstandard:"Past",name:"Rock Climb",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:20,volatileStatus:"confusion"},target:"normal",type:"Normal",desc:"Has a 20% chance to confuse the target.",shortDesc:"20% chance to confuse the target."},rockpolish:{num:397,accuracy:!0,basePower:0,category:"Status",name:"Rock Polish",pp:20,priority:0,flags:{snatch:1},boosts:{spe:2},secondary:null,target:"self",type:"Rock",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Speed by 2 stages.",shortDesc:"Raises the user's Speed by 2."},rockslide:{num:157,accuracy:90,basePower:75,category:"Physical",name:"Rock Slide",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:30,volatileStatus:"flinch"},target:"allAdjacentFoes",type:"Rock",desc:"Has a 30% chance to make the target flinch.",shortDesc:"30% chance to make the foe(s) flinch."},rocksmash:{num:249,accuracy:100,basePower:40,category:"Physical",name:"Rock Smash",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:50,boosts:{def:-1}},target:"normal",type:"Fighting",desc:"Has a 50% chance to lower the target's Defense by 1 stage.",shortDesc:"50% chance to lower the target's Defense by 1."},rockthrow:{num:88,accuracy:90,basePower:50,category:"Physical",name:"Rock Throw",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Rock",shortDesc:"No additional effect."},rocktomb:{num:317,accuracy:95,basePower:60,category:"Physical",name:"Rock Tomb",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:{chance:100,boosts:{spe:-1}},target:"normal",type:"Rock",desc:"Has a 100% chance to lower the target's Speed by 1 stage.",shortDesc:"100% chance to lower the target's Speed by 1."},rockwrecker:{num:439,accuracy:90,basePower:150,category:"Physical",name:"Rock Wrecker",pp:5,priority:0,flags:{bullet:1,recharge:1,protect:1,mirror:1},self:{volatileStatus:"mustrecharge"},secondary:null,target:"normal",type:"Rock",desc:"If this move is successful, the user must recharge on the following turn and cannot select a move.",shortDesc:"User cannot move next turn."},roleplay:{num:272,accuracy:!0,basePower:0,category:"Status",name:"Role Play",pp:10,priority:0,flags:{bypasssub:1,allyanim:1},secondary:null,target:"normal",type:"Psychic",zMove:{boost:{spe:1}},desc:"The user's Ability changes to match the target's Ability. Fails if the user's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Zen Mode, or already matches the target, or if the target's Ability is As One, Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Gulp Missile, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Wonder Guard, or Zen Mode.",shortDesc:"User replaces its Ability with the target's."},rollingkick:{num:27,accuracy:85,basePower:60,category:"Physical",isNonstandard:"Past",name:"Rolling Kick",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:30,volatileStatus:"flinch"},target:"normal",type:"Fighting",desc:"Has a 30% chance to make the target flinch.",shortDesc:"30% chance to make the target flinch."},rollout:{num:205,accuracy:90,basePower:30,category:"Physical",name:"Rollout",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},condition:{duration:1,onLockMove:"rollout"},secondary:null,target:"normal",type:"Rock",desc:"If this move is successful, the user is locked into this move and cannot make another move until it misses, 5 turns have passed, or the attack cannot be used. Power doubles with each successful hit of this move and doubles again if Defense Curl was used previously by the user. If this move is called by Sleep Talk, the move is used for one turn.",shortDesc:"Power doubles with each hit. Repeats for 5 turns."},roost:{num:355,accuracy:!0,basePower:0,category:"Status",name:"Roost",pp:10,priority:0,flags:{snatch:1,heal:1},heal:[1,2],self:{volatileStatus:"roost"},condition:{duration:1,onResidualOrder:25,onTypePriority:-1},secondary:null,target:"self",type:"Flying",zMove:{effect:"clearnegativeboost"},desc:"The user restores 1/2 of its maximum HP, rounded half up. Until the end of the turn, Flying-type users lose their Flying type and pure Flying-type users become Normal type. Does nothing if the user's HP is full.",shortDesc:"Heals 50% HP. Flying-type removed 'til turn ends."},rototiller:{num:563,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Rototiller",pp:10,priority:0,flags:{distance:1,nonsky:1},secondary:null,target:"all",type:"Ground",zMove:{boost:{atk:1}},desc:"Raises the Attack and Special Attack of all grounded Grass-type Pokemon on the field by 1 stage.",shortDesc:"Raises Atk/Sp. Atk of grounded Grass types by 1."},round:{num:496,accuracy:100,basePower:60,category:"Special",name:"Round",pp:15,priority:0,flags:{protect:1,mirror:1,sound:1,bypasssub:1},secondary:null,target:"normal",type:"Normal",desc:"If there are other active Pokemon that chose this move for use this turn, those Pokemon take their turn immediately after the user, in Speed order, and this move's power is 120 for each other user.",shortDesc:"Power doubles if others used Round this turn."},sacredfire:{num:221,accuracy:95,basePower:100,category:"Physical",name:"Sacred Fire",pp:5,priority:0,flags:{protect:1,mirror:1,defrost:1},secondary:{chance:50,status:"brn"},target:"normal",type:"Fire",desc:"Has a 50% chance to burn the target.",shortDesc:"50% chance to burn the target. Thaws user."},sacredsword:{num:533,accuracy:100,basePower:90,category:"Physical",name:"Sacred Sword",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},ignoreEvasion:!0,ignoreDefensive:!0,secondary:null,target:"normal",type:"Fighting",desc:"Ignores the target's stat stage changes, including evasiveness.",shortDesc:"Ignores the target's stat stage changes."},safeguard:{num:219,accuracy:!0,basePower:0,category:"Status",name:"Safeguard",pp:25,priority:0,flags:{snatch:1},sideCondition:"safeguard",condition:{duration:5,onSideResidualOrder:26,onSideResidualSubOrder:3},secondary:null,target:"allySide",type:"Normal",zMove:{boost:{spe:1}},desc:"For 5 turns, the user and its party members cannot have non-volatile status conditions or confusion inflicted on them by other Pokemon. Pokemon on the user's side cannot become affected by Yawn but can fall asleep from its effect. It is removed from the user's side if the user or an ally is successfully hit by Defog. Fails if the effect is already active on the user's side.",shortDesc:"For 5 turns, protects user's party from status."},sandattack:{num:28,accuracy:100,basePower:0,category:"Status",name:"Sand Attack",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1},boosts:{accuracy:-1},secondary:null,target:"normal",type:"Ground",zMove:{boost:{evasion:1}},desc:"Lowers the target's accuracy by 1 stage.",shortDesc:"Lowers the target's accuracy by 1."},sandstorm:{num:201,accuracy:!0,basePower:0,category:"Status",name:"Sandstorm",pp:10,priority:0,flags:{},weather:"Sandstorm",secondary:null,target:"all",type:"Rock",zMove:{boost:{spe:1}},desc:"For 5 turns, the weather becomes Sandstorm. At the end of each turn except the last, all active Pokemon lose 1/16 of their maximum HP, rounded down, unless they are a Ground, Rock, or Steel type, or have the Magic Guard, Overcoat, Sand Force, Sand Rush, or Sand Veil Abilities. During the effect, the Special Defense of Rock-type Pokemon is multiplied by 1.5 when taking damage from a special attack. Lasts for 8 turns if the user is holding Smooth Rock. Fails if the current weather is Sandstorm.",shortDesc:"For 5 turns, a sandstorm rages. Rock: 1.5x SpD."},sandtomb:{num:328,accuracy:85,basePower:35,category:"Physical",name:"Sand Tomb",pp:15,priority:0,flags:{protect:1,mirror:1},volatileStatus:"partiallytrapped",secondary:null,target:"normal",type:"Ground",desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 4-5 turns."},sappyseed:{num:738,accuracy:90,basePower:100,category:"Physical",isNonstandard:"LGPE",name:"Sappy Seed",pp:10,priority:0,flags:{protect:1,reflectable:1},secondary:null,target:"normal",type:"Grass",desc:"This move summons Leech Seed on the foe.",shortDesc:"Summons Leech Seed."},savagespinout:{num:634,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Savage Spin-Out",pp:1,priority:0,flags:{},isZ:"buginiumz",secondary:null,target:"normal",type:"Bug",shortDesc:"Power is equal to the base move's Z-Power."},scald:{num:503,accuracy:100,basePower:80,category:"Special",name:"Scald",pp:15,priority:0,flags:{protect:1,mirror:1,defrost:1},thawsTarget:!0,secondary:{chance:30,status:"brn"},target:"normal",type:"Water",desc:"Has a 30% chance to burn the target. The target thaws out if it is frozen.",shortDesc:"30% chance to burn the target. Thaws target."},scaleshot:{num:799,accuracy:90,basePower:25,category:"Physical",name:"Scale Shot",pp:20,priority:0,flags:{protect:1,mirror:1},multihit:[2,5],selfBoost:{boosts:{def:-1,spe:1}},secondary:null,target:"normal",type:"Dragon",zMove:{basePower:140},maxMove:{basePower:130},desc:"Hits two to five times. Lowers the user's Defense by 1 stage and raises the user's Speed by 1 stage after the last hit. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times.",shortDesc:"Hits 2-5 times. User: -1 Def, +1 Spe after last hit."},scaryface:{num:184,accuracy:100,basePower:0,category:"Status",name:"Scary Face",pp:10,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},boosts:{spe:-2},secondary:null,target:"normal",type:"Normal",zMove:{boost:{spe:1}},desc:"Lowers the target's Speed by 2 stages.",shortDesc:"Lowers the target's Speed by 2."},scorchingsands:{num:815,accuracy:100,basePower:70,category:"Special",name:"Scorching Sands",pp:10,priority:0,flags:{protect:1,mirror:1,defrost:1},thawsTarget:!0,secondary:{chance:30,status:"brn"},target:"normal",type:"Ground",desc:"Has a 30% chance to burn the target. The target thaws out if it is frozen.",shortDesc:"30% chance to burn the target. Thaws target."},scratch:{num:10,accuracy:100,basePower:40,category:"Physical",name:"Scratch",pp:35,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",shortDesc:"No additional effect."},screech:{num:103,accuracy:85,basePower:0,category:"Status",name:"Screech",pp:40,priority:0,flags:{protect:1,reflectable:1,mirror:1,sound:1,bypasssub:1,allyanim:1},boosts:{def:-2},secondary:null,target:"normal",type:"Normal",zMove:{boost:{atk:1}},desc:"Lowers the target's Defense by 2 stages.",shortDesc:"Lowers the target's Defense by 2."},searingshot:{num:545,accuracy:100,basePower:100,category:"Special",name:"Searing Shot",pp:5,priority:0,flags:{bullet:1,protect:1,mirror:1},secondary:{chance:30,status:"brn"},target:"allAdjacent",type:"Fire",desc:"Has a 30% chance to burn the target.",shortDesc:"30% chance to burn adjacent Pokemon."},searingsunrazesmash:{num:724,accuracy:!0,basePower:200,category:"Physical",isNonstandard:"Past",name:"Searing Sunraze Smash",pp:1,priority:0,flags:{contact:1},isZ:"solganiumz",ignoreAbility:!0,secondary:null,target:"normal",type:"Steel",desc:"This move and its effects ignore the Abilities of other Pokemon.",shortDesc:"Ignores the Abilities of other Pokemon."},secretpower:{num:290,accuracy:100,basePower:70,category:"Physical",isNonstandard:"Past",name:"Secret Power",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:{chance:30,status:"par"},target:"normal",type:"Normal",desc:"Has a 30% chance to cause a secondary effect on the target based on the battle terrain. Causes paralysis on the regular Wi-Fi terrain, causes paralysis during Electric Terrain, lowers Special Attack by 1 stage during Misty Terrain, causes sleep during Grassy Terrain and lowers Speed by 1 stage during Psychic Terrain.",shortDesc:"Effect varies with terrain. (30% paralysis chance)"},secretsword:{num:548,accuracy:100,basePower:85,category:"Special",overrideDefensiveStat:"def",name:"Secret Sword",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Fighting",desc:"Deals damage to the target based on its Defense instead of Special Defense.",shortDesc:"Damages target based on Defense, not Sp. Def."},seedbomb:{num:402,accuracy:100,basePower:80,category:"Physical",name:"Seed Bomb",pp:15,priority:0,flags:{bullet:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Grass",shortDesc:"No additional effect."},seedflare:{num:465,accuracy:85,basePower:120,category:"Special",isNonstandard:"Past",name:"Seed Flare",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:{chance:40,boosts:{spd:-2}},target:"normal",type:"Grass",desc:"Has a 40% chance to lower the target's Special Defense by 2 stages.",shortDesc:"40% chance to lower the target's Sp. Def by 2."},seismictoss:{num:69,accuracy:100,basePower:0,damage:"level",category:"Physical",name:"Seismic Toss",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1,nonsky:1},secondary:null,target:"normal",type:"Fighting",maxMove:{basePower:75},desc:"Deals damage to the target equal to the user's level.",shortDesc:"Does damage equal to the user's level."},selfdestruct:{num:120,accuracy:100,basePower:200,category:"Physical",name:"Self-Destruct",pp:5,priority:0,flags:{protect:1,mirror:1},selfdestruct:"always",secondary:null,target:"allAdjacent",type:"Normal",desc:"The user faints after using this move, even if this move fails for having no target. This move is prevented from executing if any active Pokemon has the Damp Ability.",shortDesc:"Hits adjacent Pokemon. The user faints."},shadowball:{num:247,accuracy:100,basePower:80,category:"Special",name:"Shadow Ball",pp:15,priority:0,flags:{bullet:1,protect:1,mirror:1},secondary:{chance:20,boosts:{spd:-1}},target:"normal",type:"Ghost",desc:"Has a 20% chance to lower the target's Special Defense by 1 stage.",shortDesc:"20% chance to lower the target's Sp. Def by 1."},shadowbone:{num:708,accuracy:100,basePower:85,category:"Physical",name:"Shadow Bone",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:20,boosts:{def:-1}},target:"normal",type:"Ghost",desc:"Has a 20% chance to lower the target's Defense by 1 stage.",shortDesc:"20% chance to lower the target's Defense by 1."},shadowclaw:{num:421,accuracy:100,basePower:70,category:"Physical",name:"Shadow Claw",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},critRatio:2,secondary:null,target:"normal",type:"Ghost",desc:"Has a higher chance for a critical hit.",shortDesc:"High critical hit ratio."},shadowforce:{num:467,accuracy:100,basePower:120,category:"Physical",name:"Shadow Force",pp:5,priority:0,flags:{contact:1,charge:1,mirror:1},breaksProtect:!0,condition:{duration:2,onInvulnerability:!1},secondary:null,target:"normal",type:"Ghost",desc:"If this move is successful, it breaks through the target's Baneful Bunker, Detect, King's Shield, Protect, or Spiky Shield for this turn, allowing other Pokemon to attack the target normally. If the target's side is protected by Crafty Shield, Mat Block, Quick Guard, or Wide Guard, that protection is also broken for this turn and other Pokemon may attack the target's side normally. This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks. If the user is holding a Power Herb, the move completes in one turn.",shortDesc:"Disappears turn 1. Hits turn 2. Breaks protection."},shadowpunch:{num:325,accuracy:!0,basePower:60,category:"Physical",name:"Shadow Punch",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1},secondary:null,target:"normal",type:"Ghost",shortDesc:"This move does not check accuracy."},shadowsneak:{num:425,accuracy:100,basePower:40,category:"Physical",name:"Shadow Sneak",pp:30,priority:1,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Ghost",desc:"No additional effect.",shortDesc:"Usually goes first."},shadowstrike:{num:0,accuracy:95,basePower:80,category:"Physical",isNonstandard:"CAP",name:"Shadow Strike",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:50,boosts:{def:-1}},target:"normal",type:"Ghost",desc:"Has a 50% chance to lower the target's Defense by 1 stage.",shortDesc:"50% chance to lower the target's Defense by 1."},sharpen:{num:159,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Sharpen",pp:30,priority:0,flags:{snatch:1},boosts:{atk:1},secondary:null,target:"self",type:"Normal",zMove:{boost:{atk:1}},desc:"Raises the user's Attack by 1 stage.",shortDesc:"Raises the user's Attack by 1."},shatteredpsyche:{num:648,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Shattered Psyche",pp:1,priority:0,flags:{},isZ:"psychiumz",secondary:null,target:"normal",type:"Psychic",shortDesc:"Power is equal to the base move's Z-Power."},sheercold:{num:329,accuracy:30,basePower:0,category:"Special",name:"Sheer Cold",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:null,ohko:"Ice",target:"normal",type:"Ice",zMove:{basePower:180},maxMove:{basePower:130},desc:"Deals damage to the target equal to the target's maximum HP. Ignores accuracy and evasiveness modifiers. This attack's accuracy is equal to (user's level - target's level + X)%, where X is 30 if the user is an Ice type and 20 otherwise, and fails if the target is at a higher level. Ice-type Pokemon and Pokemon with the Sturdy Ability are immune.",shortDesc:"OHKOs non-Ice targets. Fails if user's lower level."},shellsidearm:{num:801,accuracy:100,basePower:90,category:"Special",name:"Shell Side Arm",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:20,status:"psn"},target:"normal",type:"Poison",desc:"Has a 20% chance to poison the target. This move becomes a physical attack that makes contact if the value of ((((2 * the user's level / 5 + 2) * 90 * X) / Y) / 50), where X is the user's Attack stat and Y is the target's Defense stat, is greater than the same value where X is the user's Special Attack stat and Y is the target's Special Defense stat. No stat modifiers other than stat stage changes are considered for this purpose. If the two values are equal, this move chooses a damage category at random.",shortDesc:"20% psn. Physical+contact if it would be stronger."},shellsmash:{num:504,accuracy:!0,basePower:0,category:"Status",name:"Shell Smash",pp:15,priority:0,flags:{snatch:1},boosts:{def:-1,spd:-1,atk:2,spa:2,spe:2},secondary:null,target:"self",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"Lowers the user's Defense and Special Defense by 1 stage. Raises the user's Attack, Special Attack, and Speed by 2 stages.",shortDesc:"Lowers Def, SpD by 1; raises Atk, SpA, Spe by 2."},shelltrap:{num:704,accuracy:100,basePower:150,category:"Special",name:"Shell Trap",pp:5,priority:-3,flags:{protect:1},condition:{duration:1},secondary:null,target:"allAdjacentFoes",type:"Fire",desc:"Fails unless the user is hit by a physical attack from an opponent this turn before it can execute the move. If the user was hit and has not fainted, it attacks immediately after being hit, and the effect ends. If the opponent's physical attack had a secondary effect removed by the Sheer Force Ability, it does not count for the purposes of this effect.",shortDesc:"User must take physical damage before moving."},shiftgear:{num:508,accuracy:!0,basePower:0,category:"Status",name:"Shift Gear",pp:10,priority:0,flags:{snatch:1},boosts:{spe:2,atk:1},secondary:null,target:"self",type:"Steel",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Speed by 2 stages and its Attack by 1 stage.",shortDesc:"Raises the user's Speed by 2 and Attack by 1."},shockwave:{num:351,accuracy:!0,basePower:60,category:"Special",name:"Shock Wave",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Electric",shortDesc:"This move does not check accuracy."},shoreup:{num:659,accuracy:!0,basePower:0,category:"Status",name:"Shore Up",pp:10,priority:0,flags:{snatch:1,heal:1},secondary:null,target:"self",type:"Ground",zMove:{effect:"clearnegativeboost"},desc:"The user restores 1/2 of its maximum HP, rounded half down. If the weather is Sandstorm, the user instead restores 2/3 of its maximum HP, rounded half down.",shortDesc:"User restores 1/2 its max HP; 2/3 in Sandstorm."},signalbeam:{num:324,accuracy:100,basePower:75,category:"Special",isNonstandard:"Past",name:"Signal Beam",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,volatileStatus:"confusion"},target:"normal",type:"Bug",desc:"Has a 10% chance to confuse the target.",shortDesc:"10% chance to confuse the target."},silverwind:{num:318,accuracy:100,basePower:60,category:"Special",isNonstandard:"Past",name:"Silver Wind",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,self:{boosts:{atk:1,def:1,spa:1,spd:1,spe:1}}},target:"normal",type:"Bug",desc:"Has a 10% chance to raise the user's Attack, Defense, Special Attack, Special Defense, and Speed by 1 stage.",shortDesc:"10% chance to raise all stats by 1 (not acc/eva)."},simplebeam:{num:493,accuracy:100,basePower:0,category:"Status",name:"Simple Beam",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{spa:1}},desc:"Causes the target's Ability to become Simple. Fails if the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Simple, Stance Change, Truant, or Zen Mode.",shortDesc:"The target's Ability becomes Simple."},sing:{num:47,accuracy:55,basePower:0,category:"Status",name:"Sing",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1,sound:1,bypasssub:1},status:"slp",secondary:null,target:"normal",type:"Normal",zMove:{boost:{spe:1}},shortDesc:"Causes the target to fall asleep."},sinisterarrowraid:{num:695,accuracy:!0,basePower:180,category:"Physical",isNonstandard:"Past",name:"Sinister Arrow Raid",pp:1,priority:0,flags:{},isZ:"decidiumz",secondary:null,target:"normal",type:"Ghost",shortDesc:"No additional effect."},sizzlyslide:{num:735,accuracy:100,basePower:60,category:"Physical",isNonstandard:"LGPE",name:"Sizzly Slide",pp:20,priority:0,flags:{contact:1,protect:1,defrost:1},secondary:{chance:100,status:"brn"},target:"normal",type:"Fire",desc:"Has a 100% chance to burn the foe.",shortDesc:"100% chance to burn the foe."},sketch:{num:166,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Sketch",pp:1,noPPBoosts:!0,priority:0,flags:{bypasssub:1,allyanim:1},noSketch:!0,secondary:null,target:"normal",type:"Normal",zMove:{boost:{atk:1,def:1,spa:1,spd:1,spe:1}},desc:"This move is permanently replaced by the last move used by the target. The copied move has the maximum PP for that move. Fails if the target has not made a move, if the user has Transformed, or if the move is Chatter, Sketch, Struggle, or any move the user knows.",shortDesc:"Permanently copies the last move target used."},skillswap:{num:285,accuracy:!0,basePower:0,category:"Status",name:"Skill Swap",pp:10,priority:0,flags:{protect:1,mirror:1,bypasssub:1,allyanim:1},secondary:null,target:"normal",type:"Psychic",zMove:{boost:{spe:1}},desc:"The user swaps its Ability with the target's Ability. Fails if either the user or the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Hunger Switch, Ice Face, Illusion, Multitype, Neutralizing Gas, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Wonder Guard, or Zen Mode.",shortDesc:"The user and the target trade Abilities."},skittersmack:{num:806,accuracy:90,basePower:70,category:"Physical",name:"Skitter Smack",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:100,boosts:{spa:-1}},target:"normal",type:"Bug",desc:"Has a 100% chance to lower the target's Special Attack by 1 stage.",shortDesc:"100% chance to lower target's Sp. Atk by 1."},skullbash:{num:130,accuracy:100,basePower:130,category:"Physical",name:"Skull Bash",pp:10,priority:0,flags:{contact:1,charge:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",desc:"This attack charges on the first turn and executes on the second. Raises the user's Defense by 1 stage on the first turn. If the user is holding a Power Herb, the move completes in one turn.",shortDesc:"Raises user's Defense by 1 on turn 1. Hits turn 2."},skyattack:{num:143,accuracy:90,basePower:140,category:"Physical",name:"Sky Attack",pp:5,priority:0,flags:{charge:1,protect:1,mirror:1,distance:1},critRatio:2,secondary:{chance:30,volatileStatus:"flinch"},target:"any",type:"Flying",desc:"Has a 30% chance to make the target flinch and a higher chance for a critical hit. This attack charges on the first turn and executes on the second. If the user is holding a Power Herb, the move completes in one turn.",shortDesc:"Charges, then hits turn 2. 30% flinch. High crit."},skydrop:{num:507,accuracy:100,basePower:60,category:"Physical",isNonstandard:"Past",name:"Sky Drop",pp:10,priority:0,flags:{contact:1,charge:1,protect:1,mirror:1,gravity:1,distance:1},condition:{duration:2,onFoeTrapPokemonPriority:-15,onFoeBeforeMovePriority:12,onRedirectTargetPriority:99},secondary:null,target:"any",type:"Flying",desc:"This attack takes the target into the air with the user on the first turn and executes on the second. Pokemon weighing 200 kg or more cannot be lifted. On the first turn, the user and the target avoid all attacks other than Gust, Hurricane, Sky Uppercut, Smack Down, Thousand Arrows, Thunder, and Twister. The user and the target cannot make a move between turns, but the target can select a move to use. This move cannot damage Flying-type Pokemon. Fails on the first turn if the target is an ally, if the target has a substitute, or if the target is using Bounce, Dig, Dive, Fly, Phantom Force, Shadow Force, or Sky Drop.",shortDesc:"User and foe fly up turn 1. Damages on turn 2."},skyuppercut:{num:327,accuracy:90,basePower:85,category:"Physical",isNonstandard:"Past",name:"Sky Uppercut",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1},secondary:null,target:"normal",type:"Fighting",desc:"This move can hit a target using Bounce, Fly, or Sky Drop, or is under the effect of Sky Drop.",shortDesc:"Can hit Pokemon using Bounce, Fly, or Sky Drop."},slackoff:{num:303,accuracy:!0,basePower:0,category:"Status",name:"Slack Off",pp:10,priority:0,flags:{snatch:1,heal:1},heal:[1,2],secondary:null,target:"self",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"The user restores 1/2 of its maximum HP, rounded half up.",shortDesc:"Heals the user by 50% of its max HP."},slam:{num:21,accuracy:75,basePower:80,category:"Physical",name:"Slam",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1,nonsky:1},secondary:null,target:"normal",type:"Normal",shortDesc:"No additional effect."},slash:{num:163,accuracy:100,basePower:70,category:"Physical",name:"Slash",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},critRatio:2,secondary:null,target:"normal",type:"Normal",desc:"Has a higher chance for a critical hit.",shortDesc:"High critical hit ratio."},sleeppowder:{num:79,accuracy:75,basePower:0,category:"Status",name:"Sleep Powder",pp:15,priority:0,flags:{powder:1,protect:1,reflectable:1,mirror:1},status:"slp",secondary:null,target:"normal",type:"Grass",zMove:{boost:{spe:1}},shortDesc:"Causes the target to fall asleep."},sleeptalk:{num:214,accuracy:!0,basePower:0,category:"Status",name:"Sleep Talk",pp:10,priority:0,flags:{},sleepUsable:!0,secondary:null,target:"self",type:"Normal",zMove:{effect:"crit2"},desc:"One of the user's known moves, besides this move, is selected for use at random. Fails if the user is not asleep. The selected move does not have PP deducted from it, and can currently have 0 PP. This move cannot select Assist, Beak Blast, Belch, Bide, Celebrate, Chatter, Copycat, Dynamax Cannon, Focus Punch, Hold Hands, Me First, Metronome, Mimic, Mirror Move, Nature Power, Shell Trap, Sketch, Sleep Talk, Struggle, Uproar, any two-turn move, or any Max Move.",shortDesc:"User must be asleep. Uses another known move."},sludge:{num:124,accuracy:100,basePower:65,category:"Special",name:"Sludge",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:{chance:30,status:"psn"},target:"normal",type:"Poison",desc:"Has a 30% chance to poison the target.",shortDesc:"30% chance to poison the target."},sludgebomb:{num:188,accuracy:100,basePower:90,category:"Special",name:"Sludge Bomb",pp:10,priority:0,flags:{bullet:1,protect:1,mirror:1},secondary:{chance:30,status:"psn"},target:"normal",type:"Poison",desc:"Has a 30% chance to poison the target.",shortDesc:"30% chance to poison the target."},sludgewave:{num:482,accuracy:100,basePower:95,category:"Special",name:"Sludge Wave",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,status:"psn"},target:"allAdjacent",type:"Poison",desc:"Has a 10% chance to poison the target.",shortDesc:"10% chance to poison adjacent Pokemon."},smackdown:{num:479,accuracy:100,basePower:50,category:"Physical",name:"Smack Down",pp:15,priority:0,flags:{protect:1,mirror:1,nonsky:1},volatileStatus:"smackdown",condition:{noCopy:!0},secondary:null,target:"normal",type:"Rock",desc:"This move can hit a target using Bounce, Fly, or Sky Drop, or is under the effect of Sky Drop. If this move hits a target under the effect of Bounce, Fly, Magnet Rise, or Telekinesis, the effect ends. If the target is a Flying type that has not used Roost this turn or a Pokemon with the Levitate Ability, it loses its immunity to Ground-type attacks and the Arena Trap Ability as long as it remains active. During the effect, Magnet Rise fails for the target and Telekinesis fails against the target.",shortDesc:"Removes the target's Ground immunity."},smartstrike:{num:684,accuracy:!0,basePower:70,category:"Physical",name:"Smart Strike",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Steel",shortDesc:"This move does not check accuracy."},smellingsalts:{num:265,accuracy:100,basePower:70,category:"Physical",isNonstandard:"Past",name:"Smelling Salts",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",desc:"Power doubles if the target is paralyzed. If the user has not fainted, the target is cured of paralysis.",shortDesc:"Power doubles if target is paralyzed, and cures it."},smog:{num:123,accuracy:70,basePower:30,category:"Special",name:"Smog",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:{chance:40,status:"psn"},target:"normal",type:"Poison",desc:"Has a 40% chance to poison the target.",shortDesc:"40% chance to poison the target."},smokescreen:{num:108,accuracy:100,basePower:0,category:"Status",name:"Smokescreen",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1},boosts:{accuracy:-1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{evasion:1}},desc:"Lowers the target's accuracy by 1 stage.",shortDesc:"Lowers the target's accuracy by 1."},snaptrap:{num:779,accuracy:100,basePower:35,category:"Physical",name:"Snap Trap",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},volatileStatus:"partiallytrapped",secondary:null,target:"normal",type:"Grass",desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 4-5 turns."},snarl:{num:555,accuracy:95,basePower:55,category:"Special",name:"Snarl",pp:15,priority:0,flags:{protect:1,mirror:1,sound:1,bypasssub:1},secondary:{chance:100,boosts:{spa:-1}},target:"allAdjacentFoes",type:"Dark",desc:"Has a 100% chance to lower the target's Special Attack by 1 stage.",shortDesc:"100% chance to lower the foe(s) Sp. Atk by 1."},snatch:{num:289,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Snatch",pp:10,priority:4,flags:{bypasssub:1},volatileStatus:"snatch",condition:{duration:1,onAnyPrepareHitPriority:-1},secondary:null,pressureTarget:"foeSide",target:"self",type:"Dark",zMove:{boost:{spe:2}},desc:"If another Pokemon uses certain non-damaging moves this turn, the user steals that move to use itself. If multiple Pokemon use one of those moves this turn, the applicable moves are all stolen by the first Pokemon in turn order that used this move this turn. This effect is ignored while the user is under the effect of Sky Drop.",shortDesc:"User steals certain support moves to use itself."},snipeshot:{num:745,accuracy:100,basePower:80,category:"Special",name:"Snipe Shot",pp:15,priority:0,flags:{protect:1,mirror:1},critRatio:2,tracksTarget:!0,secondary:null,target:"normal",type:"Water",desc:"Has a higher chance for a critical hit. This move cannot be redirected to a different target by any effect.",shortDesc:"High critical hit ratio. Cannot be redirected."},snore:{num:173,accuracy:100,basePower:50,category:"Special",name:"Snore",pp:15,priority:0,flags:{protect:1,mirror:1,sound:1,bypasssub:1},sleepUsable:!0,secondary:{chance:30,volatileStatus:"flinch"},target:"normal",type:"Normal",desc:"Has a 30% chance to make the target flinch. Fails if the user is not asleep.",shortDesc:"User must be asleep. 30% chance to flinch target."},soak:{num:487,accuracy:100,basePower:0,category:"Status",name:"Soak",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},secondary:null,target:"normal",type:"Water",zMove:{boost:{spa:1}},desc:"Causes the target to become a Water type. Fails if the target is an Arceus or a Silvally, or if the target is already purely Water type.",shortDesc:"Changes the target's type to Water."},softboiled:{num:135,accuracy:!0,basePower:0,category:"Status",name:"Soft-Boiled",pp:10,priority:0,flags:{snatch:1,heal:1},heal:[1,2],secondary:null,target:"self",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"The user restores 1/2 of its maximum HP, rounded half up.",shortDesc:"Heals the user by 50% of its max HP."},solarbeam:{num:76,accuracy:100,basePower:120,category:"Special",name:"Solar Beam",pp:10,priority:0,flags:{charge:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Grass",desc:"This attack charges on the first turn and executes on the second. Power is halved if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm and the user is not holding Utility Umbrella. If the user is holding a Power Herb or the weather is Desolate Land or Sunny Day, the move completes in one turn. If the user is holding Utility Umbrella and the weather is Desolate Land or Sunny Day, the move still requires a turn to charge.",shortDesc:"Charges turn 1. Hits turn 2. No charge in sunlight."},solarblade:{num:669,accuracy:100,basePower:125,category:"Physical",name:"Solar Blade",pp:10,priority:0,flags:{contact:1,charge:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Grass",desc:"This attack charges on the first turn and executes on the second. Power is halved if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm and the user is not holding Utility Umbrella. If the user is holding a Power Herb or the weather is Desolate Land or Sunny Day, the move completes in one turn. If the user is holding Utility Umbrella and the weather is Desolate Land or Sunny Day, the move still requires a turn to charge.",shortDesc:"Charges turn 1. Hits turn 2. No charge in sunlight."},sonicboom:{num:49,accuracy:90,basePower:0,damage:20,category:"Special",isNonstandard:"Past",name:"Sonic Boom",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",desc:"Deals 20 HP of damage to the target.",shortDesc:"Always does 20 HP of damage."},soulstealing7starstrike:{num:699,accuracy:!0,basePower:195,category:"Physical",isNonstandard:"Past",name:"Soul-Stealing 7-Star Strike",pp:1,priority:0,flags:{contact:1},isZ:"marshadiumz",secondary:null,target:"normal",type:"Ghost",shortDesc:"No additional effect."},spacialrend:{num:460,accuracy:95,basePower:100,category:"Special",name:"Spacial Rend",pp:5,priority:0,flags:{protect:1,mirror:1},critRatio:2,secondary:null,target:"normal",type:"Dragon",desc:"Has a higher chance for a critical hit.",shortDesc:"High critical hit ratio."},spark:{num:209,accuracy:100,basePower:65,category:"Physical",name:"Spark",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:30,status:"par"},target:"normal",type:"Electric",desc:"Has a 30% chance to paralyze the target.",shortDesc:"30% chance to paralyze the target."},sparklingaria:{num:664,accuracy:100,basePower:90,category:"Special",name:"Sparkling Aria",pp:10,priority:0,flags:{protect:1,mirror:1,sound:1,bypasssub:1},secondary:{dustproof:!0,chance:100,volatileStatus:"sparklingaria"},target:"allAdjacent",type:"Water",desc:"If the user has not fainted, the target is cured of its burn.",shortDesc:"The target is cured of its burn."},sparklyswirl:{num:740,accuracy:85,basePower:120,category:"Special",isNonstandard:"LGPE",name:"Sparkly Swirl",pp:5,priority:0,flags:{protect:1},self:{},secondary:null,target:"normal",type:"Fairy",desc:"Every Pokemon in the user's party is cured of its non-volatile status condition.",shortDesc:"Cures the user's party of all status conditions."},spectralthief:{num:712,accuracy:100,basePower:90,category:"Physical",name:"Spectral Thief",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1,bypasssub:1},stealsBoosts:!0,secondary:null,target:"normal",type:"Ghost",desc:"The target's stat stages greater than 0 are stolen from it and applied to the user before dealing damage.",shortDesc:"Steals target's boosts before dealing damage."},speedswap:{num:683,accuracy:!0,basePower:0,category:"Status",name:"Speed Swap",pp:10,priority:0,flags:{protect:1,mirror:1,bypasssub:1,allyanim:1},secondary:null,target:"normal",type:"Psychic",zMove:{boost:{spe:1}},desc:"The user swaps its Speed stat with the target. Stat stage changes are unaffected.",shortDesc:"Swaps Speed stat with target."},spiderweb:{num:169,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Spider Web",pp:10,priority:0,flags:{protect:1,reflectable:1,mirror:1},secondary:null,target:"normal",type:"Bug",zMove:{boost:{def:1}},desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field.",shortDesc:"Prevents the target from switching out."},spikecannon:{num:131,accuracy:100,basePower:20,category:"Physical",isNonstandard:"Past",name:"Spike Cannon",pp:15,priority:0,flags:{protect:1,mirror:1},multihit:[2,5],secondary:null,target:"normal",type:"Normal",maxMove:{basePower:120},desc:"Hits two to five times. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times.",shortDesc:"Hits 2-5 times in one turn."},spikes:{num:191,accuracy:!0,basePower:0,category:"Status",name:"Spikes",pp:20,priority:0,flags:{reflectable:1,nonsky:1},sideCondition:"spikes",condition:{},secondary:null,target:"foeSide",type:"Ground",zMove:{boost:{def:1}},desc:"Sets up a hazard on the opposing side of the field, damaging each opposing Pokemon that switches in, unless it is a Flying-type Pokemon or has the Levitate Ability. Can be used up to three times before failing. Opponents lose 1/8 of their maximum HP with one layer, 1/6 of their maximum HP with two layers, and 1/4 of their maximum HP with three layers, all rounded down. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin or Defog successfully, or is hit by Defog.",shortDesc:"Hurts grounded foes on switch-in. Max 3 layers."},spikyshield:{num:596,accuracy:!0,basePower:0,category:"Status",name:"Spiky Shield",pp:10,priority:4,flags:{},stallingMove:!0,volatileStatus:"spikyshield",condition:{duration:1,onTryHitPriority:3},secondary:null,target:"self",type:"Grass",zMove:{boost:{def:1}},desc:"The user is protected from most attacks made by other Pokemon during this turn, and Pokemon making contact with the user lose 1/8 of their maximum HP, rounded down. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Max Guard, Obstruct, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn.",shortDesc:"Protects from moves. Contact: loses 1/8 max HP."},spiritbreak:{num:789,accuracy:100,basePower:75,category:"Physical",name:"Spirit Break",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:100,boosts:{spa:-1}},target:"normal",type:"Fairy",desc:"Has a 100% chance to lower the target's Special Attack by 1 stage.",shortDesc:"100% chance to lower the target's Sp. Atk by 1."},spiritshackle:{num:662,accuracy:100,basePower:80,category:"Physical",name:"Spirit Shackle",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:100},target:"normal",type:"Ghost",desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field.",shortDesc:"Prevents the target from switching out."},spitup:{num:255,accuracy:100,basePower:0,category:"Special",name:"Spit Up",pp:10,priority:0,flags:{protect:1},secondary:null,target:"normal",type:"Normal",desc:"Power is equal to 100 times the user's Stockpile count. Fails if the user's Stockpile count is 0. Whether or not this move is successful, the user's Defense and Special Defense decrease by as many stages as Stockpile had increased them, and the user's Stockpile count resets to 0.",shortDesc:"More power with more uses of Stockpile."},spite:{num:180,accuracy:100,basePower:0,category:"Status",name:"Spite",pp:10,priority:0,flags:{protect:1,reflectable:1,mirror:1,bypasssub:1},secondary:null,target:"normal",type:"Ghost",zMove:{effect:"heal"},desc:"Causes the target's last move used to lose 4 PP. Fails if the target has not made a move, if the move has 0 PP, or if it no longer knows the move.",shortDesc:"Lowers the PP of the target's last move by 4."},splash:{num:150,accuracy:!0,basePower:0,category:"Status",name:"Splash",pp:40,priority:0,flags:{gravity:1},secondary:null,target:"self",type:"Normal",zMove:{boost:{atk:3}},shortDesc:"No competitive use."},splinteredstormshards:{num:727,accuracy:!0,basePower:190,category:"Physical",isNonstandard:"Past",name:"Splintered Stormshards",pp:1,priority:0,flags:{},isZ:"lycaniumz",secondary:null,target:"normal",type:"Rock",desc:"Ends the effects of Electric Terrain, Grassy Terrain, Misty Terrain, and Psychic Terrain.",shortDesc:"Ends the effects of terrain."},splishysplash:{num:730,accuracy:100,basePower:90,category:"Special",isNonstandard:"LGPE",name:"Splishy Splash",pp:15,priority:0,flags:{protect:1},secondary:{chance:30,status:"par"},target:"allAdjacentFoes",type:"Water",desc:"Has a 30% chance to paralyze the target.",shortDesc:"30% chance to paralyze the target."},spore:{num:147,accuracy:100,basePower:0,category:"Status",name:"Spore",pp:15,priority:0,flags:{powder:1,protect:1,reflectable:1,mirror:1},status:"slp",secondary:null,target:"normal",type:"Grass",zMove:{effect:"clearnegativeboost"},shortDesc:"Causes the target to fall asleep."},spotlight:{num:671,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Spotlight",pp:15,priority:3,flags:{protect:1,reflectable:1,allyanim:1},volatileStatus:"spotlight",condition:{duration:1,onFoeRedirectTargetPriority:2},secondary:null,target:"normal",type:"Normal",zMove:{boost:{spd:1}},desc:"Until the end of the turn, all single-target attacks from opponents of the target are redirected to the target. Such attacks are redirected to the target before they can be reflected by Magic Coat or the Magic Bounce Ability, or drawn in by the Lightning Rod or Storm Drain Abilities. Fails if it is not a Double Battle or Battle Royal.",shortDesc:"Target's foes' moves are redirected to it this turn."},stealthrock:{num:446,accuracy:!0,basePower:0,category:"Status",name:"Stealth Rock",pp:20,priority:0,flags:{reflectable:1},sideCondition:"stealthrock",condition:{},secondary:null,target:"foeSide",type:"Rock",zMove:{boost:{def:1}},desc:"Sets up a hazard on the opposing side of the field, damaging each opposing Pokemon that switches in. Fails if the effect is already active on the opposing side. Foes lose 1/32, 1/16, 1/8, 1/4, or 1/2 of their maximum HP, rounded down, based on their weakness to the Rock type; 0.25x, 0.5x, neutral, 2x, or 4x, respectively. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin or Defog successfully, or is hit by Defog.",shortDesc:"Hurts foes on switch-in. Factors Rock weakness."},steameruption:{num:592,accuracy:95,basePower:110,category:"Special",name:"Steam Eruption",pp:5,priority:0,flags:{protect:1,mirror:1,defrost:1},thawsTarget:!0,secondary:{chance:30,status:"brn"},target:"normal",type:"Water",desc:"Has a 30% chance to burn the target. The target thaws out if it is frozen.",shortDesc:"30% chance to burn the target. Thaws target."},steamroller:{num:537,accuracy:100,basePower:65,category:"Physical",isNonstandard:"Past",name:"Steamroller",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:30,volatileStatus:"flinch"},target:"normal",type:"Bug",desc:"Has a 30% chance to make the target flinch. Damage doubles and no accuracy check is done if the target has used Minimize while active.",shortDesc:"30% chance to make the target flinch."},steelbeam:{num:796,accuracy:95,basePower:140,category:"Special",name:"Steel Beam",pp:5,priority:0,flags:{protect:1,mirror:1},mindBlownRecoil:!0,secondary:null,target:"normal",type:"Steel",desc:"Whether or not this move is successful and even if it would cause fainting, the user loses 1/2 of its maximum HP, rounded up, unless the user has the Magic Guard Ability.",shortDesc:"User loses 50% max HP."},steelroller:{num:798,accuracy:100,basePower:130,category:"Physical",name:"Steel Roller",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Steel",desc:"Fails if there is no terrain active. Ends the effects of Electric Terrain, Grassy Terrain, Misty Terrain, and Psychic Terrain.",shortDesc:"Fails if there is no terrain active. Ends the terrain."},steelwing:{num:211,accuracy:90,basePower:70,category:"Physical",name:"Steel Wing",pp:25,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:10,self:{boosts:{def:1}}},target:"normal",type:"Steel",desc:"Has a 10% chance to raise the user's Defense by 1 stage.",shortDesc:"10% chance to raise the user's Defense by 1."},stickyweb:{num:564,accuracy:!0,basePower:0,category:"Status",name:"Sticky Web",pp:20,priority:0,flags:{reflectable:1},sideCondition:"stickyweb",condition:{},secondary:null,pressureTarget:"self",target:"foeSide",type:"Bug",zMove:{boost:{spe:1}},desc:"Sets up a hazard on the opposing side of the field, lowering the Speed by 1 stage of each opposing Pokemon that switches in, unless it is a Flying-type Pokemon or has the Levitate Ability. Fails if the effect is already active on the opposing side. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin or Defog successfully, or is hit by Defog.",shortDesc:"Lowers Speed of grounded foes by 1 on switch-in."},stockpile:{num:254,accuracy:!0,basePower:0,category:"Status",name:"Stockpile",pp:20,priority:0,flags:{snatch:1},volatileStatus:"stockpile",condition:{noCopy:!0},secondary:null,target:"self",type:"Normal",zMove:{effect:"heal"},desc:"Raises the user's Defense and Special Defense by 1 stage. The user's Stockpile count increases by 1. Fails if the user's Stockpile count is 3. The user's Stockpile count is reset to 0 when it is no longer active.",shortDesc:"Raises user's Defense, Sp. Def by 1. Max 3 uses."},stokedsparksurfer:{num:700,accuracy:!0,basePower:175,category:"Special",isNonstandard:"Past",name:"Stoked Sparksurfer",pp:1,priority:0,flags:{},isZ:"aloraichiumz",secondary:{chance:100,status:"par"},target:"normal",type:"Electric",desc:"Has a 100% chance to paralyze the target.",shortDesc:"100% chance to paralyze the target."},stomp:{num:23,accuracy:100,basePower:65,category:"Physical",name:"Stomp",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1,nonsky:1},secondary:{chance:30,volatileStatus:"flinch"},target:"normal",type:"Normal",desc:"Has a 30% chance to make the target flinch. Damage doubles and no accuracy check is done if the target has used Minimize while active.",shortDesc:"30% chance to make the target flinch."},stompingtantrum:{num:707,accuracy:100,basePower:75,category:"Physical",name:"Stomping Tantrum",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Ground",desc:"Power doubles if the user's last move on the previous turn, including moves called by other moves or those used through Instruct, Magic Coat, Snatch, or the Dancer or Magic Bounce Abilities, failed to do any of its normal effects, not including damage from an unsuccessful High Jump Kick, Jump Kick, or Mind Blown, or if the user was prevented from moving by any effect other than recharging or Sky Drop. A move that was blocked by Baneful Bunker, Detect, King's Shield, Protect, Spiky Shield, Crafty Shield, Mat Block, Quick Guard, or Wide Guard will not double this move's power, nor will Bounce or Fly ending early due to the effect of Gravity, Smack Down, or Thousand Arrows.",shortDesc:"Power doubles if the user's last move failed."},stoneedge:{num:444,accuracy:80,basePower:100,category:"Physical",name:"Stone Edge",pp:5,priority:0,flags:{protect:1,mirror:1},critRatio:2,secondary:null,target:"normal",type:"Rock",desc:"Has a higher chance for a critical hit.",shortDesc:"High critical hit ratio."},storedpower:{num:500,accuracy:100,basePower:20,category:"Special",name:"Stored Power",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Psychic",zMove:{basePower:160},maxMove:{basePower:130},desc:"Power is equal to 20+(X*20), where X is the user's total stat stage changes that are greater than 0.",shortDesc:" + 20 power for each of the user's stat boosts."},stormthrow:{num:480,accuracy:100,basePower:60,category:"Physical",name:"Storm Throw",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},willCrit:!0,secondary:null,target:"normal",type:"Fighting",desc:"This move is always a critical hit unless the target is under the effect of Lucky Chant or has the Battle Armor or Shell Armor Abilities.",shortDesc:"Always results in a critical hit."},strangesteam:{num:790,accuracy:95,basePower:90,category:"Special",name:"Strange Steam",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:20,volatileStatus:"confusion"},target:"normal",type:"Fairy",desc:"Has a 20% chance to confuse the target.",shortDesc:"20% chance to confuse the target."},strength:{num:70,accuracy:100,basePower:80,category:"Physical",name:"Strength",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",shortDesc:"No additional effect."},strengthsap:{num:668,accuracy:100,basePower:0,category:"Status",name:"Strength Sap",pp:10,priority:0,flags:{protect:1,reflectable:1,mirror:1,heal:1},secondary:null,target:"normal",type:"Grass",zMove:{boost:{def:1}},desc:"Lowers the target's Attack by 1 stage. The user restores its HP equal to the target's Attack stat calculated with its stat stage before this move was used. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded half down. Fails if the target's Attack stat stage is -6.",shortDesc:"User heals HP=target's Atk stat. Lowers Atk by 1."},stringshot:{num:81,accuracy:95,basePower:0,category:"Status",name:"String Shot",pp:40,priority:0,flags:{protect:1,reflectable:1,mirror:1},boosts:{spe:-2},secondary:null,target:"allAdjacentFoes",type:"Bug",zMove:{boost:{spe:1}},desc:"Lowers the target's Speed by 2 stages.",shortDesc:"Lowers the foe(s) Speed by 2."},struggle:{num:165,accuracy:!0,basePower:50,category:"Physical",name:"Struggle",pp:1,noPPBoosts:!0,priority:0,flags:{contact:1,protect:1},noSketch:!0,struggleRecoil:!0,secondary:null,target:"randomNormal",type:"Normal",desc:"Deals typeless damage to a random opposing Pokemon. If this move was successful, the user loses 1/4 of its maximum HP, rounded half up, and the Rock Head Ability does not prevent this. This move is automatically used if none of the user's known moves can be selected.",shortDesc:"User loses 1/4 of its max HP."},strugglebug:{num:522,accuracy:100,basePower:50,category:"Special",name:"Struggle Bug",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:{chance:100,boosts:{spa:-1}},target:"allAdjacentFoes",type:"Bug",desc:"Has a 100% chance to lower the target's Special Attack by 1 stage.",shortDesc:"100% chance to lower the foe(s) Sp. Atk by 1."},stuffcheeks:{num:747,accuracy:!0,basePower:0,category:"Status",name:"Stuff Cheeks",pp:10,priority:0,flags:{snatch:1},secondary:null,target:"self",type:"Normal",desc:"This move cannot be selected unless the user is holding a Berry. The user eats its Berry and raises its Defense by 2 stages. This effect is not prevented by the Klutz or Unnerve Abilities, or the effects of Embargo or Magic Room. Fails if the user is not holding a Berry.",shortDesc:"Must hold Berry to use. User eats Berry, Def +2."},stunspore:{num:78,accuracy:75,basePower:0,category:"Status",name:"Stun Spore",pp:30,priority:0,flags:{powder:1,protect:1,reflectable:1,mirror:1},status:"par",secondary:null,target:"normal",type:"Grass",zMove:{boost:{spd:1}},desc:"Paralyzes the target.",shortDesc:"Paralyzes the target."},submission:{num:66,accuracy:80,basePower:80,category:"Physical",name:"Submission",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},recoil:[1,4],secondary:null,target:"normal",type:"Fighting",desc:"If the target lost HP, the user takes recoil damage equal to 1/4 the HP lost by the target, rounded half up, but not less than 1 HP.",shortDesc:"Has 1/4 recoil."},substitute:{num:164,accuracy:!0,basePower:0,category:"Status",name:"Substitute",pp:10,priority:0,flags:{snatch:1,nonsky:1},volatileStatus:"substitute",condition:{onTryPrimaryHitPriority:-1},secondary:null,target:"self",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"The user takes 1/4 of its maximum HP, rounded down, and puts it into a substitute to take its place in battle. The substitute is removed once enough damage is inflicted on it, or if the user switches out or faints. Baton Pass can be used to transfer the substitute to an ally, and the substitute will keep its remaining HP. Until the substitute is broken, it receives damage from all attacks made by other Pokemon and shields the user from status effects and stat stage changes caused by other Pokemon. Sound-based moves and Pokemon with the Infiltrator Ability ignore substitutes. The user still takes normal damage from weather and status effects while behind its substitute. If the substitute breaks during a multi-hit attack, the user will take damage from any remaining hits. If a substitute is created while the user is trapped by a binding move, the binding effect ends immediately. Fails if the user does not have enough HP remaining to create a substitute without fainting, or if it already has a substitute.",shortDesc:"User takes 1/4 its max HP to put in a substitute."},subzeroslammer:{num:650,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Subzero Slammer",pp:1,priority:0,flags:{},isZ:"iciumz",secondary:null,target:"normal",type:"Ice",shortDesc:"Power is equal to the base move's Z-Power."},suckerpunch:{num:389,accuracy:100,basePower:70,category:"Physical",name:"Sucker Punch",pp:5,priority:1,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Dark",desc:"Fails if the target did not select a physical attack, special attack, or Me First for use this turn, or if the target moves before the user.",shortDesc:"Usually goes first. Fails if target is not attacking."},sunnyday:{num:241,accuracy:!0,basePower:0,category:"Status",name:"Sunny Day",pp:5,priority:0,flags:{},weather:"sunnyday",secondary:null,target:"all",type:"Fire",zMove:{boost:{spe:1}},desc:"For 5 turns, the weather becomes Sunny Day. The damage of Fire-type attacks is multiplied by 1.5 and the damage of Water-type attacks is multiplied by 0.5 during the effect. Lasts for 8 turns if the user is holding Heat Rock. Fails if the current weather is Sunny Day.",shortDesc:"For 5 turns, intense sunlight powers Fire moves."},sunsteelstrike:{num:713,accuracy:100,basePower:100,category:"Physical",name:"Sunsteel Strike",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},ignoreAbility:!0,secondary:null,target:"normal",type:"Steel",desc:"This move and its effects ignore the Abilities of other Pokemon.",shortDesc:"Ignores the Abilities of other Pokemon."},superfang:{num:162,accuracy:90,basePower:0,category:"Physical",name:"Super Fang",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",desc:"Deals damage to the target equal to half of its current HP, rounded down, but not less than 1 HP.",shortDesc:"Does damage equal to 1/2 target's current HP."},superpower:{num:276,accuracy:100,basePower:120,category:"Physical",name:"Superpower",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},self:{boosts:{atk:-1,def:-1}},secondary:null,target:"normal",type:"Fighting",desc:"Lowers the user's Attack and Defense by 1 stage.",shortDesc:"Lowers the user's Attack and Defense by 1."},supersonic:{num:48,accuracy:55,basePower:0,category:"Status",name:"Supersonic",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1,sound:1,bypasssub:1},volatileStatus:"confusion",secondary:null,target:"normal",type:"Normal",zMove:{boost:{spe:1}},shortDesc:"Causes the target to become confused."},supersonicskystrike:{num:626,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Supersonic Skystrike",pp:1,priority:0,flags:{},isZ:"flyiniumz",secondary:null,target:"normal",type:"Flying",shortDesc:"Power is equal to the base move's Z-Power."},surf:{num:57,accuracy:100,basePower:90,category:"Special",name:"Surf",pp:15,priority:0,flags:{protect:1,mirror:1,nonsky:1},secondary:null,target:"allAdjacent",type:"Water",desc:"Damage doubles if the target is using Dive.",shortDesc:"Hits adjacent Pokemon. Double damage on Dive."},surgingstrikes:{num:818,accuracy:100,basePower:25,category:"Physical",name:"Surging Strikes",pp:5,priority:0,flags:{contact:1,protect:1,punch:1,mirror:1},willCrit:!0,multihit:3,secondary:null,target:"normal",type:"Water",zMove:{basePower:140},maxMove:{basePower:130},desc:"Hits three times. This move is always a critical hit unless the target is under the effect of Lucky Chant or has the Battle Armor or Shell Armor Abilities.",shortDesc:"Always results in a critical hit. Hits 3 times."},swagger:{num:207,accuracy:85,basePower:0,category:"Status",name:"Swagger",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},volatileStatus:"confusion",boosts:{atk:2},secondary:null,target:"normal",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"Raises the target's Attack by 2 stages and confuses it.",shortDesc:"Raises the target's Attack by 2 and confuses it."},swallow:{num:256,accuracy:!0,basePower:0,category:"Status",name:"Swallow",pp:10,priority:0,flags:{snatch:1,heal:1},secondary:null,target:"self",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"The user restores its HP based on its Stockpile count. Restores 1/4 of its maximum HP if it's 1, 1/2 of its maximum HP if it's 2, both rounded half down, and all of its HP if it's 3. Fails if the user's Stockpile count is 0. The user's Defense and Special Defense decrease by as many stages as Stockpile had increased them, and the user's Stockpile count resets to 0.",shortDesc:"Heals the user based on uses of Stockpile."},sweetkiss:{num:186,accuracy:75,basePower:0,category:"Status",name:"Sweet Kiss",pp:10,priority:0,flags:{protect:1,reflectable:1,mirror:1},volatileStatus:"confusion",secondary:null,target:"normal",type:"Fairy",zMove:{boost:{spa:1}},shortDesc:"Causes the target to become confused."},sweetscent:{num:230,accuracy:100,basePower:0,category:"Status",name:"Sweet Scent",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1},boosts:{evasion:-2},secondary:null,target:"allAdjacentFoes",type:"Normal",zMove:{boost:{accuracy:1}},desc:"Lowers the target's evasiveness by 2 stages.",shortDesc:"Lowers the foe(s) evasiveness by 2."},swift:{num:129,accuracy:!0,basePower:60,category:"Special",name:"Swift",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"allAdjacentFoes",type:"Normal",desc:"This move does not check accuracy.",shortDesc:"This move does not check accuracy. Hits foes."},switcheroo:{num:415,accuracy:100,basePower:0,category:"Status",name:"Switcheroo",pp:10,priority:0,flags:{protect:1,mirror:1,allyanim:1},secondary:null,target:"normal",type:"Dark",zMove:{boost:{spe:2}},desc:"The user swaps its held item with the target's held item. Fails if either the user or the target is holding a Mail or Z-Crystal, if neither is holding an item, if the user is trying to give or take a Mega Stone to or from the species that can Mega Evolve with it, or if the user is trying to give or take a Blue Orb, a Red Orb, a Griseous Orb, a Plate, a Drive, or a Memory to or from a Kyogre, a Groudon, a Giratina, an Arceus, a Genesect, or a Silvally, respectively. The target is immune to this move if it has the Sticky Hold Ability.",shortDesc:"User switches its held item with the target's."},swordsdance:{num:14,accuracy:!0,basePower:0,category:"Status",name:"Swords Dance",pp:20,priority:0,flags:{snatch:1,dance:1},boosts:{atk:2},secondary:null,target:"self",type:"Normal",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Attack by 2 stages.",shortDesc:"Raises the user's Attack by 2."},synchronoise:{num:485,accuracy:100,basePower:120,category:"Special",isNonstandard:"Past",name:"Synchronoise",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"allAdjacent",type:"Psychic",desc:"The target is immune if it does not share a type with the user.",shortDesc:"Hits adjacent Pokemon sharing the user's type."},synthesis:{num:235,accuracy:!0,basePower:0,category:"Status",name:"Synthesis",pp:5,priority:0,flags:{snatch:1,heal:1},secondary:null,target:"self",type:"Grass",zMove:{effect:"clearnegativeboost"},desc:"The user restores 1/2 of its maximum HP if Delta Stream or no weather conditions are in effect or if the user is holding Utility Umbrella, 2/3 of its maximum HP if the weather is Desolate Land or Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm, all rounded half down.",shortDesc:"Heals the user by a weather-dependent amount."},tackle:{num:33,accuracy:100,basePower:40,category:"Physical",name:"Tackle",pp:35,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",shortDesc:"No additional effect."},tailglow:{num:294,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Tail Glow",pp:20,priority:0,flags:{snatch:1},boosts:{spa:3},secondary:null,target:"self",type:"Bug",zMove:{effect:"clearnegativeboost"},desc:"Raises the user's Special Attack by 3 stages.",shortDesc:"Raises the user's Sp. Atk by 3."},tailslap:{num:541,accuracy:85,basePower:25,category:"Physical",name:"Tail Slap",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},multihit:[2,5],secondary:null,target:"normal",type:"Normal",zMove:{basePower:140},maxMove:{basePower:130},desc:"Hits two to five times. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times.",shortDesc:"Hits 2-5 times in one turn."},tailwhip:{num:39,accuracy:100,basePower:0,category:"Status",name:"Tail Whip",pp:30,priority:0,flags:{protect:1,reflectable:1,mirror:1},boosts:{def:-1},secondary:null,target:"allAdjacentFoes",type:"Normal",zMove:{boost:{atk:1}},desc:"Lowers the target's Defense by 1 stage.",shortDesc:"Lowers the foe(s) Defense by 1."},tailwind:{num:366,accuracy:!0,basePower:0,category:"Status",name:"Tailwind",pp:15,priority:0,flags:{snatch:1},sideCondition:"tailwind",condition:{duration:4,onSideResidualOrder:26,onSideResidualSubOrder:5},secondary:null,target:"allySide",type:"Flying",zMove:{effect:"crit2"},desc:"For 4 turns, the user and its party members have their Speed doubled. Fails if this move is already in effect for the user's side.",shortDesc:"For 4 turns, allies' Speed is doubled."},takedown:{num:36,accuracy:85,basePower:90,category:"Physical",name:"Take Down",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},recoil:[1,4],secondary:null,target:"normal",type:"Normal",desc:"If the target lost HP, the user takes recoil damage equal to 1/4 the HP lost by the target, rounded half up, but not less than 1 HP.",shortDesc:"Has 1/4 recoil."},tarshot:{num:749,accuracy:100,basePower:0,category:"Status",name:"Tar Shot",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1},volatileStatus:"tarshot",condition:{onEffectivenessPriority:-2},boosts:{spe:-1},secondary:null,target:"normal",type:"Rock",desc:"Lowers the target's Speed by 1 stage. Until the target switches out, the effectiveness of Fire-type moves is doubled against it.",shortDesc:"Target gets -1 Spe and becomes weaker to Fire."},taunt:{num:269,accuracy:100,basePower:0,category:"Status",name:"Taunt",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1,bypasssub:1},volatileStatus:"taunt",condition:{duration:3,onResidualOrder:15,onBeforeMovePriority:5},secondary:null,target:"normal",type:"Dark",zMove:{boost:{atk:1}},desc:"Prevents the target from using non-damaging moves for its next three turns. Pokemon with the Oblivious Ability or protected by the Aroma Veil Ability are immune.",shortDesc:"Target can't use status moves its next 3 turns."},tearfullook:{num:715,accuracy:!0,basePower:0,category:"Status",name:"Tearful Look",pp:20,priority:0,flags:{reflectable:1,mirror:1},boosts:{atk:-1,spa:-1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{def:1}},desc:"Lowers the target's Attack and Special Attack by 1 stage.",shortDesc:"Lowers the target's Attack and Sp. Atk by 1."},teatime:{num:752,accuracy:!0,basePower:0,category:"Status",name:"Teatime",pp:10,priority:0,flags:{bypasssub:1},secondary:null,target:"all",type:"Normal",desc:"All active Pokemon consume their held Berries. This effect is not prevented by substitutes, the Klutz or Unnerve Abilities, or the effects of Embargo or Magic Room. Fails if no active Pokemon is holding a Berry.",shortDesc:"All active Pokemon consume held Berries."},technoblast:{num:546,accuracy:100,basePower:120,category:"Special",name:"Techno Blast",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",desc:"This move's type depends on the user's held Drive.",shortDesc:"Type varies based on the held Drive."},tectonicrage:{num:630,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Tectonic Rage",pp:1,priority:0,flags:{},isZ:"groundiumz",secondary:null,target:"normal",type:"Ground",shortDesc:"Power is equal to the base move's Z-Power."},teeterdance:{num:298,accuracy:100,basePower:0,category:"Status",name:"Teeter Dance",pp:20,priority:0,flags:{protect:1,mirror:1,dance:1},volatileStatus:"confusion",secondary:null,target:"allAdjacent",type:"Normal",zMove:{boost:{spa:1}},desc:"Causes the target to become confused.",shortDesc:"Confuses adjacent Pokemon."},telekinesis:{num:477,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Telekinesis",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1,gravity:1,allyanim:1},volatileStatus:"telekinesis",condition:{duration:3,onAccuracyPriority:-1,onResidualOrder:19},secondary:null,target:"normal",type:"Psychic",zMove:{boost:{spa:1}},desc:"For 3 turns, the target cannot avoid any attacks made against it, other than OHKO moves, as long as it remains active. During the effect, the target is immune to Ground-type attacks and the effects of Spikes, Toxic Spikes, Sticky Web, and the Arena Trap Ability as long as it remains active. If the target uses Baton Pass, the replacement will gain the effect. Ingrain, Smack Down, Thousand Arrows, and Iron Ball override this move if the target is under any of their effects. Fails if the target is already under this effect or the effects of Ingrain, Smack Down, or Thousand Arrows. The target is immune to this move on use if its species is Diglett, Dugtrio, Alolan Diglett, Alolan Dugtrio, Sandygast, Palossand, or Gengar while Mega-Evolved. Mega Gengar cannot be under this effect by any means.",shortDesc:"For 3 turns, target floats but moves can't miss it."},teleport:{num:100,accuracy:!0,basePower:0,category:"Status",name:"Teleport",pp:20,priority:-6,flags:{},selfSwitch:!0,secondary:null,target:"self",type:"Psychic",zMove:{effect:"heal"},desc:"If this move is successful and the user has not fainted, the user switches out even if it is trapped and is replaced immediately by a selected party member. The user does not switch out if there are no unfainted party members.",shortDesc:"User switches out."},terrainpulse:{num:805,accuracy:100,basePower:50,category:"Special",name:"Terrain Pulse",pp:10,priority:0,flags:{protect:1,mirror:1,pulse:1},secondary:null,target:"normal",type:"Normal",zMove:{basePower:160},maxMove:{basePower:130},desc:"Power doubles if the user is grounded and a terrain is active, and this move's type changes to match. Electric type during Electric Terrain, Grass type during Grassy Terrain, Fairy type during Misty Terrain, and Psychic type during Psychic Terrain.",shortDesc:"User on terrain: power doubles, type varies."},thief:{num:168,accuracy:100,basePower:60,category:"Physical",name:"Thief",pp:25,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Dark",desc:"If this attack was successful and the user has not fainted, it steals the target's held item if the user is not holding one. The target's item is not stolen if it is a Mail or Z-Crystal, or if the target is a Kyogre holding a Blue Orb, a Groudon holding a Red Orb, a Giratina holding a Griseous Orb, an Arceus holding a Plate, a Genesect holding a Drive, a Silvally holding a Memory, or a Pokemon that can Mega Evolve holding the Mega Stone for its species. Items lost to this move cannot be regained with Recycle or the Harvest Ability.",shortDesc:"If the user has no item, it steals the target's."},thousandarrows:{num:614,accuracy:100,basePower:90,category:"Physical",name:"Thousand Arrows",pp:10,priority:0,flags:{protect:1,mirror:1,nonsky:1},volatileStatus:"smackdown",ignoreImmunity:{Ground:!0},secondary:null,target:"allAdjacentFoes",type:"Ground",zMove:{basePower:180},desc:"This move can hit airborne Pokemon, which includes Flying-type Pokemon, Pokemon with the Levitate Ability, Pokemon holding an Air Balloon, and Pokemon under the effect of Magnet Rise or Telekinesis. If the target is a Flying type and is not already grounded, this move deals neutral damage regardless of its other type(s). This move can hit a target using Bounce, Fly, or Sky Drop. If this move hits a target under the effect of Bounce, Fly, Magnet Rise, or Telekinesis, the effect ends. If the target is a Flying type that has not used Roost this turn or a Pokemon with the Levitate Ability, it loses its immunity to Ground-type attacks and the Arena Trap Ability as long as it remains active. During the effect, Magnet Rise fails for the target and Telekinesis fails against the target.",shortDesc:"Grounds adjacent foes. First hit neutral on Flying."},thousandwaves:{num:615,accuracy:100,basePower:90,category:"Physical",name:"Thousand Waves",pp:10,priority:0,flags:{protect:1,mirror:1,nonsky:1},secondary:null,target:"allAdjacentFoes",type:"Ground",desc:"Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field.",shortDesc:"Hits adjacent foes. Prevents them from switching."},thrash:{num:37,accuracy:100,basePower:120,category:"Physical",name:"Thrash",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},self:{volatileStatus:"lockedmove"},secondary:null,target:"randomNormal",type:"Normal",desc:"The user spends two or three turns locked into this move and becomes confused immediately after its move on the last turn of the effect if it is not already. This move targets an opposing Pokemon at random on each turn. If the user is prevented from moving, is asleep at the beginning of a turn, or the attack is not successful against the target on the first turn of the effect or the second turn of a three-turn effect, the effect ends without causing confusion. If this move is called by Sleep Talk and the user is asleep, the move is used for one turn and does not confuse the user.",shortDesc:"Lasts 2-3 turns. Confuses the user afterwards."},throatchop:{num:675,accuracy:100,basePower:80,category:"Physical",name:"Throat Chop",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},condition:{duration:2,onBeforeMovePriority:6,onResidualOrder:22},secondary:{chance:100},target:"normal",type:"Dark",desc:"For 2 turns, the target cannot use sound-based moves.",shortDesc:"For 2 turns, the target cannot use sound moves."},thunder:{num:87,accuracy:70,basePower:110,category:"Special",name:"Thunder",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:30,status:"par"},target:"normal",type:"Electric",desc:"Has a 30% chance to paralyze the target. This move can hit a target using Bounce, Fly, or Sky Drop, or is under the effect of Sky Drop. If the weather is Primordial Sea or Rain Dance, this move does not check accuracy. If the weather is Desolate Land or Sunny Day, this move's accuracy is 50%. If this move is used against a Pokemon holding Utility Umbrella, this move's accuracy remains at 70%.",shortDesc:"30% chance to paralyze. Can't miss in rain."},thunderbolt:{num:85,accuracy:100,basePower:90,category:"Special",name:"Thunderbolt",pp:15,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,status:"par"},target:"normal",type:"Electric",desc:"Has a 10% chance to paralyze the target.",shortDesc:"10% chance to paralyze the target."},thundercage:{num:819,accuracy:90,basePower:80,category:"Special",name:"Thunder Cage",pp:15,priority:0,flags:{protect:1,mirror:1},volatileStatus:"partiallytrapped",secondary:null,target:"normal",type:"Electric",desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 4-5 turns."},thunderfang:{num:422,accuracy:95,basePower:65,category:"Physical",name:"Thunder Fang",pp:15,priority:0,flags:{bite:1,contact:1,protect:1,mirror:1},secondaries:[{chance:10,status:"par"},{chance:10,volatileStatus:"flinch"}],target:"normal",type:"Electric",desc:"Has a 10% chance to paralyze the target and a 10% chance to make it flinch.",shortDesc:"10% chance to paralyze. 10% chance to flinch."},thunderouskick:{num:823,accuracy:100,basePower:90,category:"Physical",name:"Thunderous Kick",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:100,boosts:{def:-1}},target:"normal",type:"Fighting",desc:"Has a 100% chance to lower the target's Defense by 1 stage.",shortDesc:"100% chance to lower the target's Defense by 1."},thunderpunch:{num:9,accuracy:100,basePower:75,category:"Physical",name:"Thunder Punch",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1,punch:1},secondary:{chance:10,status:"par"},target:"normal",type:"Electric",desc:"Has a 10% chance to paralyze the target.",shortDesc:"10% chance to paralyze the target."},thundershock:{num:84,accuracy:100,basePower:40,category:"Special",name:"Thunder Shock",pp:30,priority:0,flags:{protect:1,mirror:1},secondary:{chance:10,status:"par"},target:"normal",type:"Electric",desc:"Has a 10% chance to paralyze the target.",shortDesc:"10% chance to paralyze the target."},thunderwave:{num:86,accuracy:90,basePower:0,category:"Status",name:"Thunder Wave",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1},status:"par",ignoreImmunity:!1,secondary:null,target:"normal",type:"Electric",zMove:{boost:{spd:1}},desc:"Paralyzes the target. This move does not ignore type immunity.",shortDesc:"Paralyzes the target."},tickle:{num:321,accuracy:100,basePower:0,category:"Status",name:"Tickle",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},boosts:{atk:-1,def:-1},secondary:null,target:"normal",type:"Normal",zMove:{boost:{def:1}},desc:"Lowers the target's Attack and Defense by 1 stage.",shortDesc:"Lowers the target's Attack and Defense by 1."},topsyturvy:{num:576,accuracy:!0,basePower:0,category:"Status",name:"Topsy-Turvy",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},secondary:null,target:"normal",type:"Dark",zMove:{boost:{atk:1}},desc:"The target's positive stat stages become negative and vice versa. Fails if all of the target's stat stages are 0.",shortDesc:"Inverts the target's stat stages."},torment:{num:259,accuracy:100,basePower:0,category:"Status",name:"Torment",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1,bypasssub:1},volatileStatus:"torment",condition:{noCopy:!0},secondary:null,target:"normal",type:"Dark",zMove:{boost:{def:1}},desc:"Prevents the target from selecting the same move for use two turns in a row. This effect ends when the target is no longer active.",shortDesc:"Target can't select the same move twice in a row."},toxic:{num:92,accuracy:90,basePower:0,category:"Status",name:"Toxic",pp:10,priority:0,flags:{protect:1,reflectable:1,mirror:1},status:"tox",secondary:null,target:"normal",type:"Poison",zMove:{boost:{def:1}},desc:"Badly poisons the target. If a Poison-type Pokemon uses this move, the target cannot avoid the attack, even if the target is in the middle of a two-turn move.",shortDesc:"Badly poisons the target. Poison types can't miss."},toxicspikes:{num:390,accuracy:!0,basePower:0,category:"Status",name:"Toxic Spikes",pp:20,priority:0,flags:{reflectable:1,nonsky:1},sideCondition:"toxicspikes",condition:{},secondary:null,target:"foeSide",type:"Poison",zMove:{boost:{def:1}},desc:"Sets up a hazard on the opposing side of the field, poisoning each opposing Pokemon that switches in, unless it is a Flying-type Pokemon or has the Levitate Ability. Can be used up to two times before failing. Opposing Pokemon become poisoned with one layer and badly poisoned with two layers. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin or Defog successfully, is hit by Defog, or a grounded Poison-type Pokemon switches in. Safeguard prevents the opposing party from being poisoned on switch-in, but a substitute does not.",shortDesc:"Poisons grounded foes on switch-in. Max 2 layers."},toxicthread:{num:672,accuracy:100,basePower:0,category:"Status",isNonstandard:"Past",name:"Toxic Thread",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1},status:"psn",boosts:{spe:-1},secondary:null,target:"normal",type:"Poison",zMove:{boost:{spe:1}},desc:"Lowers the target's Speed by 1 stage and poisons it.",shortDesc:"Lowers the target's Speed by 1 and poisons it."},transform:{num:144,accuracy:!0,basePower:0,category:"Status",name:"Transform",pp:10,priority:0,flags:{allyanim:1},secondary:null,target:"normal",type:"Normal",zMove:{effect:"heal"},desc:"The user transforms into the target. The target's current stats, stat stages, types, moves, Ability, weight, gender, and sprite are copied. The user's level and HP remain the same and each copied move receives only 5 PP, with a maximum of 5 PP each. The user can no longer change formes if it would have the ability to do so. This move fails if it hits a substitute, if either the user or the target is already transformed, or if either is behind an Illusion.",shortDesc:"Copies target's stats, moves, types, and Ability."},triattack:{num:161,accuracy:100,basePower:80,category:"Special",name:"Tri Attack",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:{chance:20},target:"normal",type:"Normal",desc:"Has a 20% chance to either burn, freeze, or paralyze the target.",shortDesc:"20% chance to paralyze or burn or freeze target."},trick:{num:271,accuracy:100,basePower:0,category:"Status",name:"Trick",pp:10,priority:0,flags:{protect:1,mirror:1,allyanim:1},secondary:null,target:"normal",type:"Psychic",zMove:{boost:{spe:2}},desc:"The user swaps its held item with the target's held item. Fails if either the user or the target is holding a Mail or Z-Crystal, if neither is holding an item, if the user is trying to give or take a Mega Stone to or from the species that can Mega Evolve with it, or if the user is trying to give or take a Blue Orb, a Red Orb, a Griseous Orb, a Plate, a Drive, or a Memory to or from a Kyogre, a Groudon, a Giratina, an Arceus, a Genesect, or a Silvally, respectively. The target is immune to this move if it has the Sticky Hold Ability.",shortDesc:"User switches its held item with the target's."},trickortreat:{num:567,accuracy:100,basePower:0,category:"Status",name:"Trick-or-Treat",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},secondary:null,target:"normal",type:"Ghost",zMove:{boost:{atk:1,def:1,spa:1,spd:1,spe:1}},desc:"Causes the Ghost type to be added to the target, effectively making it have two or three types. Fails if the target is already a Ghost type. If Forest's Curse adds a type to the target, it replaces the type added by this move and vice versa.",shortDesc:"Adds Ghost to the target's type(s)."},trickroom:{num:433,accuracy:!0,basePower:0,category:"Status",name:"Trick Room",pp:5,priority:-7,flags:{mirror:1},pseudoWeather:"trickroom",condition:{duration:5,onFieldResidualOrder:27,onFieldResidualSubOrder:1},secondary:null,target:"all",type:"Psychic",zMove:{boost:{accuracy:1}},desc:"For 5 turns, the Speed of every Pokemon is recalculated for the purposes of determining turn order. During the effect, each Pokemon's Speed is considered to be (10000 - its normal Speed), and if this value is greater than 8191, 8192 is subtracted from it. If this move is used during the effect, the effect ends.",shortDesc:"Goes last. For 5 turns, turn order is reversed."},tripleaxel:{num:813,accuracy:90,basePower:20,category:"Physical",name:"Triple Axel",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},multihit:3,multiaccuracy:!0,secondary:null,target:"normal",type:"Ice",zMove:{basePower:120},maxMove:{basePower:140},desc:"Hits three times. Power increases to 40 for the second hit and 60 for the third. This move checks accuracy for each hit, and the attack ends if the target avoids a hit. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit three times.",shortDesc:"Hits 3 times. Each hit can miss, but power rises."},triplekick:{num:167,accuracy:90,basePower:10,category:"Physical",name:"Triple Kick",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},multihit:3,multiaccuracy:!0,secondary:null,target:"normal",type:"Fighting",zMove:{basePower:120},maxMove:{basePower:80},desc:"Hits three times. Power increases to 20 for the second hit and 30 for the third. This move checks accuracy for each hit, and the attack ends if the target avoids a hit. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit three times.",shortDesc:"Hits 3 times. Each hit can miss, but power rises."},tropkick:{num:688,accuracy:100,basePower:70,category:"Physical",name:"Trop Kick",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:100,boosts:{atk:-1}},target:"normal",type:"Grass",desc:"Has a 100% chance to lower the target's Attack by 1 stage.",shortDesc:"100% chance to lower the target's Attack by 1."},trumpcard:{num:376,accuracy:!0,basePower:0,category:"Special",isNonstandard:"Past",name:"Trump Card",pp:5,noPPBoosts:!0,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",zMove:{basePower:160},maxMove:{basePower:130},desc:"The power of this move is based on the amount of PP remaining after normal PP reduction and the Pressure Ability resolve. 200 power for 0 PP, 80 power for 1 PP, 60 power for 2 PP, 50 power for 3 PP, and 40 power for 4 or more PP.",shortDesc:"More power the fewer PP this move has left."},twineedle:{num:41,accuracy:100,basePower:25,category:"Physical",isNonstandard:"Past",name:"Twineedle",pp:20,priority:0,flags:{protect:1,mirror:1},multihit:2,secondary:{chance:20,status:"psn"},target:"normal",type:"Bug",maxMove:{basePower:100},desc:"Hits twice, with each hit having a 20% chance to poison the target. If the first hit breaks the target's substitute, it will take damage for the second hit.",shortDesc:"Hits 2 times. Each hit has 20% chance to poison."},twinkletackle:{num:656,accuracy:!0,basePower:1,category:"Physical",isNonstandard:"Past",name:"Twinkle Tackle",pp:1,priority:0,flags:{},isZ:"fairiumz",secondary:null,target:"normal",type:"Fairy",shortDesc:"Power is equal to the base move's Z-Power."},twister:{num:239,accuracy:100,basePower:40,category:"Special",name:"Twister",pp:20,priority:0,flags:{protect:1,mirror:1},secondary:{chance:20,volatileStatus:"flinch"},target:"allAdjacentFoes",type:"Dragon",desc:"Has a 20% chance to make the target flinch. Power doubles if the target is using Bounce, Fly, or Sky Drop, or is under the effect of Sky Drop.",shortDesc:"20% chance to make the foe(s) flinch."},uturn:{num:369,accuracy:100,basePower:70,category:"Physical",name:"U-turn",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},selfSwitch:!0,secondary:null,target:"normal",type:"Bug",desc:"If this move is successful and the user has not fainted, the user switches out even if it is trapped and is replaced immediately by a selected party member. The user does not switch out if there are no unfainted party members, or if the target switched out using an Eject Button or through the effect of the Emergency Exit or Wimp Out Abilities.",shortDesc:"User switches out after damaging the target."},uproar:{num:253,accuracy:100,basePower:90,category:"Special",name:"Uproar",pp:10,priority:0,flags:{protect:1,mirror:1,sound:1,bypasssub:1},self:{volatileStatus:"uproar"},condition:{duration:3,onResidualOrder:28,onResidualSubOrder:1,onLockMove:"uproar"},secondary:null,target:"randomNormal",type:"Normal",desc:"The user spends three turns locked into this move. This move targets an opponent at random on each turn. On the first of the three turns, all sleeping active Pokemon wake up. During the three turns, no active Pokemon can fall asleep by any means, and Pokemon switched in during the effect do not wake up. If the user is prevented from moving or the attack is not successful against the target during one of the turns, the effect ends.",shortDesc:"Lasts 3 turns. Active Pokemon cannot fall asleep."},vacuumwave:{num:410,accuracy:100,basePower:40,category:"Special",name:"Vacuum Wave",pp:30,priority:1,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Fighting",desc:"No additional effect.",shortDesc:"Usually goes first."},vcreate:{num:557,accuracy:95,basePower:180,category:"Physical",name:"V-create",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},self:{boosts:{spe:-1,def:-1,spd:-1}},secondary:null,target:"normal",type:"Fire",zMove:{basePower:220},desc:"Lowers the user's Speed, Defense, and Special Defense by 1 stage.",shortDesc:"Lowers the user's Defense, Sp. Def, Speed by 1."},veeveevolley:{num:741,accuracy:!0,basePower:0,category:"Physical",isNonstandard:"LGPE",name:"Veevee Volley",pp:20,priority:0,flags:{contact:1,protect:1},secondary:null,target:"normal",type:"Normal",desc:"Power is equal to the greater of (user's Happiness * 2/5), rounded down, or 1.",shortDesc:"Max happiness: 102 power. Can't miss."},venomdrench:{num:599,accuracy:100,basePower:0,category:"Status",name:"Venom Drench",pp:20,priority:0,flags:{protect:1,reflectable:1,mirror:1},secondary:null,target:"allAdjacentFoes",type:"Poison",zMove:{boost:{def:1}},desc:"Lowers the target's Attack, Special Attack, and Speed by 1 stage if the target is poisoned. Fails if the target is not poisoned.",shortDesc:"Lowers Atk/Sp. Atk/Speed of poisoned foes by 1."},venoshock:{num:474,accuracy:100,basePower:65,category:"Special",name:"Venoshock",pp:10,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Poison",desc:"Power doubles if the target is poisoned.",shortDesc:"Power doubles if the target is poisoned."},vinewhip:{num:22,accuracy:100,basePower:45,category:"Physical",name:"Vine Whip",pp:25,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Grass",shortDesc:"No additional effect."},visegrip:{num:11,accuracy:100,basePower:55,category:"Physical",name:"Vise Grip",pp:30,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",shortDesc:"No additional effect."},vitalthrow:{num:233,accuracy:!0,basePower:70,category:"Physical",name:"Vital Throw",pp:10,priority:-1,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Fighting",desc:"This move does not check accuracy.",shortDesc:"This move does not check accuracy. Goes last."},voltswitch:{num:521,accuracy:100,basePower:70,category:"Special",name:"Volt Switch",pp:20,priority:0,flags:{protect:1,mirror:1},selfSwitch:!0,secondary:null,target:"normal",type:"Electric",desc:"If this move is successful and the user has not fainted, the user switches out even if it is trapped and is replaced immediately by a selected party member. The user does not switch out if there are no unfainted party members, or if the target switched out using an Eject Button or through the effect of the Emergency Exit or Wimp Out Abilities.",shortDesc:"User switches out after damaging the target."},volttackle:{num:344,accuracy:100,basePower:120,category:"Physical",name:"Volt Tackle",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},recoil:[33,100],secondary:{chance:10,status:"par"},target:"normal",type:"Electric",desc:"Has a 10% chance to paralyze the target. If the target lost HP, the user takes recoil damage equal to 33% the HP lost by the target, rounded half up, but not less than 1 HP.",shortDesc:"Has 33% recoil. 10% chance to paralyze target."},wakeupslap:{num:358,accuracy:100,basePower:70,category:"Physical",isNonstandard:"Past",name:"Wake-Up Slap",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Fighting",desc:"Power doubles if the target is asleep. If the user has not fainted, the target wakes up.",shortDesc:"Power doubles if target is asleep, and wakes it."},waterfall:{num:127,accuracy:100,basePower:80,category:"Physical",name:"Waterfall",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:20,volatileStatus:"flinch"},target:"normal",type:"Water",desc:"Has a 20% chance to make the target flinch.",shortDesc:"20% chance to make the target flinch."},watergun:{num:55,accuracy:100,basePower:40,category:"Special",name:"Water Gun",pp:25,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"normal",type:"Water",shortDesc:"No additional effect."},waterpledge:{num:518,accuracy:100,basePower:80,category:"Special",name:"Water Pledge",pp:10,priority:0,flags:{protect:1,mirror:1,nonsky:1},condition:{duration:4,onSideResidualOrder:26,onSideResidualSubOrder:7},secondary:null,target:"normal",type:"Water",desc:"If one of the user's allies chose to use Fire Pledge or Grass Pledge this turn and has not moved yet, it takes its turn immediately after the user and the user's move does nothing. If combined with Fire Pledge, the ally uses Water Pledge with 150 power and a rainbow appears on the user's side for 4 turns, which doubles secondary effect chances and stacks with the Serene Grace Ability, except effects that cause flinching can only have their chance doubled once. If combined with Grass Pledge, the ally uses Grass Pledge with 150 power and a swamp appears on the target's side for 4 turns, which quarters the Speed of each Pokemon on that side. When used as a combined move, this move gains STAB no matter what the user's type is. This move does not consume the user's Water Gem, and cannot be redirected by the Storm Drain Ability.",shortDesc:"Use with Grass or Fire Pledge for added effect."},waterpulse:{num:352,accuracy:100,basePower:60,category:"Special",name:"Water Pulse",pp:20,priority:0,flags:{protect:1,pulse:1,mirror:1,distance:1},secondary:{chance:20,volatileStatus:"confusion"},target:"any",type:"Water",desc:"Has a 20% chance to confuse the target.",shortDesc:"20% chance to confuse the target."},watershuriken:{num:594,accuracy:100,basePower:15,category:"Special",name:"Water Shuriken",pp:20,priority:1,flags:{protect:1,mirror:1},multihit:[2,5],secondary:null,target:"normal",type:"Water",desc:"Hits two to five times. Has a 35% chance to hit two or three times and a 15% chance to hit four or five times. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times. If the user is an Ash-Greninja with the Battle Bond Ability, this move has a power of 20 and always hits three times.",shortDesc:"Usually goes first. Hits 2-5 times in one turn."},watersport:{num:346,accuracy:!0,basePower:0,category:"Status",isNonstandard:"Past",name:"Water Sport",pp:15,priority:0,flags:{nonsky:1},pseudoWeather:"watersport",condition:{duration:5,onBasePowerPriority:1,onFieldResidualOrder:27,onFieldResidualSubOrder:3},secondary:null,target:"all",type:"Water",zMove:{boost:{spd:1}},desc:"For 5 turns, all Fire-type attacks used by any active Pokemon have their power multiplied by 0.33. Fails if this effect is already active.",shortDesc:"For 5 turns, Fire-type attacks have 1/3 power."},waterspout:{num:323,accuracy:100,basePower:150,category:"Special",name:"Water Spout",pp:5,priority:0,flags:{protect:1,mirror:1},secondary:null,target:"allAdjacentFoes",type:"Water",desc:"Power is equal to (user's current HP * 150 / user's maximum HP), rounded down, but not less than 1.",shortDesc:"Less power as user's HP decreases. Hits foe(s)."},weatherball:{num:311,accuracy:100,basePower:50,category:"Special",name:"Weather Ball",pp:10,priority:0,flags:{bullet:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",zMove:{basePower:160},maxMove:{basePower:130},desc:"Power doubles if a weather condition other than Delta Stream is active, and this move's type changes to match. Ice type during Hail, Water type during Primordial Sea or Rain Dance, Rock type during Sandstorm, and Fire type during Desolate Land or Sunny Day. If the user is holding Utility Umbrella and uses Weather Ball during Primordial Sea, Rain Dance, Desolate Land, or Sunny Day, the move is still Normal-type and does not have a base power boost.",shortDesc:"Power doubles and type varies in each weather."},whirlpool:{num:250,accuracy:85,basePower:35,category:"Special",name:"Whirlpool",pp:15,priority:0,flags:{protect:1,mirror:1},volatileStatus:"partiallytrapped",secondary:null,target:"normal",type:"Water",desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 4-5 turns."},whirlwind:{num:18,accuracy:!0,basePower:0,category:"Status",name:"Whirlwind",pp:20,priority:-6,flags:{reflectable:1,mirror:1,bypasssub:1,allyanim:1},forceSwitch:!0,secondary:null,target:"normal",type:"Normal",zMove:{boost:{spd:1}},desc:"The target is forced to switch out and be replaced with a random unfainted ally. Fails if the target is the last unfainted Pokemon in its party, or if the target used Ingrain previously or has the Suction Cups Ability.",shortDesc:"Forces the target to switch to a random ally."},wickedblow:{num:817,accuracy:100,basePower:80,category:"Physical",name:"Wicked Blow",pp:5,priority:0,flags:{contact:1,protect:1,punch:1,mirror:1},willCrit:!0,secondary:null,target:"normal",type:"Dark",desc:"This move is always a critical hit unless the target is under the effect of Lucky Chant or has the Battle Armor or Shell Armor Abilities.",shortDesc:"Always results in a critical hit."},wideguard:{num:469,accuracy:!0,basePower:0,category:"Status",name:"Wide Guard",pp:10,priority:3,flags:{snatch:1},sideCondition:"wideguard",condition:{duration:1,onTryHitPriority:4},secondary:null,target:"allySide",type:"Rock",zMove:{boost:{def:1}},desc:"The user and its party members are protected from moves made by other Pokemon, including allies, during this turn that target all adjacent foes or all adjacent Pokemon. This move modifies the same 1/X chance of being successful used by other protection moves, where X starts at 1 and triples each time this move is successfully used, but does not use the chance to check for failure. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Max Guard, Obstruct, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn or if this move is already in effect for the user's side.",shortDesc:"Protects allies from multi-target moves this turn."},wildcharge:{num:528,accuracy:100,basePower:90,category:"Physical",name:"Wild Charge",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},recoil:[1,4],secondary:null,target:"normal",type:"Electric",desc:"If the target lost HP, the user takes recoil damage equal to 1/4 the HP lost by the target, rounded half up, but not less than 1 HP.",shortDesc:"Has 1/4 recoil."},willowisp:{num:261,accuracy:85,basePower:0,category:"Status",name:"Will-O-Wisp",pp:15,priority:0,flags:{protect:1,reflectable:1,mirror:1},status:"brn",secondary:null,target:"normal",type:"Fire",zMove:{boost:{atk:1}},desc:"Burns the target.",shortDesc:"Burns the target."},wingattack:{num:17,accuracy:100,basePower:60,category:"Physical",name:"Wing Attack",pp:35,priority:0,flags:{contact:1,protect:1,mirror:1,distance:1},secondary:null,target:"any",type:"Flying",shortDesc:"No additional effect."},wish:{num:273,accuracy:!0,basePower:0,category:"Status",name:"Wish",pp:10,priority:0,flags:{snatch:1,heal:1},slotCondition:"Wish",condition:{duration:2,onResidualOrder:4},secondary:null,target:"self",type:"Normal",zMove:{boost:{spd:1}},desc:"At the end of the next turn, the Pokemon at the user's position has 1/2 of the user's maximum HP restored to it, rounded down. Fails if this move is already in effect for the user's position.",shortDesc:"Next turn, 50% of the user's max HP is restored."},withdraw:{num:110,accuracy:!0,basePower:0,category:"Status",name:"Withdraw",pp:40,priority:0,flags:{snatch:1},boosts:{def:1},secondary:null,target:"self",type:"Water",zMove:{boost:{def:1}},desc:"Raises the user's Defense by 1 stage.",shortDesc:"Raises the user's Defense by 1."},wonderroom:{num:472,accuracy:!0,basePower:0,category:"Status",name:"Wonder Room",pp:10,priority:0,flags:{mirror:1},pseudoWeather:"wonderroom",condition:{duration:5,onFieldResidualOrder:27,onFieldResidualSubOrder:5},secondary:null,target:"all",type:"Psychic",zMove:{boost:{spd:1}},desc:"For 5 turns, all active Pokemon have their Defense and Special Defense stats swapped. Stat stage changes are unaffected. If this move is used during the effect, the effect ends.",shortDesc:"For 5 turns, all Defense and Sp. Def stats switch."},woodhammer:{num:452,accuracy:100,basePower:120,category:"Physical",name:"Wood Hammer",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},recoil:[33,100],secondary:null,target:"normal",type:"Grass",desc:"If the target lost HP, the user takes recoil damage equal to 33% the HP lost by the target, rounded half up, but not less than 1 HP.",shortDesc:"Has 33% recoil."},workup:{num:526,accuracy:!0,basePower:0,category:"Status",name:"Work Up",pp:30,priority:0,flags:{snatch:1},boosts:{atk:1,spa:1},secondary:null,target:"self",type:"Normal",zMove:{boost:{atk:1}},desc:"Raises the user's Attack and Special Attack by 1 stage.",shortDesc:"Raises the user's Attack and Sp. Atk by 1."},worryseed:{num:388,accuracy:100,basePower:0,category:"Status",name:"Worry Seed",pp:10,priority:0,flags:{protect:1,reflectable:1,mirror:1,allyanim:1},secondary:null,target:"normal",type:"Grass",zMove:{boost:{spe:1}},desc:"Causes the target's Ability to become Insomnia. Fails if the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Insomnia, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Truant, or Zen Mode.",shortDesc:"The target's Ability becomes Insomnia."},wrap:{num:35,accuracy:90,basePower:15,category:"Physical",name:"Wrap",pp:20,priority:0,flags:{contact:1,protect:1,mirror:1},volatileStatus:"partiallytrapped",secondary:null,target:"normal",type:"Normal",desc:"Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",shortDesc:"Traps and damages the target for 4-5 turns."},wringout:{num:378,accuracy:100,basePower:0,category:"Special",isNonstandard:"Past",name:"Wring Out",pp:5,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Normal",zMove:{basePower:190},maxMove:{basePower:140},desc:"Power is equal to 120 * (target's current HP / target's maximum HP), rounded half down, but not less than 1.",shortDesc:"More power the more HP the target has left."},xscissor:{num:404,accuracy:100,basePower:80,category:"Physical",name:"X-Scissor",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:null,target:"normal",type:"Bug",shortDesc:"No additional effect."},yawn:{num:281,accuracy:!0,basePower:0,category:"Status",name:"Yawn",pp:10,priority:0,flags:{protect:1,reflectable:1,mirror:1},volatileStatus:"yawn",condition:{noCopy:!0,duration:2,onResidualOrder:23},secondary:null,target:"normal",type:"Normal",zMove:{boost:{spe:1}},desc:"Causes the target to fall asleep at the end of the next turn. Fails when used if the target cannot fall asleep or if it already has a non-volatile status condition. At the end of the next turn, if the target is still active, does not have a non-volatile status condition, and can fall asleep, it falls asleep. If the target becomes affected, this effect cannot be prevented by Safeguard or a substitute, or by falling asleep and waking up during the effect.",shortDesc:"Puts the target to sleep after 1 turn."},zapcannon:{num:192,accuracy:50,basePower:120,category:"Special",name:"Zap Cannon",pp:5,priority:0,flags:{bullet:1,protect:1,mirror:1},secondary:{chance:100,status:"par"},target:"normal",type:"Electric",desc:"Has a 100% chance to paralyze the target.",shortDesc:"100% chance to paralyze the target."},zenheadbutt:{num:428,accuracy:90,basePower:80,category:"Physical",name:"Zen Headbutt",pp:15,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:20,volatileStatus:"flinch"},target:"normal",type:"Psychic",desc:"Has a 20% chance to make the target flinch.",shortDesc:"20% chance to make the target flinch."},zingzap:{num:716,accuracy:100,basePower:80,category:"Physical",name:"Zing Zap",pp:10,priority:0,flags:{contact:1,protect:1,mirror:1},secondary:{chance:30,volatileStatus:"flinch"},target:"normal",type:"Electric",desc:"Has a 30% chance to make the target flinch.",shortDesc:"30% chance to make the target flinch."},zippyzap:{num:729,accuracy:100,basePower:80,category:"Physical",isNonstandard:"LGPE",name:"Zippy Zap",pp:10,priority:2,flags:{contact:1,protect:1},secondary:{chance:100,self:{boosts:{evasion:1}}},target:"normal",type:"Electric",desc:"Has a 100% chance to raise the user's evasion by 1 stage.",shortDesc:"Goes first. Raises user's evasion by 1."}}},Species:{1:{missingno:{inherit:!0,baseStats:{hp:33,atk:136,def:0,spa:6,spd:6,spe:29}},bulbasaur:{inherit:!0,baseStats:{hp:45,atk:49,def:49,spa:65,spd:65,spe:45}},ivysaur:{inherit:!0,baseStats:{hp:60,atk:62,def:63,spa:80,spd:80,spe:60}},venusaur:{inherit:!0,baseStats:{hp:80,atk:82,def:83,spa:100,spd:100,spe:80}},charmander:{inherit:!0,baseStats:{hp:39,atk:52,def:43,spa:50,spd:50,spe:65}},charmeleon:{inherit:!0,baseStats:{hp:58,atk:64,def:58,spa:65,spd:65,spe:80}},charizard:{inherit:!0,baseStats:{hp:78,atk:84,def:78,spa:85,spd:85,spe:100}},squirtle:{inherit:!0,baseStats:{hp:44,atk:48,def:65,spa:50,spd:50,spe:43}},wartortle:{inherit:!0,baseStats:{hp:59,atk:63,def:80,spa:65,spd:65,spe:58}},blastoise:{inherit:!0,baseStats:{hp:79,atk:83,def:100,spa:85,spd:85,spe:78}},caterpie:{inherit:!0,baseStats:{hp:45,atk:30,def:35,spa:20,spd:20,spe:45}},metapod:{inherit:!0,baseStats:{hp:50,atk:20,def:55,spa:25,spd:25,spe:30}},butterfree:{inherit:!0,baseStats:{hp:60,atk:45,def:50,spa:80,spd:80,spe:70}},weedle:{inherit:!0,baseStats:{hp:40,atk:35,def:30,spa:20,spd:20,spe:50}},kakuna:{inherit:!0,baseStats:{hp:45,atk:25,def:50,spa:25,spd:25,spe:35}},beedrill:{inherit:!0,baseStats:{hp:65,atk:80,def:40,spa:45,spd:45,spe:75}},pidgey:{inherit:!0,baseStats:{hp:40,atk:45,def:40,spa:35,spd:35,spe:56}},pidgeotto:{inherit:!0,baseStats:{hp:63,atk:60,def:55,spa:50,spd:50,spe:71}},pidgeot:{inherit:!0,baseStats:{hp:83,atk:80,def:75,spa:70,spd:70,spe:91}},rattata:{inherit:!0,baseStats:{hp:30,atk:56,def:35,spa:25,spd:25,spe:72}},raticate:{inherit:!0,baseStats:{hp:55,atk:81,def:60,spa:50,spd:50,spe:97}},spearow:{inherit:!0,baseStats:{hp:40,atk:60,def:30,spa:31,spd:31,spe:70}},fearow:{inherit:!0,baseStats:{hp:65,atk:90,def:65,spa:61,spd:61,spe:100}},ekans:{inherit:!0,baseStats:{hp:35,atk:60,def:44,spa:40,spd:40,spe:55}},arbok:{inherit:!0,baseStats:{hp:60,atk:85,def:69,spa:65,spd:65,spe:80}},pikachu:{inherit:!0,baseStats:{hp:35,atk:55,def:30,spa:50,spd:50,spe:90}},raichu:{inherit:!0,baseStats:{hp:60,atk:90,def:55,spa:90,spd:90,spe:100}},sandshrew:{inherit:!0,baseStats:{hp:50,atk:75,def:85,spa:30,spd:30,spe:40}},sandslash:{inherit:!0,baseStats:{hp:75,atk:100,def:110,spa:55,spd:55,spe:65}},nidoranf:{inherit:!0,baseStats:{hp:55,atk:47,def:52,spa:40,spd:40,spe:41}},nidorina:{inherit:!0,baseStats:{hp:70,atk:62,def:67,spa:55,spd:55,spe:56}},nidoqueen:{inherit:!0,baseStats:{hp:90,atk:82,def:87,spa:75,spd:75,spe:76}},nidoranm:{inherit:!0,baseStats:{hp:46,atk:57,def:40,spa:40,spd:40,spe:50}},nidorino:{inherit:!0,baseStats:{hp:61,atk:72,def:57,spa:55,spd:55,spe:65}},nidoking:{inherit:!0,baseStats:{hp:81,atk:92,def:77,spa:75,spd:75,spe:85}},clefairy:{inherit:!0,baseStats:{hp:70,atk:45,def:48,spa:60,spd:60,spe:35}},clefable:{inherit:!0,baseStats:{hp:95,atk:70,def:73,spa:85,spd:85,spe:60}},vulpix:{inherit:!0,baseStats:{hp:38,atk:41,def:40,spa:65,spd:65,spe:65}},ninetales:{inherit:!0,baseStats:{hp:73,atk:76,def:75,spa:100,spd:100,spe:100}},jigglypuff:{inherit:!0,baseStats:{hp:115,atk:45,def:20,spa:25,spd:25,spe:20}},wigglytuff:{inherit:!0,baseStats:{hp:140,atk:70,def:45,spa:50,spd:50,spe:45}},zubat:{inherit:!0,baseStats:{hp:40,atk:45,def:35,spa:40,spd:40,spe:55}},golbat:{inherit:!0,baseStats:{hp:75,atk:80,def:70,spa:75,spd:75,spe:90}},oddish:{inherit:!0,baseStats:{hp:45,atk:50,def:55,spa:75,spd:75,spe:30}},gloom:{inherit:!0,baseStats:{hp:60,atk:65,def:70,spa:85,spd:85,spe:40}},vileplume:{inherit:!0,baseStats:{hp:75,atk:80,def:85,spa:100,spd:100,spe:50}},paras:{inherit:!0,baseStats:{hp:35,atk:70,def:55,spa:55,spd:55,spe:25}},parasect:{inherit:!0,baseStats:{hp:60,atk:95,def:80,spa:80,spd:80,spe:30}},venonat:{inherit:!0,baseStats:{hp:60,atk:55,def:50,spa:40,spd:40,spe:45}},venomoth:{inherit:!0,baseStats:{hp:70,atk:65,def:60,spa:90,spd:90,spe:90}},diglett:{inherit:!0,baseStats:{hp:10,atk:55,def:25,spa:45,spd:45,spe:95}},dugtrio:{inherit:!0,baseStats:{hp:35,atk:80,def:50,spa:70,spd:70,spe:120}},meowth:{inherit:!0,baseStats:{hp:40,atk:45,def:35,spa:40,spd:40,spe:90}},persian:{inherit:!0,baseStats:{hp:65,atk:70,def:60,spa:65,spd:65,spe:115}},psyduck:{inherit:!0,baseStats:{hp:50,atk:52,def:48,spa:50,spd:50,spe:55}},golduck:{inherit:!0,baseStats:{hp:80,atk:82,def:78,spa:80,spd:80,spe:85}},mankey:{inherit:!0,baseStats:{hp:40,atk:80,def:35,spa:35,spd:35,spe:70}},primeape:{inherit:!0,baseStats:{hp:65,atk:105,def:60,spa:60,spd:60,spe:95}},growlithe:{inherit:!0,baseStats:{hp:55,atk:70,def:45,spa:50,spd:50,spe:60}},arcanine:{inherit:!0,baseStats:{hp:90,atk:110,def:80,spa:80,spd:80,spe:95}},poliwag:{inherit:!0,baseStats:{hp:40,atk:50,def:40,spa:40,spd:40,spe:90}},poliwhirl:{inherit:!0,baseStats:{hp:65,atk:65,def:65,spa:50,spd:50,spe:90}},poliwrath:{inherit:!0,baseStats:{hp:90,atk:85,def:95,spa:70,spd:70,spe:70}},abra:{inherit:!0,baseStats:{hp:25,atk:20,def:15,spa:105,spd:105,spe:90}},kadabra:{inherit:!0,baseStats:{hp:40,atk:35,def:30,spa:120,spd:120,spe:105}},alakazam:{inherit:!0,baseStats:{hp:55,atk:50,def:45,spa:135,spd:135,spe:120}},machop:{inherit:!0,baseStats:{hp:70,atk:80,def:50,spa:35,spd:35,spe:35}},machoke:{inherit:!0,baseStats:{hp:80,atk:100,def:70,spa:50,spd:50,spe:45}},machamp:{inherit:!0,baseStats:{hp:90,atk:130,def:80,spa:65,spd:65,spe:55}},bellsprout:{inherit:!0,baseStats:{hp:50,atk:75,def:35,spa:70,spd:70,spe:40}},weepinbell:{inherit:!0,baseStats:{hp:65,atk:90,def:50,spa:85,spd:85,spe:55}},victreebel:{inherit:!0,baseStats:{hp:80,atk:105,def:65,spa:100,spd:100,spe:70}},tentacool:{inherit:!0,baseStats:{hp:40,atk:40,def:35,spa:100,spd:100,spe:70}},tentacruel:{inherit:!0,baseStats:{hp:80,atk:70,def:65,spa:120,spd:120,spe:100}},geodude:{inherit:!0,baseStats:{hp:40,atk:80,def:100,spa:30,spd:30,spe:20}},graveler:{inherit:!0,baseStats:{hp:55,atk:95,def:115,spa:45,spd:45,spe:35}},golem:{inherit:!0,baseStats:{hp:80,atk:110,def:130,spa:55,spd:55,spe:45}},ponyta:{inherit:!0,baseStats:{hp:50,atk:85,def:55,spa:65,spd:65,spe:90}},rapidash:{inherit:!0,baseStats:{hp:65,atk:100,def:70,spa:80,spd:80,spe:105}},slowpoke:{inherit:!0,baseStats:{hp:90,atk:65,def:65,spa:40,spd:40,spe:15}},slowbro:{inherit:!0,baseStats:{hp:95,atk:75,def:110,spa:80,spd:80,spe:30}},magnemite:{inherit:!0,types:["Electric"],baseStats:{hp:25,atk:35,def:70,spa:95,spd:95,spe:45}},magneton:{inherit:!0,types:["Electric"],baseStats:{hp:50,atk:60,def:95,spa:120,spd:120,spe:70}},farfetchd:{inherit:!0,baseStats:{hp:52,atk:65,def:55,spa:58,spd:58,spe:60}},doduo:{inherit:!0,baseStats:{hp:35,atk:85,def:45,spa:35,spd:35,spe:75}},dodrio:{inherit:!0,baseStats:{hp:60,atk:110,def:70,spa:60,spd:60,spe:100}},seel:{inherit:!0,baseStats:{hp:65,atk:45,def:55,spa:70,spd:70,spe:45}},dewgong:{inherit:!0,baseStats:{hp:90,atk:70,def:80,spa:95,spd:95,spe:70}},grimer:{inherit:!0,baseStats:{hp:80,atk:80,def:50,spa:40,spd:40,spe:25}},muk:{inherit:!0,baseStats:{hp:105,atk:105,def:75,spa:65,spd:65,spe:50}},shellder:{inherit:!0,baseStats:{hp:30,atk:65,def:100,spa:45,spd:45,spe:40}},cloyster:{inherit:!0,baseStats:{hp:50,atk:95,def:180,spa:85,spd:85,spe:70}},gastly:{inherit:!0,baseStats:{hp:30,atk:35,def:30,spa:100,spd:100,spe:80}},haunter:{inherit:!0,baseStats:{hp:45,atk:50,def:45,spa:115,spd:115,spe:95}},gengar:{inherit:!0,baseStats:{hp:60,atk:65,def:60,spa:130,spd:130,spe:110}},onix:{inherit:!0,baseStats:{hp:35,atk:45,def:160,spa:30,spd:30,spe:70}},drowzee:{inherit:!0,baseStats:{hp:60,atk:48,def:45,spa:90,spd:90,spe:42}},hypno:{inherit:!0,baseStats:{hp:85,atk:73,def:70,spa:115,spd:115,spe:67}},krabby:{inherit:!0,baseStats:{hp:30,atk:105,def:90,spa:25,spd:25,spe:50}},kingler:{inherit:!0,baseStats:{hp:55,atk:130,def:115,spa:50,spd:50,spe:75}},voltorb:{inherit:!0,baseStats:{hp:40,atk:30,def:50,spa:55,spd:55,spe:100}},electrode:{inherit:!0,baseStats:{hp:60,atk:50,def:70,spa:80,spd:80,spe:140}},exeggcute:{inherit:!0,baseStats:{hp:60,atk:40,def:80,spa:60,spd:60,spe:40}},exeggutor:{inherit:!0,baseStats:{hp:95,atk:95,def:85,spa:125,spd:125,spe:55}},cubone:{inherit:!0,baseStats:{hp:50,atk:50,def:95,spa:40,spd:40,spe:35}},marowak:{inherit:!0,baseStats:{hp:60,atk:80,def:110,spa:50,spd:50,spe:45}},hitmonlee:{inherit:!0,baseStats:{hp:50,atk:120,def:53,spa:35,spd:35,spe:87}},hitmonchan:{inherit:!0,baseStats:{hp:50,atk:105,def:79,spa:35,spd:35,spe:76}},lickitung:{inherit:!0,baseStats:{hp:90,atk:55,def:75,spa:60,spd:60,spe:30}},koffing:{inherit:!0,baseStats:{hp:40,atk:65,def:95,spa:60,spd:60,spe:35}},weezing:{inherit:!0,baseStats:{hp:65,atk:90,def:120,spa:85,spd:85,spe:60}},rhyhorn:{inherit:!0,baseStats:{hp:80,atk:85,def:95,spa:30,spd:30,spe:25}},rhydon:{inherit:!0,baseStats:{hp:105,atk:130,def:120,spa:45,spd:45,spe:40}},chansey:{inherit:!0,baseStats:{hp:250,atk:5,def:5,spa:105,spd:105,spe:50}},tangela:{inherit:!0,baseStats:{hp:65,atk:55,def:115,spa:100,spd:100,spe:60}},kangaskhan:{inherit:!0,baseStats:{hp:105,atk:95,def:80,spa:40,spd:40,spe:90}},horsea:{inherit:!0,baseStats:{hp:30,atk:40,def:70,spa:70,spd:70,spe:60}},seadra:{inherit:!0,baseStats:{hp:55,atk:65,def:95,spa:95,spd:95,spe:85}},goldeen:{inherit:!0,baseStats:{hp:45,atk:67,def:60,spa:50,spd:50,spe:63}},seaking:{inherit:!0,baseStats:{hp:80,atk:92,def:65,spa:80,spd:80,spe:68}},staryu:{inherit:!0,baseStats:{hp:30,atk:45,def:55,spa:70,spd:70,spe:85}},starmie:{inherit:!0,baseStats:{hp:60,atk:75,def:85,spa:100,spd:100,spe:115}},mrmime:{inherit:!0,baseStats:{hp:40,atk:45,def:65,spa:100,spd:100,spe:90}},scyther:{inherit:!0,baseStats:{hp:70,atk:110,def:80,spa:55,spd:55,spe:105}},jynx:{inherit:!0,baseStats:{hp:65,atk:50,def:35,spa:95,spd:95,spe:95}},electabuzz:{inherit:!0,baseStats:{hp:65,atk:83,def:57,spa:85,spd:85,spe:105}},magmar:{inherit:!0,baseStats:{hp:65,atk:95,def:57,spa:85,spd:85,spe:93}},pinsir:{inherit:!0,baseStats:{hp:65,atk:125,def:100,spa:55,spd:55,spe:85}},tauros:{inherit:!0,baseStats:{hp:75,atk:100,def:95,spa:70,spd:70,spe:110}},magikarp:{inherit:!0,baseStats:{hp:20,atk:10,def:55,spa:20,spd:20,spe:80}},gyarados:{inherit:!0,baseStats:{hp:95,atk:125,def:79,spa:100,spd:100,spe:81}},lapras:{inherit:!0,baseStats:{hp:130,atk:85,def:80,spa:95,spd:95,spe:60}},ditto:{inherit:!0,baseStats:{hp:48,atk:48,def:48,spa:48,spd:48,spe:48}},eevee:{inherit:!0,baseStats:{hp:55,atk:55,def:50,spa:65,spd:65,spe:55}},vaporeon:{inherit:!0,baseStats:{hp:130,atk:65,def:60,spa:110,spd:110,spe:65}},jolteon:{inherit:!0,baseStats:{hp:65,atk:65,def:60,spa:110,spd:110,spe:130}},flareon:{inherit:!0,baseStats:{hp:65,atk:130,def:60,spa:110,spd:110,spe:65}},porygon:{inherit:!0,baseStats:{hp:65,atk:60,def:70,spa:75,spd:75,spe:40}},omanyte:{inherit:!0,baseStats:{hp:35,atk:40,def:100,spa:90,spd:90,spe:35}},omastar:{inherit:!0,baseStats:{hp:70,atk:60,def:125,spa:115,spd:115,spe:55}},kabuto:{inherit:!0,baseStats:{hp:30,atk:80,def:90,spa:45,spd:45,spe:55}},kabutops:{inherit:!0,baseStats:{hp:60,atk:115,def:105,spa:70,spd:70,spe:80}},aerodactyl:{inherit:!0,baseStats:{hp:80,atk:105,def:65,spa:60,spd:60,spe:130}},snorlax:{inherit:!0,baseStats:{hp:160,atk:110,def:65,spa:65,spd:65,spe:30}},articuno:{inherit:!0,baseStats:{hp:90,atk:85,def:100,spa:125,spd:125,spe:85}},zapdos:{inherit:!0,baseStats:{hp:90,atk:90,def:85,spa:125,spd:125,spe:100}},moltres:{inherit:!0,baseStats:{hp:90,atk:100,def:90,spa:125,spd:125,spe:90}},dratini:{inherit:!0,baseStats:{hp:41,atk:64,def:45,spa:50,spd:50,spe:50}},dragonair:{inherit:!0,baseStats:{hp:61,atk:84,def:65,spa:70,spd:70,spe:70}},dragonite:{inherit:!0,baseStats:{hp:91,atk:134,def:95,spa:100,spd:100,spe:80}},mewtwo:{inherit:!0,baseStats:{hp:106,atk:110,def:90,spa:154,spd:154,spe:130}},mew:{inherit:!0,baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100}}},2:{unown:{inherit:!0,cosmeticFormes:["Unown-B","Unown-C","Unown-D","Unown-E","Unown-F","Unown-G","Unown-H","Unown-I","Unown-J","Unown-K","Unown-L","Unown-M","Unown-N","Unown-O","Unown-P","Unown-Q","Unown-R","Unown-S","Unown-T","Unown-U","Unown-V","Unown-W","Unown-X","Unown-Y","Unown-Z"],formeOrder:["Unown","Unown-B","Unown-C","Unown-D","Unown-E","Unown-F","Unown-G","Unown-H","Unown-I","Unown-J","Unown-K","Unown-L","Unown-M","Unown-N","Unown-O","Unown-P","Unown-Q","Unown-R","Unown-S","Unown-T","Unown-U","Unown-V","Unown-W","Unown-X","Unown-Y","Unown-Z"]}},4:{milotic:{inherit:!0,evoType:"levelExtra",evoCondition:"with high Beauty"},rotomheat:{inherit:!0,types:["Electric","Ghost"]},rotomwash:{inherit:!0,types:["Electric","Ghost"]},rotomfrost:{inherit:!0,types:["Electric","Ghost"]},rotomfan:{inherit:!0,types:["Electric","Ghost"]},rotommow:{inherit:!0,types:["Electric","Ghost"]}},5:{bulbasaur:{inherit:!0,maleOnlyHidden:!0},ivysaur:{inherit:!0,maleOnlyHidden:!0},venusaur:{inherit:!0,maleOnlyHidden:!0},charmander:{inherit:!0,maleOnlyHidden:!0},charmeleon:{inherit:!0,maleOnlyHidden:!0},charizard:{inherit:!0,maleOnlyHidden:!0},squirtle:{inherit:!0,maleOnlyHidden:!0},wartortle:{inherit:!0,maleOnlyHidden:!0},blastoise:{inherit:!0,maleOnlyHidden:!0},butterfree:{inherit:!0,baseStats:{hp:60,atk:45,def:50,spa:80,spd:80,spe:70}},beedrill:{inherit:!0,baseStats:{hp:65,atk:80,def:40,spa:45,spd:80,spe:75}},pidgeot:{inherit:!0,baseStats:{hp:83,atk:80,def:75,spa:70,spd:70,spe:91}},pikachu:{inherit:!0,baseStats:{hp:35,atk:55,def:30,spa:50,spd:40,spe:90}},raichu:{inherit:!0,baseStats:{hp:60,atk:90,def:55,spa:90,spd:80,spe:100}},nidoqueen:{inherit:!0,baseStats:{hp:90,atk:82,def:87,spa:75,spd:85,spe:76}},nidoking:{inherit:!0,baseStats:{hp:81,atk:92,def:77,spa:85,spd:75,spe:85}},clefairy:{inherit:!0,types:["Normal"]},clefable:{inherit:!0,types:["Normal"],baseStats:{hp:95,atk:70,def:73,spa:85,spd:90,spe:60}},jigglypuff:{inherit:!0,types:["Normal"],abilities:{0:"Cute Charm",H:"Friend Guard"}},wigglytuff:{inherit:!0,types:["Normal"],baseStats:{hp:140,atk:70,def:45,spa:75,spd:50,spe:45},abilities:{0:"Cute Charm",H:"Frisk"}},vileplume:{inherit:!0,baseStats:{hp:75,atk:80,def:85,spa:100,spd:90,spe:50}},poliwrath:{inherit:!0,baseStats:{hp:90,atk:85,def:95,spa:70,spd:90,spe:70}},alakazam:{inherit:!0,baseStats:{hp:55,atk:50,def:45,spa:135,spd:85,spe:120}},victreebel:{inherit:!0,baseStats:{hp:80,atk:105,def:65,spa:100,spd:60,spe:70}},golem:{inherit:!0,baseStats:{hp:80,atk:110,def:130,spa:55,spd:65,spe:45}},mrmime:{inherit:!0,types:["Psychic"]},articuno:{inherit:!0,unreleasedHidden:!0},zapdos:{inherit:!0,abilities:{0:"Pressure",H:"Lightning Rod"},unreleasedHidden:!0},moltres:{inherit:!0,unreleasedHidden:!0},chikorita:{inherit:!0,unreleasedHidden:!0},bayleef:{inherit:!0,unreleasedHidden:!0},meganium:{inherit:!0,unreleasedHidden:!0},cyndaquil:{inherit:!0,unreleasedHidden:!0},quilava:{inherit:!0,unreleasedHidden:!0},typhlosion:{inherit:!0,unreleasedHidden:!0},totodile:{inherit:!0,unreleasedHidden:!0},croconaw:{inherit:!0,unreleasedHidden:!0},feraligatr:{inherit:!0,unreleasedHidden:!0},igglybuff:{inherit:!0,types:["Normal"],abilities:{0:"Cute Charm",H:"Friend Guard"}},togepi:{inherit:!0,types:["Normal"]},togetic:{inherit:!0,types:["Normal","Flying"]},cleffa:{inherit:!0,types:["Normal"]},ampharos:{inherit:!0,baseStats:{hp:90,atk:75,def:75,spa:115,spd:90,spe:55}},bellossom:{inherit:!0,baseStats:{hp:75,atk:80,def:85,spa:90,spd:100,spe:50}},marill:{inherit:!0,types:["Water"]},azumarill:{inherit:!0,types:["Water"],baseStats:{hp:100,atk:50,def:80,spa:50,spd:80,spe:50}},jumpluff:{inherit:!0,baseStats:{hp:75,atk:55,def:70,spa:55,spd:85,spe:110}},snubbull:{inherit:!0,types:["Normal"]},granbull:{inherit:!0,types:["Normal"]},tyrogue:{inherit:!0,maleOnlyHidden:!0},hitmonlee:{inherit:!0,maleOnlyHidden:!0},hitmonchan:{inherit:!0,maleOnlyHidden:!0},hitmontop:{inherit:!0,maleOnlyHidden:!0},treecko:{inherit:!0,maleOnlyHidden:!0},grovyle:{inherit:!0,maleOnlyHidden:!0},sceptile:{inherit:!0,maleOnlyHidden:!0},torchic:{inherit:!0,maleOnlyHidden:!0},combusken:{inherit:!0,maleOnlyHidden:!0},blaziken:{inherit:!0,maleOnlyHidden:!0},mudkip:{inherit:!0,maleOnlyHidden:!0},marshtomp:{inherit:!0,maleOnlyHidden:!0},swampert:{inherit:!0,maleOnlyHidden:!0},beautifly:{inherit:!0,baseStats:{hp:60,atk:70,def:50,spa:90,spd:50,spe:65}},ralts:{inherit:!0,types:["Psychic"]},kirlia:{inherit:!0,types:["Psychic"]},gardevoir:{inherit:!0,types:["Psychic"]},exploud:{inherit:!0,baseStats:{hp:104,atk:91,def:63,spa:91,spd:63,spe:68}},azurill:{inherit:!0,types:["Normal"]},mawile:{inherit:!0,types:["Steel"]},plusle:{inherit:!0,abilities:{0:"Plus"}},minun:{inherit:!0,abilities:{0:"Minus"}},kecleon:{inherit:!0,abilities:{0:"Color Change"}},feebas:{inherit:!0,abilities:{0:"Swift Swim",H:"Adaptability"}},milotic:{inherit:!0,abilities:{0:"Marvel Scale",H:"Cute Charm"}},duskull:{inherit:!0,abilities:{0:"Levitate"}},dusclops:{inherit:!0,abilities:{0:"Pressure"}},regirock:{inherit:!0,unreleasedHidden:!0},regice:{inherit:!0,unreleasedHidden:!0},registeel:{inherit:!0,unreleasedHidden:!0},turtwig:{inherit:!0,maleOnlyHidden:!0},grotle:{inherit:!0,maleOnlyHidden:!0},torterra:{inherit:!0,maleOnlyHidden:!0},chimchar:{inherit:!0,maleOnlyHidden:!0},monferno:{inherit:!0,maleOnlyHidden:!0},infernape:{inherit:!0,maleOnlyHidden:!0},piplup:{inherit:!0,maleOnlyHidden:!0},prinplup:{inherit:!0,maleOnlyHidden:!0},empoleon:{inherit:!0,maleOnlyHidden:!0},starly:{inherit:!0,abilities:{0:"Keen Eye"}},staraptor:{inherit:!0,baseStats:{hp:85,atk:120,def:70,spa:50,spd:50,spe:100}},roserade:{inherit:!0,baseStats:{hp:60,atk:70,def:55,spa:125,spd:105,spe:90}},mimejr:{inherit:!0,types:["Psychic"]},togekiss:{inherit:!0,types:["Normal","Flying"]},dusknoir:{inherit:!0,abilities:{0:"Pressure"}},snivy:{inherit:!0,unreleasedHidden:!0},servine:{inherit:!0,unreleasedHidden:!0},serperior:{inherit:!0,unreleasedHidden:!0},tepig:{inherit:!0,unreleasedHidden:!0},pignite:{inherit:!0,unreleasedHidden:!0},emboar:{inherit:!0,unreleasedHidden:!0},oshawott:{inherit:!0,unreleasedHidden:!0},dewott:{inherit:!0,unreleasedHidden:!0},samurott:{inherit:!0,unreleasedHidden:!0},stoutland:{inherit:!0,baseStats:{hp:85,atk:100,def:90,spa:45,spd:90,spe:80}},pansage:{inherit:!0,maleOnlyHidden:!0},simisage:{inherit:!0,maleOnlyHidden:!0},pansear:{inherit:!0,maleOnlyHidden:!0},simisear:{inherit:!0,maleOnlyHidden:!0},panpour:{inherit:!0,maleOnlyHidden:!0},simipour:{inherit:!0,maleOnlyHidden:!0},unfezant:{inherit:!0,baseStats:{hp:80,atk:105,def:80,spa:65,spd:55,spe:93}},gigalith:{inherit:!0,baseStats:{hp:85,atk:135,def:130,spa:60,spd:70,spe:25}},seismitoad:{inherit:!0,baseStats:{hp:105,atk:85,def:75,spa:85,spd:75,spe:74}},leavanny:{inherit:!0,baseStats:{hp:75,atk:103,def:80,spa:70,spd:70,spe:92}},venipede:{inherit:!0,abilities:{0:"Poison Point",1:"Swarm",H:"Quick Feet"}},whirlipede:{inherit:!0,abilities:{0:"Poison Point",1:"Swarm",H:"Quick Feet"}},scolipede:{inherit:!0,baseStats:{hp:60,atk:90,def:89,spa:55,spd:69,spe:112},abilities:{0:"Poison Point",1:"Swarm",H:"Quick Feet"}},cottonee:{inherit:!0,types:["Grass"]},whimsicott:{inherit:!0,types:["Grass"]},basculinbluestriped:{inherit:!0,abilities:{0:"Rock Head",1:"Adaptability",H:"Mold Breaker",S:"Reckless"}},krookodile:{inherit:!0,baseStats:{hp:95,atk:117,def:70,spa:65,spd:70,spe:92}},gothita:{inherit:!0,unreleasedHidden:!0},gothorita:{inherit:!0,abilities:{0:"Frisk",H:"Shadow Tag"},maleOnlyHidden:!0},gothitelle:{inherit:!0,abilities:{0:"Frisk",H:"Shadow Tag"},maleOnlyHidden:!0},ferrothorn:{inherit:!0,abilities:{0:"Iron Barbs"}},klink:{inherit:!0,unreleasedHidden:!0},litwick:{inherit:!0,abilities:{0:"Flash Fire",1:"Flame Body",H:"Shadow Tag"},unreleasedHidden:!0},lampent:{inherit:!0,abilities:{0:"Flash Fire",1:"Flame Body",H:"Shadow Tag"},unreleasedHidden:!0},chandelure:{inherit:!0,abilities:{0:"Flash Fire",1:"Flame Body",H:"Shadow Tag"},unreleasedHidden:!0},rufflet:{inherit:!0,unreleasedHidden:!0},larvesta:{inherit:!0,unreleasedHidden:!0},volcarona:{inherit:!0,unreleasedHidden:!0}},6:{charizardmegax:{inherit:!0},arbok:{inherit:!0,baseStats:{hp:60,atk:85,def:69,spa:65,spd:79,spe:80}},pikachu:{inherit:!0,formeOrder:["Pikachu","Pikachu-Rock-Star","Pikachu-Belle","Pikachu-Pop-Star","Pikachu-PhD","Pikachu-Libre","Pikachu-Cosplay"]},dugtrio:{inherit:!0,baseStats:{hp:35,atk:80,def:50,spa:50,spd:70,spe:120}},alakazammega:{inherit:!0,baseStats:{hp:55,atk:50,def:65,spa:175,spd:95,spe:150}},farfetchd:{inherit:!0,baseStats:{hp:52,atk:65,def:55,spa:58,spd:62,spe:60}},dodrio:{inherit:!0,baseStats:{hp:60,atk:110,def:70,spa:60,spd:60,spe:100}},gengar:{inherit:!0,abilities:{0:"Levitate"}},electrode:{inherit:!0,baseStats:{hp:60,atk:50,def:70,spa:80,spd:80,spe:140}},exeggutor:{inherit:!0,baseStats:{hp:95,atk:95,def:85,spa:125,spd:65,spe:55}},noctowl:{inherit:!0,baseStats:{hp:100,atk:50,def:50,spa:76,spd:96,spe:70}},ariados:{inherit:!0,baseStats:{hp:70,atk:90,def:70,spa:60,spd:60,spe:40}},qwilfish:{inherit:!0,baseStats:{hp:65,atk:95,def:75,spa:55,spd:55,spe:85}},magcargo:{inherit:!0,baseStats:{hp:50,atk:50,def:120,spa:80,spd:80,spe:30}},corsola:{inherit:!0,baseStats:{hp:55,atk:55,def:85,spa:65,spd:85,spe:35}},mantine:{inherit:!0,baseStats:{hp:65,atk:40,def:70,spa:80,spd:140,spe:70}},raikou:{inherit:!0,abilities:{0:"Pressure",H:"Volt Absorb"},unreleasedHidden:!0},entei:{inherit:!0,abilities:{0:"Pressure",H:"Flash Fire"},unreleasedHidden:!0},suicune:{inherit:!0,abilities:{0:"Pressure",H:"Water Absorb"},unreleasedHidden:!0},swellow:{inherit:!0,baseStats:{hp:60,atk:85,def:60,spa:50,spd:50,spe:125}},wingull:{inherit:!0,abilities:{0:"Keen Eye",H:"Rain Dish"}},pelipper:{inherit:!0,baseStats:{hp:60,atk:50,def:100,spa:85,spd:70,spe:65},abilities:{0:"Keen Eye",H:"Rain Dish"}},masquerain:{inherit:!0,baseStats:{hp:70,atk:60,def:62,spa:80,spd:82,spe:60}},delcatty:{inherit:!0,baseStats:{hp:70,atk:65,def:65,spa:55,spd:55,spe:70}},volbeat:{inherit:!0,baseStats:{hp:65,atk:73,def:55,spa:47,spd:75,spe:85},abilities:{0:"Illuminate",1:"Swarm",H:"Prankster"}},illumise:{inherit:!0,baseStats:{hp:65,atk:47,def:55,spa:73,spd:75,spe:85}},torkoal:{inherit:!0,abilities:{0:"White Smoke",H:"Shell Armor"}},lunatone:{inherit:!0,baseStats:{hp:70,atk:55,def:65,spa:95,spd:85,spe:70}},solrock:{inherit:!0,baseStats:{hp:70,atk:95,def:85,spa:55,spd:65,spe:70}},castform:{inherit:!0},castformsunny:{inherit:!0},castformrainy:{inherit:!0},chimecho:{inherit:!0,baseStats:{hp:65,atk:50,def:70,spa:95,spd:80,spe:65}},latiasmega:{inherit:!0},latiosmega:{inherit:!0},burmy:{inherit:!0},wormadam:{inherit:!0},wormadamsandy:{inherit:!0},wormadamtrash:{inherit:!0},cherrim:{inherit:!0},arceus:{inherit:!0},arceusbug:{inherit:!0,requiredItems:["Insect Plate"]},arceusdark:{inherit:!0,requiredItems:["Dread Plate"]},arceusdragon:{inherit:!0,requiredItems:["Draco Plate"]},arceuselectric:{inherit:!0,requiredItems:["Zap Plate"]},arceusfairy:{inherit:!0,requiredItems:["Pixie Plate"]},arceusfighting:{inherit:!0,requiredItems:["Fist Plate"]},arceusfire:{inherit:!0,requiredItems:["Flame Plate"]},arceusflying:{inherit:!0,requiredItems:["Sky Plate"]},arceusghost:{inherit:!0,requiredItems:["Spooky Plate"]},arceusgrass:{inherit:!0,requiredItems:["Meadow Plate"]},arceusground:{inherit:!0,requiredItems:["Earth Plate"]},arceusice:{inherit:!0,requiredItems:["Icicle Plate"]},arceuspoison:{inherit:!0,requiredItems:["Toxic Plate"]},arceuspsychic:{inherit:!0,requiredItems:["Mind Plate"]},arceusrock:{inherit:!0,requiredItems:["Stone Plate"]},arceussteel:{inherit:!0,requiredItems:["Iron Plate"]},arceuswater:{inherit:!0,requiredItems:["Splash Plate"]},roggenrola:{inherit:!0,abilities:{0:"Sturdy",H:"Sand Force"}},boldore:{inherit:!0,abilities:{0:"Sturdy",H:"Sand Force"}},gigalith:{inherit:!0,abilities:{0:"Sturdy",H:"Sand Force"}},woobat:{inherit:!0,baseStats:{hp:55,atk:45,def:43,spa:55,spd:43,spe:72}},audinomega:{inherit:!0},darmanitanzen:{inherit:!0},crustle:{inherit:!0,baseStats:{hp:70,atk:95,def:125,spa:65,spd:75,spe:45}},vanillite:{inherit:!0,abilities:{0:"Ice Body",H:"Weak Armor"}},vanillish:{inherit:!0,abilities:{0:"Ice Body",H:"Weak Armor"}},vanilluxe:{inherit:!0,abilities:{0:"Ice Body",H:"Weak Armor"}},deerling:{inherit:!0},cubchoo:{inherit:!0,abilities:{0:"Snow Cloak",H:"Rattled"}},beartic:{inherit:!0,baseStats:{hp:95,atk:110,def:80,spa:70,spd:80,spe:50},abilities:{0:"Snow Cloak",H:"Swift Swim"}},cryogonal:{inherit:!0,baseStats:{hp:70,atk:50,def:30,spa:95,spd:135,spe:105}},greninja:{inherit:!0,abilities:{0:"Torrent",H:"Protean"}},vivillon:{inherit:!0},meowstic:{inherit:!0},zygarde:{inherit:!0,abilities:{0:"Aura Break"}},necturna:{inherit:!0,baseStats:{hp:64,atk:120,def:100,spa:85,spd:120,spe:81}},aurumoth:{inherit:!0,abilities:{0:"Weak Armor",1:"No Guard",H:"Illusion"}},malaconda:{inherit:!0,abilities:{0:"Harvest",1:"Infiltrator"}},naviathan:{inherit:!0,abilities:{0:"Water Veil",1:"Heatproof",H:"Light Metal"}},crucibellemega:{inherit:!0,baseStats:{hp:106,atk:135,def:75,spa:85,spd:125,spe:114}},syclant:{inherit:!0,abilities:{0:"Compound Eyes",1:"Mountaineer"}},revenankh:{inherit:!0,abilities:{0:"Shed Skin",1:"Air Lock"}},pyroak:{inherit:!0,abilities:{0:"Rock Head",1:"Battle Armor"}},fidgit:{inherit:!0,abilities:{0:"Persistent",1:"Vital Spirit"}},stratagem:{inherit:!0,abilities:{0:"Levitate",1:"Technician"}},arghonaut:{inherit:!0,abilities:{0:"Unaware"}},kitsunoh:{inherit:!0,abilities:{0:"Frisk",1:"Limber"}},cyclohm:{inherit:!0,abilities:{0:"Shield Dust",1:"Static"}},colossoil:{inherit:!0,abilities:{0:"Rebound",1:"Guts"}},krilowatt:{inherit:!0,abilities:{0:"Trace",1:"Magic Guard"}},voodoom:{inherit:!0,abilities:{0:"Volt Absorb",1:"Lightning Rod"}}},7:{pikachuoriginal:{inherit:!0,abilities:{0:"Static"}},pikachuhoenn:{inherit:!0,abilities:{0:"Static"}},pikachusinnoh:{inherit:!0,abilities:{0:"Static"}},pikachuunova:{inherit:!0,abilities:{0:"Static"}},pikachukalos:{inherit:!0,abilities:{0:"Static"}},pikachualola:{inherit:!0,abilities:{0:"Static"}},pikachupartner:{inherit:!0,abilities:{0:"Static"}},koffing:{inherit:!0,abilities:{0:"Levitate"}},weezing:{inherit:!0,abilities:{0:"Levitate"}},ralts:{inherit:!0,eggGroups:["Amorphous"]},kirlia:{inherit:!0,eggGroups:["Amorphous"]},gardevoir:{inherit:!0,eggGroups:["Amorphous"]},trapinch:{inherit:!0,eggGroups:["Bug"]},vibrava:{inherit:!0,eggGroups:["Bug"]},flygon:{inherit:!0,eggGroups:["Bug"]},magnezone:{inherit:!0,evoType:"levelExtra",evoCondition:"in a special magnetic field"},leafeon:{inherit:!0,evoType:"levelExtra",evoCondition:"near a Moss Rock"},glaceon:{inherit:!0,evoType:"levelExtra",evoCondition:"near an Ice Rock"},gallade:{inherit:!0,eggGroups:["Amorphous"]},heatran:{inherit:!0,abilities:{0:"Flash Fire",H:"Flame Body"},unreleasedHidden:!0},aegislash:{inherit:!0,baseStats:{hp:60,atk:50,def:150,spa:50,spd:150,spe:60}},aegislashblade:{inherit:!0,baseStats:{hp:60,atk:150,def:50,spa:150,spd:50,spe:60}},pumpkaboosmall:{inherit:!0,abilities:{0:"Pickup",1:"Frisk"}},pumpkaboolarge:{inherit:!0,abilities:{0:"Pickup",1:"Frisk"}},gourgeistsmall:{inherit:!0,abilities:{0:"Pickup",1:"Frisk"}},gourgeistlarge:{inherit:!0,abilities:{0:"Pickup",1:"Frisk"}},hawlucha:{inherit:!0,eggGroups:["Human-Like"]},bergmite:{inherit:!0,eggGroups:["Monster"]},avalugg:{inherit:!0,eggGroups:["Monster"]},noibat:{inherit:!0,eggGroups:["Flying"]},noivern:{inherit:!0,eggGroups:["Flying"]},vikavolt:{inherit:!0,evoType:"levelExtra",evoCondition:"near a special magnetic field"},lycanroc:{inherit:!0,evoCondition:"in Pokemon Sun/Ultra Sun"},lycanrocmidnight:{inherit:!0,evoCondition:"in Pokemon Moon/Ultra Moon"},tapukoko:{inherit:!0,abilities:{0:"Electric Surge"}},tapulele:{inherit:!0,abilities:{0:"Psychic Surge"}},tapubulu:{inherit:!0,abilities:{0:"Grassy Surge"}},tapufini:{inherit:!0,abilities:{0:"Misty Surge"}},pyroak:{inherit:!0,baseStats:{hp:120,atk:70,def:105,spa:95,spd:90,spe:60},abilities:{0:"Rock Head",1:"Battle Armor",H:"White Smoke"}},voodoom:{inherit:!0,baseStats:{hp:90,atk:85,def:80,spa:105,spd:80,spe:110}},mumbao:{inherit:!0,unreleasedHidden:!0},jumbao:{inherit:!0,unreleasedHidden:!0}},8:{bulbasaur:{num:1,name:"Bulbasaur",types:["Grass","Poison"],genderRatio:{M:.875,F:.125},baseStats:{hp:45,atk:49,def:49,spa:65,spd:65,spe:45},abilities:{0:"Overgrow",H:"Chlorophyll"},weightkg:6.9,evos:["Ivysaur"],eggGroups:["Monster","Grass"]},ivysaur:{num:2,name:"Ivysaur",types:["Grass","Poison"],genderRatio:{M:.875,F:.125},baseStats:{hp:60,atk:62,def:63,spa:80,spd:80,spe:60},abilities:{0:"Overgrow",H:"Chlorophyll"},weightkg:13,prevo:"Bulbasaur",evoLevel:16,evos:["Venusaur"],eggGroups:["Monster","Grass"]},venusaur:{num:3,name:"Venusaur",types:["Grass","Poison"],genderRatio:{M:.875,F:.125},baseStats:{hp:80,atk:82,def:83,spa:100,spd:100,spe:80},abilities:{0:"Overgrow",H:"Chlorophyll"},weightkg:100,prevo:"Ivysaur",evoLevel:32,eggGroups:["Monster","Grass"],otherFormes:["Venusaur-Mega"],formeOrder:["Venusaur","Venusaur-Mega"],canGigantamax:"G-Max Vine Lash"},venusaurmega:{num:3,name:"Venusaur-Mega",baseSpecies:"Venusaur",forme:"Mega",types:["Grass","Poison"],genderRatio:{M:.875,F:.125},baseStats:{hp:80,atk:100,def:123,spa:122,spd:120,spe:80},abilities:{0:"Thick Fat"},weightkg:155.5,eggGroups:["Monster","Grass"],requiredItem:"Venusaurite"},venusaurgmax:{num:3,name:"Venusaur-Gmax",baseSpecies:"Venusaur",forme:"Gmax",types:["Grass","Poison"],genderRatio:{M:.875,F:.125},baseStats:{hp:80,atk:82,def:83,spa:100,spd:100,spe:80},abilities:{0:"Overgrow",H:"Chlorophyll"},weightkg:0,eggGroups:["Monster","Grass"],changesFrom:"Venusaur"},charmander:{num:4,name:"Charmander",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:39,atk:52,def:43,spa:60,spd:50,spe:65},abilities:{0:"Blaze",H:"Solar Power"},weightkg:8.5,evos:["Charmeleon"],eggGroups:["Monster","Dragon"]},charmeleon:{num:5,name:"Charmeleon",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:58,atk:64,def:58,spa:80,spd:65,spe:80},abilities:{0:"Blaze",H:"Solar Power"},weightkg:19,prevo:"Charmander",evoLevel:16,evos:["Charizard"],eggGroups:["Monster","Dragon"]},charizard:{num:6,name:"Charizard",types:["Fire","Flying"],genderRatio:{M:.875,F:.125},baseStats:{hp:78,atk:84,def:78,spa:109,spd:85,spe:100},abilities:{0:"Blaze",H:"Solar Power"},weightkg:90.5,prevo:"Charmeleon",evoLevel:36,eggGroups:["Monster","Dragon"],otherFormes:["Charizard-Mega-X","Charizard-Mega-Y"],formeOrder:["Charizard","Charizard-Mega-X","Charizard-Mega-Y"],canGigantamax:"G-Max Wildfire"},charizardmegax:{num:6,name:"Charizard-Mega-X",baseSpecies:"Charizard",forme:"Mega-X",types:["Fire","Dragon"],genderRatio:{M:.875,F:.125},baseStats:{hp:78,atk:130,def:111,spa:130,spd:85,spe:100},abilities:{0:"Tough Claws"},weightkg:110.5,eggGroups:["Monster","Dragon"],requiredItem:"Charizardite X"},charizardmegay:{num:6,name:"Charizard-Mega-Y",baseSpecies:"Charizard",forme:"Mega-Y",types:["Fire","Flying"],genderRatio:{M:.875,F:.125},baseStats:{hp:78,atk:104,def:78,spa:159,spd:115,spe:100},abilities:{0:"Drought"},weightkg:100.5,eggGroups:["Monster","Dragon"],requiredItem:"Charizardite Y"},charizardgmax:{num:6,name:"Charizard-Gmax",baseSpecies:"Charizard",forme:"Gmax",types:["Fire","Flying"],genderRatio:{M:.875,F:.125},baseStats:{hp:78,atk:84,def:78,spa:109,spd:85,spe:100},abilities:{0:"Blaze",H:"Solar Power"},weightkg:0,eggGroups:["Monster","Dragon"],changesFrom:"Charizard"},squirtle:{num:7,name:"Squirtle",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:44,atk:48,def:65,spa:50,spd:64,spe:43},abilities:{0:"Torrent",H:"Rain Dish"},weightkg:9,evos:["Wartortle"],eggGroups:["Monster","Water 1"]},wartortle:{num:8,name:"Wartortle",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:59,atk:63,def:80,spa:65,spd:80,spe:58},abilities:{0:"Torrent",H:"Rain Dish"},weightkg:22.5,prevo:"Squirtle",evoLevel:16,evos:["Blastoise"],eggGroups:["Monster","Water 1"]},blastoise:{num:9,name:"Blastoise",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:79,atk:83,def:100,spa:85,spd:105,spe:78},abilities:{0:"Torrent",H:"Rain Dish"},weightkg:85.5,prevo:"Wartortle",evoLevel:36,eggGroups:["Monster","Water 1"],otherFormes:["Blastoise-Mega"],formeOrder:["Blastoise","Blastoise-Mega"],canGigantamax:"G-Max Cannonade"},blastoisemega:{num:9,name:"Blastoise-Mega",baseSpecies:"Blastoise",forme:"Mega",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:79,atk:103,def:120,spa:135,spd:115,spe:78},abilities:{0:"Mega Launcher"},weightkg:101.1,eggGroups:["Monster","Water 1"],requiredItem:"Blastoisinite"},blastoisegmax:{num:9,name:"Blastoise-Gmax",baseSpecies:"Blastoise",forme:"Gmax",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:79,atk:83,def:100,spa:85,spd:105,spe:78},abilities:{0:"Torrent",H:"Rain Dish"},weightkg:0,eggGroups:["Monster","Water 1"],changesFrom:"Blastoise"},caterpie:{num:10,name:"Caterpie",types:["Bug"],baseStats:{hp:45,atk:30,def:35,spa:20,spd:20,spe:45},abilities:{0:"Shield Dust",H:"Run Away"},weightkg:2.9,evos:["Metapod"],eggGroups:["Bug"]},metapod:{num:11,name:"Metapod",types:["Bug"],baseStats:{hp:50,atk:20,def:55,spa:25,spd:25,spe:30},abilities:{0:"Shed Skin"},weightkg:9.9,prevo:"Caterpie",evoLevel:7,evos:["Butterfree"],eggGroups:["Bug"]},butterfree:{num:12,name:"Butterfree",types:["Bug","Flying"],baseStats:{hp:60,atk:45,def:50,spa:90,spd:80,spe:70},abilities:{0:"Compound Eyes",H:"Tinted Lens"},weightkg:32,prevo:"Metapod",evoLevel:10,eggGroups:["Bug"],canGigantamax:"G-Max Befuddle"},butterfreegmax:{num:12,name:"Butterfree-Gmax",baseSpecies:"Butterfree",forme:"Gmax",types:["Bug","Flying"],baseStats:{hp:60,atk:45,def:50,spa:90,spd:80,spe:70},abilities:{0:"Compound Eyes",H:"Tinted Lens"},weightkg:0,eggGroups:["Bug"],changesFrom:"Butterfree"},weedle:{num:13,name:"Weedle",types:["Bug","Poison"],baseStats:{hp:40,atk:35,def:30,spa:20,spd:20,spe:50},abilities:{0:"Shield Dust",H:"Run Away"},weightkg:3.2,evos:["Kakuna"],eggGroups:["Bug"]},kakuna:{num:14,name:"Kakuna",types:["Bug","Poison"],baseStats:{hp:45,atk:25,def:50,spa:25,spd:25,spe:35},abilities:{0:"Shed Skin"},weightkg:10,prevo:"Weedle",evoLevel:7,evos:["Beedrill"],eggGroups:["Bug"]},beedrill:{num:15,name:"Beedrill",types:["Bug","Poison"],baseStats:{hp:65,atk:90,def:40,spa:45,spd:80,spe:75},abilities:{0:"Swarm",H:"Sniper"},weightkg:29.5,prevo:"Kakuna",evoLevel:10,eggGroups:["Bug"],otherFormes:["Beedrill-Mega"],formeOrder:["Beedrill","Beedrill-Mega"]},beedrillmega:{num:15,name:"Beedrill-Mega",baseSpecies:"Beedrill",forme:"Mega",types:["Bug","Poison"],baseStats:{hp:65,atk:150,def:40,spa:15,spd:80,spe:145},abilities:{0:"Adaptability"},weightkg:40.5,eggGroups:["Bug"],requiredItem:"Beedrillite"},pidgey:{num:16,name:"Pidgey",types:["Normal","Flying"],baseStats:{hp:40,atk:45,def:40,spa:35,spd:35,spe:56},abilities:{0:"Keen Eye",1:"Tangled Feet",H:"Big Pecks"},weightkg:1.8,evos:["Pidgeotto"],eggGroups:["Flying"]},pidgeotto:{num:17,name:"Pidgeotto",types:["Normal","Flying"],baseStats:{hp:63,atk:60,def:55,spa:50,spd:50,spe:71},abilities:{0:"Keen Eye",1:"Tangled Feet",H:"Big Pecks"},weightkg:30,prevo:"Pidgey",evoLevel:18,evos:["Pidgeot"],eggGroups:["Flying"]},pidgeot:{num:18,name:"Pidgeot",types:["Normal","Flying"],baseStats:{hp:83,atk:80,def:75,spa:70,spd:70,spe:101},abilities:{0:"Keen Eye",1:"Tangled Feet",H:"Big Pecks"},weightkg:39.5,prevo:"Pidgeotto",evoLevel:36,eggGroups:["Flying"],otherFormes:["Pidgeot-Mega"],formeOrder:["Pidgeot","Pidgeot-Mega"]},pidgeotmega:{num:18,name:"Pidgeot-Mega",baseSpecies:"Pidgeot",forme:"Mega",types:["Normal","Flying"],baseStats:{hp:83,atk:80,def:80,spa:135,spd:80,spe:121},abilities:{0:"No Guard"},weightkg:50.5,eggGroups:["Flying"],requiredItem:"Pidgeotite"},rattata:{num:19,name:"Rattata",types:["Normal"],baseStats:{hp:30,atk:56,def:35,spa:25,spd:35,spe:72},abilities:{0:"Run Away",1:"Guts",H:"Hustle"},weightkg:3.5,evos:["Raticate"],eggGroups:["Field"],otherFormes:["Rattata-Alola"],formeOrder:["Rattata","Rattata-Alola"]},rattataalola:{num:19,name:"Rattata-Alola",baseSpecies:"Rattata",forme:"Alola",types:["Dark","Normal"],baseStats:{hp:30,atk:56,def:35,spa:25,spd:35,spe:72},abilities:{0:"Gluttony",1:"Hustle",H:"Thick Fat"},weightkg:3.8,evos:["Raticate-Alola"],eggGroups:["Field"]},raticate:{num:20,name:"Raticate",types:["Normal"],baseStats:{hp:55,atk:81,def:60,spa:50,spd:70,spe:97},abilities:{0:"Run Away",1:"Guts",H:"Hustle"},weightkg:18.5,prevo:"Rattata",evoLevel:20,eggGroups:["Field"],otherFormes:["Raticate-Alola","Raticate-Alola-Totem"],formeOrder:["Raticate","Raticate-Alola","Raticate-Alola-Totem"]},raticatealola:{num:20,name:"Raticate-Alola",baseSpecies:"Raticate",forme:"Alola",types:["Dark","Normal"],baseStats:{hp:75,atk:71,def:70,spa:40,spd:80,spe:77},abilities:{0:"Gluttony",1:"Hustle",H:"Thick Fat"},weightkg:25.5,prevo:"Rattata-Alola",evoLevel:20,evoCondition:"at night",eggGroups:["Field"]},raticatealolatotem:{num:20,name:"Raticate-Alola-Totem",baseSpecies:"Raticate",forme:"Alola-Totem",types:["Dark","Normal"],baseStats:{hp:75,atk:71,def:70,spa:40,spd:80,spe:77},abilities:{0:"Thick Fat"},weightkg:105,eggGroups:["Field"]},spearow:{num:21,name:"Spearow",types:["Normal","Flying"],baseStats:{hp:40,atk:60,def:30,spa:31,spd:31,spe:70},abilities:{0:"Keen Eye",H:"Sniper"},weightkg:2,evos:["Fearow"],eggGroups:["Flying"]},fearow:{num:22,name:"Fearow",types:["Normal","Flying"],baseStats:{hp:65,atk:90,def:65,spa:61,spd:61,spe:100},abilities:{0:"Keen Eye",H:"Sniper"},weightkg:38,prevo:"Spearow",evoLevel:20,eggGroups:["Flying"]},ekans:{num:23,name:"Ekans",types:["Poison"],baseStats:{hp:35,atk:60,def:44,spa:40,spd:54,spe:55},abilities:{0:"Intimidate",1:"Shed Skin",H:"Unnerve"},weightkg:6.9,evos:["Arbok"],eggGroups:["Field","Dragon"]},arbok:{num:24,name:"Arbok",types:["Poison"],baseStats:{hp:60,atk:95,def:69,spa:65,spd:79,spe:80},abilities:{0:"Intimidate",1:"Shed Skin",H:"Unnerve"},weightkg:65,prevo:"Ekans",evoLevel:22,eggGroups:["Field","Dragon"]},pikachu:{num:25,name:"Pikachu",types:["Electric"],baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Static",H:"Lightning Rod"},weightkg:6,prevo:"Pichu",evoType:"levelFriendship",evos:["Raichu","Raichu-Alola"],eggGroups:["Field","Fairy"],otherFormes:["Pikachu-Cosplay","Pikachu-Rock-Star","Pikachu-Belle","Pikachu-Pop-Star","Pikachu-PhD","Pikachu-Libre","Pikachu-Original","Pikachu-Hoenn","Pikachu-Sinnoh","Pikachu-Unova","Pikachu-Kalos","Pikachu-Alola","Pikachu-Partner","Pikachu-Starter","Pikachu-World"],formeOrder:["Pikachu","Pikachu-Original","Pikachu-Hoenn","Pikachu-Sinnoh","Pikachu-Unova","Pikachu-Kalos","Pikachu-Alola","Pikachu-Partner","Pikachu-Starter","Pikachu-World","Pikachu-Rock-Star","Pikachu-Belle","Pikachu-Pop-Star","Pikachu-PhD","Pikachu-Libre","Pikachu-Cosplay"],canGigantamax:"G-Max Volt Crash"},pikachucosplay:{num:25,name:"Pikachu-Cosplay",baseSpecies:"Pikachu",forme:"Cosplay",types:["Electric"],gender:"F",baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Lightning Rod"},weightkg:6,eggGroups:["Undiscovered"],gen:6},pikachurockstar:{num:25,name:"Pikachu-Rock-Star",baseSpecies:"Pikachu",forme:"Rock-Star",types:["Electric"],gender:"F",baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Lightning Rod"},weightkg:6,eggGroups:["Undiscovered"],changesFrom:"Pikachu-Cosplay",gen:6},pikachubelle:{num:25,name:"Pikachu-Belle",baseSpecies:"Pikachu",forme:"Belle",types:["Electric"],gender:"F",baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Lightning Rod"},weightkg:6,eggGroups:["Undiscovered"],changesFrom:"Pikachu-Cosplay",gen:6},pikachupopstar:{num:25,name:"Pikachu-Pop-Star",baseSpecies:"Pikachu",forme:"Pop-Star",types:["Electric"],gender:"F",baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Lightning Rod"},weightkg:6,eggGroups:["Undiscovered"],changesFrom:"Pikachu-Cosplay",gen:6},pikachuphd:{num:25,name:"Pikachu-PhD",baseSpecies:"Pikachu",forme:"PhD",types:["Electric"],gender:"F",baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Lightning Rod"},weightkg:6,eggGroups:["Undiscovered"],changesFrom:"Pikachu-Cosplay",gen:6},pikachulibre:{num:25,name:"Pikachu-Libre",baseSpecies:"Pikachu",forme:"Libre",types:["Electric"],gender:"F",baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Lightning Rod"},weightkg:6,eggGroups:["Undiscovered"],changesFrom:"Pikachu-Cosplay",gen:6},pikachuoriginal:{num:25,name:"Pikachu-Original",baseSpecies:"Pikachu",forme:"Original",types:["Electric"],gender:"M",baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Static",H:"Lightning Rod"},weightkg:6,eggGroups:["Undiscovered"],gen:7},pikachuhoenn:{num:25,name:"Pikachu-Hoenn",baseSpecies:"Pikachu",forme:"Hoenn",types:["Electric"],gender:"M",baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Static",H:"Lightning Rod"},weightkg:6,eggGroups:["Undiscovered"],gen:7},pikachusinnoh:{num:25,name:"Pikachu-Sinnoh",baseSpecies:"Pikachu",forme:"Sinnoh",types:["Electric"],gender:"M",baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Static",H:"Lightning Rod"},weightkg:6,eggGroups:["Undiscovered"],gen:7},pikachuunova:{num:25,name:"Pikachu-Unova",baseSpecies:"Pikachu",forme:"Unova",types:["Electric"],gender:"M",baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Static",H:"Lightning Rod"},weightkg:6,eggGroups:["Undiscovered"],gen:7},pikachukalos:{num:25,name:"Pikachu-Kalos",baseSpecies:"Pikachu",forme:"Kalos",types:["Electric"],gender:"M",baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Static",H:"Lightning Rod"},weightkg:6,eggGroups:["Undiscovered"],gen:7},pikachualola:{num:25,name:"Pikachu-Alola",baseSpecies:"Pikachu",forme:"Alola",types:["Electric"],gender:"M",baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Static",H:"Lightning Rod"},weightkg:6,eggGroups:["Undiscovered"],gen:7},pikachupartner:{num:25,name:"Pikachu-Partner",baseSpecies:"Pikachu",forme:"Partner",types:["Electric"],gender:"M",baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Static",H:"Lightning Rod"},weightkg:6,eggGroups:["Undiscovered"],gen:7},pikachustarter:{num:25,name:"Pikachu-Starter",baseSpecies:"Pikachu",forme:"Starter",types:["Electric"],baseStats:{hp:45,atk:80,def:50,spa:75,spd:60,spe:120},abilities:{0:"Static",H:"Lightning Rod"},weightkg:6,eggGroups:["Undiscovered"]},pikachugmax:{num:25,name:"Pikachu-Gmax",baseSpecies:"Pikachu",forme:"Gmax",types:["Electric"],baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Static",H:"Lightning Rod"},weightkg:0,eggGroups:["Field","Fairy"],changesFrom:"Pikachu"},pikachuworld:{num:25,name:"Pikachu-World",baseSpecies:"Pikachu",forme:"World",types:["Electric"],gender:"M",baseStats:{hp:35,atk:55,def:40,spa:50,spd:50,spe:90},abilities:{0:"Static",H:"Lightning Rod"},weightkg:6,eggGroups:["Undiscovered"],gen:8},raichu:{num:26,name:"Raichu",types:["Electric"],baseStats:{hp:60,atk:90,def:55,spa:90,spd:80,spe:110},abilities:{0:"Static",H:"Lightning Rod"},weightkg:30,prevo:"Pikachu",evoType:"useItem",evoItem:"Thunder Stone",eggGroups:["Field","Fairy"],otherFormes:["Raichu-Alola"],formeOrder:["Raichu","Raichu-Alola"]},raichualola:{num:26,name:"Raichu-Alola",baseSpecies:"Raichu",forme:"Alola",types:["Electric","Psychic"],baseStats:{hp:60,atk:85,def:50,spa:95,spd:85,spe:110},abilities:{0:"Surge Surfer"},weightkg:21,prevo:"Pikachu",evoType:"useItem",evoItem:"Thunder Stone",evoRegion:"Alola",eggGroups:["Field","Fairy"]},sandshrew:{num:27,name:"Sandshrew",types:["Ground"],baseStats:{hp:50,atk:75,def:85,spa:20,spd:30,spe:40},abilities:{0:"Sand Veil",H:"Sand Rush"},weightkg:12,evos:["Sandslash"],eggGroups:["Field"],otherFormes:["Sandshrew-Alola"],formeOrder:["Sandshrew","Sandshrew-Alola"]},sandshrewalola:{num:27,name:"Sandshrew-Alola",baseSpecies:"Sandshrew",forme:"Alola",types:["Ice","Steel"],baseStats:{hp:50,atk:75,def:90,spa:10,spd:35,spe:40},abilities:{0:"Snow Cloak",H:"Slush Rush"},weightkg:40,evos:["Sandslash-Alola"],eggGroups:["Field"]},sandslash:{num:28,name:"Sandslash",types:["Ground"],baseStats:{hp:75,atk:100,def:110,spa:45,spd:55,spe:65},abilities:{0:"Sand Veil",H:"Sand Rush"},weightkg:29.5,prevo:"Sandshrew",evoLevel:22,eggGroups:["Field"],otherFormes:["Sandslash-Alola"],formeOrder:["Sandslash","Sandslash-Alola"]},sandslashalola:{num:28,name:"Sandslash-Alola",baseSpecies:"Sandslash",forme:"Alola",types:["Ice","Steel"],baseStats:{hp:75,atk:100,def:120,spa:25,spd:65,spe:65},abilities:{0:"Snow Cloak",H:"Slush Rush"},weightkg:55,prevo:"Sandshrew-Alola",evoType:"useItem",evoItem:"Ice Stone",eggGroups:["Field"]},nidoranf:{num:29,name:"Nidoran-F",types:["Poison"],gender:"F",baseStats:{hp:55,atk:47,def:52,spa:40,spd:40,spe:41},abilities:{0:"Poison Point",1:"Rivalry",H:"Hustle"},weightkg:7,evos:["Nidorina"],eggGroups:["Monster","Field"]},nidorina:{num:30,name:"Nidorina",types:["Poison"],gender:"F",baseStats:{hp:70,atk:62,def:67,spa:55,spd:55,spe:56},abilities:{0:"Poison Point",1:"Rivalry",H:"Hustle"},weightkg:20,prevo:"Nidoran-F",evoLevel:16,evos:["Nidoqueen"],eggGroups:["Undiscovered"]},nidoqueen:{num:31,name:"Nidoqueen",types:["Poison","Ground"],gender:"F",baseStats:{hp:90,atk:92,def:87,spa:75,spd:85,spe:76},abilities:{0:"Poison Point",1:"Rivalry",H:"Sheer Force"},weightkg:60,prevo:"Nidorina",evoType:"useItem",evoItem:"Moon Stone",eggGroups:["Undiscovered"]},nidoranm:{num:32,name:"Nidoran-M",types:["Poison"],gender:"M",baseStats:{hp:46,atk:57,def:40,spa:40,spd:40,spe:50},abilities:{0:"Poison Point",1:"Rivalry",H:"Hustle"},weightkg:9,evos:["Nidorino"],eggGroups:["Monster","Field"]},nidorino:{num:33,name:"Nidorino",types:["Poison"],gender:"M",baseStats:{hp:61,atk:72,def:57,spa:55,spd:55,spe:65},abilities:{0:"Poison Point",1:"Rivalry",H:"Hustle"},weightkg:19.5,prevo:"Nidoran-M",evoLevel:16,evos:["Nidoking"],eggGroups:["Monster","Field"]},nidoking:{num:34,name:"Nidoking",types:["Poison","Ground"],gender:"M",baseStats:{hp:81,atk:102,def:77,spa:85,spd:75,spe:85},abilities:{0:"Poison Point",1:"Rivalry",H:"Sheer Force"},weightkg:62,prevo:"Nidorino",evoType:"useItem",evoItem:"Moon Stone",eggGroups:["Monster","Field"]},clefairy:{num:35,name:"Clefairy",types:["Fairy"],genderRatio:{M:.25,F:.75},baseStats:{hp:70,atk:45,def:48,spa:60,spd:65,spe:35},abilities:{0:"Cute Charm",1:"Magic Guard",H:"Friend Guard"},weightkg:7.5,prevo:"Cleffa",evoType:"levelFriendship",evos:["Clefable"],eggGroups:["Fairy"]},clefable:{num:36,name:"Clefable",types:["Fairy"],genderRatio:{M:.25,F:.75},baseStats:{hp:95,atk:70,def:73,spa:95,spd:90,spe:60},abilities:{0:"Cute Charm",1:"Magic Guard",H:"Unaware"},weightkg:40,prevo:"Clefairy",evoType:"useItem",evoItem:"Moon Stone",eggGroups:["Fairy"]},vulpix:{num:37,name:"Vulpix",types:["Fire"],genderRatio:{M:.25,F:.75},baseStats:{hp:38,atk:41,def:40,spa:50,spd:65,spe:65},abilities:{0:"Flash Fire",H:"Drought"},weightkg:9.9,evos:["Ninetales"],eggGroups:["Field"],otherFormes:["Vulpix-Alola"],formeOrder:["Vulpix","Vulpix-Alola"]},vulpixalola:{num:37,name:"Vulpix-Alola",baseSpecies:"Vulpix",forme:"Alola",types:["Ice"],genderRatio:{M:.25,F:.75},baseStats:{hp:38,atk:41,def:40,spa:50,spd:65,spe:65},abilities:{0:"Snow Cloak",H:"Snow Warning"},weightkg:9.9,evos:["Ninetales-Alola"],eggGroups:["Field"]},ninetales:{num:38,name:"Ninetales",types:["Fire"],genderRatio:{M:.25,F:.75},baseStats:{hp:73,atk:76,def:75,spa:81,spd:100,spe:100},abilities:{0:"Flash Fire",H:"Drought"},weightkg:19.9,prevo:"Vulpix",evoType:"useItem",evoItem:"Fire Stone",eggGroups:["Field"],otherFormes:["Ninetales-Alola"],formeOrder:["Ninetales","Ninetales-Alola"]},ninetalesalola:{num:38,name:"Ninetales-Alola",baseSpecies:"Ninetales",forme:"Alola",types:["Ice","Fairy"],genderRatio:{M:.25,F:.75},baseStats:{hp:73,atk:67,def:75,spa:81,spd:100,spe:109},abilities:{0:"Snow Cloak",H:"Snow Warning"},weightkg:19.9,prevo:"Vulpix-Alola",evoType:"useItem",evoItem:"Ice Stone",eggGroups:["Field"]},jigglypuff:{num:39,name:"Jigglypuff",types:["Normal","Fairy"],genderRatio:{M:.25,F:.75},baseStats:{hp:115,atk:45,def:20,spa:45,spd:25,spe:20},abilities:{0:"Cute Charm",1:"Competitive",H:"Friend Guard"},weightkg:5.5,prevo:"Igglybuff",evoType:"levelFriendship",evos:["Wigglytuff"],eggGroups:["Fairy"]},wigglytuff:{num:40,name:"Wigglytuff",types:["Normal","Fairy"],genderRatio:{M:.25,F:.75},baseStats:{hp:140,atk:70,def:45,spa:85,spd:50,spe:45},abilities:{0:"Cute Charm",1:"Competitive",H:"Frisk"},weightkg:12,prevo:"Jigglypuff",evoType:"useItem",evoItem:"Moon Stone",eggGroups:["Fairy"]},zubat:{num:41,name:"Zubat",types:["Poison","Flying"],baseStats:{hp:40,atk:45,def:35,spa:30,spd:40,spe:55},abilities:{0:"Inner Focus",H:"Infiltrator"},weightkg:7.5,evos:["Golbat"],eggGroups:["Flying"]},golbat:{num:42,name:"Golbat",types:["Poison","Flying"],baseStats:{hp:75,atk:80,def:70,spa:65,spd:75,spe:90},abilities:{0:"Inner Focus",H:"Infiltrator"},weightkg:55,prevo:"Zubat",evoLevel:22,evos:["Crobat"],eggGroups:["Flying"]},oddish:{num:43,name:"Oddish",types:["Grass","Poison"],baseStats:{hp:45,atk:50,def:55,spa:75,spd:65,spe:30},abilities:{0:"Chlorophyll",H:"Run Away"},weightkg:5.4,evos:["Gloom"],eggGroups:["Grass"]},gloom:{num:44,name:"Gloom",types:["Grass","Poison"],baseStats:{hp:60,atk:65,def:70,spa:85,spd:75,spe:40},abilities:{0:"Chlorophyll",H:"Stench"},weightkg:8.6,prevo:"Oddish",evoLevel:21,evos:["Vileplume","Bellossom"],eggGroups:["Grass"]},vileplume:{num:45,name:"Vileplume",types:["Grass","Poison"],baseStats:{hp:75,atk:80,def:85,spa:110,spd:90,spe:50},abilities:{0:"Chlorophyll",H:"Effect Spore"},weightkg:18.6,prevo:"Gloom",evoType:"useItem",evoItem:"Leaf Stone",eggGroups:["Grass"]},paras:{num:46,name:"Paras",types:["Bug","Grass"],baseStats:{hp:35,atk:70,def:55,spa:45,spd:55,spe:25},abilities:{0:"Effect Spore",1:"Dry Skin",H:"Damp"},weightkg:5.4,evos:["Parasect"],eggGroups:["Bug","Grass"]},parasect:{num:47,name:"Parasect",types:["Bug","Grass"],baseStats:{hp:60,atk:95,def:80,spa:60,spd:80,spe:30},abilities:{0:"Effect Spore",1:"Dry Skin",H:"Damp"},weightkg:29.5,prevo:"Paras",evoLevel:24,eggGroups:["Bug","Grass"]},venonat:{num:48,name:"Venonat",types:["Bug","Poison"],baseStats:{hp:60,atk:55,def:50,spa:40,spd:55,spe:45},abilities:{0:"Compound Eyes",1:"Tinted Lens",H:"Run Away"},weightkg:30,evos:["Venomoth"],eggGroups:["Bug"]},venomoth:{num:49,name:"Venomoth",types:["Bug","Poison"],baseStats:{hp:70,atk:65,def:60,spa:90,spd:75,spe:90},abilities:{0:"Shield Dust",1:"Tinted Lens",H:"Wonder Skin"},weightkg:12.5,prevo:"Venonat",evoLevel:31,eggGroups:["Bug"]},diglett:{num:50,name:"Diglett",types:["Ground"],baseStats:{hp:10,atk:55,def:25,spa:35,spd:45,spe:95},abilities:{0:"Sand Veil",1:"Arena Trap",H:"Sand Force"},weightkg:.8,evos:["Dugtrio"],eggGroups:["Field"],otherFormes:["Diglett-Alola"],formeOrder:["Diglett","Diglett-Alola"]},diglettalola:{num:50,name:"Diglett-Alola",baseSpecies:"Diglett",forme:"Alola",types:["Ground","Steel"],baseStats:{hp:10,atk:55,def:30,spa:35,spd:45,spe:90},abilities:{0:"Sand Veil",1:"Tangling Hair",H:"Sand Force"},weightkg:1,evos:["Dugtrio-Alola"],eggGroups:["Field"]},dugtrio:{num:51,name:"Dugtrio",types:["Ground"],baseStats:{hp:35,atk:100,def:50,spa:50,spd:70,spe:120},abilities:{0:"Sand Veil",1:"Arena Trap",H:"Sand Force"},weightkg:33.3,prevo:"Diglett",evoLevel:26,eggGroups:["Field"],otherFormes:["Dugtrio-Alola"],formeOrder:["Dugtrio","Dugtrio-Alola"]},dugtrioalola:{num:51,name:"Dugtrio-Alola",baseSpecies:"Dugtrio",forme:"Alola",types:["Ground","Steel"],baseStats:{hp:35,atk:100,def:60,spa:50,spd:70,spe:110},abilities:{0:"Sand Veil",1:"Tangling Hair",H:"Sand Force"},weightkg:66.6,prevo:"Diglett-Alola",evoLevel:26,eggGroups:["Field"]},meowth:{num:52,name:"Meowth",types:["Normal"],baseStats:{hp:40,atk:45,def:35,spa:40,spd:40,spe:90},abilities:{0:"Pickup",1:"Technician",H:"Unnerve"},weightkg:4.2,evos:["Persian"],eggGroups:["Field"],otherFormes:["Meowth-Alola","Meowth-Galar"],formeOrder:["Meowth","Meowth-Alola","Meowth-Galar"],canGigantamax:"G-Max Gold Rush"},meowthalola:{num:52,name:"Meowth-Alola",baseSpecies:"Meowth",forme:"Alola",types:["Dark"],baseStats:{hp:40,atk:35,def:35,spa:50,spd:40,spe:90},abilities:{0:"Pickup",1:"Technician",H:"Rattled"},weightkg:4.2,evos:["Persian-Alola"],eggGroups:["Field"]},meowthgalar:{num:52,name:"Meowth-Galar",baseSpecies:"Meowth",forme:"Galar",types:["Steel"],baseStats:{hp:50,atk:65,def:55,spa:40,spd:40,spe:40},abilities:{0:"Pickup",1:"Tough Claws",H:"Unnerve"},weightkg:7.5,evos:["Perrserker"],eggGroups:["Field"]},meowthgmax:{num:52,name:"Meowth-Gmax",baseSpecies:"Meowth",forme:"Gmax",types:["Normal"],baseStats:{hp:40,atk:45,def:35,spa:40,spd:40,spe:90},abilities:{0:"Pickup",1:"Technician",H:"Unnerve"},weightkg:0,eggGroups:["Field"],changesFrom:"Meowth"},persian:{num:53,name:"Persian",types:["Normal"],baseStats:{hp:65,atk:70,def:60,spa:65,spd:65,spe:115},abilities:{0:"Limber",1:"Technician",H:"Unnerve"},weightkg:32,prevo:"Meowth",evoLevel:28,eggGroups:["Field"],otherFormes:["Persian-Alola"],formeOrder:["Persian","Persian-Alola"]},persianalola:{num:53,name:"Persian-Alola",baseSpecies:"Persian",forme:"Alola",types:["Dark"],baseStats:{hp:65,atk:60,def:60,spa:75,spd:65,spe:115},abilities:{0:"Fur Coat",1:"Technician",H:"Rattled"},weightkg:33,prevo:"Meowth-Alola",evoType:"levelFriendship",eggGroups:["Field"]},psyduck:{num:54,name:"Psyduck",types:["Water"],baseStats:{hp:50,atk:52,def:48,spa:65,spd:50,spe:55},abilities:{0:"Damp",1:"Cloud Nine",H:"Swift Swim"},weightkg:19.6,evos:["Golduck"],eggGroups:["Water 1","Field"]},golduck:{num:55,name:"Golduck",types:["Water"],baseStats:{hp:80,atk:82,def:78,spa:95,spd:80,spe:85},abilities:{0:"Damp",1:"Cloud Nine",H:"Swift Swim"},weightkg:76.6,prevo:"Psyduck",evoLevel:33,eggGroups:["Water 1","Field"]},mankey:{num:56,name:"Mankey",types:["Fighting"],baseStats:{hp:40,atk:80,def:35,spa:35,spd:45,spe:70},abilities:{0:"Vital Spirit",1:"Anger Point",H:"Defiant"},weightkg:28,evos:["Primeape"],eggGroups:["Field"]},primeape:{num:57,name:"Primeape",types:["Fighting"],baseStats:{hp:65,atk:105,def:60,spa:60,spd:70,spe:95},abilities:{0:"Vital Spirit",1:"Anger Point",H:"Defiant"},weightkg:32,prevo:"Mankey",evoLevel:28,eggGroups:["Field"]},growlithe:{num:58,name:"Growlithe",types:["Fire"],genderRatio:{M:.75,F:.25},baseStats:{hp:55,atk:70,def:45,spa:70,spd:50,spe:60},abilities:{0:"Intimidate",1:"Flash Fire",H:"Justified"},weightkg:19,evos:["Arcanine"],eggGroups:["Field"],otherFormes:["Growlithe-Hisui"],formeOrder:["Growlithe","Growlithe-Hisui"]},growlithehisui:{num:58,name:"Growlithe-Hisui",baseSpecies:"Growlithe",forme:"Hisui",types:["Fire","Rock"],genderRatio:{M:.75,F:.25},baseStats:{hp:60,atk:75,def:45,spa:65,spd:50,spe:55},abilities:{0:"Intimidate",1:"Flash Fire",H:"Justified"},weightkg:22.7,evos:["Arcanine-Hisui"],eggGroups:["Field"]},arcanine:{num:59,name:"Arcanine",types:["Fire"],genderRatio:{M:.75,F:.25},baseStats:{hp:90,atk:110,def:80,spa:100,spd:80,spe:95},abilities:{0:"Intimidate",1:"Flash Fire",H:"Justified"},weightkg:155,prevo:"Growlithe",evoType:"useItem",evoItem:"Fire Stone",eggGroups:["Field"],otherFormes:["Arcanine-Hisui"],formeOrder:["Arcanine","Arcanine-Hisui"]},arcaninehisui:{num:59,name:"Arcanine-Hisui",baseSpecies:"Arcanine",forme:"Hisui",types:["Fire","Rock"],genderRatio:{M:.75,F:.25},baseStats:{hp:95,atk:115,def:80,spa:95,spd:80,spe:90},abilities:{0:"Intimidate",1:"Flash Fire",H:"Justified"},weightkg:168,prevo:"Growlithe-Hisui",evoType:"useItem",evoItem:"Fire Stone",eggGroups:["Field"]},poliwag:{num:60,name:"Poliwag",types:["Water"],baseStats:{hp:40,atk:50,def:40,spa:40,spd:40,spe:90},abilities:{0:"Water Absorb",1:"Damp",H:"Swift Swim"},weightkg:12.4,evos:["Poliwhirl"],eggGroups:["Water 1"]},poliwhirl:{num:61,name:"Poliwhirl",types:["Water"],baseStats:{hp:65,atk:65,def:65,spa:50,spd:50,spe:90},abilities:{0:"Water Absorb",1:"Damp",H:"Swift Swim"},weightkg:20,prevo:"Poliwag",evoLevel:25,evos:["Poliwrath","Politoed"],eggGroups:["Water 1"]},poliwrath:{num:62,name:"Poliwrath",types:["Water","Fighting"],baseStats:{hp:90,atk:95,def:95,spa:70,spd:90,spe:70},abilities:{0:"Water Absorb",1:"Damp",H:"Swift Swim"},weightkg:54,prevo:"Poliwhirl",evoType:"useItem",evoItem:"Water Stone",eggGroups:["Water 1"]},abra:{num:63,name:"Abra",types:["Psychic"],genderRatio:{M:.75,F:.25},baseStats:{hp:25,atk:20,def:15,spa:105,spd:55,spe:90},abilities:{0:"Synchronize",1:"Inner Focus",H:"Magic Guard"},weightkg:19.5,evos:["Kadabra"],eggGroups:["Human-Like"]},kadabra:{num:64,name:"Kadabra",types:["Psychic"],genderRatio:{M:.75,F:.25},baseStats:{hp:40,atk:35,def:30,spa:120,spd:70,spe:105},abilities:{0:"Synchronize",1:"Inner Focus",H:"Magic Guard"},weightkg:56.5,prevo:"Abra",evoLevel:16,evos:["Alakazam"],eggGroups:["Human-Like"]},alakazam:{num:65,name:"Alakazam",types:["Psychic"],genderRatio:{M:.75,F:.25},baseStats:{hp:55,atk:50,def:45,spa:135,spd:95,spe:120},abilities:{0:"Synchronize",1:"Inner Focus",H:"Magic Guard"},weightkg:48,prevo:"Kadabra",evoType:"trade",eggGroups:["Human-Like"],otherFormes:["Alakazam-Mega"],formeOrder:["Alakazam","Alakazam-Mega"]},alakazammega:{num:65,name:"Alakazam-Mega",baseSpecies:"Alakazam",forme:"Mega",types:["Psychic"],genderRatio:{M:.75,F:.25},baseStats:{hp:55,atk:50,def:65,spa:175,spd:105,spe:150},abilities:{0:"Trace"},weightkg:48,eggGroups:["Human-Like"],requiredItem:"Alakazite"},machop:{num:66,name:"Machop",types:["Fighting"],genderRatio:{M:.75,F:.25},baseStats:{hp:70,atk:80,def:50,spa:35,spd:35,spe:35},abilities:{0:"Guts",1:"No Guard",H:"Steadfast"},weightkg:19.5,evos:["Machoke"],eggGroups:["Human-Like"]},machoke:{num:67,name:"Machoke",types:["Fighting"],genderRatio:{M:.75,F:.25},baseStats:{hp:80,atk:100,def:70,spa:50,spd:60,spe:45},abilities:{0:"Guts",1:"No Guard",H:"Steadfast"},weightkg:70.5,prevo:"Machop",evoLevel:28,evos:["Machamp"],eggGroups:["Human-Like"]},machamp:{num:68,name:"Machamp",types:["Fighting"],genderRatio:{M:.75,F:.25},baseStats:{hp:90,atk:130,def:80,spa:65,spd:85,spe:55},abilities:{0:"Guts",1:"No Guard",H:"Steadfast"},weightkg:130,prevo:"Machoke",evoType:"trade",eggGroups:["Human-Like"],canGigantamax:"G-Max Chi Strike"},machampgmax:{num:68,name:"Machamp-Gmax",baseSpecies:"Machamp",forme:"Gmax",types:["Fighting"],genderRatio:{M:.75,F:.25},baseStats:{hp:90,atk:130,def:80,spa:65,spd:85,spe:55},abilities:{0:"Guts",1:"No Guard",H:"Steadfast"},weightkg:0,eggGroups:["Human-Like"],changesFrom:"Machamp"},bellsprout:{num:69,name:"Bellsprout",types:["Grass","Poison"],baseStats:{hp:50,atk:75,def:35,spa:70,spd:30,spe:40},abilities:{0:"Chlorophyll",H:"Gluttony"},weightkg:4,evos:["Weepinbell"],eggGroups:["Grass"]},weepinbell:{num:70,name:"Weepinbell",types:["Grass","Poison"],baseStats:{hp:65,atk:90,def:50,spa:85,spd:45,spe:55},abilities:{0:"Chlorophyll",H:"Gluttony"},weightkg:6.4,prevo:"Bellsprout",evoLevel:21,evos:["Victreebel"],eggGroups:["Grass"]},victreebel:{num:71,name:"Victreebel",types:["Grass","Poison"],baseStats:{hp:80,atk:105,def:65,spa:100,spd:70,spe:70},abilities:{0:"Chlorophyll",H:"Gluttony"},weightkg:15.5,prevo:"Weepinbell",evoType:"useItem",evoItem:"Leaf Stone",eggGroups:["Grass"]},tentacool:{num:72,name:"Tentacool",types:["Water","Poison"],baseStats:{hp:40,atk:40,def:35,spa:50,spd:100,spe:70},abilities:{0:"Clear Body",1:"Liquid Ooze",H:"Rain Dish"},weightkg:45.5,evos:["Tentacruel"],eggGroups:["Water 3"]},tentacruel:{num:73,name:"Tentacruel",types:["Water","Poison"],baseStats:{hp:80,atk:70,def:65,spa:80,spd:120,spe:100},abilities:{0:"Clear Body",1:"Liquid Ooze",H:"Rain Dish"},weightkg:55,prevo:"Tentacool",evoLevel:30,eggGroups:["Water 3"]},geodude:{num:74,name:"Geodude",types:["Rock","Ground"],baseStats:{hp:40,atk:80,def:100,spa:30,spd:30,spe:20},abilities:{0:"Rock Head",1:"Sturdy",H:"Sand Veil"},weightkg:20,evos:["Graveler"],eggGroups:["Mineral"],otherFormes:["Geodude-Alola"],formeOrder:["Geodude","Geodude-Alola"]},geodudealola:{num:74,name:"Geodude-Alola",baseSpecies:"Geodude",forme:"Alola",types:["Rock","Electric"],baseStats:{hp:40,atk:80,def:100,spa:30,spd:30,spe:20},abilities:{0:"Magnet Pull",1:"Sturdy",H:"Galvanize"},weightkg:20.3,evos:["Graveler-Alola"],eggGroups:["Mineral"]},graveler:{num:75,name:"Graveler",types:["Rock","Ground"],baseStats:{hp:55,atk:95,def:115,spa:45,spd:45,spe:35},abilities:{0:"Rock Head",1:"Sturdy",H:"Sand Veil"},weightkg:105,prevo:"Geodude",evoLevel:25,evos:["Golem"],eggGroups:["Mineral"],otherFormes:["Graveler-Alola"],formeOrder:["Graveler","Graveler-Alola"]},graveleralola:{num:75,name:"Graveler-Alola",baseSpecies:"Graveler",forme:"Alola",types:["Rock","Electric"],baseStats:{hp:55,atk:95,def:115,spa:45,spd:45,spe:35},abilities:{0:"Magnet Pull",1:"Sturdy",H:"Galvanize"},weightkg:110,prevo:"Geodude-Alola",evoLevel:25,evos:["Golem-Alola"],eggGroups:["Mineral"]},golem:{num:76,name:"Golem",types:["Rock","Ground"],baseStats:{hp:80,atk:120,def:130,spa:55,spd:65,spe:45},abilities:{0:"Rock Head",1:"Sturdy",H:"Sand Veil"},weightkg:300,prevo:"Graveler",evoType:"trade",eggGroups:["Mineral"],otherFormes:["Golem-Alola"],formeOrder:["Golem","Golem-Alola"]},golemalola:{num:76,name:"Golem-Alola",baseSpecies:"Golem",forme:"Alola",types:["Rock","Electric"],baseStats:{hp:80,atk:120,def:130,spa:55,spd:65,spe:45},abilities:{0:"Magnet Pull",1:"Sturdy",H:"Galvanize"},weightkg:316,prevo:"Graveler-Alola",evoType:"trade",eggGroups:["Mineral"]},ponyta:{num:77,name:"Ponyta",types:["Fire"],baseStats:{hp:50,atk:85,def:55,spa:65,spd:65,spe:90},abilities:{0:"Run Away",1:"Flash Fire",H:"Flame Body"},weightkg:30,evos:["Rapidash"],eggGroups:["Field"],otherFormes:["Ponyta-Galar"],formeOrder:["Ponyta","Ponyta-Galar"]},ponytagalar:{num:77,name:"Ponyta-Galar",baseSpecies:"Ponyta",forme:"Galar",types:["Psychic"],baseStats:{hp:50,atk:85,def:55,spa:65,spd:65,spe:90},abilities:{0:"Run Away",1:"Pastel Veil",H:"Anticipation"},weightkg:24,evos:["Rapidash-Galar"],eggGroups:["Field"]},rapidash:{num:78,name:"Rapidash",types:["Fire"],baseStats:{hp:65,atk:100,def:70,spa:80,spd:80,spe:105},abilities:{0:"Run Away",1:"Flash Fire",H:"Flame Body"},weightkg:95,prevo:"Ponyta",evoLevel:40,eggGroups:["Field"],otherFormes:["Rapidash-Galar"],formeOrder:["Rapidash","Rapidash-Galar"]},rapidashgalar:{num:78,name:"Rapidash-Galar",baseSpecies:"Rapidash",forme:"Galar",types:["Psychic","Fairy"],baseStats:{hp:65,atk:100,def:70,spa:80,spd:80,spe:105},abilities:{0:"Run Away",1:"Pastel Veil",H:"Anticipation"},weightkg:80,prevo:"Ponyta-Galar",evoLevel:40,eggGroups:["Field"]},slowpoke:{num:79,name:"Slowpoke",types:["Water","Psychic"],baseStats:{hp:90,atk:65,def:65,spa:40,spd:40,spe:15},abilities:{0:"Oblivious",1:"Own Tempo",H:"Regenerator"},weightkg:36,evos:["Slowbro","Slowking"],eggGroups:["Monster","Water 1"],otherFormes:["Slowpoke-Galar"],formeOrder:["Slowpoke","Slowpoke-Galar"]},slowpokegalar:{num:79,name:"Slowpoke-Galar",baseSpecies:"Slowpoke",forme:"Galar",types:["Psychic"],baseStats:{hp:90,atk:65,def:65,spa:40,spd:40,spe:15},abilities:{0:"Gluttony",1:"Own Tempo",H:"Regenerator"},weightkg:36,evos:["Slowbro-Galar","Slowking-Galar"],eggGroups:["Monster","Water 1"]},slowbro:{num:80,name:"Slowbro",types:["Water","Psychic"],baseStats:{hp:95,atk:75,def:110,spa:100,spd:80,spe:30},abilities:{0:"Oblivious",1:"Own Tempo",H:"Regenerator"},weightkg:78.5,prevo:"Slowpoke",evoLevel:37,eggGroups:["Monster","Water 1"],otherFormes:["Slowbro-Mega","Slowbro-Galar"],formeOrder:["Slowbro","Slowbro-Mega","Slowbro-Galar"]},slowbromega:{num:80,name:"Slowbro-Mega",baseSpecies:"Slowbro",forme:"Mega",types:["Water","Psychic"],baseStats:{hp:95,atk:75,def:180,spa:130,spd:80,spe:30},abilities:{0:"Shell Armor"},weightkg:120,eggGroups:["Monster","Water 1"],requiredItem:"Slowbronite"},slowbrogalar:{num:80,name:"Slowbro-Galar",baseSpecies:"Slowbro",forme:"Galar",types:["Poison","Psychic"],baseStats:{hp:95,atk:100,def:95,spa:100,spd:70,spe:30},abilities:{0:"Quick Draw",1:"Own Tempo",H:"Regenerator"},weightkg:70.5,prevo:"Slowpoke-Galar",evoType:"useItem",evoItem:"Galarica Cuff",eggGroups:["Monster","Water 1"]},magnemite:{num:81,name:"Magnemite",types:["Electric","Steel"],gender:"N",baseStats:{hp:25,atk:35,def:70,spa:95,spd:55,spe:45},abilities:{0:"Magnet Pull",1:"Sturdy",H:"Analytic"},weightkg:6,evos:["Magneton"],eggGroups:["Mineral"]},magneton:{num:82,name:"Magneton",types:["Electric","Steel"],gender:"N",baseStats:{hp:50,atk:60,def:95,spa:120,spd:70,spe:70},abilities:{0:"Magnet Pull",1:"Sturdy",H:"Analytic"},weightkg:60,prevo:"Magnemite",evoLevel:30,evos:["Magnezone"],eggGroups:["Mineral"]},farfetchd:{num:83,name:"Farfetch’d",types:["Normal","Flying"],baseStats:{hp:52,atk:90,def:55,spa:58,spd:62,spe:60},abilities:{0:"Keen Eye",1:"Inner Focus",H:"Defiant"},weightkg:15,eggGroups:["Flying","Field"],otherFormes:["Farfetch’d-Galar"],formeOrder:["Farfetch’d","Farfetch’d-Galar"]},farfetchdgalar:{num:83,name:"Farfetch’d-Galar",baseSpecies:"Farfetch’d",forme:"Galar",types:["Fighting"],baseStats:{hp:52,atk:95,def:55,spa:58,spd:62,spe:55},abilities:{0:"Steadfast",H:"Scrappy"},weightkg:15,evos:["Sirfetch’d"],eggGroups:["Flying","Field"]},doduo:{num:84,name:"Doduo",types:["Normal","Flying"],baseStats:{hp:35,atk:85,def:45,spa:35,spd:35,spe:75},abilities:{0:"Run Away",1:"Early Bird",H:"Tangled Feet"},weightkg:39.2,evos:["Dodrio"],eggGroups:["Flying"]},dodrio:{num:85,name:"Dodrio",types:["Normal","Flying"],baseStats:{hp:60,atk:110,def:70,spa:60,spd:60,spe:110},abilities:{0:"Run Away",1:"Early Bird",H:"Tangled Feet"},weightkg:85.2,prevo:"Doduo",evoLevel:31,eggGroups:["Flying"]},seel:{num:86,name:"Seel",types:["Water"],baseStats:{hp:65,atk:45,def:55,spa:45,spd:70,spe:45},abilities:{0:"Thick Fat",1:"Hydration",H:"Ice Body"},weightkg:90,evos:["Dewgong"],eggGroups:["Water 1","Field"]},dewgong:{num:87,name:"Dewgong",types:["Water","Ice"],baseStats:{hp:90,atk:70,def:80,spa:70,spd:95,spe:70},abilities:{0:"Thick Fat",1:"Hydration",H:"Ice Body"},weightkg:120,prevo:"Seel",evoLevel:34,eggGroups:["Water 1","Field"]},grimer:{num:88,name:"Grimer",types:["Poison"],baseStats:{hp:80,atk:80,def:50,spa:40,spd:50,spe:25},abilities:{0:"Stench",1:"Sticky Hold",H:"Poison Touch"},weightkg:30,evos:["Muk"],eggGroups:["Amorphous"],otherFormes:["Grimer-Alola"],formeOrder:["Grimer","Grimer-Alola"]},grimeralola:{num:88,name:"Grimer-Alola",baseSpecies:"Grimer",forme:"Alola",types:["Poison","Dark"],baseStats:{hp:80,atk:80,def:50,spa:40,spd:50,spe:25},abilities:{0:"Poison Touch",1:"Gluttony",H:"Power of Alchemy"},weightkg:42,evos:["Muk-Alola"],eggGroups:["Amorphous"]},muk:{num:89,name:"Muk",types:["Poison"],baseStats:{hp:105,atk:105,def:75,spa:65,spd:100,spe:50},abilities:{0:"Stench",1:"Sticky Hold",H:"Poison Touch"},weightkg:30,prevo:"Grimer",evoLevel:38,eggGroups:["Amorphous"],otherFormes:["Muk-Alola"],formeOrder:["Muk","Muk-Alola"]},mukalola:{num:89,name:"Muk-Alola",baseSpecies:"Muk",forme:"Alola",types:["Poison","Dark"],baseStats:{hp:105,atk:105,def:75,spa:65,spd:100,spe:50},abilities:{0:"Poison Touch",1:"Gluttony",H:"Power of Alchemy"},weightkg:52,prevo:"Grimer-Alola",evoLevel:38,eggGroups:["Amorphous"]},shellder:{num:90,name:"Shellder",types:["Water"],baseStats:{hp:30,atk:65,def:100,spa:45,spd:25,spe:40},abilities:{0:"Shell Armor",1:"Skill Link",H:"Overcoat"},weightkg:4,evos:["Cloyster"],eggGroups:["Water 3"]},cloyster:{num:91,name:"Cloyster",types:["Water","Ice"],baseStats:{hp:50,atk:95,def:180,spa:85,spd:45,spe:70},abilities:{0:"Shell Armor",1:"Skill Link",H:"Overcoat"},weightkg:132.5,prevo:"Shellder",evoType:"useItem",evoItem:"Water Stone",eggGroups:["Water 3"]},gastly:{num:92,name:"Gastly",types:["Ghost","Poison"],baseStats:{hp:30,atk:35,def:30,spa:100,spd:35,spe:80},abilities:{0:"Levitate"},weightkg:.1,evos:["Haunter"],eggGroups:["Amorphous"]},haunter:{num:93,name:"Haunter",types:["Ghost","Poison"],baseStats:{hp:45,atk:50,def:45,spa:115,spd:55,spe:95},abilities:{0:"Levitate"},weightkg:.1,prevo:"Gastly",evoLevel:25,evos:["Gengar"],eggGroups:["Amorphous"]},gengar:{num:94,name:"Gengar",types:["Ghost","Poison"],baseStats:{hp:60,atk:65,def:60,spa:130,spd:75,spe:110},abilities:{0:"Cursed Body"},weightkg:40.5,prevo:"Haunter",evoType:"trade",eggGroups:["Amorphous"],otherFormes:["Gengar-Mega"],formeOrder:["Gengar","Gengar-Mega"],canGigantamax:"G-Max Terror"},gengarmega:{num:94,name:"Gengar-Mega",baseSpecies:"Gengar",forme:"Mega",types:["Ghost","Poison"],baseStats:{hp:60,atk:65,def:80,spa:170,spd:95,spe:130},abilities:{0:"Shadow Tag"},weightkg:40.5,eggGroups:["Amorphous"],requiredItem:"Gengarite"},gengargmax:{num:94,name:"Gengar-Gmax",baseSpecies:"Gengar",forme:"Gmax",types:["Ghost","Poison"],baseStats:{hp:60,atk:65,def:60,spa:130,spd:75,spe:110},abilities:{0:"Cursed Body"},weightkg:0,eggGroups:["Amorphous"],changesFrom:"Gengar"},onix:{num:95,name:"Onix",types:["Rock","Ground"],baseStats:{hp:35,atk:45,def:160,spa:30,spd:45,spe:70},abilities:{0:"Rock Head",1:"Sturdy",H:"Weak Armor"},weightkg:210,evos:["Steelix"],eggGroups:["Mineral"]},drowzee:{num:96,name:"Drowzee",types:["Psychic"],baseStats:{hp:60,atk:48,def:45,spa:43,spd:90,spe:42},abilities:{0:"Insomnia",1:"Forewarn",H:"Inner Focus"},weightkg:32.4,evos:["Hypno"],eggGroups:["Human-Like"]},hypno:{num:97,name:"Hypno",types:["Psychic"],baseStats:{hp:85,atk:73,def:70,spa:73,spd:115,spe:67},abilities:{0:"Insomnia",1:"Forewarn",H:"Inner Focus"},weightkg:75.6,prevo:"Drowzee",evoLevel:26,eggGroups:["Human-Like"]},krabby:{num:98,name:"Krabby",types:["Water"],baseStats:{hp:30,atk:105,def:90,spa:25,spd:25,spe:50},abilities:{0:"Hyper Cutter",1:"Shell Armor",H:"Sheer Force"},weightkg:6.5,evos:["Kingler"],eggGroups:["Water 3"]},kingler:{num:99,name:"Kingler",types:["Water"],baseStats:{hp:55,atk:130,def:115,spa:50,spd:50,spe:75},abilities:{0:"Hyper Cutter",1:"Shell Armor",H:"Sheer Force"},weightkg:60,prevo:"Krabby",evoLevel:28,eggGroups:["Water 3"],canGigantamax:"G-Max Foam Burst"},kinglergmax:{num:99,name:"Kingler-Gmax",baseSpecies:"Kingler",forme:"Gmax",types:["Water"],baseStats:{hp:55,atk:130,def:115,spa:50,spd:50,spe:75},abilities:{0:"Hyper Cutter",1:"Shell Armor",H:"Sheer Force"},weightkg:0,eggGroups:["Water 3"],changesFrom:"Kingler"},voltorb:{num:100,name:"Voltorb",types:["Electric"],gender:"N",baseStats:{hp:40,atk:30,def:50,spa:55,spd:55,spe:100},abilities:{0:"Soundproof",1:"Static",H:"Aftermath"},weightkg:10.4,evos:["Electrode"],eggGroups:["Mineral"],otherFormes:["Voltorb-Hisui"],formeOrder:["Voltorb","Voltorb-Hisui"]},voltorbhisui:{num:100,name:"Voltorb-Hisui",baseSpecies:"Voltorb",forme:"Hisui",types:["Electric","Grass"],gender:"N",baseStats:{hp:40,atk:30,def:50,spa:55,spd:55,spe:100},abilities:{0:"Soundproof",1:"Static",H:"Aftermath"},weightkg:13,evos:["Electrode-Hisui"],eggGroups:["Mineral"]},electrode:{num:101,name:"Electrode",types:["Electric"],gender:"N",baseStats:{hp:60,atk:50,def:70,spa:80,spd:80,spe:150},abilities:{0:"Soundproof",1:"Static",H:"Aftermath"},weightkg:66.6,prevo:"Voltorb",evoLevel:30,eggGroups:["Mineral"],otherFormes:["Electrode-Hisui"],formeOrder:["Electrode","Electrode-Hisui"]},electrodehisui:{num:101,name:"Electrode-Hisui",baseSpecies:"Electrode",forme:"Hisui",types:["Electric","Grass"],gender:"N",baseStats:{hp:60,atk:50,def:70,spa:80,spd:80,spe:150},abilities:{0:"Soundproof",1:"Static",H:"Aftermath"},weightkg:71,prevo:"Voltorb-Hisui",evoType:"useItem",evoItem:"Leaf Stone",eggGroups:["Mineral"]},exeggcute:{num:102,name:"Exeggcute",types:["Grass","Psychic"],baseStats:{hp:60,atk:40,def:80,spa:60,spd:45,spe:40},abilities:{0:"Chlorophyll",H:"Harvest"},weightkg:2.5,evos:["Exeggutor","Exeggutor-Alola"],eggGroups:["Grass"]},exeggutor:{num:103,name:"Exeggutor",types:["Grass","Psychic"],baseStats:{hp:95,atk:95,def:85,spa:125,spd:75,spe:55},abilities:{0:"Chlorophyll",H:"Harvest"},weightkg:120,prevo:"Exeggcute",evoType:"useItem",evoItem:"Leaf Stone",eggGroups:["Grass"],otherFormes:["Exeggutor-Alola"],formeOrder:["Exeggutor","Exeggutor-Alola"]},exeggutoralola:{num:103,name:"Exeggutor-Alola",baseSpecies:"Exeggutor",forme:"Alola",types:["Grass","Dragon"],baseStats:{hp:95,atk:105,def:85,spa:125,spd:75,spe:45},abilities:{0:"Frisk",H:"Harvest"},weightkg:415.6,prevo:"Exeggcute",evoType:"useItem",evoItem:"Leaf Stone",evoRegion:"Alola",eggGroups:["Grass"]},cubone:{num:104,name:"Cubone",types:["Ground"],baseStats:{hp:50,atk:50,def:95,spa:40,spd:50,spe:35},abilities:{0:"Rock Head",1:"Lightning Rod",H:"Battle Armor"},weightkg:6.5,evos:["Marowak","Marowak-Alola"],eggGroups:["Monster"]},marowak:{num:105,name:"Marowak",types:["Ground"],baseStats:{hp:60,atk:80,def:110,spa:50,spd:80,spe:45},abilities:{0:"Rock Head",1:"Lightning Rod",H:"Battle Armor"},weightkg:45,prevo:"Cubone",evoLevel:28,eggGroups:["Monster"],otherFormes:["Marowak-Alola","Marowak-Alola-Totem"],formeOrder:["Marowak","Marowak-Alola","Marowak-Alola-Totem"]},marowakalola:{num:105,name:"Marowak-Alola",baseSpecies:"Marowak",forme:"Alola",types:["Fire","Ghost"],baseStats:{hp:60,atk:80,def:110,spa:50,spd:80,spe:45},abilities:{0:"Cursed Body",1:"Lightning Rod",H:"Rock Head"},weightkg:34,prevo:"Cubone",evoLevel:28,evoCondition:"at night",evoRegion:"Alola",eggGroups:["Monster"]},marowakalolatotem:{num:105,name:"Marowak-Alola-Totem",baseSpecies:"Marowak",forme:"Alola-Totem",types:["Fire","Ghost"],baseStats:{hp:60,atk:80,def:110,spa:50,spd:80,spe:45},abilities:{0:"Rock Head"},weightkg:98,eggGroups:["Monster"]},hitmonlee:{num:106,name:"Hitmonlee",types:["Fighting"],gender:"M",baseStats:{hp:50,atk:120,def:53,spa:35,spd:110,spe:87},abilities:{0:"Limber",1:"Reckless",H:"Unburden"},weightkg:49.8,prevo:"Tyrogue",evoLevel:20,evoCondition:"with an Atk stat > its Def stat",eggGroups:["Human-Like"]},hitmonchan:{num:107,name:"Hitmonchan",types:["Fighting"],gender:"M",baseStats:{hp:50,atk:105,def:79,spa:35,spd:110,spe:76},abilities:{0:"Keen Eye",1:"Iron Fist",H:"Inner Focus"},weightkg:50.2,prevo:"Tyrogue",evoLevel:20,evoCondition:"with an Atk stat < its Def stat",eggGroups:["Human-Like"]},lickitung:{num:108,name:"Lickitung",types:["Normal"],baseStats:{hp:90,atk:55,def:75,spa:60,spd:75,spe:30},abilities:{0:"Own Tempo",1:"Oblivious",H:"Cloud Nine"},weightkg:65.5,evos:["Lickilicky"],eggGroups:["Monster"]},koffing:{num:109,name:"Koffing",types:["Poison"],baseStats:{hp:40,atk:65,def:95,spa:60,spd:45,spe:35},abilities:{0:"Levitate",1:"Neutralizing Gas",H:"Stench"},weightkg:1,evos:["Weezing","Weezing-Galar"],eggGroups:["Amorphous"]},weezing:{num:110,name:"Weezing",types:["Poison"],baseStats:{hp:65,atk:90,def:120,spa:85,spd:70,spe:60},abilities:{0:"Levitate",1:"Neutralizing Gas",H:"Stench"},weightkg:9.5,prevo:"Koffing",evoLevel:35,eggGroups:["Amorphous"],otherFormes:["Weezing-Galar"],formeOrder:["Weezing","Weezing-Galar"]},weezinggalar:{num:110,name:"Weezing-Galar",baseSpecies:"Weezing",forme:"Galar",types:["Poison","Fairy"],baseStats:{hp:65,atk:90,def:120,spa:85,spd:70,spe:60},abilities:{0:"Levitate",1:"Neutralizing Gas",H:"Misty Surge"},weightkg:16,prevo:"Koffing",evoLevel:35,evoRegion:"Galar",eggGroups:["Amorphous"]},rhyhorn:{num:111,name:"Rhyhorn",types:["Ground","Rock"],baseStats:{hp:80,atk:85,def:95,spa:30,spd:30,spe:25},abilities:{0:"Lightning Rod",1:"Rock Head",H:"Reckless"},weightkg:115,evos:["Rhydon"],eggGroups:["Monster","Field"]},rhydon:{num:112,name:"Rhydon",types:["Ground","Rock"],baseStats:{hp:105,atk:130,def:120,spa:45,spd:45,spe:40},abilities:{0:"Lightning Rod",1:"Rock Head",H:"Reckless"},weightkg:120,prevo:"Rhyhorn",evoLevel:42,evos:["Rhyperior"],eggGroups:["Monster","Field"]},chansey:{num:113,name:"Chansey",types:["Normal"],gender:"F",baseStats:{hp:250,atk:5,def:5,spa:35,spd:105,spe:50},abilities:{0:"Natural Cure",1:"Serene Grace",H:"Healer"},weightkg:34.6,prevo:"Happiny",evoType:"levelHold",evoItem:"Oval Stone",evoCondition:"during the day",evos:["Blissey"],eggGroups:["Fairy"],canHatch:!0},tangela:{num:114,name:"Tangela",types:["Grass"],baseStats:{hp:65,atk:55,def:115,spa:100,spd:40,spe:60},abilities:{0:"Chlorophyll",1:"Leaf Guard",H:"Regenerator"},weightkg:35,evos:["Tangrowth"],eggGroups:["Grass"]},kangaskhan:{num:115,name:"Kangaskhan",types:["Normal"],gender:"F",baseStats:{hp:105,atk:95,def:80,spa:40,spd:80,spe:90},abilities:{0:"Early Bird",1:"Scrappy",H:"Inner Focus"},weightkg:80,eggGroups:["Monster"],otherFormes:["Kangaskhan-Mega"],formeOrder:["Kangaskhan","Kangaskhan-Mega"]},kangaskhanmega:{num:115,name:"Kangaskhan-Mega",baseSpecies:"Kangaskhan",forme:"Mega",types:["Normal"],gender:"F",baseStats:{hp:105,atk:125,def:100,spa:60,spd:100,spe:100},abilities:{0:"Parental Bond"},weightkg:100,eggGroups:["Monster"],requiredItem:"Kangaskhanite"},horsea:{num:116,name:"Horsea",types:["Water"],baseStats:{hp:30,atk:40,def:70,spa:70,spd:25,spe:60},abilities:{0:"Swift Swim",1:"Sniper",H:"Damp"},weightkg:8,evos:["Seadra"],eggGroups:["Water 1","Dragon"]},seadra:{num:117,name:"Seadra",types:["Water"],baseStats:{hp:55,atk:65,def:95,spa:95,spd:45,spe:85},abilities:{0:"Poison Point",1:"Sniper",H:"Damp"},weightkg:25,prevo:"Horsea",evoLevel:32,evos:["Kingdra"],eggGroups:["Water 1","Dragon"]},goldeen:{num:118,name:"Goldeen",types:["Water"],baseStats:{hp:45,atk:67,def:60,spa:35,spd:50,spe:63},abilities:{0:"Swift Swim",1:"Water Veil",H:"Lightning Rod"},weightkg:15,evos:["Seaking"],eggGroups:["Water 2"]},seaking:{num:119,name:"Seaking",types:["Water"],baseStats:{hp:80,atk:92,def:65,spa:65,spd:80,spe:68},abilities:{0:"Swift Swim",1:"Water Veil",H:"Lightning Rod"},weightkg:39,prevo:"Goldeen",evoLevel:33,eggGroups:["Water 2"]},staryu:{num:120,name:"Staryu",types:["Water"],gender:"N",baseStats:{hp:30,atk:45,def:55,spa:70,spd:55,spe:85},abilities:{0:"Illuminate",1:"Natural Cure",H:"Analytic"},weightkg:34.5,evos:["Starmie"],eggGroups:["Water 3"]},starmie:{num:121,name:"Starmie",types:["Water","Psychic"],gender:"N",baseStats:{hp:60,atk:75,def:85,spa:100,spd:85,spe:115},abilities:{0:"Illuminate",1:"Natural Cure",H:"Analytic"},weightkg:80,prevo:"Staryu",evoType:"useItem",evoItem:"Water Stone",eggGroups:["Water 3"]},mrmime:{num:122,name:"Mr. Mime",types:["Psychic","Fairy"],baseStats:{hp:40,atk:45,def:65,spa:100,spd:120,spe:90},abilities:{0:"Soundproof",1:"Filter",H:"Technician"},weightkg:54.5,prevo:"Mime Jr.",evoType:"levelMove",evoMove:"Mimic",eggGroups:["Human-Like"],canHatch:!0,otherFormes:["Mr. Mime-Galar"],formeOrder:["Mr. Mime","Mr. Mime-Galar"]},mrmimegalar:{num:122,name:"Mr. Mime-Galar",baseSpecies:"Mr. Mime",forme:"Galar",types:["Ice","Psychic"],baseStats:{hp:50,atk:65,def:65,spa:90,spd:90,spe:100},abilities:{0:"Vital Spirit",1:"Screen Cleaner",H:"Ice Body"},weightkg:56.8,prevo:"Mime Jr.",evoType:"levelMove",evoMove:"Mimic",evoRegion:"Galar",evos:["Mr. Rime"],eggGroups:["Human-Like"],canHatch:!0},scyther:{num:123,name:"Scyther",types:["Bug","Flying"],baseStats:{hp:70,atk:110,def:80,spa:55,spd:80,spe:105},abilities:{0:"Swarm",1:"Technician",H:"Steadfast"},weightkg:56,evos:["Scizor","Kleavor"],eggGroups:["Bug"]},jynx:{num:124,name:"Jynx",types:["Ice","Psychic"],gender:"F",baseStats:{hp:65,atk:50,def:35,spa:115,spd:95,spe:95},abilities:{0:"Oblivious",1:"Forewarn",H:"Dry Skin"},weightkg:40.6,prevo:"Smoochum",evoLevel:30,eggGroups:["Human-Like"]},electabuzz:{num:125,name:"Electabuzz",types:["Electric"],genderRatio:{M:.75,F:.25},baseStats:{hp:65,atk:83,def:57,spa:95,spd:85,spe:105},abilities:{0:"Static",H:"Vital Spirit"},weightkg:30,prevo:"Elekid",evoLevel:30,evos:["Electivire"],eggGroups:["Human-Like"]},magmar:{num:126,name:"Magmar",types:["Fire"],genderRatio:{M:.75,F:.25},baseStats:{hp:65,atk:95,def:57,spa:100,spd:85,spe:93},abilities:{0:"Flame Body",H:"Vital Spirit"},weightkg:44.5,prevo:"Magby",evoLevel:30,evos:["Magmortar"],eggGroups:["Human-Like"]},pinsir:{num:127,name:"Pinsir",types:["Bug"],baseStats:{hp:65,atk:125,def:100,spa:55,spd:70,spe:85},abilities:{0:"Hyper Cutter",1:"Mold Breaker",H:"Moxie"},weightkg:55,eggGroups:["Bug"],otherFormes:["Pinsir-Mega"],formeOrder:["Pinsir","Pinsir-Mega"]},pinsirmega:{num:127,name:"Pinsir-Mega",baseSpecies:"Pinsir",forme:"Mega",types:["Bug","Flying"],baseStats:{hp:65,atk:155,def:120,spa:65,spd:90,spe:105},abilities:{0:"Aerilate"},weightkg:59,eggGroups:["Bug"],requiredItem:"Pinsirite"},tauros:{num:128,name:"Tauros",types:["Normal"],gender:"M",baseStats:{hp:75,atk:100,def:95,spa:40,spd:70,spe:110},abilities:{0:"Intimidate",1:"Anger Point",H:"Sheer Force"},weightkg:88.4,eggGroups:["Field"]},magikarp:{num:129,name:"Magikarp",types:["Water"],baseStats:{hp:20,atk:10,def:55,spa:15,spd:20,spe:80},abilities:{0:"Swift Swim",H:"Rattled"},weightkg:10,evos:["Gyarados"],eggGroups:["Water 2","Dragon"]},gyarados:{num:130,name:"Gyarados",types:["Water","Flying"],baseStats:{hp:95,atk:125,def:79,spa:60,spd:100,spe:81},abilities:{0:"Intimidate",H:"Moxie"},weightkg:235,prevo:"Magikarp",evoLevel:20,eggGroups:["Water 2","Dragon"],otherFormes:["Gyarados-Mega"],formeOrder:["Gyarados","Gyarados-Mega"]},gyaradosmega:{num:130,name:"Gyarados-Mega",baseSpecies:"Gyarados",forme:"Mega",types:["Water","Dark"],baseStats:{hp:95,atk:155,def:109,spa:70,spd:130,spe:81},abilities:{0:"Mold Breaker"},weightkg:305,eggGroups:["Water 2","Dragon"],requiredItem:"Gyaradosite"},lapras:{num:131,name:"Lapras",types:["Water","Ice"],baseStats:{hp:130,atk:85,def:80,spa:85,spd:95,spe:60},abilities:{0:"Water Absorb",1:"Shell Armor",H:"Hydration"},weightkg:220,eggGroups:["Monster","Water 1"],canGigantamax:"G-Max Resonance"},laprasgmax:{num:131,name:"Lapras-Gmax",baseSpecies:"Lapras",forme:"Gmax",types:["Water","Ice"],baseStats:{hp:130,atk:85,def:80,spa:85,spd:95,spe:60},abilities:{0:"Water Absorb",1:"Shell Armor",H:"Hydration"},weightkg:0,eggGroups:["Monster","Water 1"],changesFrom:"Lapras"},ditto:{num:132,name:"Ditto",types:["Normal"],gender:"N",baseStats:{hp:48,atk:48,def:48,spa:48,spd:48,spe:48},abilities:{0:"Limber",H:"Imposter"},weightkg:4,eggGroups:["Ditto"]},eevee:{num:133,name:"Eevee",types:["Normal"],genderRatio:{M:.875,F:.125},baseStats:{hp:55,atk:55,def:50,spa:45,spd:65,spe:55},abilities:{0:"Run Away",1:"Adaptability",H:"Anticipation"},weightkg:6.5,evos:["Vaporeon","Jolteon","Flareon","Espeon","Umbreon","Leafeon","Glaceon","Sylveon"],eggGroups:["Field"],otherFormes:["Eevee-Starter"],formeOrder:["Eevee","Eevee-Starter"],canGigantamax:"G-Max Cuddle"},eeveestarter:{num:133,name:"Eevee-Starter",baseSpecies:"Eevee",forme:"Starter",types:["Normal"],genderRatio:{M:.875,F:.125},baseStats:{hp:65,atk:75,def:70,spa:65,spd:85,spe:75},abilities:{0:"Run Away",1:"Adaptability",H:"Anticipation"},weightkg:6.5,eggGroups:["Undiscovered"]},eeveegmax:{num:133,name:"Eevee-Gmax",baseSpecies:"Eevee",forme:"Gmax",types:["Normal"],genderRatio:{M:.875,F:.125},baseStats:{hp:55,atk:55,def:50,spa:45,spd:65,spe:55},abilities:{0:"Run Away",1:"Adaptability",H:"Anticipation"},weightkg:0,eggGroups:["Field"],changesFrom:"Eevee"},vaporeon:{num:134,name:"Vaporeon",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:130,atk:65,def:60,spa:110,spd:95,spe:65},abilities:{0:"Water Absorb",H:"Hydration"},weightkg:29,prevo:"Eevee",evoType:"useItem",evoItem:"Water Stone",eggGroups:["Field"]},jolteon:{num:135,name:"Jolteon",types:["Electric"],genderRatio:{M:.875,F:.125},baseStats:{hp:65,atk:65,def:60,spa:110,spd:95,spe:130},abilities:{0:"Volt Absorb",H:"Quick Feet"},weightkg:24.5,prevo:"Eevee",evoType:"useItem",evoItem:"Thunder Stone",eggGroups:["Field"]},flareon:{num:136,name:"Flareon",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:65,atk:130,def:60,spa:95,spd:110,spe:65},abilities:{0:"Flash Fire",H:"Guts"},weightkg:25,prevo:"Eevee",evoType:"useItem",evoItem:"Fire Stone",eggGroups:["Field"]},porygon:{num:137,name:"Porygon",types:["Normal"],gender:"N",baseStats:{hp:65,atk:60,def:70,spa:85,spd:75,spe:40},abilities:{0:"Trace",1:"Download",H:"Analytic"},weightkg:36.5,evos:["Porygon2"],eggGroups:["Mineral"]},omanyte:{num:138,name:"Omanyte",types:["Rock","Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:35,atk:40,def:100,spa:90,spd:55,spe:35},abilities:{0:"Swift Swim",1:"Shell Armor",H:"Weak Armor"},weightkg:7.5,evos:["Omastar"],eggGroups:["Water 1","Water 3"]},omastar:{num:139,name:"Omastar",types:["Rock","Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:70,atk:60,def:125,spa:115,spd:70,spe:55},abilities:{0:"Swift Swim",1:"Shell Armor",H:"Weak Armor"},weightkg:35,prevo:"Omanyte",evoLevel:40,eggGroups:["Water 1","Water 3"]},kabuto:{num:140,name:"Kabuto",types:["Rock","Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:30,atk:80,def:90,spa:55,spd:45,spe:55},abilities:{0:"Swift Swim",1:"Battle Armor",H:"Weak Armor"},weightkg:11.5,evos:["Kabutops"],eggGroups:["Water 1","Water 3"]},kabutops:{num:141,name:"Kabutops",types:["Rock","Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:60,atk:115,def:105,spa:65,spd:70,spe:80},abilities:{0:"Swift Swim",1:"Battle Armor",H:"Weak Armor"},weightkg:40.5,prevo:"Kabuto",evoLevel:40,eggGroups:["Water 1","Water 3"]},aerodactyl:{num:142,name:"Aerodactyl",types:["Rock","Flying"],genderRatio:{M:.875,F:.125},baseStats:{hp:80,atk:105,def:65,spa:60,spd:75,spe:130},abilities:{0:"Rock Head",1:"Pressure",H:"Unnerve"},weightkg:59,eggGroups:["Flying"],otherFormes:["Aerodactyl-Mega"],formeOrder:["Aerodactyl","Aerodactyl-Mega"]},aerodactylmega:{num:142,name:"Aerodactyl-Mega",baseSpecies:"Aerodactyl",forme:"Mega",types:["Rock","Flying"],genderRatio:{M:.875,F:.125},baseStats:{hp:80,atk:135,def:85,spa:70,spd:95,spe:150},abilities:{0:"Tough Claws"},weightkg:79,eggGroups:["Flying"],requiredItem:"Aerodactylite"},snorlax:{num:143,name:"Snorlax",types:["Normal"],genderRatio:{M:.875,F:.125},baseStats:{hp:160,atk:110,def:65,spa:65,spd:110,spe:30},abilities:{0:"Immunity",1:"Thick Fat",H:"Gluttony"},weightkg:460,prevo:"Munchlax",evoType:"levelFriendship",eggGroups:["Monster"],canHatch:!0,canGigantamax:"G-Max Replenish"},snorlaxgmax:{num:143,name:"Snorlax-Gmax",baseSpecies:"Snorlax",forme:"Gmax",types:["Normal"],genderRatio:{M:.875,F:.125},baseStats:{hp:160,atk:110,def:65,spa:65,spd:110,spe:30},abilities:{0:"Immunity",1:"Thick Fat",H:"Gluttony"},weightkg:0,eggGroups:["Monster"],changesFrom:"Snorlax"},articuno:{num:144,name:"Articuno",types:["Ice","Flying"],gender:"N",baseStats:{hp:90,atk:85,def:100,spa:95,spd:125,spe:85},abilities:{0:"Pressure",H:"Snow Cloak"},weightkg:55.4,tags:["Sub-Legendary"],eggGroups:["Undiscovered"],otherFormes:["Articuno-Galar"],formeOrder:["Articuno","Articuno-Galar"]},articunogalar:{num:144,name:"Articuno-Galar",baseSpecies:"Articuno",forme:"Galar",types:["Psychic","Flying"],gender:"N",baseStats:{hp:90,atk:85,def:85,spa:125,spd:100,spe:95},abilities:{0:"Competitive"},weightkg:50.9,eggGroups:["Undiscovered"]},zapdos:{num:145,name:"Zapdos",types:["Electric","Flying"],gender:"N",baseStats:{hp:90,atk:90,def:85,spa:125,spd:90,spe:100},abilities:{0:"Pressure",H:"Static"},weightkg:52.6,tags:["Sub-Legendary"],eggGroups:["Undiscovered"],otherFormes:["Zapdos-Galar"],formeOrder:["Zapdos","Zapdos-Galar"]},zapdosgalar:{num:145,name:"Zapdos-Galar",baseSpecies:"Zapdos",forme:"Galar",types:["Fighting","Flying"],gender:"N",baseStats:{hp:90,atk:125,def:90,spa:85,spd:90,spe:100},abilities:{0:"Defiant"},weightkg:58.2,eggGroups:["Undiscovered"]},moltres:{num:146,name:"Moltres",types:["Fire","Flying"],gender:"N",baseStats:{hp:90,atk:100,def:90,spa:125,spd:85,spe:90},abilities:{0:"Pressure",H:"Flame Body"},weightkg:60,tags:["Sub-Legendary"],eggGroups:["Undiscovered"],otherFormes:["Moltres-Galar"],formeOrder:["Moltres","Moltres-Galar"]},moltresgalar:{num:146,name:"Moltres-Galar",baseSpecies:"Moltres",forme:"Galar",types:["Dark","Flying"],gender:"N",baseStats:{hp:90,atk:85,def:90,spa:100,spd:125,spe:90},abilities:{0:"Berserk"},weightkg:66,eggGroups:["Undiscovered"]},dratini:{num:147,name:"Dratini",types:["Dragon"],baseStats:{hp:41,atk:64,def:45,spa:50,spd:50,spe:50},abilities:{0:"Shed Skin",H:"Marvel Scale"},weightkg:3.3,evos:["Dragonair"],eggGroups:["Water 1","Dragon"]},dragonair:{num:148,name:"Dragonair",types:["Dragon"],baseStats:{hp:61,atk:84,def:65,spa:70,spd:70,spe:70},abilities:{0:"Shed Skin",H:"Marvel Scale"},weightkg:16.5,prevo:"Dratini",evoLevel:30,evos:["Dragonite"],eggGroups:["Water 1","Dragon"]},dragonite:{num:149,name:"Dragonite",types:["Dragon","Flying"],baseStats:{hp:91,atk:134,def:95,spa:100,spd:100,spe:80},abilities:{0:"Inner Focus",H:"Multiscale"},weightkg:210,prevo:"Dragonair",evoLevel:55,eggGroups:["Water 1","Dragon"]},mewtwo:{num:150,name:"Mewtwo",types:["Psychic"],gender:"N",baseStats:{hp:106,atk:110,def:90,spa:154,spd:90,spe:130},abilities:{0:"Pressure",H:"Unnerve"},weightkg:122,eggGroups:["Undiscovered"],tags:["Restricted Legendary"],otherFormes:["Mewtwo-Mega-X","Mewtwo-Mega-Y"],formeOrder:["Mewtwo","Mewtwo-Mega-X","Mewtwo-Mega-Y"]},mewtwomegax:{num:150,name:"Mewtwo-Mega-X",baseSpecies:"Mewtwo",forme:"Mega-X",types:["Psychic","Fighting"],gender:"N",baseStats:{hp:106,atk:190,def:100,spa:154,spd:100,spe:130},abilities:{0:"Steadfast"},weightkg:127,eggGroups:["Undiscovered"],requiredItem:"Mewtwonite X"},mewtwomegay:{num:150,name:"Mewtwo-Mega-Y",baseSpecies:"Mewtwo",forme:"Mega-Y",types:["Psychic"],gender:"N",baseStats:{hp:106,atk:150,def:70,spa:194,spd:120,spe:140},abilities:{0:"Insomnia"},weightkg:33,eggGroups:["Undiscovered"],requiredItem:"Mewtwonite Y"},mew:{num:151,name:"Mew",types:["Psychic"],gender:"N",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Synchronize"},weightkg:4,tags:["Mythical"],eggGroups:["Undiscovered"]},chikorita:{num:152,name:"Chikorita",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:45,atk:49,def:65,spa:49,spd:65,spe:45},abilities:{0:"Overgrow",H:"Leaf Guard"},weightkg:6.4,evos:["Bayleef"],eggGroups:["Monster","Grass"]},bayleef:{num:153,name:"Bayleef",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:60,atk:62,def:80,spa:63,spd:80,spe:60},abilities:{0:"Overgrow",H:"Leaf Guard"},weightkg:15.8,prevo:"Chikorita",evoLevel:16,evos:["Meganium"],eggGroups:["Monster","Grass"]},meganium:{num:154,name:"Meganium",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:80,atk:82,def:100,spa:83,spd:100,spe:80},abilities:{0:"Overgrow",H:"Leaf Guard"},weightkg:100.5,prevo:"Bayleef",evoLevel:32,eggGroups:["Monster","Grass"]},cyndaquil:{num:155,name:"Cyndaquil",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:39,atk:52,def:43,spa:60,spd:50,spe:65},abilities:{0:"Blaze",H:"Flash Fire"},weightkg:7.9,evos:["Quilava"],eggGroups:["Field"]},quilava:{num:156,name:"Quilava",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:58,atk:64,def:58,spa:80,spd:65,spe:80},abilities:{0:"Blaze",H:"Flash Fire"},weightkg:19,prevo:"Cyndaquil",evoLevel:14,evos:["Typhlosion","Typhlosion-Hisui"],eggGroups:["Field"]},typhlosion:{num:157,name:"Typhlosion",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:78,atk:84,def:78,spa:109,spd:85,spe:100},abilities:{0:"Blaze",H:"Flash Fire"},weightkg:79.5,prevo:"Quilava",evoLevel:36,eggGroups:["Field"],otherFormes:["Typhlosion-Hisui"],formeOrder:["Typhlosion","Typhlosion-Hisui"]},typhlosionhisui:{num:157,name:"Typhlosion-Hisui",baseSpecies:"Typhlosion",forme:"Hisui",types:["Fire","Ghost"],genderRatio:{M:.875,F:.125},baseStats:{hp:73,atk:84,def:78,spa:119,spd:85,spe:95},abilities:{0:"Blaze",H:"Flash Fire"},weightkg:69.8,prevo:"Quilava",evoLevel:36,eggGroups:["Field"]},totodile:{num:158,name:"Totodile",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:50,atk:65,def:64,spa:44,spd:48,spe:43},abilities:{0:"Torrent",H:"Sheer Force"},weightkg:9.5,evos:["Croconaw"],eggGroups:["Monster","Water 1"]},croconaw:{num:159,name:"Croconaw",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:65,atk:80,def:80,spa:59,spd:63,spe:58},abilities:{0:"Torrent",H:"Sheer Force"},weightkg:25,prevo:"Totodile",evoLevel:18,evos:["Feraligatr"],eggGroups:["Monster","Water 1"]},feraligatr:{num:160,name:"Feraligatr",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:85,atk:105,def:100,spa:79,spd:83,spe:78},abilities:{0:"Torrent",H:"Sheer Force"},weightkg:88.8,prevo:"Croconaw",evoLevel:30,eggGroups:["Monster","Water 1"]},sentret:{num:161,name:"Sentret",types:["Normal"],baseStats:{hp:35,atk:46,def:34,spa:35,spd:45,spe:20},abilities:{0:"Run Away",1:"Keen Eye",H:"Frisk"},weightkg:6,evos:["Furret"],eggGroups:["Field"]},furret:{num:162,name:"Furret",types:["Normal"],baseStats:{hp:85,atk:76,def:64,spa:45,spd:55,spe:90},abilities:{0:"Run Away",1:"Keen Eye",H:"Frisk"},weightkg:32.5,prevo:"Sentret",evoLevel:15,eggGroups:["Field"]},hoothoot:{num:163,name:"Hoothoot",types:["Normal","Flying"],baseStats:{hp:60,atk:30,def:30,spa:36,spd:56,spe:50},abilities:{0:"Insomnia",1:"Keen Eye",H:"Tinted Lens"},weightkg:21.2,evos:["Noctowl"],eggGroups:["Flying"]},noctowl:{num:164,name:"Noctowl",types:["Normal","Flying"],baseStats:{hp:100,atk:50,def:50,spa:86,spd:96,spe:70},abilities:{0:"Insomnia",1:"Keen Eye",H:"Tinted Lens"},weightkg:40.8,prevo:"Hoothoot",evoLevel:20,eggGroups:["Flying"]},ledyba:{num:165,name:"Ledyba",types:["Bug","Flying"],baseStats:{hp:40,atk:20,def:30,spa:40,spd:80,spe:55},abilities:{0:"Swarm",1:"Early Bird",H:"Rattled"},weightkg:10.8,evos:["Ledian"],eggGroups:["Bug"]},ledian:{num:166,name:"Ledian",types:["Bug","Flying"],baseStats:{hp:55,atk:35,def:50,spa:55,spd:110,spe:85},abilities:{0:"Swarm",1:"Early Bird",H:"Iron Fist"},weightkg:35.6,prevo:"Ledyba",evoLevel:18,eggGroups:["Bug"]},spinarak:{num:167,name:"Spinarak",types:["Bug","Poison"],baseStats:{hp:40,atk:60,def:40,spa:40,spd:40,spe:30},abilities:{0:"Swarm",1:"Insomnia",H:"Sniper"},weightkg:8.5,evos:["Ariados"],eggGroups:["Bug"]},ariados:{num:168,name:"Ariados",types:["Bug","Poison"],baseStats:{hp:70,atk:90,def:70,spa:60,spd:70,spe:40},abilities:{0:"Swarm",1:"Insomnia",H:"Sniper"},weightkg:33.5,prevo:"Spinarak",evoLevel:22,eggGroups:["Bug"]},crobat:{num:169,name:"Crobat",types:["Poison","Flying"],baseStats:{hp:85,atk:90,def:80,spa:70,spd:80,spe:130},abilities:{0:"Inner Focus",H:"Infiltrator"},weightkg:75,prevo:"Golbat",evoType:"levelFriendship",eggGroups:["Flying"]},chinchou:{num:170,name:"Chinchou",types:["Water","Electric"],baseStats:{hp:75,atk:38,def:38,spa:56,spd:56,spe:67},abilities:{0:"Volt Absorb",1:"Illuminate",H:"Water Absorb"},weightkg:12,evos:["Lanturn"],eggGroups:["Water 2"]},lanturn:{num:171,name:"Lanturn",types:["Water","Electric"],baseStats:{hp:125,atk:58,def:58,spa:76,spd:76,spe:67},abilities:{0:"Volt Absorb",1:"Illuminate",H:"Water Absorb"},weightkg:22.5,prevo:"Chinchou",evoLevel:27,eggGroups:["Water 2"]},pichu:{num:172,name:"Pichu",types:["Electric"],baseStats:{hp:20,atk:40,def:15,spa:35,spd:35,spe:60},abilities:{0:"Static",H:"Lightning Rod"},weightkg:2,evos:["Pikachu"],eggGroups:["Undiscovered"],canHatch:!0,otherFormes:["Pichu-Spiky-eared"],formeOrder:["Pichu","Pichu-Spiky-eared"]},pichuspikyeared:{num:172,name:"Pichu-Spiky-eared",baseSpecies:"Pichu",forme:"Spiky-eared",types:["Electric"],baseStats:{hp:20,atk:40,def:15,spa:35,spd:35,spe:60},abilities:{0:"Static"},weightkg:2,eggGroups:["Undiscovered"],gen:4},cleffa:{num:173,name:"Cleffa",types:["Fairy"],genderRatio:{M:.25,F:.75},baseStats:{hp:50,atk:25,def:28,spa:45,spd:55,spe:15},abilities:{0:"Cute Charm",1:"Magic Guard",H:"Friend Guard"},weightkg:3,evos:["Clefairy"],eggGroups:["Undiscovered"],canHatch:!0},igglybuff:{num:174,name:"Igglybuff",types:["Normal","Fairy"],genderRatio:{M:.25,F:.75},baseStats:{hp:90,atk:30,def:15,spa:40,spd:20,spe:15},abilities:{0:"Cute Charm",1:"Competitive",H:"Friend Guard"},weightkg:1,evos:["Jigglypuff"],eggGroups:["Undiscovered"],canHatch:!0},togepi:{num:175,name:"Togepi",types:["Fairy"],genderRatio:{M:.875,F:.125},baseStats:{hp:35,atk:20,def:65,spa:40,spd:65,spe:20},abilities:{0:"Hustle",1:"Serene Grace",H:"Super Luck"},weightkg:1.5,evos:["Togetic"],eggGroups:["Undiscovered"],canHatch:!0},togetic:{num:176,name:"Togetic",types:["Fairy","Flying"],genderRatio:{M:.875,F:.125},baseStats:{hp:55,atk:40,def:85,spa:80,spd:105,spe:40},abilities:{0:"Hustle",1:"Serene Grace",H:"Super Luck"},weightkg:3.2,prevo:"Togepi",evoType:"levelFriendship",evos:["Togekiss"],eggGroups:["Flying","Fairy"]},natu:{num:177,name:"Natu",types:["Psychic","Flying"],baseStats:{hp:40,atk:50,def:45,spa:70,spd:45,spe:70},abilities:{0:"Synchronize",1:"Early Bird",H:"Magic Bounce"},weightkg:2,evos:["Xatu"],eggGroups:["Flying"]},xatu:{num:178,name:"Xatu",types:["Psychic","Flying"],baseStats:{hp:65,atk:75,def:70,spa:95,spd:70,spe:95},abilities:{0:"Synchronize",1:"Early Bird",H:"Magic Bounce"},weightkg:15,prevo:"Natu",evoLevel:25,eggGroups:["Flying"]},mareep:{num:179,name:"Mareep",types:["Electric"],baseStats:{hp:55,atk:40,def:40,spa:65,spd:45,spe:35},abilities:{0:"Static",H:"Plus"},weightkg:7.8,evos:["Flaaffy"],eggGroups:["Monster","Field"]},flaaffy:{num:180,name:"Flaaffy",types:["Electric"],baseStats:{hp:70,atk:55,def:55,spa:80,spd:60,spe:45},abilities:{0:"Static",H:"Plus"},weightkg:13.3,prevo:"Mareep",evoLevel:15,evos:["Ampharos"],eggGroups:["Monster","Field"]},ampharos:{num:181,name:"Ampharos",types:["Electric"],baseStats:{hp:90,atk:75,def:85,spa:115,spd:90,spe:55},abilities:{0:"Static",H:"Plus"},weightkg:61.5,prevo:"Flaaffy",evoLevel:30,eggGroups:["Monster","Field"],otherFormes:["Ampharos-Mega"],formeOrder:["Ampharos","Ampharos-Mega"]},ampharosmega:{num:181,name:"Ampharos-Mega",baseSpecies:"Ampharos",forme:"Mega",types:["Electric","Dragon"],baseStats:{hp:90,atk:95,def:105,spa:165,spd:110,spe:45},abilities:{0:"Mold Breaker"},weightkg:61.5,eggGroups:["Monster","Field"],requiredItem:"Ampharosite"},bellossom:{num:182,name:"Bellossom",types:["Grass"],baseStats:{hp:75,atk:80,def:95,spa:90,spd:100,spe:50},abilities:{0:"Chlorophyll",H:"Healer"},weightkg:5.8,prevo:"Gloom",evoType:"useItem",evoItem:"Sun Stone",eggGroups:["Grass"]},marill:{num:183,name:"Marill",types:["Water","Fairy"],baseStats:{hp:70,atk:20,def:50,spa:20,spd:50,spe:40},abilities:{0:"Thick Fat",1:"Huge Power",H:"Sap Sipper"},weightkg:8.5,prevo:"Azurill",evoType:"levelFriendship",evos:["Azumarill"],eggGroups:["Water 1","Fairy"],canHatch:!0},azumarill:{num:184,name:"Azumarill",types:["Water","Fairy"],baseStats:{hp:100,atk:50,def:80,spa:60,spd:80,spe:50},abilities:{0:"Thick Fat",1:"Huge Power",H:"Sap Sipper"},weightkg:28.5,prevo:"Marill",evoLevel:18,eggGroups:["Water 1","Fairy"]},sudowoodo:{num:185,name:"Sudowoodo",types:["Rock"],baseStats:{hp:70,atk:100,def:115,spa:30,spd:65,spe:30},abilities:{0:"Sturdy",1:"Rock Head",H:"Rattled"},weightkg:38,prevo:"Bonsly",evoType:"levelMove",evoMove:"Mimic",eggGroups:["Mineral"],canHatch:!0},politoed:{num:186,name:"Politoed",types:["Water"],baseStats:{hp:90,atk:75,def:75,spa:90,spd:100,spe:70},abilities:{0:"Water Absorb",1:"Damp",H:"Drizzle"},weightkg:33.9,prevo:"Poliwhirl",evoType:"trade",evoItem:"King's Rock",eggGroups:["Water 1"]},hoppip:{num:187,name:"Hoppip",types:["Grass","Flying"],baseStats:{hp:35,atk:35,def:40,spa:35,spd:55,spe:50},abilities:{0:"Chlorophyll",1:"Leaf Guard",H:"Infiltrator"},weightkg:.5,evos:["Skiploom"],eggGroups:["Fairy","Grass"]},skiploom:{num:188,name:"Skiploom",types:["Grass","Flying"],baseStats:{hp:55,atk:45,def:50,spa:45,spd:65,spe:80},abilities:{0:"Chlorophyll",1:"Leaf Guard",H:"Infiltrator"},weightkg:1,prevo:"Hoppip",evoLevel:18,evos:["Jumpluff"],eggGroups:["Fairy","Grass"]},jumpluff:{num:189,name:"Jumpluff",types:["Grass","Flying"],baseStats:{hp:75,atk:55,def:70,spa:55,spd:95,spe:110},abilities:{0:"Chlorophyll",1:"Leaf Guard",H:"Infiltrator"},weightkg:3,prevo:"Skiploom",evoLevel:27,eggGroups:["Fairy","Grass"]},aipom:{num:190,name:"Aipom",types:["Normal"],baseStats:{hp:55,atk:70,def:55,spa:40,spd:55,spe:85},abilities:{0:"Run Away",1:"Pickup",H:"Skill Link"},weightkg:11.5,evos:["Ambipom"],eggGroups:["Field"]},sunkern:{num:191,name:"Sunkern",types:["Grass"],baseStats:{hp:30,atk:30,def:30,spa:30,spd:30,spe:30},abilities:{0:"Chlorophyll",1:"Solar Power",H:"Early Bird"},weightkg:1.8,evos:["Sunflora"],eggGroups:["Grass"]},sunflora:{num:192,name:"Sunflora",types:["Grass"],baseStats:{hp:75,atk:75,def:55,spa:105,spd:85,spe:30},abilities:{0:"Chlorophyll",1:"Solar Power",H:"Early Bird"},weightkg:8.5,prevo:"Sunkern",evoType:"useItem",evoItem:"Sun Stone",eggGroups:["Grass"]},yanma:{num:193,name:"Yanma",types:["Bug","Flying"],baseStats:{hp:65,atk:65,def:45,spa:75,spd:45,spe:95},abilities:{0:"Speed Boost",1:"Compound Eyes",H:"Frisk"},weightkg:38,evos:["Yanmega"],eggGroups:["Bug"]},wooper:{num:194,name:"Wooper",types:["Water","Ground"],baseStats:{hp:55,atk:45,def:45,spa:25,spd:25,spe:15},abilities:{0:"Damp",1:"Water Absorb",H:"Unaware"},weightkg:8.5,evos:["Quagsire"],eggGroups:["Water 1","Field"]},quagsire:{num:195,name:"Quagsire",types:["Water","Ground"],baseStats:{hp:95,atk:85,def:85,spa:65,spd:65,spe:35},abilities:{0:"Damp",1:"Water Absorb",H:"Unaware"},weightkg:75,prevo:"Wooper",evoLevel:20,eggGroups:["Water 1","Field"]},espeon:{num:196,name:"Espeon",types:["Psychic"],genderRatio:{M:.875,F:.125},baseStats:{hp:65,atk:65,def:60,spa:130,spd:95,spe:110},abilities:{0:"Synchronize",H:"Magic Bounce"},weightkg:26.5,prevo:"Eevee",evoType:"levelFriendship",evoCondition:"during the day",eggGroups:["Field"]},umbreon:{num:197,name:"Umbreon",types:["Dark"],genderRatio:{M:.875,F:.125},baseStats:{hp:95,atk:65,def:110,spa:60,spd:130,spe:65},abilities:{0:"Synchronize",H:"Inner Focus"},weightkg:27,prevo:"Eevee",evoType:"levelFriendship",evoCondition:"at night",eggGroups:["Field"]},murkrow:{num:198,name:"Murkrow",types:["Dark","Flying"],baseStats:{hp:60,atk:85,def:42,spa:85,spd:42,spe:91},abilities:{0:"Insomnia",1:"Super Luck",H:"Prankster"},weightkg:2.1,evos:["Honchkrow"],eggGroups:["Flying"]},slowking:{num:199,name:"Slowking",types:["Water","Psychic"],baseStats:{hp:95,atk:75,def:80,spa:100,spd:110,spe:30},abilities:{0:"Oblivious",1:"Own Tempo",H:"Regenerator"},weightkg:79.5,prevo:"Slowpoke",evoType:"trade",evoItem:"King's Rock",eggGroups:["Monster","Water 1"],otherFormes:["Slowking-Galar"],formeOrder:["Slowking","Slowking-Galar"]},slowkinggalar:{num:199,name:"Slowking-Galar",baseSpecies:"Slowking",forme:"Galar",types:["Poison","Psychic"],baseStats:{hp:95,atk:65,def:80,spa:110,spd:110,spe:30},abilities:{0:"Curious Medicine",1:"Own Tempo",H:"Regenerator"},weightkg:79.5,prevo:"Slowpoke-Galar",evoType:"useItem",evoItem:"Galarica Wreath",eggGroups:["Monster","Water 1"]},misdreavus:{num:200,name:"Misdreavus",types:["Ghost"],baseStats:{hp:60,atk:60,def:60,spa:85,spd:85,spe:85},abilities:{0:"Levitate"},weightkg:1,evos:["Mismagius"],eggGroups:["Amorphous"]},unown:{num:201,name:"Unown",baseForme:"A",types:["Psychic"],gender:"N",baseStats:{hp:48,atk:72,def:48,spa:72,spd:48,spe:48},abilities:{0:"Levitate"},weightkg:5,eggGroups:["Undiscovered"],cosmeticFormes:["Unown-B","Unown-C","Unown-D","Unown-E","Unown-F","Unown-G","Unown-H","Unown-I","Unown-J","Unown-K","Unown-L","Unown-M","Unown-N","Unown-O","Unown-P","Unown-Q","Unown-R","Unown-S","Unown-T","Unown-U","Unown-V","Unown-W","Unown-X","Unown-Y","Unown-Z","Unown-Exclamation","Unown-Question"],formeOrder:["Unown","Unown-B","Unown-C","Unown-D","Unown-E","Unown-F","Unown-G","Unown-H","Unown-I","Unown-J","Unown-K","Unown-L","Unown-M","Unown-N","Unown-O","Unown-P","Unown-Q","Unown-R","Unown-S","Unown-T","Unown-U","Unown-V","Unown-W","Unown-X","Unown-Y","Unown-Z","Unown-Exclamation","Unown-Question"]},wobbuffet:{num:202,name:"Wobbuffet",types:["Psychic"],baseStats:{hp:190,atk:33,def:58,spa:33,spd:58,spe:33},abilities:{0:"Shadow Tag",H:"Telepathy"},weightkg:28.5,prevo:"Wynaut",evoLevel:15,eggGroups:["Amorphous"],canHatch:!0},girafarig:{num:203,name:"Girafarig",types:["Normal","Psychic"],baseStats:{hp:70,atk:80,def:65,spa:90,spd:65,spe:85},abilities:{0:"Inner Focus",1:"Early Bird",H:"Sap Sipper"},weightkg:41.5,eggGroups:["Field"]},pineco:{num:204,name:"Pineco",types:["Bug"],baseStats:{hp:50,atk:65,def:90,spa:35,spd:35,spe:15},abilities:{0:"Sturdy",H:"Overcoat"},weightkg:7.2,evos:["Forretress"],eggGroups:["Bug"]},forretress:{num:205,name:"Forretress",types:["Bug","Steel"],baseStats:{hp:75,atk:90,def:140,spa:60,spd:60,spe:40},abilities:{0:"Sturdy",H:"Overcoat"},weightkg:125.8,prevo:"Pineco",evoLevel:31,eggGroups:["Bug"]},dunsparce:{num:206,name:"Dunsparce",types:["Normal"],baseStats:{hp:100,atk:70,def:70,spa:65,spd:65,spe:45},abilities:{0:"Serene Grace",1:"Run Away",H:"Rattled"},weightkg:14,eggGroups:["Field"]},gligar:{num:207,name:"Gligar",types:["Ground","Flying"],baseStats:{hp:65,atk:75,def:105,spa:35,spd:65,spe:85},abilities:{0:"Hyper Cutter",1:"Sand Veil",H:"Immunity"},weightkg:64.8,evos:["Gliscor"],eggGroups:["Bug"]},steelix:{num:208,name:"Steelix",types:["Steel","Ground"],baseStats:{hp:75,atk:85,def:200,spa:55,spd:65,spe:30},abilities:{0:"Rock Head",1:"Sturdy",H:"Sheer Force"},weightkg:400,prevo:"Onix",evoType:"trade",evoItem:"Metal Coat",eggGroups:["Mineral"],otherFormes:["Steelix-Mega"],formeOrder:["Steelix","Steelix-Mega"]},steelixmega:{num:208,name:"Steelix-Mega",baseSpecies:"Steelix",forme:"Mega",types:["Steel","Ground"],baseStats:{hp:75,atk:125,def:230,spa:55,spd:95,spe:30},abilities:{0:"Sand Force"},weightkg:740,eggGroups:["Mineral"],requiredItem:"Steelixite"},snubbull:{num:209,name:"Snubbull",types:["Fairy"],genderRatio:{M:.25,F:.75},baseStats:{hp:60,atk:80,def:50,spa:40,spd:40,spe:30},abilities:{0:"Intimidate",1:"Run Away",H:"Rattled"},weightkg:7.8,evos:["Granbull"],eggGroups:["Field","Fairy"]},granbull:{num:210,name:"Granbull",types:["Fairy"],genderRatio:{M:.25,F:.75},baseStats:{hp:90,atk:120,def:75,spa:60,spd:60,spe:45},abilities:{0:"Intimidate",1:"Quick Feet",H:"Rattled"},weightkg:48.7,prevo:"Snubbull",evoLevel:23,eggGroups:["Field","Fairy"]},qwilfish:{num:211,name:"Qwilfish",types:["Water","Poison"],baseStats:{hp:65,atk:95,def:85,spa:55,spd:55,spe:85},abilities:{0:"Poison Point",1:"Swift Swim",H:"Intimidate"},weightkg:3.9,eggGroups:["Water 2"],otherFormes:["Qwilfish-Hisui"],formeOrder:["Qwilfish","Qwilfish-Hisui"]},qwilfishhisui:{num:211,name:"Qwilfish-Hisui",baseSpecies:"Qwilfish",forme:"Hisui",types:["Dark","Poison"],baseStats:{hp:65,atk:95,def:85,spa:55,spd:55,spe:85},abilities:{0:"Poison Point",1:"Swift Swim",H:"Intimidate"},weightkg:3.9,evos:["Overqwil"],eggGroups:["Water 2"]},scizor:{num:212,name:"Scizor",types:["Bug","Steel"],baseStats:{hp:70,atk:130,def:100,spa:55,spd:80,spe:65},abilities:{0:"Swarm",1:"Technician",H:"Light Metal"},weightkg:118,prevo:"Scyther",evoType:"trade",evoItem:"Metal Coat",eggGroups:["Bug"],otherFormes:["Scizor-Mega"],formeOrder:["Scizor","Scizor-Mega"]},scizormega:{num:212,name:"Scizor-Mega",baseSpecies:"Scizor",forme:"Mega",types:["Bug","Steel"],baseStats:{hp:70,atk:150,def:140,spa:65,spd:100,spe:75},abilities:{0:"Technician"},weightkg:125,eggGroups:["Bug"],requiredItem:"Scizorite"},shuckle:{num:213,name:"Shuckle",types:["Bug","Rock"],baseStats:{hp:20,atk:10,def:230,spa:10,spd:230,spe:5},abilities:{0:"Sturdy",1:"Gluttony",H:"Contrary"},weightkg:20.5,eggGroups:["Bug"]},heracross:{num:214,name:"Heracross",types:["Bug","Fighting"],baseStats:{hp:80,atk:125,def:75,spa:40,spd:95,spe:85},abilities:{0:"Swarm",1:"Guts",H:"Moxie"},weightkg:54,eggGroups:["Bug"],otherFormes:["Heracross-Mega"],formeOrder:["Heracross","Heracross-Mega"]},heracrossmega:{num:214,name:"Heracross-Mega",baseSpecies:"Heracross",forme:"Mega",types:["Bug","Fighting"],baseStats:{hp:80,atk:185,def:115,spa:40,spd:105,spe:75},abilities:{0:"Skill Link"},weightkg:62.5,eggGroups:["Bug"],requiredItem:"Heracronite"},sneasel:{num:215,name:"Sneasel",types:["Dark","Ice"],baseStats:{hp:55,atk:95,def:55,spa:35,spd:75,spe:115},abilities:{0:"Inner Focus",1:"Keen Eye",H:"Pickpocket"},weightkg:28,evos:["Weavile"],eggGroups:["Field"],otherFormes:["Sneasel-Hisui"],formeOrder:["Sneasel","Sneasel-Hisui"]},sneaselhisui:{num:215,name:"Sneasel-Hisui",baseSpecies:"Sneasel",forme:"Hisui",types:["Fighting","Poison"],baseStats:{hp:55,atk:95,def:55,spa:35,spd:75,spe:115},abilities:{0:"Inner Focus",1:"Keen Eye",H:"Poison Touch"},weightkg:27,evos:["Sneasler"],eggGroups:["Field"]},teddiursa:{num:216,name:"Teddiursa",types:["Normal"],baseStats:{hp:60,atk:80,def:50,spa:50,spd:50,spe:40},abilities:{0:"Pickup",1:"Quick Feet",H:"Honey Gather"},weightkg:8.8,evos:["Ursaring"],eggGroups:["Field"]},ursaring:{num:217,name:"Ursaring",types:["Normal"],baseStats:{hp:90,atk:130,def:75,spa:75,spd:75,spe:55},abilities:{0:"Guts",1:"Quick Feet",H:"Unnerve"},weightkg:125.8,prevo:"Teddiursa",evoLevel:30,evos:["Ursaluna"],eggGroups:["Field"]},slugma:{num:218,name:"Slugma",types:["Fire"],baseStats:{hp:40,atk:40,def:40,spa:70,spd:40,spe:20},abilities:{0:"Magma Armor",1:"Flame Body",H:"Weak Armor"},weightkg:35,evos:["Magcargo"],eggGroups:["Amorphous"]},magcargo:{num:219,name:"Magcargo",types:["Fire","Rock"],baseStats:{hp:60,atk:50,def:120,spa:90,spd:80,spe:30},abilities:{0:"Magma Armor",1:"Flame Body",H:"Weak Armor"},weightkg:55,prevo:"Slugma",evoLevel:38,eggGroups:["Amorphous"]},swinub:{num:220,name:"Swinub",types:["Ice","Ground"],baseStats:{hp:50,atk:50,def:40,spa:30,spd:30,spe:50},abilities:{0:"Oblivious",1:"Snow Cloak",H:"Thick Fat"},weightkg:6.5,evos:["Piloswine"],eggGroups:["Field"]},piloswine:{num:221,name:"Piloswine",types:["Ice","Ground"],baseStats:{hp:100,atk:100,def:80,spa:60,spd:60,spe:50},abilities:{0:"Oblivious",1:"Snow Cloak",H:"Thick Fat"},weightkg:55.8,prevo:"Swinub",evoLevel:33,evos:["Mamoswine"],eggGroups:["Field"]},corsola:{num:222,name:"Corsola",types:["Water","Rock"],genderRatio:{M:.25,F:.75},baseStats:{hp:65,atk:55,def:95,spa:65,spd:95,spe:35},abilities:{0:"Hustle",1:"Natural Cure",H:"Regenerator"},weightkg:5,eggGroups:["Water 1","Water 3"],otherFormes:["Corsola-Galar"],formeOrder:["Corsola","Corsola-Galar"]},corsolagalar:{num:222,name:"Corsola-Galar",baseSpecies:"Corsola",forme:"Galar",types:["Ghost"],genderRatio:{M:.25,F:.75},baseStats:{hp:60,atk:55,def:100,spa:65,spd:100,spe:30},abilities:{0:"Weak Armor",H:"Cursed Body"},weightkg:.5,evos:["Cursola"],eggGroups:["Water 1","Water 3"]},remoraid:{num:223,name:"Remoraid",types:["Water"],baseStats:{hp:35,atk:65,def:35,spa:65,spd:35,spe:65},abilities:{0:"Hustle",1:"Sniper",H:"Moody"},weightkg:12,evos:["Octillery"],eggGroups:["Water 1","Water 2"]},octillery:{num:224,name:"Octillery",types:["Water"],baseStats:{hp:75,atk:105,def:75,spa:105,spd:75,spe:45},abilities:{0:"Suction Cups",1:"Sniper",H:"Moody"},weightkg:28.5,prevo:"Remoraid",evoLevel:25,eggGroups:["Water 1","Water 2"]},delibird:{num:225,name:"Delibird",types:["Ice","Flying"],baseStats:{hp:45,atk:55,def:45,spa:65,spd:45,spe:75},abilities:{0:"Vital Spirit",1:"Hustle",H:"Insomnia"},weightkg:16,eggGroups:["Water 1","Field"]},mantine:{num:226,name:"Mantine",types:["Water","Flying"],baseStats:{hp:85,atk:40,def:70,spa:80,spd:140,spe:70},abilities:{0:"Swift Swim",1:"Water Absorb",H:"Water Veil"},weightkg:220,prevo:"Mantyke",evoType:"levelExtra",evoCondition:"with a Remoraid in party",eggGroups:["Water 1"],canHatch:!0},skarmory:{num:227,name:"Skarmory",types:["Steel","Flying"],baseStats:{hp:65,atk:80,def:140,spa:40,spd:70,spe:70},abilities:{0:"Keen Eye",1:"Sturdy",H:"Weak Armor"},weightkg:50.5,eggGroups:["Flying"]},houndour:{num:228,name:"Houndour",types:["Dark","Fire"],baseStats:{hp:45,atk:60,def:30,spa:80,spd:50,spe:65},abilities:{0:"Early Bird",1:"Flash Fire",H:"Unnerve"},weightkg:10.8,evos:["Houndoom"],eggGroups:["Field"]},houndoom:{num:229,name:"Houndoom",types:["Dark","Fire"],baseStats:{hp:75,atk:90,def:50,spa:110,spd:80,spe:95},abilities:{0:"Early Bird",1:"Flash Fire",H:"Unnerve"},weightkg:35,prevo:"Houndour",evoLevel:24,eggGroups:["Field"],otherFormes:["Houndoom-Mega"],formeOrder:["Houndoom","Houndoom-Mega"]},houndoommega:{num:229,name:"Houndoom-Mega",baseSpecies:"Houndoom",forme:"Mega",types:["Dark","Fire"],baseStats:{hp:75,atk:90,def:90,spa:140,spd:90,spe:115},abilities:{0:"Solar Power"},weightkg:49.5,eggGroups:["Field"],requiredItem:"Houndoominite"},kingdra:{num:230,name:"Kingdra",types:["Water","Dragon"],baseStats:{hp:75,atk:95,def:95,spa:95,spd:95,spe:85},abilities:{0:"Swift Swim",1:"Sniper",H:"Damp"},weightkg:152,prevo:"Seadra",evoType:"trade",evoItem:"Dragon Scale",eggGroups:["Water 1","Dragon"]},phanpy:{num:231,name:"Phanpy",types:["Ground"],baseStats:{hp:90,atk:60,def:60,spa:40,spd:40,spe:40},abilities:{0:"Pickup",H:"Sand Veil"},weightkg:33.5,evos:["Donphan"],eggGroups:["Field"]},donphan:{num:232,name:"Donphan",types:["Ground"],baseStats:{hp:90,atk:120,def:120,spa:60,spd:60,spe:50},abilities:{0:"Sturdy",H:"Sand Veil"},weightkg:120,prevo:"Phanpy",evoLevel:25,eggGroups:["Field"]},porygon2:{num:233,name:"Porygon2",types:["Normal"],gender:"N",baseStats:{hp:85,atk:80,def:90,spa:105,spd:95,spe:60},abilities:{0:"Trace",1:"Download",H:"Analytic"},weightkg:32.5,prevo:"Porygon",evoType:"trade",evoItem:"Up-Grade",evos:["Porygon-Z"],eggGroups:["Mineral"]},stantler:{num:234,name:"Stantler",types:["Normal"],baseStats:{hp:73,atk:95,def:62,spa:85,spd:65,spe:85},abilities:{0:"Intimidate",1:"Frisk",H:"Sap Sipper"},weightkg:71.2,evos:["Wyrdeer"],eggGroups:["Field"]},smeargle:{num:235,name:"Smeargle",types:["Normal"],baseStats:{hp:55,atk:20,def:35,spa:20,spd:45,spe:75},abilities:{0:"Own Tempo",1:"Technician",H:"Moody"},weightkg:58,eggGroups:["Field"]},tyrogue:{num:236,name:"Tyrogue",types:["Fighting"],gender:"M",baseStats:{hp:35,atk:35,def:35,spa:35,spd:35,spe:35},abilities:{0:"Guts",1:"Steadfast",H:"Vital Spirit"},weightkg:21,evos:["Hitmonlee","Hitmonchan","Hitmontop"],eggGroups:["Undiscovered"],canHatch:!0},hitmontop:{num:237,name:"Hitmontop",types:["Fighting"],gender:"M",baseStats:{hp:50,atk:95,def:95,spa:35,spd:110,spe:70},abilities:{0:"Intimidate",1:"Technician",H:"Steadfast"},weightkg:48,prevo:"Tyrogue",evoLevel:20,evoCondition:"with an Atk stat equal to its Def stat",eggGroups:["Human-Like"]},smoochum:{num:238,name:"Smoochum",types:["Ice","Psychic"],gender:"F",baseStats:{hp:45,atk:30,def:15,spa:85,spd:65,spe:65},abilities:{0:"Oblivious",1:"Forewarn",H:"Hydration"},weightkg:6,evos:["Jynx"],eggGroups:["Undiscovered"],canHatch:!0},elekid:{num:239,name:"Elekid",types:["Electric"],genderRatio:{M:.75,F:.25},baseStats:{hp:45,atk:63,def:37,spa:65,spd:55,spe:95},abilities:{0:"Static",H:"Vital Spirit"},weightkg:23.5,evos:["Electabuzz"],eggGroups:["Undiscovered"],canHatch:!0},magby:{num:240,name:"Magby",types:["Fire"],genderRatio:{M:.75,F:.25},baseStats:{hp:45,atk:75,def:37,spa:70,spd:55,spe:83},abilities:{0:"Flame Body",H:"Vital Spirit"},weightkg:21.4,evos:["Magmar"],eggGroups:["Undiscovered"],canHatch:!0},miltank:{num:241,name:"Miltank",types:["Normal"],gender:"F",baseStats:{hp:95,atk:80,def:105,spa:40,spd:70,spe:100},abilities:{0:"Thick Fat",1:"Scrappy",H:"Sap Sipper"},weightkg:75.5,eggGroups:["Field"]},blissey:{num:242,name:"Blissey",types:["Normal"],gender:"F",baseStats:{hp:255,atk:10,def:10,spa:75,spd:135,spe:55},abilities:{0:"Natural Cure",1:"Serene Grace",H:"Healer"},weightkg:46.8,prevo:"Chansey",evoType:"levelFriendship",eggGroups:["Fairy"]},raikou:{num:243,name:"Raikou",types:["Electric"],gender:"N",baseStats:{hp:90,atk:85,def:75,spa:115,spd:100,spe:115},abilities:{0:"Pressure",H:"Inner Focus"},weightkg:178,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},entei:{num:244,name:"Entei",types:["Fire"],gender:"N",baseStats:{hp:115,atk:115,def:85,spa:90,spd:75,spe:100},abilities:{0:"Pressure",H:"Inner Focus"},weightkg:198,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},suicune:{num:245,name:"Suicune",types:["Water"],gender:"N",baseStats:{hp:100,atk:75,def:115,spa:90,spd:115,spe:85},abilities:{0:"Pressure",H:"Inner Focus"},weightkg:187,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},larvitar:{num:246,name:"Larvitar",types:["Rock","Ground"],baseStats:{hp:50,atk:64,def:50,spa:45,spd:50,spe:41},abilities:{0:"Guts",H:"Sand Veil"},weightkg:72,evos:["Pupitar"],eggGroups:["Monster"]},pupitar:{num:247,name:"Pupitar",types:["Rock","Ground"],baseStats:{hp:70,atk:84,def:70,spa:65,spd:70,spe:51},abilities:{0:"Shed Skin"},weightkg:152,prevo:"Larvitar",evoLevel:30,evos:["Tyranitar"],eggGroups:["Monster"]},tyranitar:{num:248,name:"Tyranitar",types:["Rock","Dark"],baseStats:{hp:100,atk:134,def:110,spa:95,spd:100,spe:61},abilities:{0:"Sand Stream",H:"Unnerve"},weightkg:202,prevo:"Pupitar",evoLevel:55,eggGroups:["Monster"],otherFormes:["Tyranitar-Mega"],formeOrder:["Tyranitar","Tyranitar-Mega"]},tyranitarmega:{num:248,name:"Tyranitar-Mega",baseSpecies:"Tyranitar",forme:"Mega",types:["Rock","Dark"],baseStats:{hp:100,atk:164,def:150,spa:95,spd:120,spe:71},abilities:{0:"Sand Stream"},weightkg:255,eggGroups:["Monster"],requiredItem:"Tyranitarite"},lugia:{num:249,name:"Lugia",types:["Psychic","Flying"],gender:"N",baseStats:{hp:106,atk:90,def:130,spa:90,spd:154,spe:110},abilities:{0:"Pressure",H:"Multiscale"},weightkg:216,tags:["Restricted Legendary"],eggGroups:["Undiscovered"]},hooh:{num:250,name:"Ho-Oh",types:["Fire","Flying"],gender:"N",baseStats:{hp:106,atk:130,def:90,spa:110,spd:154,spe:90},abilities:{0:"Pressure",H:"Regenerator"},weightkg:199,tags:["Restricted Legendary"],eggGroups:["Undiscovered"]},celebi:{num:251,name:"Celebi",types:["Psychic","Grass"],gender:"N",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Natural Cure"},weightkg:5,tags:["Mythical"],eggGroups:["Undiscovered"]},treecko:{num:252,name:"Treecko",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:40,atk:45,def:35,spa:65,spd:55,spe:70},abilities:{0:"Overgrow",H:"Unburden"},weightkg:5,evos:["Grovyle"],eggGroups:["Monster","Dragon"]},grovyle:{num:253,name:"Grovyle",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:50,atk:65,def:45,spa:85,spd:65,spe:95},abilities:{0:"Overgrow",H:"Unburden"},weightkg:21.6,prevo:"Treecko",evoLevel:16,evos:["Sceptile"],eggGroups:["Monster","Dragon"]},sceptile:{num:254,name:"Sceptile",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:70,atk:85,def:65,spa:105,spd:85,spe:120},abilities:{0:"Overgrow",H:"Unburden"},weightkg:52.2,prevo:"Grovyle",evoLevel:36,eggGroups:["Monster","Dragon"],otherFormes:["Sceptile-Mega"],formeOrder:["Sceptile","Sceptile-Mega"]},sceptilemega:{num:254,name:"Sceptile-Mega",baseSpecies:"Sceptile",forme:"Mega",types:["Grass","Dragon"],genderRatio:{M:.875,F:.125},baseStats:{hp:70,atk:110,def:75,spa:145,spd:85,spe:145},abilities:{0:"Lightning Rod"},weightkg:55.2,eggGroups:["Monster","Dragon"],requiredItem:"Sceptilite"},torchic:{num:255,name:"Torchic",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:45,atk:60,def:40,spa:70,spd:50,spe:45},abilities:{0:"Blaze",H:"Speed Boost"},weightkg:2.5,evos:["Combusken"],eggGroups:["Field"]},combusken:{num:256,name:"Combusken",types:["Fire","Fighting"],genderRatio:{M:.875,F:.125},baseStats:{hp:60,atk:85,def:60,spa:85,spd:60,spe:55},abilities:{0:"Blaze",H:"Speed Boost"},weightkg:19.5,prevo:"Torchic",evoLevel:16,evos:["Blaziken"],eggGroups:["Field"]},blaziken:{num:257,name:"Blaziken",types:["Fire","Fighting"],genderRatio:{M:.875,F:.125},baseStats:{hp:80,atk:120,def:70,spa:110,spd:70,spe:80},abilities:{0:"Blaze",H:"Speed Boost"},weightkg:52,prevo:"Combusken",evoLevel:36,eggGroups:["Field"],otherFormes:["Blaziken-Mega"],formeOrder:["Blaziken","Blaziken-Mega"]},blazikenmega:{num:257,name:"Blaziken-Mega",baseSpecies:"Blaziken",forme:"Mega",types:["Fire","Fighting"],genderRatio:{M:.875,F:.125},baseStats:{hp:80,atk:160,def:80,spa:130,spd:80,spe:100},abilities:{0:"Speed Boost"},weightkg:52,eggGroups:["Field"],requiredItem:"Blazikenite"},mudkip:{num:258,name:"Mudkip",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:50,atk:70,def:50,spa:50,spd:50,spe:40},abilities:{0:"Torrent",H:"Damp"},weightkg:7.6,evos:["Marshtomp"],eggGroups:["Monster","Water 1"]},marshtomp:{num:259,name:"Marshtomp",types:["Water","Ground"],genderRatio:{M:.875,F:.125},baseStats:{hp:70,atk:85,def:70,spa:60,spd:70,spe:50},abilities:{0:"Torrent",H:"Damp"},weightkg:28,prevo:"Mudkip",evoLevel:16,evos:["Swampert"],eggGroups:["Monster","Water 1"]},swampert:{num:260,name:"Swampert",types:["Water","Ground"],genderRatio:{M:.875,F:.125},baseStats:{hp:100,atk:110,def:90,spa:85,spd:90,spe:60},abilities:{0:"Torrent",H:"Damp"},weightkg:81.9,prevo:"Marshtomp",evoLevel:36,eggGroups:["Monster","Water 1"],otherFormes:["Swampert-Mega"],formeOrder:["Swampert","Swampert-Mega"]},swampertmega:{num:260,name:"Swampert-Mega",baseSpecies:"Swampert",forme:"Mega",types:["Water","Ground"],genderRatio:{M:.875,F:.125},baseStats:{hp:100,atk:150,def:110,spa:95,spd:110,spe:70},abilities:{0:"Swift Swim"},weightkg:102,eggGroups:["Monster","Water 1"],requiredItem:"Swampertite"},poochyena:{num:261,name:"Poochyena",types:["Dark"],baseStats:{hp:35,atk:55,def:35,spa:30,spd:30,spe:35},abilities:{0:"Run Away",1:"Quick Feet",H:"Rattled"},weightkg:13.6,evos:["Mightyena"],eggGroups:["Field"]},mightyena:{num:262,name:"Mightyena",types:["Dark"],baseStats:{hp:70,atk:90,def:70,spa:60,spd:60,spe:70},abilities:{0:"Intimidate",1:"Quick Feet",H:"Moxie"},weightkg:37,prevo:"Poochyena",evoLevel:18,eggGroups:["Field"]},zigzagoon:{num:263,name:"Zigzagoon",types:["Normal"],baseStats:{hp:38,atk:30,def:41,spa:30,spd:41,spe:60},abilities:{0:"Pickup",1:"Gluttony",H:"Quick Feet"},weightkg:17.5,evos:["Linoone"],eggGroups:["Field"],otherFormes:["Zigzagoon-Galar"],formeOrder:["Zigzagoon","Zigzagoon-Galar"]},zigzagoongalar:{num:263,name:"Zigzagoon-Galar",baseSpecies:"Zigzagoon",forme:"Galar",types:["Dark","Normal"],baseStats:{hp:38,atk:30,def:41,spa:30,spd:41,spe:60},abilities:{0:"Pickup",1:"Gluttony",H:"Quick Feet"},weightkg:17.5,evos:["Linoone-Galar"],eggGroups:["Field"]},linoone:{num:264,name:"Linoone",types:["Normal"],baseStats:{hp:78,atk:70,def:61,spa:50,spd:61,spe:100},abilities:{0:"Pickup",1:"Gluttony",H:"Quick Feet"},weightkg:32.5,prevo:"Zigzagoon",evoLevel:20,eggGroups:["Field"],otherFormes:["Linoone-Galar"],formeOrder:["Linoone","Linoone-Galar"]},linoonegalar:{num:264,name:"Linoone-Galar",baseSpecies:"Linoone",forme:"Galar",types:["Dark","Normal"],baseStats:{hp:78,atk:70,def:61,spa:50,spd:61,spe:100},abilities:{0:"Pickup",1:"Gluttony",H:"Quick Feet"},weightkg:32.5,prevo:"Zigzagoon-Galar",evoLevel:20,evos:["Obstagoon"],eggGroups:["Field"]},wurmple:{num:265,name:"Wurmple",types:["Bug"],baseStats:{hp:45,atk:45,def:35,spa:20,spd:30,spe:20},abilities:{0:"Shield Dust",H:"Run Away"},weightkg:3.6,evos:["Silcoon","Cascoon"],eggGroups:["Bug"]},silcoon:{num:266,name:"Silcoon",types:["Bug"],baseStats:{hp:50,atk:35,def:55,spa:25,spd:25,spe:15},abilities:{0:"Shed Skin"},weightkg:10,prevo:"Wurmple",evoLevel:7,evos:["Beautifly"],eggGroups:["Bug"]},beautifly:{num:267,name:"Beautifly",types:["Bug","Flying"],baseStats:{hp:60,atk:70,def:50,spa:100,spd:50,spe:65},abilities:{0:"Swarm",H:"Rivalry"},weightkg:28.4,prevo:"Silcoon",evoLevel:10,eggGroups:["Bug"]},cascoon:{num:268,name:"Cascoon",types:["Bug"],baseStats:{hp:50,atk:35,def:55,spa:25,spd:25,spe:15},abilities:{0:"Shed Skin"},weightkg:11.5,prevo:"Wurmple",evoLevel:7,evos:["Dustox"],eggGroups:["Bug"]},dustox:{num:269,name:"Dustox",types:["Bug","Poison"],baseStats:{hp:60,atk:50,def:70,spa:50,spd:90,spe:65},abilities:{0:"Shield Dust",H:"Compound Eyes"},weightkg:31.6,prevo:"Cascoon",evoLevel:10,eggGroups:["Bug"]},lotad:{num:270,name:"Lotad",types:["Water","Grass"],baseStats:{hp:40,atk:30,def:30,spa:40,spd:50,spe:30},abilities:{0:"Swift Swim",1:"Rain Dish",H:"Own Tempo"},weightkg:2.6,evos:["Lombre"],eggGroups:["Water 1","Grass"]},lombre:{num:271,name:"Lombre",types:["Water","Grass"],baseStats:{hp:60,atk:50,def:50,spa:60,spd:70,spe:50},abilities:{0:"Swift Swim",1:"Rain Dish",H:"Own Tempo"},weightkg:32.5,prevo:"Lotad",evoLevel:14,evos:["Ludicolo"],eggGroups:["Water 1","Grass"]},ludicolo:{num:272,name:"Ludicolo",types:["Water","Grass"],baseStats:{hp:80,atk:70,def:70,spa:90,spd:100,spe:70},abilities:{0:"Swift Swim",1:"Rain Dish",H:"Own Tempo"},weightkg:55,prevo:"Lombre",evoType:"useItem",evoItem:"Water Stone",eggGroups:["Water 1","Grass"]},seedot:{num:273,name:"Seedot",types:["Grass"],baseStats:{hp:40,atk:40,def:50,spa:30,spd:30,spe:30},abilities:{0:"Chlorophyll",1:"Early Bird",H:"Pickpocket"},weightkg:4,evos:["Nuzleaf"],eggGroups:["Field","Grass"]},nuzleaf:{num:274,name:"Nuzleaf",types:["Grass","Dark"],baseStats:{hp:70,atk:70,def:40,spa:60,spd:40,spe:60},abilities:{0:"Chlorophyll",1:"Early Bird",H:"Pickpocket"},weightkg:28,prevo:"Seedot",evoLevel:14,evos:["Shiftry"],eggGroups:["Field","Grass"]},shiftry:{num:275,name:"Shiftry",types:["Grass","Dark"],baseStats:{hp:90,atk:100,def:60,spa:90,spd:60,spe:80},abilities:{0:"Chlorophyll",1:"Early Bird",H:"Pickpocket"},weightkg:59.6,prevo:"Nuzleaf",evoType:"useItem",evoItem:"Leaf Stone",eggGroups:["Field","Grass"]},taillow:{num:276,name:"Taillow",types:["Normal","Flying"],baseStats:{hp:40,atk:55,def:30,spa:30,spd:30,spe:85},abilities:{0:"Guts",H:"Scrappy"},weightkg:2.3,evos:["Swellow"],eggGroups:["Flying"]},swellow:{num:277,name:"Swellow",types:["Normal","Flying"],baseStats:{hp:60,atk:85,def:60,spa:75,spd:50,spe:125},abilities:{0:"Guts",H:"Scrappy"},weightkg:19.8,prevo:"Taillow",evoLevel:22,eggGroups:["Flying"]},wingull:{num:278,name:"Wingull",types:["Water","Flying"],baseStats:{hp:40,atk:30,def:30,spa:55,spd:30,spe:85},abilities:{0:"Keen Eye",1:"Hydration",H:"Rain Dish"},weightkg:9.5,evos:["Pelipper"],eggGroups:["Water 1","Flying"]},pelipper:{num:279,name:"Pelipper",types:["Water","Flying"],baseStats:{hp:60,atk:50,def:100,spa:95,spd:70,spe:65},abilities:{0:"Keen Eye",1:"Drizzle",H:"Rain Dish"},weightkg:28,prevo:"Wingull",evoLevel:25,eggGroups:["Water 1","Flying"]},ralts:{num:280,name:"Ralts",types:["Psychic","Fairy"],baseStats:{hp:28,atk:25,def:25,spa:45,spd:35,spe:40},abilities:{0:"Synchronize",1:"Trace",H:"Telepathy"},weightkg:6.6,evos:["Kirlia"],eggGroups:["Human-Like","Amorphous"]},kirlia:{num:281,name:"Kirlia",types:["Psychic","Fairy"],baseStats:{hp:38,atk:35,def:35,spa:65,spd:55,spe:50},abilities:{0:"Synchronize",1:"Trace",H:"Telepathy"},weightkg:20.2,prevo:"Ralts",evoLevel:20,evos:["Gardevoir","Gallade"],eggGroups:["Human-Like","Amorphous"]},gardevoir:{num:282,name:"Gardevoir",types:["Psychic","Fairy"],baseStats:{hp:68,atk:65,def:65,spa:125,spd:115,spe:80},abilities:{0:"Synchronize",1:"Trace",H:"Telepathy"},weightkg:48.4,prevo:"Kirlia",evoLevel:30,eggGroups:["Human-Like","Amorphous"],otherFormes:["Gardevoir-Mega"],formeOrder:["Gardevoir","Gardevoir-Mega"]},gardevoirmega:{num:282,name:"Gardevoir-Mega",baseSpecies:"Gardevoir",forme:"Mega",types:["Psychic","Fairy"],baseStats:{hp:68,atk:85,def:65,spa:165,spd:135,spe:100},abilities:{0:"Pixilate"},weightkg:48.4,eggGroups:["Amorphous"],requiredItem:"Gardevoirite"},surskit:{num:283,name:"Surskit",types:["Bug","Water"],baseStats:{hp:40,atk:30,def:32,spa:50,spd:52,spe:65},abilities:{0:"Swift Swim",H:"Rain Dish"},weightkg:1.7,evos:["Masquerain"],eggGroups:["Water 1","Bug"]},masquerain:{num:284,name:"Masquerain",types:["Bug","Flying"],baseStats:{hp:70,atk:60,def:62,spa:100,spd:82,spe:80},abilities:{0:"Intimidate",H:"Unnerve"},weightkg:3.6,prevo:"Surskit",evoLevel:22,eggGroups:["Water 1","Bug"]},shroomish:{num:285,name:"Shroomish",types:["Grass"],baseStats:{hp:60,atk:40,def:60,spa:40,spd:60,spe:35},abilities:{0:"Effect Spore",1:"Poison Heal",H:"Quick Feet"},weightkg:4.5,evos:["Breloom"],eggGroups:["Fairy","Grass"]},breloom:{num:286,name:"Breloom",types:["Grass","Fighting"],baseStats:{hp:60,atk:130,def:80,spa:60,spd:60,spe:70},abilities:{0:"Effect Spore",1:"Poison Heal",H:"Technician"},weightkg:39.2,prevo:"Shroomish",evoLevel:23,eggGroups:["Fairy","Grass"]},slakoth:{num:287,name:"Slakoth",types:["Normal"],baseStats:{hp:60,atk:60,def:60,spa:35,spd:35,spe:30},abilities:{0:"Truant"},weightkg:24,evos:["Vigoroth"],eggGroups:["Field"]},vigoroth:{num:288,name:"Vigoroth",types:["Normal"],baseStats:{hp:80,atk:80,def:80,spa:55,spd:55,spe:90},abilities:{0:"Vital Spirit"},weightkg:46.5,prevo:"Slakoth",evoLevel:18,evos:["Slaking"],eggGroups:["Field"]},slaking:{num:289,name:"Slaking",types:["Normal"],baseStats:{hp:150,atk:160,def:100,spa:95,spd:65,spe:100},abilities:{0:"Truant"},weightkg:130.5,prevo:"Vigoroth",evoLevel:36,eggGroups:["Field"]},nincada:{num:290,name:"Nincada",types:["Bug","Ground"],baseStats:{hp:31,atk:45,def:90,spa:30,spd:30,spe:40},abilities:{0:"Compound Eyes",H:"Run Away"},weightkg:5.5,evos:["Ninjask","Shedinja"],eggGroups:["Bug"]},ninjask:{num:291,name:"Ninjask",types:["Bug","Flying"],baseStats:{hp:61,atk:90,def:45,spa:50,spd:50,spe:160},abilities:{0:"Speed Boost",H:"Infiltrator"},weightkg:12,prevo:"Nincada",evoLevel:20,eggGroups:["Bug"]},shedinja:{num:292,name:"Shedinja",types:["Bug","Ghost"],gender:"N",baseStats:{hp:1,atk:90,def:45,spa:30,spd:30,spe:40},maxHP:1,abilities:{0:"Wonder Guard"},weightkg:1.2,prevo:"Nincada",evoLevel:20,eggGroups:["Mineral"]},whismur:{num:293,name:"Whismur",types:["Normal"],baseStats:{hp:64,atk:51,def:23,spa:51,spd:23,spe:28},abilities:{0:"Soundproof",H:"Rattled"},weightkg:16.3,evos:["Loudred"],eggGroups:["Monster","Field"]},loudred:{num:294,name:"Loudred",types:["Normal"],baseStats:{hp:84,atk:71,def:43,spa:71,spd:43,spe:48},abilities:{0:"Soundproof",H:"Scrappy"},weightkg:40.5,prevo:"Whismur",evoLevel:20,evos:["Exploud"],eggGroups:["Monster","Field"]},exploud:{num:295,name:"Exploud",types:["Normal"],baseStats:{hp:104,atk:91,def:63,spa:91,spd:73,spe:68},abilities:{0:"Soundproof",H:"Scrappy"},weightkg:84,prevo:"Loudred",evoLevel:40,eggGroups:["Monster","Field"]},makuhita:{num:296,name:"Makuhita",types:["Fighting"],genderRatio:{M:.75,F:.25},baseStats:{hp:72,atk:60,def:30,spa:20,spd:30,spe:25},abilities:{0:"Thick Fat",1:"Guts",H:"Sheer Force"},weightkg:86.4,evos:["Hariyama"],eggGroups:["Human-Like"]},hariyama:{num:297,name:"Hariyama",types:["Fighting"],genderRatio:{M:.75,F:.25},baseStats:{hp:144,atk:120,def:60,spa:40,spd:60,spe:50},abilities:{0:"Thick Fat",1:"Guts",H:"Sheer Force"},weightkg:253.8,prevo:"Makuhita",evoLevel:24,eggGroups:["Human-Like"]},azurill:{num:298,name:"Azurill",types:["Normal","Fairy"],genderRatio:{M:.25,F:.75},baseStats:{hp:50,atk:20,def:40,spa:20,spd:40,spe:20},abilities:{0:"Thick Fat",1:"Huge Power",H:"Sap Sipper"},weightkg:2,evos:["Marill"],eggGroups:["Undiscovered"],canHatch:!0},nosepass:{num:299,name:"Nosepass",types:["Rock"],baseStats:{hp:30,atk:45,def:135,spa:45,spd:90,spe:30},abilities:{0:"Sturdy",1:"Magnet Pull",H:"Sand Force"},weightkg:97,evos:["Probopass"],eggGroups:["Mineral"]},skitty:{num:300,name:"Skitty",types:["Normal"],genderRatio:{M:.25,F:.75},baseStats:{hp:50,atk:45,def:45,spa:35,spd:35,spe:50},abilities:{0:"Cute Charm",1:"Normalize",H:"Wonder Skin"},weightkg:11,evos:["Delcatty"],eggGroups:["Field","Fairy"]},delcatty:{num:301,name:"Delcatty",types:["Normal"],genderRatio:{M:.25,F:.75},baseStats:{hp:70,atk:65,def:65,spa:55,spd:55,spe:90},abilities:{0:"Cute Charm",1:"Normalize",H:"Wonder Skin"},weightkg:32.6,prevo:"Skitty",evoType:"useItem",evoItem:"Moon Stone",eggGroups:["Field","Fairy"]},sableye:{num:302,name:"Sableye",types:["Dark","Ghost"],baseStats:{hp:50,atk:75,def:75,spa:65,spd:65,spe:50},abilities:{0:"Keen Eye",1:"Stall",H:"Prankster"},weightkg:11,eggGroups:["Human-Like"],otherFormes:["Sableye-Mega"],formeOrder:["Sableye","Sableye-Mega"]},sableyemega:{num:302,name:"Sableye-Mega",baseSpecies:"Sableye",forme:"Mega",types:["Dark","Ghost"],baseStats:{hp:50,atk:85,def:125,spa:85,spd:115,spe:20},abilities:{0:"Magic Bounce"},weightkg:161,eggGroups:["Human-Like"],requiredItem:"Sablenite"},mawile:{num:303,name:"Mawile",types:["Steel","Fairy"],baseStats:{hp:50,atk:85,def:85,spa:55,spd:55,spe:50},abilities:{0:"Hyper Cutter",1:"Intimidate",H:"Sheer Force"},weightkg:11.5,eggGroups:["Field","Fairy"],otherFormes:["Mawile-Mega"],formeOrder:["Mawile","Mawile-Mega"]},mawilemega:{num:303,name:"Mawile-Mega",baseSpecies:"Mawile",forme:"Mega",types:["Steel","Fairy"],baseStats:{hp:50,atk:105,def:125,spa:55,spd:95,spe:50},abilities:{0:"Huge Power"},weightkg:23.5,eggGroups:["Field","Fairy"],requiredItem:"Mawilite"},aron:{num:304,name:"Aron",types:["Steel","Rock"],baseStats:{hp:50,atk:70,def:100,spa:40,spd:40,spe:30},abilities:{0:"Sturdy",1:"Rock Head",H:"Heavy Metal"},weightkg:60,evos:["Lairon"],eggGroups:["Monster"]},lairon:{num:305,name:"Lairon",types:["Steel","Rock"],baseStats:{hp:60,atk:90,def:140,spa:50,spd:50,spe:40},abilities:{0:"Sturdy",1:"Rock Head",H:"Heavy Metal"},weightkg:120,prevo:"Aron",evoLevel:32,evos:["Aggron"],eggGroups:["Monster"]},aggron:{num:306,name:"Aggron",types:["Steel","Rock"],baseStats:{hp:70,atk:110,def:180,spa:60,spd:60,spe:50},abilities:{0:"Sturdy",1:"Rock Head",H:"Heavy Metal"},weightkg:360,prevo:"Lairon",evoLevel:42,eggGroups:["Monster"],otherFormes:["Aggron-Mega"],formeOrder:["Aggron","Aggron-Mega"]},aggronmega:{num:306,name:"Aggron-Mega",baseSpecies:"Aggron",forme:"Mega",types:["Steel"],baseStats:{hp:70,atk:140,def:230,spa:60,spd:80,spe:50},abilities:{0:"Filter"},weightkg:395,eggGroups:["Monster"],requiredItem:"Aggronite"},meditite:{num:307,name:"Meditite",types:["Fighting","Psychic"],baseStats:{hp:30,atk:40,def:55,spa:40,spd:55,spe:60},abilities:{0:"Pure Power",H:"Telepathy"},weightkg:11.2,evos:["Medicham"],eggGroups:["Human-Like"]},medicham:{num:308,name:"Medicham",types:["Fighting","Psychic"],baseStats:{hp:60,atk:60,def:75,spa:60,spd:75,spe:80},abilities:{0:"Pure Power",H:"Telepathy"},weightkg:31.5,prevo:"Meditite",evoLevel:37,eggGroups:["Human-Like"],otherFormes:["Medicham-Mega"],formeOrder:["Medicham","Medicham-Mega"]},medichammega:{num:308,name:"Medicham-Mega",baseSpecies:"Medicham",forme:"Mega",types:["Fighting","Psychic"],baseStats:{hp:60,atk:100,def:85,spa:80,spd:85,spe:100},abilities:{0:"Pure Power"},weightkg:31.5,eggGroups:["Human-Like"],requiredItem:"Medichamite"},electrike:{num:309,name:"Electrike",types:["Electric"],baseStats:{hp:40,atk:45,def:40,spa:65,spd:40,spe:65},abilities:{0:"Static",1:"Lightning Rod",H:"Minus"},weightkg:15.2,evos:["Manectric"],eggGroups:["Field"]},manectric:{num:310,name:"Manectric",types:["Electric"],baseStats:{hp:70,atk:75,def:60,spa:105,spd:60,spe:105},abilities:{0:"Static",1:"Lightning Rod",H:"Minus"},weightkg:40.2,prevo:"Electrike",evoLevel:26,eggGroups:["Field"],otherFormes:["Manectric-Mega"],formeOrder:["Manectric","Manectric-Mega"]},manectricmega:{num:310,name:"Manectric-Mega",baseSpecies:"Manectric",forme:"Mega",types:["Electric"],baseStats:{hp:70,atk:75,def:80,spa:135,spd:80,spe:135},abilities:{0:"Intimidate"},weightkg:44,eggGroups:["Field"],requiredItem:"Manectite"},plusle:{num:311,name:"Plusle",types:["Electric"],baseStats:{hp:60,atk:50,def:40,spa:85,spd:75,spe:95},abilities:{0:"Plus",H:"Lightning Rod"},weightkg:4.2,eggGroups:["Fairy"]},minun:{num:312,name:"Minun",types:["Electric"],baseStats:{hp:60,atk:40,def:50,spa:75,spd:85,spe:95},abilities:{0:"Minus",H:"Volt Absorb"},weightkg:4.2,eggGroups:["Fairy"]},volbeat:{num:313,name:"Volbeat",types:["Bug"],gender:"M",baseStats:{hp:65,atk:73,def:75,spa:47,spd:85,spe:85},abilities:{0:"Illuminate",1:"Swarm",H:"Prankster"},weightkg:17.7,eggGroups:["Bug","Human-Like"]},illumise:{num:314,name:"Illumise",types:["Bug"],gender:"F",baseStats:{hp:65,atk:47,def:75,spa:73,spd:85,spe:85},abilities:{0:"Oblivious",1:"Tinted Lens",H:"Prankster"},weightkg:17.7,eggGroups:["Bug","Human-Like"]},roselia:{num:315,name:"Roselia",types:["Grass","Poison"],baseStats:{hp:50,atk:60,def:45,spa:100,spd:80,spe:65},abilities:{0:"Natural Cure",1:"Poison Point",H:"Leaf Guard"},weightkg:2,prevo:"Budew",evoType:"levelFriendship",evoCondition:"during the day",evos:["Roserade"],eggGroups:["Fairy","Grass"],canHatch:!0},gulpin:{num:316,name:"Gulpin",types:["Poison"],baseStats:{hp:70,atk:43,def:53,spa:43,spd:53,spe:40},abilities:{0:"Liquid Ooze",1:"Sticky Hold",H:"Gluttony"},weightkg:10.3,evos:["Swalot"],eggGroups:["Amorphous"]},swalot:{num:317,name:"Swalot",types:["Poison"],baseStats:{hp:100,atk:73,def:83,spa:73,spd:83,spe:55},abilities:{0:"Liquid Ooze",1:"Sticky Hold",H:"Gluttony"},weightkg:80,prevo:"Gulpin",evoLevel:26,eggGroups:["Amorphous"]},carvanha:{num:318,name:"Carvanha",types:["Water","Dark"],baseStats:{hp:45,atk:90,def:20,spa:65,spd:20,spe:65},abilities:{0:"Rough Skin",H:"Speed Boost"},weightkg:20.8,evos:["Sharpedo"],eggGroups:["Water 2"]},sharpedo:{num:319,name:"Sharpedo",types:["Water","Dark"],baseStats:{hp:70,atk:120,def:40,spa:95,spd:40,spe:95},abilities:{0:"Rough Skin",H:"Speed Boost"},weightkg:88.8,prevo:"Carvanha",evoLevel:30,eggGroups:["Water 2"],otherFormes:["Sharpedo-Mega"],formeOrder:["Sharpedo","Sharpedo-Mega"]},sharpedomega:{num:319,name:"Sharpedo-Mega",baseSpecies:"Sharpedo",forme:"Mega",types:["Water","Dark"],baseStats:{hp:70,atk:140,def:70,spa:110,spd:65,spe:105},abilities:{0:"Strong Jaw"},weightkg:130.3,eggGroups:["Water 2"],requiredItem:"Sharpedonite"},wailmer:{num:320,name:"Wailmer",types:["Water"],baseStats:{hp:130,atk:70,def:35,spa:70,spd:35,spe:60},abilities:{0:"Water Veil",1:"Oblivious",H:"Pressure"},weightkg:130,evos:["Wailord"],eggGroups:["Field","Water 2"]},wailord:{num:321,name:"Wailord",types:["Water"],baseStats:{hp:170,atk:90,def:45,spa:90,spd:45,spe:60},abilities:{0:"Water Veil",1:"Oblivious",H:"Pressure"},weightkg:398,prevo:"Wailmer",evoLevel:40,eggGroups:["Field","Water 2"]},numel:{num:322,name:"Numel",types:["Fire","Ground"],baseStats:{hp:60,atk:60,def:40,spa:65,spd:45,spe:35},abilities:{0:"Oblivious",1:"Simple",H:"Own Tempo"},weightkg:24,evos:["Camerupt"],eggGroups:["Field"]},camerupt:{num:323,name:"Camerupt",types:["Fire","Ground"],baseStats:{hp:70,atk:100,def:70,spa:105,spd:75,spe:40},abilities:{0:"Magma Armor",1:"Solid Rock",H:"Anger Point"},weightkg:220,prevo:"Numel",evoLevel:33,eggGroups:["Field"],otherFormes:["Camerupt-Mega"],formeOrder:["Camerupt","Camerupt-Mega"]},cameruptmega:{num:323,name:"Camerupt-Mega",baseSpecies:"Camerupt",forme:"Mega",types:["Fire","Ground"],baseStats:{hp:70,atk:120,def:100,spa:145,spd:105,spe:20},abilities:{0:"Sheer Force"},weightkg:320.5,eggGroups:["Field"],requiredItem:"Cameruptite"},torkoal:{num:324,name:"Torkoal",types:["Fire"],baseStats:{hp:70,atk:85,def:140,spa:85,spd:70,spe:20},abilities:{0:"White Smoke",1:"Drought",H:"Shell Armor"},weightkg:80.4,eggGroups:["Field"]},spoink:{num:325,name:"Spoink",types:["Psychic"],baseStats:{hp:60,atk:25,def:35,spa:70,spd:80,spe:60},abilities:{0:"Thick Fat",1:"Own Tempo",H:"Gluttony"},weightkg:30.6,evos:["Grumpig"],eggGroups:["Field"]},grumpig:{num:326,name:"Grumpig",types:["Psychic"],baseStats:{hp:80,atk:45,def:65,spa:90,spd:110,spe:80},abilities:{0:"Thick Fat",1:"Own Tempo",H:"Gluttony"},weightkg:71.5,prevo:"Spoink",evoLevel:32,eggGroups:["Field"]},spinda:{num:327,name:"Spinda",types:["Normal"],baseStats:{hp:60,atk:60,def:60,spa:60,spd:60,spe:60},abilities:{0:"Own Tempo",1:"Tangled Feet",H:"Contrary"},weightkg:5,eggGroups:["Field","Human-Like"]},trapinch:{num:328,name:"Trapinch",types:["Ground"],baseStats:{hp:45,atk:100,def:45,spa:45,spd:45,spe:10},abilities:{0:"Hyper Cutter",1:"Arena Trap",H:"Sheer Force"},weightkg:15,evos:["Vibrava"],eggGroups:["Bug","Dragon"]},vibrava:{num:329,name:"Vibrava",types:["Ground","Dragon"],baseStats:{hp:50,atk:70,def:50,spa:50,spd:50,spe:70},abilities:{0:"Levitate"},weightkg:15.3,prevo:"Trapinch",evoLevel:35,evos:["Flygon"],eggGroups:["Bug","Dragon"]},flygon:{num:330,name:"Flygon",types:["Ground","Dragon"],baseStats:{hp:80,atk:100,def:80,spa:80,spd:80,spe:100},abilities:{0:"Levitate"},weightkg:82,prevo:"Vibrava",evoLevel:45,eggGroups:["Bug","Dragon"]},cacnea:{num:331,name:"Cacnea",types:["Grass"],baseStats:{hp:50,atk:85,def:40,spa:85,spd:40,spe:35},abilities:{0:"Sand Veil",H:"Water Absorb"},weightkg:51.3,evos:["Cacturne"],eggGroups:["Grass","Human-Like"]},cacturne:{num:332,name:"Cacturne",types:["Grass","Dark"],baseStats:{hp:70,atk:115,def:60,spa:115,spd:60,spe:55},abilities:{0:"Sand Veil",H:"Water Absorb"},weightkg:77.4,prevo:"Cacnea",evoLevel:32,eggGroups:["Grass","Human-Like"]},swablu:{num:333,name:"Swablu",types:["Normal","Flying"],baseStats:{hp:45,atk:40,def:60,spa:40,spd:75,spe:50},abilities:{0:"Natural Cure",H:"Cloud Nine"},weightkg:1.2,evos:["Altaria"],eggGroups:["Flying","Dragon"]},altaria:{num:334,name:"Altaria",types:["Dragon","Flying"],baseStats:{hp:75,atk:70,def:90,spa:70,spd:105,spe:80},abilities:{0:"Natural Cure",H:"Cloud Nine"},weightkg:20.6,prevo:"Swablu",evoLevel:35,eggGroups:["Flying","Dragon"],otherFormes:["Altaria-Mega"],formeOrder:["Altaria","Altaria-Mega"]},altariamega:{num:334,name:"Altaria-Mega",baseSpecies:"Altaria",forme:"Mega",types:["Dragon","Fairy"],baseStats:{hp:75,atk:110,def:110,spa:110,spd:105,spe:80},abilities:{0:"Pixilate"},weightkg:20.6,eggGroups:["Flying","Dragon"],requiredItem:"Altarianite"},zangoose:{num:335,name:"Zangoose",types:["Normal"],baseStats:{hp:73,atk:115,def:60,spa:60,spd:60,spe:90},abilities:{0:"Immunity",H:"Toxic Boost"},weightkg:40.3,eggGroups:["Field"]},seviper:{num:336,name:"Seviper",types:["Poison"],baseStats:{hp:73,atk:100,def:60,spa:100,spd:60,spe:65},abilities:{0:"Shed Skin",H:"Infiltrator"},weightkg:52.5,eggGroups:["Field","Dragon"]},lunatone:{num:337,name:"Lunatone",types:["Rock","Psychic"],gender:"N",baseStats:{hp:90,atk:55,def:65,spa:95,spd:85,spe:70},abilities:{0:"Levitate"},weightkg:168,eggGroups:["Mineral"]},solrock:{num:338,name:"Solrock",types:["Rock","Psychic"],gender:"N",baseStats:{hp:90,atk:95,def:85,spa:55,spd:65,spe:70},abilities:{0:"Levitate"},weightkg:154,eggGroups:["Mineral"]},barboach:{num:339,name:"Barboach",types:["Water","Ground"],baseStats:{hp:50,atk:48,def:43,spa:46,spd:41,spe:60},abilities:{0:"Oblivious",1:"Anticipation",H:"Hydration"},weightkg:1.9,evos:["Whiscash"],eggGroups:["Water 2"]},whiscash:{num:340,name:"Whiscash",types:["Water","Ground"],baseStats:{hp:110,atk:78,def:73,spa:76,spd:71,spe:60},abilities:{0:"Oblivious",1:"Anticipation",H:"Hydration"},weightkg:23.6,prevo:"Barboach",evoLevel:30,eggGroups:["Water 2"]},corphish:{num:341,name:"Corphish",types:["Water"],baseStats:{hp:43,atk:80,def:65,spa:50,spd:35,spe:35},abilities:{0:"Hyper Cutter",1:"Shell Armor",H:"Adaptability"},weightkg:11.5,evos:["Crawdaunt"],eggGroups:["Water 1","Water 3"]},crawdaunt:{num:342,name:"Crawdaunt",types:["Water","Dark"],baseStats:{hp:63,atk:120,def:85,spa:90,spd:55,spe:55},abilities:{0:"Hyper Cutter",1:"Shell Armor",H:"Adaptability"},weightkg:32.8,prevo:"Corphish",evoLevel:30,eggGroups:["Water 1","Water 3"]},baltoy:{num:343,name:"Baltoy",types:["Ground","Psychic"],gender:"N",baseStats:{hp:40,atk:40,def:55,spa:40,spd:70,spe:55},abilities:{0:"Levitate"},weightkg:21.5,evos:["Claydol"],eggGroups:["Mineral"]},claydol:{num:344,name:"Claydol",types:["Ground","Psychic"],gender:"N",baseStats:{hp:60,atk:70,def:105,spa:70,spd:120,spe:75},abilities:{0:"Levitate"},weightkg:108,prevo:"Baltoy",evoLevel:36,eggGroups:["Mineral"]},lileep:{num:345,name:"Lileep",types:["Rock","Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:66,atk:41,def:77,spa:61,spd:87,spe:23},abilities:{0:"Suction Cups",H:"Storm Drain"},weightkg:23.8,evos:["Cradily"],eggGroups:["Water 3"]},cradily:{num:346,name:"Cradily",types:["Rock","Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:86,atk:81,def:97,spa:81,spd:107,spe:43},abilities:{0:"Suction Cups",H:"Storm Drain"},weightkg:60.4,prevo:"Lileep",evoLevel:40,eggGroups:["Water 3"]},anorith:{num:347,name:"Anorith",types:["Rock","Bug"],genderRatio:{M:.875,F:.125},baseStats:{hp:45,atk:95,def:50,spa:40,spd:50,spe:75},abilities:{0:"Battle Armor",H:"Swift Swim"},weightkg:12.5,evos:["Armaldo"],eggGroups:["Water 3"]},armaldo:{num:348,name:"Armaldo",types:["Rock","Bug"],genderRatio:{M:.875,F:.125},baseStats:{hp:75,atk:125,def:100,spa:70,spd:80,spe:45},abilities:{0:"Battle Armor",H:"Swift Swim"},weightkg:68.2,prevo:"Anorith",evoLevel:40,eggGroups:["Water 3"]},feebas:{num:349,name:"Feebas",types:["Water"],baseStats:{hp:20,atk:15,def:20,spa:10,spd:55,spe:80},abilities:{0:"Swift Swim",1:"Oblivious",H:"Adaptability"},weightkg:7.4,evos:["Milotic"],eggGroups:["Water 1","Dragon"]},milotic:{num:350,name:"Milotic",types:["Water"],baseStats:{hp:95,atk:60,def:79,spa:100,spd:125,spe:81},abilities:{0:"Marvel Scale",1:"Competitive",H:"Cute Charm"},weightkg:162,prevo:"Feebas",evoType:"trade",evoItem:"Prism Scale",eggGroups:["Water 1","Dragon"]},castform:{num:351,name:"Castform",types:["Normal"],baseStats:{hp:70,atk:70,def:70,spa:70,spd:70,spe:70},abilities:{0:"Forecast"},weightkg:.8,eggGroups:["Fairy","Amorphous"],otherFormes:["Castform-Sunny","Castform-Rainy","Castform-Snowy"],formeOrder:["Castform","Castform-Sunny","Castform-Rainy","Castform-Snowy"]},castformsunny:{num:351,name:"Castform-Sunny",baseSpecies:"Castform",forme:"Sunny",types:["Fire"],baseStats:{hp:70,atk:70,def:70,spa:70,spd:70,spe:70},abilities:{0:"Forecast"},weightkg:.8,eggGroups:["Fairy","Amorphous"],requiredAbility:"Forecast",battleOnly:"Castform"},castformrainy:{num:351,name:"Castform-Rainy",baseSpecies:"Castform",forme:"Rainy",types:["Water"],baseStats:{hp:70,atk:70,def:70,spa:70,spd:70,spe:70},abilities:{0:"Forecast"},weightkg:.8,eggGroups:["Fairy","Amorphous"],requiredAbility:"Forecast",battleOnly:"Castform"},castformsnowy:{num:351,name:"Castform-Snowy",baseSpecies:"Castform",forme:"Snowy",types:["Ice"],baseStats:{hp:70,atk:70,def:70,spa:70,spd:70,spe:70},abilities:{0:"Forecast"},weightkg:.8,eggGroups:["Fairy","Amorphous"],requiredAbility:"Forecast",battleOnly:"Castform"},kecleon:{num:352,name:"Kecleon",types:["Normal"],baseStats:{hp:60,atk:90,def:70,spa:60,spd:120,spe:40},abilities:{0:"Color Change",H:"Protean"},weightkg:22,eggGroups:["Field"]},shuppet:{num:353,name:"Shuppet",types:["Ghost"],baseStats:{hp:44,atk:75,def:35,spa:63,spd:33,spe:45},abilities:{0:"Insomnia",1:"Frisk",H:"Cursed Body"},weightkg:2.3,evos:["Banette"],eggGroups:["Amorphous"]},banette:{num:354,name:"Banette",types:["Ghost"],baseStats:{hp:64,atk:115,def:65,spa:83,spd:63,spe:65},abilities:{0:"Insomnia",1:"Frisk",H:"Cursed Body"},weightkg:12.5,prevo:"Shuppet",evoLevel:37,eggGroups:["Amorphous"],otherFormes:["Banette-Mega"],formeOrder:["Banette","Banette-Mega"]},banettemega:{num:354,name:"Banette-Mega",baseSpecies:"Banette",forme:"Mega",types:["Ghost"],baseStats:{hp:64,atk:165,def:75,spa:93,spd:83,spe:75},abilities:{0:"Prankster"},weightkg:13,eggGroups:["Amorphous"],requiredItem:"Banettite"},duskull:{num:355,name:"Duskull",types:["Ghost"],baseStats:{hp:20,atk:40,def:90,spa:30,spd:90,spe:25},abilities:{0:"Levitate",H:"Frisk"},weightkg:15,evos:["Dusclops"],eggGroups:["Amorphous"]},dusclops:{num:356,name:"Dusclops",types:["Ghost"],baseStats:{hp:40,atk:70,def:130,spa:60,spd:130,spe:25},abilities:{0:"Pressure",H:"Frisk"},weightkg:30.6,prevo:"Duskull",evoLevel:37,evos:["Dusknoir"],eggGroups:["Amorphous"]},tropius:{num:357,name:"Tropius",types:["Grass","Flying"],baseStats:{hp:99,atk:68,def:83,spa:72,spd:87,spe:51},abilities:{0:"Chlorophyll",1:"Solar Power",H:"Harvest"},weightkg:100,eggGroups:["Monster","Grass"]},chimecho:{num:358,name:"Chimecho",types:["Psychic"],baseStats:{hp:75,atk:50,def:80,spa:95,spd:90,spe:65},abilities:{0:"Levitate"},weightkg:1,prevo:"Chingling",evoType:"levelFriendship",evoCondition:"at night",eggGroups:["Amorphous"],canHatch:!0},absol:{num:359,name:"Absol",types:["Dark"],baseStats:{hp:65,atk:130,def:60,spa:75,spd:60,spe:75},abilities:{0:"Pressure",1:"Super Luck",H:"Justified"},weightkg:47,eggGroups:["Field"],otherFormes:["Absol-Mega"],formeOrder:["Absol","Absol-Mega"]},absolmega:{num:359,name:"Absol-Mega",baseSpecies:"Absol",forme:"Mega",types:["Dark"],baseStats:{hp:65,atk:150,def:60,spa:115,spd:60,spe:115},abilities:{0:"Magic Bounce"},weightkg:49,eggGroups:["Field"],requiredItem:"Absolite"},wynaut:{num:360,name:"Wynaut",types:["Psychic"],baseStats:{hp:95,atk:23,def:48,spa:23,spd:48,spe:23},abilities:{0:"Shadow Tag",H:"Telepathy"},weightkg:14,evos:["Wobbuffet"],eggGroups:["Undiscovered"],canHatch:!0},snorunt:{num:361,name:"Snorunt",types:["Ice"],baseStats:{hp:50,atk:50,def:50,spa:50,spd:50,spe:50},abilities:{0:"Inner Focus",1:"Ice Body",H:"Moody"},weightkg:16.8,evos:["Glalie","Froslass"],eggGroups:["Fairy","Mineral"]},glalie:{num:362,name:"Glalie",types:["Ice"],baseStats:{hp:80,atk:80,def:80,spa:80,spd:80,spe:80},abilities:{0:"Inner Focus",1:"Ice Body",H:"Moody"},weightkg:256.5,prevo:"Snorunt",evoLevel:42,eggGroups:["Fairy","Mineral"],otherFormes:["Glalie-Mega"],formeOrder:["Glalie","Glalie-Mega"]},glaliemega:{num:362,name:"Glalie-Mega",baseSpecies:"Glalie",forme:"Mega",types:["Ice"],baseStats:{hp:80,atk:120,def:80,spa:120,spd:80,spe:100},abilities:{0:"Refrigerate"},weightkg:350.2,eggGroups:["Fairy","Mineral"],requiredItem:"Glalitite"},spheal:{num:363,name:"Spheal",types:["Ice","Water"],baseStats:{hp:70,atk:40,def:50,spa:55,spd:50,spe:25},abilities:{0:"Thick Fat",1:"Ice Body",H:"Oblivious"},weightkg:39.5,evos:["Sealeo"],eggGroups:["Water 1","Field"]},sealeo:{num:364,name:"Sealeo",types:["Ice","Water"],baseStats:{hp:90,atk:60,def:70,spa:75,spd:70,spe:45},abilities:{0:"Thick Fat",1:"Ice Body",H:"Oblivious"},weightkg:87.6,prevo:"Spheal",evoLevel:32,evos:["Walrein"],eggGroups:["Water 1","Field"]},walrein:{num:365,name:"Walrein",types:["Ice","Water"],baseStats:{hp:110,atk:80,def:90,spa:95,spd:90,spe:65},abilities:{0:"Thick Fat",1:"Ice Body",H:"Oblivious"},weightkg:150.6,prevo:"Sealeo",evoLevel:44,eggGroups:["Water 1","Field"]},clamperl:{num:366,name:"Clamperl",types:["Water"],baseStats:{hp:35,atk:64,def:85,spa:74,spd:55,spe:32},abilities:{0:"Shell Armor",H:"Rattled"},weightkg:52.5,evos:["Huntail","Gorebyss"],eggGroups:["Water 1"]},huntail:{num:367,name:"Huntail",types:["Water"],baseStats:{hp:55,atk:104,def:105,spa:94,spd:75,spe:52},abilities:{0:"Swift Swim",H:"Water Veil"},weightkg:27,prevo:"Clamperl",evoType:"trade",evoItem:"Deep Sea Tooth",eggGroups:["Water 1"]},gorebyss:{num:368,name:"Gorebyss",types:["Water"],baseStats:{hp:55,atk:84,def:105,spa:114,spd:75,spe:52},abilities:{0:"Swift Swim",H:"Hydration"},weightkg:22.6,prevo:"Clamperl",evoType:"trade",evoItem:"Deep Sea Scale",eggGroups:["Water 1"]},relicanth:{num:369,name:"Relicanth",types:["Water","Rock"],genderRatio:{M:.875,F:.125},baseStats:{hp:100,atk:90,def:130,spa:45,spd:65,spe:55},abilities:{0:"Swift Swim",1:"Rock Head",H:"Sturdy"},weightkg:23.4,eggGroups:["Water 1","Water 2"]},luvdisc:{num:370,name:"Luvdisc",types:["Water"],genderRatio:{M:.25,F:.75},baseStats:{hp:43,atk:30,def:55,spa:40,spd:65,spe:97},abilities:{0:"Swift Swim",H:"Hydration"},weightkg:8.7,eggGroups:["Water 2"]},bagon:{num:371,name:"Bagon",types:["Dragon"],baseStats:{hp:45,atk:75,def:60,spa:40,spd:30,spe:50},abilities:{0:"Rock Head",H:"Sheer Force"},weightkg:42.1,evos:["Shelgon"],eggGroups:["Dragon"]},shelgon:{num:372,name:"Shelgon",types:["Dragon"],baseStats:{hp:65,atk:95,def:100,spa:60,spd:50,spe:50},abilities:{0:"Rock Head",H:"Overcoat"},weightkg:110.5,prevo:"Bagon",evoLevel:30,evos:["Salamence"],eggGroups:["Dragon"]},salamence:{num:373,name:"Salamence",types:["Dragon","Flying"],baseStats:{hp:95,atk:135,def:80,spa:110,spd:80,spe:100},abilities:{0:"Intimidate",H:"Moxie"},weightkg:102.6,prevo:"Shelgon",evoLevel:50,eggGroups:["Dragon"],otherFormes:["Salamence-Mega"],formeOrder:["Salamence","Salamence-Mega"]},salamencemega:{num:373,name:"Salamence-Mega",baseSpecies:"Salamence",forme:"Mega",types:["Dragon","Flying"],baseStats:{hp:95,atk:145,def:130,spa:120,spd:90,spe:120},abilities:{0:"Aerilate"},weightkg:112.6,eggGroups:["Dragon"],requiredItem:"Salamencite"},beldum:{num:374,name:"Beldum",types:["Steel","Psychic"],gender:"N",baseStats:{hp:40,atk:55,def:80,spa:35,spd:60,spe:30},abilities:{0:"Clear Body",H:"Light Metal"},weightkg:95.2,evos:["Metang"],eggGroups:["Mineral"]},metang:{num:375,name:"Metang",types:["Steel","Psychic"],gender:"N",baseStats:{hp:60,atk:75,def:100,spa:55,spd:80,spe:50},abilities:{0:"Clear Body",H:"Light Metal"},weightkg:202.5,prevo:"Beldum",evoLevel:20,evos:["Metagross"],eggGroups:["Mineral"]},metagross:{num:376,name:"Metagross",types:["Steel","Psychic"],gender:"N",baseStats:{hp:80,atk:135,def:130,spa:95,spd:90,spe:70},abilities:{0:"Clear Body",H:"Light Metal"},weightkg:550,prevo:"Metang",evoLevel:45,eggGroups:["Mineral"],otherFormes:["Metagross-Mega"],formeOrder:["Metagross","Metagross-Mega"]},metagrossmega:{num:376,name:"Metagross-Mega",baseSpecies:"Metagross",forme:"Mega",types:["Steel","Psychic"],gender:"N",baseStats:{hp:80,atk:145,def:150,spa:105,spd:110,spe:110},abilities:{0:"Tough Claws"},weightkg:942.9,eggGroups:["Mineral"],requiredItem:"Metagrossite"},regirock:{num:377,name:"Regirock",types:["Rock"],gender:"N",baseStats:{hp:80,atk:100,def:200,spa:50,spd:100,spe:50},abilities:{0:"Clear Body",H:"Sturdy"},weightkg:230,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},regice:{num:378,name:"Regice",types:["Ice"],gender:"N",baseStats:{hp:80,atk:50,def:100,spa:100,spd:200,spe:50},abilities:{0:"Clear Body",H:"Ice Body"},weightkg:175,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},registeel:{num:379,name:"Registeel",types:["Steel"],gender:"N",baseStats:{hp:80,atk:75,def:150,spa:75,spd:150,spe:50},abilities:{0:"Clear Body",H:"Light Metal"},weightkg:205,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},latias:{num:380,name:"Latias",types:["Dragon","Psychic"],gender:"F",baseStats:{hp:80,atk:80,def:90,spa:110,spd:130,spe:110},abilities:{0:"Levitate"},weightkg:40,tags:["Sub-Legendary"],eggGroups:["Undiscovered"],otherFormes:["Latias-Mega"],formeOrder:["Latias","Latias-Mega"]},latiasmega:{num:380,name:"Latias-Mega",baseSpecies:"Latias",forme:"Mega",types:["Dragon","Psychic"],gender:"F",baseStats:{hp:80,atk:100,def:120,spa:140,spd:150,spe:110},abilities:{0:"Levitate"},weightkg:52,eggGroups:["Undiscovered"],requiredItem:"Latiasite"},latios:{num:381,name:"Latios",types:["Dragon","Psychic"],gender:"M",baseStats:{hp:80,atk:90,def:80,spa:130,spd:110,spe:110},abilities:{0:"Levitate"},weightkg:60,eggGroups:["Undiscovered"],tags:["Sub-Legendary"],otherFormes:["Latios-Mega"],formeOrder:["Latios","Latios-Mega"]},latiosmega:{num:381,name:"Latios-Mega",baseSpecies:"Latios",forme:"Mega",types:["Dragon","Psychic"],gender:"M",baseStats:{hp:80,atk:130,def:100,spa:160,spd:120,spe:110},abilities:{0:"Levitate"},weightkg:70,eggGroups:["Undiscovered"],requiredItem:"Latiosite"},kyogre:{num:382,name:"Kyogre",types:["Water"],gender:"N",baseStats:{hp:100,atk:100,def:90,spa:150,spd:140,spe:90},abilities:{0:"Drizzle"},weightkg:352,tags:["Restricted Legendary"],eggGroups:["Undiscovered"],otherFormes:["Kyogre-Primal"],formeOrder:["Kyogre","Kyogre-Primal"]},kyogreprimal:{num:382,name:"Kyogre-Primal",baseSpecies:"Kyogre",forme:"Primal",types:["Water"],gender:"N",baseStats:{hp:100,atk:150,def:90,spa:180,spd:160,spe:90},abilities:{0:"Primordial Sea"},weightkg:430,eggGroups:["Undiscovered"],requiredItem:"Blue Orb"},groudon:{num:383,name:"Groudon",types:["Ground"],gender:"N",baseStats:{hp:100,atk:150,def:140,spa:100,spd:90,spe:90},abilities:{0:"Drought"},weightkg:950,tags:["Restricted Legendary"],eggGroups:["Undiscovered"],otherFormes:["Groudon-Primal"],formeOrder:["Groudon","Groudon-Primal"]},groudonprimal:{num:383,name:"Groudon-Primal",baseSpecies:"Groudon",forme:"Primal",types:["Ground","Fire"],gender:"N",baseStats:{hp:100,atk:180,def:160,spa:150,spd:90,spe:90},abilities:{0:"Desolate Land"},weightkg:999.7,eggGroups:["Undiscovered"],requiredItem:"Red Orb"},rayquaza:{num:384,name:"Rayquaza",types:["Dragon","Flying"],gender:"N",baseStats:{hp:105,atk:150,def:90,spa:150,spd:90,spe:95},abilities:{0:"Air Lock"},weightkg:206.5,tags:["Restricted Legendary"],eggGroups:["Undiscovered"],otherFormes:["Rayquaza-Mega"],formeOrder:["Rayquaza","Rayquaza-Mega"]},rayquazamega:{num:384,name:"Rayquaza-Mega",baseSpecies:"Rayquaza",forme:"Mega",types:["Dragon","Flying"],gender:"N",baseStats:{hp:105,atk:180,def:100,spa:180,spd:100,spe:115},abilities:{0:"Delta Stream"},weightkg:392,eggGroups:["Undiscovered"],requiredMove:"Dragon Ascent"},jirachi:{num:385,name:"Jirachi",types:["Steel","Psychic"],gender:"N",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Serene Grace"},weightkg:1.1,tags:["Mythical"],eggGroups:["Undiscovered"]},deoxys:{num:386,name:"Deoxys",baseForme:"Normal",types:["Psychic"],gender:"N",baseStats:{hp:50,atk:150,def:50,spa:150,spd:50,spe:150},abilities:{0:"Pressure"},weightkg:60.8,eggGroups:["Undiscovered"],tags:["Mythical"],otherFormes:["Deoxys-Attack","Deoxys-Defense","Deoxys-Speed"],formeOrder:["Deoxys","Deoxys-Attack","Deoxys-Defense","Deoxys-Speed"]},deoxysattack:{num:386,name:"Deoxys-Attack",baseSpecies:"Deoxys",forme:"Attack",types:["Psychic"],gender:"N",baseStats:{hp:50,atk:180,def:20,spa:180,spd:20,spe:150},abilities:{0:"Pressure"},weightkg:60.8,eggGroups:["Undiscovered"],changesFrom:"Deoxys"},deoxysdefense:{num:386,name:"Deoxys-Defense",baseSpecies:"Deoxys",forme:"Defense",types:["Psychic"],gender:"N",baseStats:{hp:50,atk:70,def:160,spa:70,spd:160,spe:90},abilities:{0:"Pressure"},weightkg:60.8,eggGroups:["Undiscovered"],changesFrom:"Deoxys"},deoxysspeed:{num:386,name:"Deoxys-Speed",baseSpecies:"Deoxys",forme:"Speed",types:["Psychic"],gender:"N",baseStats:{hp:50,atk:95,def:90,spa:95,spd:90,spe:180},abilities:{0:"Pressure"},weightkg:60.8,eggGroups:["Undiscovered"],changesFrom:"Deoxys"},turtwig:{num:387,name:"Turtwig",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:55,atk:68,def:64,spa:45,spd:55,spe:31},abilities:{0:"Overgrow",H:"Shell Armor"},weightkg:10.2,evos:["Grotle"],eggGroups:["Monster","Grass"]},grotle:{num:388,name:"Grotle",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:75,atk:89,def:85,spa:55,spd:65,spe:36},abilities:{0:"Overgrow",H:"Shell Armor"},weightkg:97,prevo:"Turtwig",evoLevel:18,evos:["Torterra"],eggGroups:["Monster","Grass"]},torterra:{num:389,name:"Torterra",types:["Grass","Ground"],genderRatio:{M:.875,F:.125},baseStats:{hp:95,atk:109,def:105,spa:75,spd:85,spe:56},abilities:{0:"Overgrow",H:"Shell Armor"},weightkg:310,prevo:"Grotle",evoLevel:32,eggGroups:["Monster","Grass"]},chimchar:{num:390,name:"Chimchar",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:44,atk:58,def:44,spa:58,spd:44,spe:61},abilities:{0:"Blaze",H:"Iron Fist"},weightkg:6.2,evos:["Monferno"],eggGroups:["Field","Human-Like"]},monferno:{num:391,name:"Monferno",types:["Fire","Fighting"],genderRatio:{M:.875,F:.125},baseStats:{hp:64,atk:78,def:52,spa:78,spd:52,spe:81},abilities:{0:"Blaze",H:"Iron Fist"},weightkg:22,prevo:"Chimchar",evoLevel:14,evos:["Infernape"],eggGroups:["Field","Human-Like"]},infernape:{num:392,name:"Infernape",types:["Fire","Fighting"],genderRatio:{M:.875,F:.125},baseStats:{hp:76,atk:104,def:71,spa:104,spd:71,spe:108},abilities:{0:"Blaze",H:"Iron Fist"},weightkg:55,prevo:"Monferno",evoLevel:36,eggGroups:["Field","Human-Like"]},piplup:{num:393,name:"Piplup",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:53,atk:51,def:53,spa:61,spd:56,spe:40},abilities:{0:"Torrent",H:"Defiant"},weightkg:5.2,evos:["Prinplup"],eggGroups:["Water 1","Field"]},prinplup:{num:394,name:"Prinplup",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:64,atk:66,def:68,spa:81,spd:76,spe:50},abilities:{0:"Torrent",H:"Defiant"},weightkg:23,prevo:"Piplup",evoLevel:16,evos:["Empoleon"],eggGroups:["Water 1","Field"]},empoleon:{num:395,name:"Empoleon",types:["Water","Steel"],genderRatio:{M:.875,F:.125},baseStats:{hp:84,atk:86,def:88,spa:111,spd:101,spe:60},abilities:{0:"Torrent",H:"Defiant"},weightkg:84.5,prevo:"Prinplup",evoLevel:36,eggGroups:["Water 1","Field"]},starly:{num:396,name:"Starly",types:["Normal","Flying"],baseStats:{hp:40,atk:55,def:30,spa:30,spd:30,spe:60},abilities:{0:"Keen Eye",H:"Reckless"},weightkg:2,evos:["Staravia"],eggGroups:["Flying"]},staravia:{num:397,name:"Staravia",types:["Normal","Flying"],baseStats:{hp:55,atk:75,def:50,spa:40,spd:40,spe:80},abilities:{0:"Intimidate",H:"Reckless"},weightkg:15.5,prevo:"Starly",evoLevel:14,evos:["Staraptor"],eggGroups:["Flying"]},staraptor:{num:398,name:"Staraptor",types:["Normal","Flying"],baseStats:{hp:85,atk:120,def:70,spa:50,spd:60,spe:100},abilities:{0:"Intimidate",H:"Reckless"},weightkg:24.9,prevo:"Staravia",evoLevel:34,eggGroups:["Flying"]},bidoof:{num:399,name:"Bidoof",types:["Normal"],baseStats:{hp:59,atk:45,def:40,spa:35,spd:40,spe:31},abilities:{0:"Simple",1:"Unaware",H:"Moody"},weightkg:20,evos:["Bibarel"],eggGroups:["Water 1","Field"]},bibarel:{num:400,name:"Bibarel",types:["Normal","Water"],baseStats:{hp:79,atk:85,def:60,spa:55,spd:60,spe:71},abilities:{0:"Simple",1:"Unaware",H:"Moody"},weightkg:31.5,prevo:"Bidoof",evoLevel:15,eggGroups:["Water 1","Field"]},kricketot:{num:401,name:"Kricketot",types:["Bug"],baseStats:{hp:37,atk:25,def:41,spa:25,spd:41,spe:25},abilities:{0:"Shed Skin",H:"Run Away"},weightkg:2.2,evos:["Kricketune"],eggGroups:["Bug"]},kricketune:{num:402,name:"Kricketune",types:["Bug"],baseStats:{hp:77,atk:85,def:51,spa:55,spd:51,spe:65},abilities:{0:"Swarm",H:"Technician"},weightkg:25.5,prevo:"Kricketot",evoLevel:10,eggGroups:["Bug"]},shinx:{num:403,name:"Shinx",types:["Electric"],baseStats:{hp:45,atk:65,def:34,spa:40,spd:34,spe:45},abilities:{0:"Rivalry",1:"Intimidate",H:"Guts"},weightkg:9.5,evos:["Luxio"],eggGroups:["Field"]},luxio:{num:404,name:"Luxio",types:["Electric"],baseStats:{hp:60,atk:85,def:49,spa:60,spd:49,spe:60},abilities:{0:"Rivalry",1:"Intimidate",H:"Guts"},weightkg:30.5,prevo:"Shinx",evoLevel:15,evos:["Luxray"],eggGroups:["Field"]},luxray:{num:405,name:"Luxray",types:["Electric"],baseStats:{hp:80,atk:120,def:79,spa:95,spd:79,spe:70},abilities:{0:"Rivalry",1:"Intimidate",H:"Guts"},weightkg:42,prevo:"Luxio",evoLevel:30,eggGroups:["Field"]},budew:{num:406,name:"Budew",types:["Grass","Poison"],baseStats:{hp:40,atk:30,def:35,spa:50,spd:70,spe:55},abilities:{0:"Natural Cure",1:"Poison Point",H:"Leaf Guard"},weightkg:1.2,evos:["Roselia"],eggGroups:["Undiscovered"],canHatch:!0},roserade:{num:407,name:"Roserade",types:["Grass","Poison"],baseStats:{hp:60,atk:70,def:65,spa:125,spd:105,spe:90},abilities:{0:"Natural Cure",1:"Poison Point",H:"Technician"},weightkg:14.5,prevo:"Roselia",evoType:"useItem",evoItem:"Shiny Stone",eggGroups:["Fairy","Grass"]},cranidos:{num:408,name:"Cranidos",types:["Rock"],genderRatio:{M:.875,F:.125},baseStats:{hp:67,atk:125,def:40,spa:30,spd:30,spe:58},abilities:{0:"Mold Breaker",H:"Sheer Force"},weightkg:31.5,evos:["Rampardos"],eggGroups:["Monster"]},rampardos:{num:409,name:"Rampardos",types:["Rock"],genderRatio:{M:.875,F:.125},baseStats:{hp:97,atk:165,def:60,spa:65,spd:50,spe:58},abilities:{0:"Mold Breaker",H:"Sheer Force"},weightkg:102.5,prevo:"Cranidos",evoLevel:30,eggGroups:["Monster"]},shieldon:{num:410,name:"Shieldon",types:["Rock","Steel"],genderRatio:{M:.875,F:.125},baseStats:{hp:30,atk:42,def:118,spa:42,spd:88,spe:30},abilities:{0:"Sturdy",H:"Soundproof"},weightkg:57,evos:["Bastiodon"],eggGroups:["Monster"]},bastiodon:{num:411,name:"Bastiodon",types:["Rock","Steel"],genderRatio:{M:.875,F:.125},baseStats:{hp:60,atk:52,def:168,spa:47,spd:138,spe:30},abilities:{0:"Sturdy",H:"Soundproof"},weightkg:149.5,prevo:"Shieldon",evoLevel:30,eggGroups:["Monster"]},burmy:{num:412,name:"Burmy",baseForme:"Plant",types:["Bug"],baseStats:{hp:40,atk:29,def:45,spa:29,spd:45,spe:36},abilities:{0:"Shed Skin",H:"Overcoat"},weightkg:3.4,evos:["Wormadam","Wormadam-Sandy","Wormadam-Trash","Mothim"],eggGroups:["Bug"],cosmeticFormes:["Burmy-Sandy","Burmy-Trash"],formeOrder:["Burmy","Burmy-Sandy","Burmy-Trash"]},wormadam:{num:413,name:"Wormadam",baseForme:"Plant",types:["Bug","Grass"],gender:"F",baseStats:{hp:60,atk:59,def:85,spa:79,spd:105,spe:36},abilities:{0:"Anticipation",H:"Overcoat"},weightkg:6.5,prevo:"Burmy",evoLevel:20,eggGroups:["Bug"],otherFormes:["Wormadam-Sandy","Wormadam-Trash"],formeOrder:["Wormadam","Wormadam-Sandy","Wormadam-Trash"]},wormadamsandy:{num:413,name:"Wormadam-Sandy",baseSpecies:"Wormadam",forme:"Sandy",types:["Bug","Ground"],gender:"F",baseStats:{hp:60,atk:79,def:105,spa:59,spd:85,spe:36},abilities:{0:"Anticipation",H:"Overcoat"},weightkg:6.5,prevo:"Burmy",evoLevel:20,eggGroups:["Bug"]},wormadamtrash:{num:413,name:"Wormadam-Trash",baseSpecies:"Wormadam",forme:"Trash",types:["Bug","Steel"],gender:"F",baseStats:{hp:60,atk:69,def:95,spa:69,spd:95,spe:36},abilities:{0:"Anticipation",H:"Overcoat"},weightkg:6.5,prevo:"Burmy",evoLevel:20,eggGroups:["Bug"]},mothim:{num:414,name:"Mothim",types:["Bug","Flying"],gender:"M",baseStats:{hp:70,atk:94,def:50,spa:94,spd:50,spe:66},abilities:{0:"Swarm",H:"Tinted Lens"},weightkg:23.3,prevo:"Burmy",evoLevel:20,eggGroups:["Bug"]},combee:{num:415,name:"Combee",types:["Bug","Flying"],genderRatio:{M:.875,F:.125},baseStats:{hp:30,atk:30,def:42,spa:30,spd:42,spe:70},abilities:{0:"Honey Gather",H:"Hustle"},weightkg:5.5,evos:["Vespiquen"],eggGroups:["Bug"]},vespiquen:{num:416,name:"Vespiquen",types:["Bug","Flying"],gender:"F",baseStats:{hp:70,atk:80,def:102,spa:80,spd:102,spe:40},abilities:{0:"Pressure",H:"Unnerve"},weightkg:38.5,prevo:"Combee",evoLevel:21,eggGroups:["Bug"]},pachirisu:{num:417,name:"Pachirisu",types:["Electric"],baseStats:{hp:60,atk:45,def:70,spa:45,spd:90,spe:95},abilities:{0:"Run Away",1:"Pickup",H:"Volt Absorb"},weightkg:3.9,eggGroups:["Field","Fairy"]},buizel:{num:418,name:"Buizel",types:["Water"],baseStats:{hp:55,atk:65,def:35,spa:60,spd:30,spe:85},abilities:{0:"Swift Swim",H:"Water Veil"},weightkg:29.5,evos:["Floatzel"],eggGroups:["Water 1","Field"]},floatzel:{num:419,name:"Floatzel",types:["Water"],baseStats:{hp:85,atk:105,def:55,spa:85,spd:50,spe:115},abilities:{0:"Swift Swim",H:"Water Veil"},weightkg:33.5,prevo:"Buizel",evoLevel:26,eggGroups:["Water 1","Field"]},cherubi:{num:420,name:"Cherubi",types:["Grass"],baseStats:{hp:45,atk:35,def:45,spa:62,spd:53,spe:35},abilities:{0:"Chlorophyll"},weightkg:3.3,evos:["Cherrim"],eggGroups:["Fairy","Grass"]},cherrim:{num:421,name:"Cherrim",baseForme:"Overcast",types:["Grass"],baseStats:{hp:70,atk:60,def:70,spa:87,spd:78,spe:85},abilities:{0:"Flower Gift"},weightkg:9.3,prevo:"Cherubi",evoLevel:25,eggGroups:["Fairy","Grass"],otherFormes:["Cherrim-Sunshine"],formeOrder:["Cherrim","Cherrim-Sunshine"]},cherrimsunshine:{num:421,name:"Cherrim-Sunshine",baseSpecies:"Cherrim",forme:"Sunshine",types:["Grass"],baseStats:{hp:70,atk:60,def:70,spa:87,spd:78,spe:85},abilities:{0:"Flower Gift"},weightkg:9.3,eggGroups:["Fairy","Grass"],requiredAbility:"Flower Gift",battleOnly:"Cherrim"},shellos:{num:422,name:"Shellos",baseForme:"West",types:["Water"],baseStats:{hp:76,atk:48,def:48,spa:57,spd:62,spe:34},abilities:{0:"Sticky Hold",1:"Storm Drain",H:"Sand Force"},weightkg:6.3,evos:["Gastrodon"],eggGroups:["Water 1","Amorphous"],cosmeticFormes:["Shellos-East"],formeOrder:["Shellos","Shellos-East"]},gastrodon:{num:423,name:"Gastrodon",baseForme:"West",types:["Water","Ground"],baseStats:{hp:111,atk:83,def:68,spa:92,spd:82,spe:39},abilities:{0:"Sticky Hold",1:"Storm Drain",H:"Sand Force"},weightkg:29.9,prevo:"Shellos",evoLevel:30,eggGroups:["Water 1","Amorphous"],cosmeticFormes:["Gastrodon-East"],formeOrder:["Gastrodon","Gastrodon-East"]},ambipom:{num:424,name:"Ambipom",types:["Normal"],baseStats:{hp:75,atk:100,def:66,spa:60,spd:66,spe:115},abilities:{0:"Technician",1:"Pickup",H:"Skill Link"},weightkg:20.3,prevo:"Aipom",evoType:"levelMove",evoMove:"Double Hit",eggGroups:["Field"]},drifloon:{num:425,name:"Drifloon",types:["Ghost","Flying"],baseStats:{hp:90,atk:50,def:34,spa:60,spd:44,spe:70},abilities:{0:"Aftermath",1:"Unburden",H:"Flare Boost"},weightkg:1.2,evos:["Drifblim"],eggGroups:["Amorphous"]},drifblim:{num:426,name:"Drifblim",types:["Ghost","Flying"],baseStats:{hp:150,atk:80,def:44,spa:90,spd:54,spe:80},abilities:{0:"Aftermath",1:"Unburden",H:"Flare Boost"},weightkg:15,prevo:"Drifloon",evoLevel:28,eggGroups:["Amorphous"]},buneary:{num:427,name:"Buneary",types:["Normal"],baseStats:{hp:55,atk:66,def:44,spa:44,spd:56,spe:85},abilities:{0:"Run Away",1:"Klutz",H:"Limber"},weightkg:5.5,evos:["Lopunny"],eggGroups:["Field","Human-Like"]},lopunny:{num:428,name:"Lopunny",types:["Normal"],baseStats:{hp:65,atk:76,def:84,spa:54,spd:96,spe:105},abilities:{0:"Cute Charm",1:"Klutz",H:"Limber"},weightkg:33.3,prevo:"Buneary",evoType:"levelFriendship",eggGroups:["Field","Human-Like"],otherFormes:["Lopunny-Mega"],formeOrder:["Lopunny","Lopunny-Mega"]},lopunnymega:{num:428,name:"Lopunny-Mega",baseSpecies:"Lopunny",forme:"Mega",types:["Normal","Fighting"],baseStats:{hp:65,atk:136,def:94,spa:54,spd:96,spe:135},abilities:{0:"Scrappy"},weightkg:28.3,eggGroups:["Field","Human-Like"],requiredItem:"Lopunnite"},mismagius:{num:429,name:"Mismagius",types:["Ghost"],baseStats:{hp:60,atk:60,def:60,spa:105,spd:105,spe:105},abilities:{0:"Levitate"},weightkg:4.4,prevo:"Misdreavus",evoType:"useItem",evoItem:"Dusk Stone",eggGroups:["Amorphous"]},honchkrow:{num:430,name:"Honchkrow",types:["Dark","Flying"],baseStats:{hp:100,atk:125,def:52,spa:105,spd:52,spe:71},abilities:{0:"Insomnia",1:"Super Luck",H:"Moxie"},weightkg:27.3,prevo:"Murkrow",evoType:"useItem",evoItem:"Dusk Stone",eggGroups:["Flying"]},glameow:{num:431,name:"Glameow",types:["Normal"],genderRatio:{M:.25,F:.75},baseStats:{hp:49,atk:55,def:42,spa:42,spd:37,spe:85},abilities:{0:"Limber",1:"Own Tempo",H:"Keen Eye"},weightkg:3.9,evos:["Purugly"],eggGroups:["Field"]},purugly:{num:432,name:"Purugly",types:["Normal"],genderRatio:{M:.25,F:.75},baseStats:{hp:71,atk:82,def:64,spa:64,spd:59,spe:112},abilities:{0:"Thick Fat",1:"Own Tempo",H:"Defiant"},weightkg:43.8,prevo:"Glameow",evoLevel:38,eggGroups:["Field"]},chingling:{num:433,name:"Chingling",types:["Psychic"],baseStats:{hp:45,atk:30,def:50,spa:65,spd:50,spe:45},abilities:{0:"Levitate"},weightkg:.6,evos:["Chimecho"],eggGroups:["Undiscovered"],canHatch:!0},stunky:{num:434,name:"Stunky",types:["Poison","Dark"],baseStats:{hp:63,atk:63,def:47,spa:41,spd:41,spe:74},abilities:{0:"Stench",1:"Aftermath",H:"Keen Eye"},weightkg:19.2,evos:["Skuntank"],eggGroups:["Field"]},skuntank:{num:435,name:"Skuntank",types:["Poison","Dark"],baseStats:{hp:103,atk:93,def:67,spa:71,spd:61,spe:84},abilities:{0:"Stench",1:"Aftermath",H:"Keen Eye"},weightkg:38,prevo:"Stunky",evoLevel:34,eggGroups:["Field"]},bronzor:{num:436,name:"Bronzor",types:["Steel","Psychic"],gender:"N",baseStats:{hp:57,atk:24,def:86,spa:24,spd:86,spe:23},abilities:{0:"Levitate",1:"Heatproof",H:"Heavy Metal"},weightkg:60.5,evos:["Bronzong"],eggGroups:["Mineral"]},bronzong:{num:437,name:"Bronzong",types:["Steel","Psychic"],gender:"N",baseStats:{hp:67,atk:89,def:116,spa:79,spd:116,spe:33},abilities:{0:"Levitate",1:"Heatproof",H:"Heavy Metal"},weightkg:187,prevo:"Bronzor",evoLevel:33,eggGroups:["Mineral"]},bonsly:{num:438,name:"Bonsly",types:["Rock"],baseStats:{hp:50,atk:80,def:95,spa:10,spd:45,spe:10},abilities:{0:"Sturdy",1:"Rock Head",H:"Rattled"},weightkg:15,evos:["Sudowoodo"],eggGroups:["Undiscovered"],canHatch:!0},mimejr:{num:439,name:"Mime Jr.",types:["Psychic","Fairy"],baseStats:{hp:20,atk:25,def:45,spa:70,spd:90,spe:60},abilities:{0:"Soundproof",1:"Filter",H:"Technician"},weightkg:13,evos:["Mr. Mime","Mr. Mime-Galar"],eggGroups:["Undiscovered"],canHatch:!0},happiny:{num:440,name:"Happiny",types:["Normal"],gender:"F",baseStats:{hp:100,atk:5,def:5,spa:15,spd:65,spe:30},abilities:{0:"Natural Cure",1:"Serene Grace",H:"Friend Guard"},weightkg:24.4,evos:["Chansey"],eggGroups:["Undiscovered"],canHatch:!0},chatot:{num:441,name:"Chatot",types:["Normal","Flying"],baseStats:{hp:76,atk:65,def:45,spa:92,spd:42,spe:91},abilities:{0:"Keen Eye",1:"Tangled Feet",H:"Big Pecks"},weightkg:1.9,eggGroups:["Flying"]},spiritomb:{num:442,name:"Spiritomb",types:["Ghost","Dark"],baseStats:{hp:50,atk:92,def:108,spa:92,spd:108,spe:35},abilities:{0:"Pressure",H:"Infiltrator"},weightkg:108,eggGroups:["Amorphous"]},gible:{num:443,name:"Gible",types:["Dragon","Ground"],baseStats:{hp:58,atk:70,def:45,spa:40,spd:45,spe:42},abilities:{0:"Sand Veil",H:"Rough Skin"},weightkg:20.5,evos:["Gabite"],eggGroups:["Monster","Dragon"]},gabite:{num:444,name:"Gabite",types:["Dragon","Ground"],baseStats:{hp:68,atk:90,def:65,spa:50,spd:55,spe:82},abilities:{0:"Sand Veil",H:"Rough Skin"},weightkg:56,prevo:"Gible",evoLevel:24,evos:["Garchomp"],eggGroups:["Monster","Dragon"]},garchomp:{num:445,name:"Garchomp",types:["Dragon","Ground"],baseStats:{hp:108,atk:130,def:95,spa:80,spd:85,spe:102},abilities:{0:"Sand Veil",H:"Rough Skin"},weightkg:95,prevo:"Gabite",evoLevel:48,eggGroups:["Monster","Dragon"],otherFormes:["Garchomp-Mega"],formeOrder:["Garchomp","Garchomp-Mega"]},garchompmega:{num:445,name:"Garchomp-Mega",baseSpecies:"Garchomp",forme:"Mega",types:["Dragon","Ground"],baseStats:{hp:108,atk:170,def:115,spa:120,spd:95,spe:92},abilities:{0:"Sand Force"},weightkg:95,eggGroups:["Monster","Dragon"],requiredItem:"Garchompite"},munchlax:{num:446,name:"Munchlax",types:["Normal"],genderRatio:{M:.875,F:.125},baseStats:{hp:135,atk:85,def:40,spa:40,spd:85,spe:5},abilities:{0:"Pickup",1:"Thick Fat",H:"Gluttony"},weightkg:105,evos:["Snorlax"],eggGroups:["Undiscovered"],canHatch:!0},riolu:{num:447,name:"Riolu",types:["Fighting"],genderRatio:{M:.875,F:.125},baseStats:{hp:40,atk:70,def:40,spa:35,spd:40,spe:60},abilities:{0:"Steadfast",1:"Inner Focus",H:"Prankster"},weightkg:20.2,evos:["Lucario"],eggGroups:["Undiscovered"],canHatch:!0},lucario:{num:448,name:"Lucario",types:["Fighting","Steel"],genderRatio:{M:.875,F:.125},baseStats:{hp:70,atk:110,def:70,spa:115,spd:70,spe:90},abilities:{0:"Steadfast",1:"Inner Focus",H:"Justified"},weightkg:54,prevo:"Riolu",evoType:"levelFriendship",evoCondition:"during the day",eggGroups:["Field","Human-Like"],otherFormes:["Lucario-Mega"],formeOrder:["Lucario","Lucario-Mega"]},lucariomega:{num:448,name:"Lucario-Mega",baseSpecies:"Lucario",forme:"Mega",types:["Fighting","Steel"],genderRatio:{M:.875,F:.125},baseStats:{hp:70,atk:145,def:88,spa:140,spd:70,spe:112},abilities:{0:"Adaptability"},weightkg:57.5,eggGroups:["Field","Human-Like"],requiredItem:"Lucarionite"},hippopotas:{num:449,name:"Hippopotas",types:["Ground"],baseStats:{hp:68,atk:72,def:78,spa:38,spd:42,spe:32},abilities:{0:"Sand Stream",H:"Sand Force"},weightkg:49.5,evos:["Hippowdon"],eggGroups:["Field"]},hippowdon:{num:450,name:"Hippowdon",types:["Ground"],baseStats:{hp:108,atk:112,def:118,spa:68,spd:72,spe:47},abilities:{0:"Sand Stream",H:"Sand Force"},weightkg:300,prevo:"Hippopotas",evoLevel:34,eggGroups:["Field"]},skorupi:{num:451,name:"Skorupi",types:["Poison","Bug"],baseStats:{hp:40,atk:50,def:90,spa:30,spd:55,spe:65},abilities:{0:"Battle Armor",1:"Sniper",H:"Keen Eye"},weightkg:12,evos:["Drapion"],eggGroups:["Bug","Water 3"]},drapion:{num:452,name:"Drapion",types:["Poison","Dark"],baseStats:{hp:70,atk:90,def:110,spa:60,spd:75,spe:95},abilities:{0:"Battle Armor",1:"Sniper",H:"Keen Eye"},weightkg:61.5,prevo:"Skorupi",evoLevel:40,eggGroups:["Bug","Water 3"]},croagunk:{num:453,name:"Croagunk",types:["Poison","Fighting"],baseStats:{hp:48,atk:61,def:40,spa:61,spd:40,spe:50},abilities:{0:"Anticipation",1:"Dry Skin",H:"Poison Touch"},weightkg:23,evos:["Toxicroak"],eggGroups:["Human-Like"]},toxicroak:{num:454,name:"Toxicroak",types:["Poison","Fighting"],baseStats:{hp:83,atk:106,def:65,spa:86,spd:65,spe:85},abilities:{0:"Anticipation",1:"Dry Skin",H:"Poison Touch"},weightkg:44.4,prevo:"Croagunk",evoLevel:37,eggGroups:["Human-Like"]},carnivine:{num:455,name:"Carnivine",types:["Grass"],baseStats:{hp:74,atk:100,def:72,spa:90,spd:72,spe:46},abilities:{0:"Levitate"},weightkg:27,eggGroups:["Grass"]},finneon:{num:456,name:"Finneon",types:["Water"],baseStats:{hp:49,atk:49,def:56,spa:49,spd:61,spe:66},abilities:{0:"Swift Swim",1:"Storm Drain",H:"Water Veil"},weightkg:7,evos:["Lumineon"],eggGroups:["Water 2"]},lumineon:{num:457,name:"Lumineon",types:["Water"],baseStats:{hp:69,atk:69,def:76,spa:69,spd:86,spe:91},abilities:{0:"Swift Swim",1:"Storm Drain",H:"Water Veil"},weightkg:24,prevo:"Finneon",evoLevel:31,eggGroups:["Water 2"]},mantyke:{num:458,name:"Mantyke",types:["Water","Flying"],baseStats:{hp:45,atk:20,def:50,spa:60,spd:120,spe:50},abilities:{0:"Swift Swim",1:"Water Absorb",H:"Water Veil"},weightkg:65,evos:["Mantine"],eggGroups:["Undiscovered"],canHatch:!0},snover:{num:459,name:"Snover",types:["Grass","Ice"],baseStats:{hp:60,atk:62,def:50,spa:62,spd:60,spe:40},abilities:{0:"Snow Warning",H:"Soundproof"},weightkg:50.5,evos:["Abomasnow"],eggGroups:["Monster","Grass"]},abomasnow:{num:460,name:"Abomasnow",types:["Grass","Ice"],baseStats:{hp:90,atk:92,def:75,spa:92,spd:85,spe:60},abilities:{0:"Snow Warning",H:"Soundproof"},weightkg:135.5,prevo:"Snover",evoLevel:40,eggGroups:["Monster","Grass"],otherFormes:["Abomasnow-Mega"],formeOrder:["Abomasnow","Abomasnow-Mega"]},abomasnowmega:{num:460,name:"Abomasnow-Mega",baseSpecies:"Abomasnow",forme:"Mega",types:["Grass","Ice"],baseStats:{hp:90,atk:132,def:105,spa:132,spd:105,spe:30},abilities:{0:"Snow Warning"},weightkg:185,eggGroups:["Monster","Grass"],requiredItem:"Abomasite"},weavile:{num:461,name:"Weavile",types:["Dark","Ice"],baseStats:{hp:70,atk:120,def:65,spa:45,spd:85,spe:125},abilities:{0:"Pressure",H:"Pickpocket"},weightkg:34,prevo:"Sneasel",evoType:"levelHold",evoItem:"Razor Claw",evoCondition:"at night",eggGroups:["Field"]},magnezone:{num:462,name:"Magnezone",types:["Electric","Steel"],gender:"N",baseStats:{hp:70,atk:70,def:115,spa:130,spd:90,spe:60},abilities:{0:"Magnet Pull",1:"Sturdy",H:"Analytic"},weightkg:180,prevo:"Magneton",evoType:"useItem",evoItem:"Thunder Stone",eggGroups:["Mineral"]},lickilicky:{num:463,name:"Lickilicky",types:["Normal"],baseStats:{hp:110,atk:85,def:95,spa:80,spd:95,spe:50},abilities:{0:"Own Tempo",1:"Oblivious",H:"Cloud Nine"},weightkg:140,prevo:"Lickitung",evoType:"levelMove",evoMove:"Rollout",eggGroups:["Monster"]},rhyperior:{num:464,name:"Rhyperior",types:["Ground","Rock"],baseStats:{hp:115,atk:140,def:130,spa:55,spd:55,spe:40},abilities:{0:"Lightning Rod",1:"Solid Rock",H:"Reckless"},weightkg:282.8,prevo:"Rhydon",evoType:"trade",evoItem:"Protector",eggGroups:["Monster","Field"]},tangrowth:{num:465,name:"Tangrowth",types:["Grass"],baseStats:{hp:100,atk:100,def:125,spa:110,spd:50,spe:50},abilities:{0:"Chlorophyll",1:"Leaf Guard",H:"Regenerator"},weightkg:128.6,prevo:"Tangela",evoType:"levelMove",evoMove:"Ancient Power",eggGroups:["Grass"]},electivire:{num:466,name:"Electivire",types:["Electric"],genderRatio:{M:.75,F:.25},baseStats:{hp:75,atk:123,def:67,spa:95,spd:85,spe:95},abilities:{0:"Motor Drive",H:"Vital Spirit"},weightkg:138.6,prevo:"Electabuzz",evoType:"trade",evoItem:"Electirizer",eggGroups:["Human-Like"]},magmortar:{num:467,name:"Magmortar",types:["Fire"],genderRatio:{M:.75,F:.25},baseStats:{hp:75,atk:95,def:67,spa:125,spd:95,spe:83},abilities:{0:"Flame Body",H:"Vital Spirit"},weightkg:68,prevo:"Magmar",evoType:"trade",evoItem:"Magmarizer",eggGroups:["Human-Like"]},togekiss:{num:468,name:"Togekiss",types:["Fairy","Flying"],genderRatio:{M:.875,F:.125},baseStats:{hp:85,atk:50,def:95,spa:120,spd:115,spe:80},abilities:{0:"Hustle",1:"Serene Grace",H:"Super Luck"},weightkg:38,prevo:"Togetic",evoType:"useItem",evoItem:"Shiny Stone",eggGroups:["Flying","Fairy"]},yanmega:{num:469,name:"Yanmega",types:["Bug","Flying"],baseStats:{hp:86,atk:76,def:86,spa:116,spd:56,spe:95},abilities:{0:"Speed Boost",1:"Tinted Lens",H:"Frisk"},weightkg:51.5,prevo:"Yanma",evoType:"levelMove",evoMove:"Ancient Power",eggGroups:["Bug"]},leafeon:{num:470,name:"Leafeon",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:65,atk:110,def:130,spa:60,spd:65,spe:95},abilities:{0:"Leaf Guard",H:"Chlorophyll"},weightkg:25.5,prevo:"Eevee",evoType:"useItem",evoItem:"Leaf Stone",eggGroups:["Field"]},glaceon:{num:471,name:"Glaceon",types:["Ice"],genderRatio:{M:.875,F:.125},baseStats:{hp:65,atk:60,def:110,spa:130,spd:95,spe:65},abilities:{0:"Snow Cloak",H:"Ice Body"},weightkg:25.9,prevo:"Eevee",evoType:"useItem",evoItem:"Ice Stone",eggGroups:["Field"]},gliscor:{num:472,name:"Gliscor",types:["Ground","Flying"],baseStats:{hp:75,atk:95,def:125,spa:45,spd:75,spe:95},abilities:{0:"Hyper Cutter",1:"Sand Veil",H:"Poison Heal"},weightkg:42.5,prevo:"Gligar",evoType:"levelHold",evoItem:"Razor Fang",evoCondition:"at night",eggGroups:["Bug"]},mamoswine:{num:473,name:"Mamoswine",types:["Ice","Ground"],baseStats:{hp:110,atk:130,def:80,spa:70,spd:60,spe:80},abilities:{0:"Oblivious",1:"Snow Cloak",H:"Thick Fat"},weightkg:291,prevo:"Piloswine",evoType:"levelMove",evoMove:"Ancient Power",eggGroups:["Field"]},porygonz:{num:474,name:"Porygon-Z",types:["Normal"],gender:"N",baseStats:{hp:85,atk:80,def:70,spa:135,spd:75,spe:90},abilities:{0:"Adaptability",1:"Download",H:"Analytic"},weightkg:34,prevo:"Porygon2",evoType:"trade",evoItem:"Dubious Disc",eggGroups:["Mineral"]},gallade:{num:475,name:"Gallade",types:["Psychic","Fighting"],gender:"M",baseStats:{hp:68,atk:125,def:65,spa:65,spd:115,spe:80},abilities:{0:"Steadfast",H:"Justified"},weightkg:52,prevo:"Kirlia",evoType:"useItem",evoItem:"Dawn Stone",eggGroups:["Human-Like","Amorphous"],otherFormes:["Gallade-Mega"],formeOrder:["Gallade","Gallade-Mega"]},gallademega:{num:475,name:"Gallade-Mega",baseSpecies:"Gallade",forme:"Mega",types:["Psychic","Fighting"],gender:"M",baseStats:{hp:68,atk:165,def:95,spa:65,spd:115,spe:110},abilities:{0:"Inner Focus"},weightkg:56.4,eggGroups:["Amorphous"],requiredItem:"Galladite"},probopass:{num:476,name:"Probopass",types:["Rock","Steel"],baseStats:{hp:60,atk:55,def:145,spa:75,spd:150,spe:40},abilities:{0:"Sturdy",1:"Magnet Pull",H:"Sand Force"},weightkg:340,prevo:"Nosepass",evoType:"levelExtra",evoCondition:"near a special magnetic field",eggGroups:["Mineral"]},dusknoir:{num:477,name:"Dusknoir",types:["Ghost"],baseStats:{hp:45,atk:100,def:135,spa:65,spd:135,spe:45},abilities:{0:"Pressure",H:"Frisk"},weightkg:106.6,prevo:"Dusclops",evoType:"trade",evoItem:"Reaper Cloth",eggGroups:["Amorphous"]},froslass:{num:478,name:"Froslass",types:["Ice","Ghost"],gender:"F",baseStats:{hp:70,atk:80,def:70,spa:80,spd:70,spe:110},abilities:{0:"Snow Cloak",H:"Cursed Body"},weightkg:26.6,prevo:"Snorunt",evoType:"useItem",evoItem:"Dawn Stone",eggGroups:["Fairy","Mineral"]},rotom:{num:479,name:"Rotom",types:["Electric","Ghost"],gender:"N",baseStats:{hp:50,atk:50,def:77,spa:95,spd:77,spe:91},abilities:{0:"Levitate"},weightkg:.3,eggGroups:["Amorphous"],otherFormes:["Rotom-Heat","Rotom-Wash","Rotom-Frost","Rotom-Fan","Rotom-Mow"],formeOrder:["Rotom","Rotom-Heat","Rotom-Wash","Rotom-Frost","Rotom-Fan","Rotom-Mow"]},rotomheat:{num:479,name:"Rotom-Heat",baseSpecies:"Rotom",forme:"Heat",types:["Electric","Fire"],gender:"N",baseStats:{hp:50,atk:65,def:107,spa:105,spd:107,spe:86},abilities:{0:"Levitate"},weightkg:.3,eggGroups:["Amorphous"],changesFrom:"Rotom"},rotomwash:{num:479,name:"Rotom-Wash",baseSpecies:"Rotom",forme:"Wash",types:["Electric","Water"],gender:"N",baseStats:{hp:50,atk:65,def:107,spa:105,spd:107,spe:86},abilities:{0:"Levitate"},weightkg:.3,eggGroups:["Amorphous"],changesFrom:"Rotom"},rotomfrost:{num:479,name:"Rotom-Frost",baseSpecies:"Rotom",forme:"Frost",types:["Electric","Ice"],gender:"N",baseStats:{hp:50,atk:65,def:107,spa:105,spd:107,spe:86},abilities:{0:"Levitate"},weightkg:.3,eggGroups:["Amorphous"],changesFrom:"Rotom"},rotomfan:{num:479,name:"Rotom-Fan",baseSpecies:"Rotom",forme:"Fan",types:["Electric","Flying"],gender:"N",baseStats:{hp:50,atk:65,def:107,spa:105,spd:107,spe:86},abilities:{0:"Levitate"},weightkg:.3,eggGroups:["Amorphous"],changesFrom:"Rotom"},rotommow:{num:479,name:"Rotom-Mow",baseSpecies:"Rotom",forme:"Mow",types:["Electric","Grass"],gender:"N",baseStats:{hp:50,atk:65,def:107,spa:105,spd:107,spe:86},abilities:{0:"Levitate"},weightkg:.3,eggGroups:["Amorphous"],changesFrom:"Rotom"},uxie:{num:480,name:"Uxie",types:["Psychic"],gender:"N",baseStats:{hp:75,atk:75,def:130,spa:75,spd:130,spe:95},abilities:{0:"Levitate"},weightkg:.3,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},mesprit:{num:481,name:"Mesprit",types:["Psychic"],gender:"N",baseStats:{hp:80,atk:105,def:105,spa:105,spd:105,spe:80},abilities:{0:"Levitate"},weightkg:.3,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},azelf:{num:482,name:"Azelf",types:["Psychic"],gender:"N",baseStats:{hp:75,atk:125,def:70,spa:125,spd:70,spe:115},abilities:{0:"Levitate"},weightkg:.3,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},dialga:{num:483,name:"Dialga",types:["Steel","Dragon"],gender:"N",baseStats:{hp:100,atk:120,def:120,spa:150,spd:100,spe:90},abilities:{0:"Pressure",H:"Telepathy"},weightkg:683,tags:["Restricted Legendary"],eggGroups:["Undiscovered"],otherFormes:["Dialga-Origin"],formeOrder:["Dialga","Dialga-Origin"]},dialgaorigin:{num:483,name:"Dialga-Origin",baseSpecies:"Dialga",forme:"Origin",types:["Steel","Dragon"],gender:"N",baseStats:{hp:100,atk:100,def:120,spa:150,spd:120,spe:90},abilities:{0:"Pressure",H:"Telepathy"},weightkg:850,eggGroups:["Undiscovered"],gen:8},palkia:{num:484,name:"Palkia",types:["Water","Dragon"],gender:"N",baseStats:{hp:90,atk:120,def:100,spa:150,spd:120,spe:100},abilities:{0:"Pressure",H:"Telepathy"},weightkg:336,tags:["Restricted Legendary"],eggGroups:["Undiscovered"],otherFormes:["Palkia-Origin"],formeOrder:["Palkia","Palkia-Origin"]},palkiaorigin:{num:484,name:"Palkia-Origin",baseSpecies:"Palkia",forme:"Origin",types:["Water","Dragon"],gender:"N",baseStats:{hp:90,atk:100,def:100,spa:150,spd:120,spe:120},abilities:{0:"Pressure",H:"Telepathy"},weightkg:660,eggGroups:["Undiscovered"],gen:8},heatran:{num:485,name:"Heatran",types:["Fire","Steel"],baseStats:{hp:91,atk:90,def:106,spa:130,spd:106,spe:77},abilities:{0:"Flash Fire",H:"Flame Body"},weightkg:430,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},regigigas:{num:486,name:"Regigigas",types:["Normal"],gender:"N",baseStats:{hp:110,atk:160,def:110,spa:80,spd:110,spe:100},abilities:{0:"Slow Start"},weightkg:420,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},giratina:{num:487,name:"Giratina",baseForme:"Altered",types:["Ghost","Dragon"],gender:"N",baseStats:{hp:150,atk:100,def:120,spa:100,spd:120,spe:90},abilities:{0:"Pressure",H:"Telepathy"},weightkg:750,eggGroups:["Undiscovered"],tags:["Restricted Legendary"],otherFormes:["Giratina-Origin"],formeOrder:["Giratina","Giratina-Origin"]},giratinaorigin:{num:487,name:"Giratina-Origin",baseSpecies:"Giratina",forme:"Origin",types:["Ghost","Dragon"],gender:"N",baseStats:{hp:150,atk:120,def:100,spa:120,spd:100,spe:90},abilities:{0:"Levitate"},weightkg:650,eggGroups:["Undiscovered"],requiredItem:"Griseous Orb",changesFrom:"Giratina"},cresselia:{num:488,name:"Cresselia",types:["Psychic"],gender:"F",baseStats:{hp:120,atk:70,def:120,spa:75,spd:130,spe:85},abilities:{0:"Levitate"},weightkg:85.6,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},phione:{num:489,name:"Phione",types:["Water"],gender:"N",baseStats:{hp:80,atk:80,def:80,spa:80,spd:80,spe:80},abilities:{0:"Hydration"},weightkg:3.1,tags:["Mythical"],eggGroups:["Water 1","Fairy"]},manaphy:{num:490,name:"Manaphy",types:["Water"],gender:"N",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Hydration"},weightkg:1.4,tags:["Mythical"],eggGroups:["Water 1","Fairy"]},darkrai:{num:491,name:"Darkrai",types:["Dark"],gender:"N",baseStats:{hp:70,atk:90,def:90,spa:135,spd:90,spe:125},abilities:{0:"Bad Dreams"},weightkg:50.5,tags:["Mythical"],eggGroups:["Undiscovered"]},shaymin:{num:492,name:"Shaymin",baseForme:"Land",types:["Grass"],gender:"N",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Natural Cure"},weightkg:2.1,eggGroups:["Undiscovered"],tags:["Mythical"],otherFormes:["Shaymin-Sky"],formeOrder:["Shaymin","Shaymin-Sky"]},shayminsky:{num:492,name:"Shaymin-Sky",baseSpecies:"Shaymin",forme:"Sky",types:["Grass","Flying"],gender:"N",baseStats:{hp:100,atk:103,def:75,spa:120,spd:75,spe:127},abilities:{0:"Serene Grace"},weightkg:5.2,eggGroups:["Undiscovered"],changesFrom:"Shaymin"},arceus:{num:493,name:"Arceus",baseForme:"Normal",types:["Normal"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,tags:["Mythical"],eggGroups:["Undiscovered"],otherFormes:["Arceus-Bug","Arceus-Dark","Arceus-Dragon","Arceus-Electric","Arceus-Fairy","Arceus-Fighting","Arceus-Fire","Arceus-Flying","Arceus-Ghost","Arceus-Grass","Arceus-Ground","Arceus-Ice","Arceus-Poison","Arceus-Psychic","Arceus-Rock","Arceus-Steel","Arceus-Water"],formeOrder:["Arceus","Arceus-Fighting","Arceus-Flying","Arceus-Poison","Arceus-Ground","Arceus-Rock","Arceus-Bug","Arceus-Ghost","Arceus-Steel","Arceus-Fire","Arceus-Water","Arceus-Grass","Arceus-Electric","Arceus-Psychic","Arceus-Ice","Arceus-Dragon","Arceus-Dark","Arceus-Fairy"]},arceusbug:{num:493,name:"Arceus-Bug",baseSpecies:"Arceus",forme:"Bug",types:["Bug"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Insect Plate","Buginium Z"],changesFrom:"Arceus"},arceusdark:{num:493,name:"Arceus-Dark",baseSpecies:"Arceus",forme:"Dark",types:["Dark"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Dread Plate","Darkinium Z"],changesFrom:"Arceus"},arceusdragon:{num:493,name:"Arceus-Dragon",baseSpecies:"Arceus",forme:"Dragon",types:["Dragon"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Draco Plate","Dragonium Z"],changesFrom:"Arceus"},arceuselectric:{num:493,name:"Arceus-Electric",baseSpecies:"Arceus",forme:"Electric",types:["Electric"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Zap Plate","Electrium Z"],changesFrom:"Arceus"},arceusfairy:{num:493,name:"Arceus-Fairy",baseSpecies:"Arceus",forme:"Fairy",types:["Fairy"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Pixie Plate","Fairium Z"],changesFrom:"Arceus",gen:6},arceusfighting:{num:493,name:"Arceus-Fighting",baseSpecies:"Arceus",forme:"Fighting",types:["Fighting"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Fist Plate","Fightinium Z"],changesFrom:"Arceus"},arceusfire:{num:493,name:"Arceus-Fire",baseSpecies:"Arceus",forme:"Fire",types:["Fire"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Flame Plate","Firium Z"],changesFrom:"Arceus"},arceusflying:{num:493,name:"Arceus-Flying",baseSpecies:"Arceus",forme:"Flying",types:["Flying"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Sky Plate","Flyinium Z"],changesFrom:"Arceus"},arceusghost:{num:493,name:"Arceus-Ghost",baseSpecies:"Arceus",forme:"Ghost",types:["Ghost"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Spooky Plate","Ghostium Z"],changesFrom:"Arceus"},arceusgrass:{num:493,name:"Arceus-Grass",baseSpecies:"Arceus",forme:"Grass",types:["Grass"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Meadow Plate","Grassium Z"],changesFrom:"Arceus"},arceusground:{num:493,name:"Arceus-Ground",baseSpecies:"Arceus",forme:"Ground",types:["Ground"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Earth Plate","Groundium Z"],changesFrom:"Arceus"},arceusice:{num:493,name:"Arceus-Ice",baseSpecies:"Arceus",forme:"Ice",types:["Ice"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Icicle Plate","Icium Z"],changesFrom:"Arceus"},arceuspoison:{num:493,name:"Arceus-Poison",baseSpecies:"Arceus",forme:"Poison",types:["Poison"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Toxic Plate","Poisonium Z"],changesFrom:"Arceus"},arceuspsychic:{num:493,name:"Arceus-Psychic",baseSpecies:"Arceus",forme:"Psychic",types:["Psychic"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Mind Plate","Psychium Z"],changesFrom:"Arceus"},arceusrock:{num:493,name:"Arceus-Rock",baseSpecies:"Arceus",forme:"Rock",types:["Rock"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Stone Plate","Rockium Z"],changesFrom:"Arceus"},arceussteel:{num:493,name:"Arceus-Steel",baseSpecies:"Arceus",forme:"Steel",types:["Steel"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Iron Plate","Steelium Z"],changesFrom:"Arceus"},arceuswater:{num:493,name:"Arceus-Water",baseSpecies:"Arceus",forme:"Water",types:["Water"],gender:"N",baseStats:{hp:120,atk:120,def:120,spa:120,spd:120,spe:120},abilities:{0:"Multitype"},weightkg:320,eggGroups:["Undiscovered"],requiredItems:["Splash Plate","Waterium Z"],changesFrom:"Arceus"},victini:{num:494,name:"Victini",types:["Psychic","Fire"],gender:"N",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Victory Star"},weightkg:4,tags:["Mythical"],eggGroups:["Undiscovered"]},snivy:{num:495,name:"Snivy",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:45,atk:45,def:55,spa:45,spd:55,spe:63},abilities:{0:"Overgrow",H:"Contrary"},weightkg:8.1,evos:["Servine"],eggGroups:["Field","Grass"]},servine:{num:496,name:"Servine",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:60,atk:60,def:75,spa:60,spd:75,spe:83},abilities:{0:"Overgrow",H:"Contrary"},weightkg:16,prevo:"Snivy",evoLevel:17,evos:["Serperior"],eggGroups:["Field","Grass"]},serperior:{num:497,name:"Serperior",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:75,atk:75,def:95,spa:75,spd:95,spe:113},abilities:{0:"Overgrow",H:"Contrary"},weightkg:63,prevo:"Servine",evoLevel:36,eggGroups:["Field","Grass"]},tepig:{num:498,name:"Tepig",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:65,atk:63,def:45,spa:45,spd:45,spe:45},abilities:{0:"Blaze",H:"Thick Fat"},weightkg:9.9,evos:["Pignite"],eggGroups:["Field"]},pignite:{num:499,name:"Pignite",types:["Fire","Fighting"],genderRatio:{M:.875,F:.125},baseStats:{hp:90,atk:93,def:55,spa:70,spd:55,spe:55},abilities:{0:"Blaze",H:"Thick Fat"},weightkg:55.5,prevo:"Tepig",evoLevel:17,evos:["Emboar"],eggGroups:["Field"]},emboar:{num:500,name:"Emboar",types:["Fire","Fighting"],genderRatio:{M:.875,F:.125},baseStats:{hp:110,atk:123,def:65,spa:100,spd:65,spe:65},abilities:{0:"Blaze",H:"Reckless"},weightkg:150,prevo:"Pignite",evoLevel:36,eggGroups:["Field"]},oshawott:{num:501,name:"Oshawott",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:55,atk:55,def:45,spa:63,spd:45,spe:45},abilities:{0:"Torrent",H:"Shell Armor"},weightkg:5.9,evos:["Dewott"],eggGroups:["Field"]},dewott:{num:502,name:"Dewott",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:75,atk:75,def:60,spa:83,spd:60,spe:60},abilities:{0:"Torrent",H:"Shell Armor"},weightkg:24.5,prevo:"Oshawott",evoLevel:17,evos:["Samurott","Samurott-Hisui"],eggGroups:["Field"]},samurott:{num:503,name:"Samurott",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:95,atk:100,def:85,spa:108,spd:70,spe:70},abilities:{0:"Torrent",H:"Shell Armor"},weightkg:94.6,prevo:"Dewott",evoLevel:36,eggGroups:["Field"],otherFormes:["Samurott-Hisui"],formeOrder:["Samurott","Samurott-Hisui"]},samurotthisui:{num:503,name:"Samurott-Hisui",baseSpecies:"Samurott",forme:"Hisui",types:["Water","Dark"],genderRatio:{M:.875,F:.125},baseStats:{hp:90,atk:108,def:80,spa:100,spd:65,spe:85},abilities:{0:"Torrent",H:"Shell Armor"},weightkg:58.2,prevo:"Dewott",evoLevel:36,eggGroups:["Field"]},patrat:{num:504,name:"Patrat",types:["Normal"],baseStats:{hp:45,atk:55,def:39,spa:35,spd:39,spe:42},abilities:{0:"Run Away",1:"Keen Eye",H:"Analytic"},weightkg:11.6,evos:["Watchog"],eggGroups:["Field"]},watchog:{num:505,name:"Watchog",types:["Normal"],baseStats:{hp:60,atk:85,def:69,spa:60,spd:69,spe:77},abilities:{0:"Illuminate",1:"Keen Eye",H:"Analytic"},weightkg:27,prevo:"Patrat",evoLevel:20,eggGroups:["Field"]},lillipup:{num:506,name:"Lillipup",types:["Normal"],baseStats:{hp:45,atk:60,def:45,spa:25,spd:45,spe:55},abilities:{0:"Vital Spirit",1:"Pickup",H:"Run Away"},weightkg:4.1,evos:["Herdier"],eggGroups:["Field"]},herdier:{num:507,name:"Herdier",types:["Normal"],baseStats:{hp:65,atk:80,def:65,spa:35,spd:65,spe:60},abilities:{0:"Intimidate",1:"Sand Rush",H:"Scrappy"},weightkg:14.7,prevo:"Lillipup",evoLevel:16,evos:["Stoutland"],eggGroups:["Field"]},stoutland:{num:508,name:"Stoutland",types:["Normal"],baseStats:{hp:85,atk:110,def:90,spa:45,spd:90,spe:80},abilities:{0:"Intimidate",1:"Sand Rush",H:"Scrappy"},weightkg:61,prevo:"Herdier",evoLevel:32,eggGroups:["Field"]},purrloin:{num:509,name:"Purrloin",types:["Dark"],baseStats:{hp:41,atk:50,def:37,spa:50,spd:37,spe:66},abilities:{0:"Limber",1:"Unburden",H:"Prankster"},weightkg:10.1,evos:["Liepard"],eggGroups:["Field"]},liepard:{num:510,name:"Liepard",types:["Dark"],baseStats:{hp:64,atk:88,def:50,spa:88,spd:50,spe:106},abilities:{0:"Limber",1:"Unburden",H:"Prankster"},weightkg:37.5,prevo:"Purrloin",evoLevel:20,eggGroups:["Field"]},pansage:{num:511,name:"Pansage",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:50,atk:53,def:48,spa:53,spd:48,spe:64},abilities:{0:"Gluttony",H:"Overgrow"},weightkg:10.5,evos:["Simisage"],eggGroups:["Field"]},simisage:{num:512,name:"Simisage",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:75,atk:98,def:63,spa:98,spd:63,spe:101},abilities:{0:"Gluttony",H:"Overgrow"},weightkg:30.5,prevo:"Pansage",evoType:"useItem",evoItem:"Leaf Stone",eggGroups:["Field"]},pansear:{num:513,name:"Pansear",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:50,atk:53,def:48,spa:53,spd:48,spe:64},abilities:{0:"Gluttony",H:"Blaze"},weightkg:11,evos:["Simisear"],eggGroups:["Field"]},simisear:{num:514,name:"Simisear",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:75,atk:98,def:63,spa:98,spd:63,spe:101},abilities:{0:"Gluttony",H:"Blaze"},weightkg:28,prevo:"Pansear",evoType:"useItem",evoItem:"Fire Stone",eggGroups:["Field"]},panpour:{num:515,name:"Panpour",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:50,atk:53,def:48,spa:53,spd:48,spe:64},abilities:{0:"Gluttony",H:"Torrent"},weightkg:13.5,evos:["Simipour"],eggGroups:["Field"]},simipour:{num:516,name:"Simipour",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:75,atk:98,def:63,spa:98,spd:63,spe:101},abilities:{0:"Gluttony",H:"Torrent"},weightkg:29,prevo:"Panpour",evoType:"useItem",evoItem:"Water Stone",eggGroups:["Field"]},munna:{num:517,name:"Munna",types:["Psychic"],baseStats:{hp:76,atk:25,def:45,spa:67,spd:55,spe:24},abilities:{0:"Forewarn",1:"Synchronize",H:"Telepathy"},weightkg:23.3,evos:["Musharna"],eggGroups:["Field"]},musharna:{num:518,name:"Musharna",types:["Psychic"],baseStats:{hp:116,atk:55,def:85,spa:107,spd:95,spe:29},abilities:{0:"Forewarn",1:"Synchronize",H:"Telepathy"},weightkg:60.5,prevo:"Munna",evoType:"useItem",evoItem:"Moon Stone",eggGroups:["Field"]},pidove:{num:519,name:"Pidove",types:["Normal","Flying"],baseStats:{hp:50,atk:55,def:50,spa:36,spd:30,spe:43},abilities:{0:"Big Pecks",1:"Super Luck",H:"Rivalry"},weightkg:2.1,evos:["Tranquill"],eggGroups:["Flying"]},tranquill:{num:520,name:"Tranquill",types:["Normal","Flying"],baseStats:{hp:62,atk:77,def:62,spa:50,spd:42,spe:65},abilities:{0:"Big Pecks",1:"Super Luck",H:"Rivalry"},weightkg:15,prevo:"Pidove",evoLevel:21,evos:["Unfezant"],eggGroups:["Flying"]},unfezant:{num:521,name:"Unfezant",types:["Normal","Flying"],baseStats:{hp:80,atk:115,def:80,spa:65,spd:55,spe:93},abilities:{0:"Big Pecks",1:"Super Luck",H:"Rivalry"},weightkg:29,prevo:"Tranquill",evoLevel:32,eggGroups:["Flying"]},blitzle:{num:522,name:"Blitzle",types:["Electric"],baseStats:{hp:45,atk:60,def:32,spa:50,spd:32,spe:76},abilities:{0:"Lightning Rod",1:"Motor Drive",H:"Sap Sipper"},weightkg:29.8,evos:["Zebstrika"],eggGroups:["Field"]},zebstrika:{num:523,name:"Zebstrika",types:["Electric"],baseStats:{hp:75,atk:100,def:63,spa:80,spd:63,spe:116},abilities:{0:"Lightning Rod",1:"Motor Drive",H:"Sap Sipper"},weightkg:79.5,prevo:"Blitzle",evoLevel:27,eggGroups:["Field"]},roggenrola:{num:524,name:"Roggenrola",types:["Rock"],baseStats:{hp:55,atk:75,def:85,spa:25,spd:25,spe:15},abilities:{0:"Sturdy",1:"Weak Armor",H:"Sand Force"},weightkg:18,evos:["Boldore"],eggGroups:["Mineral"]},boldore:{num:525,name:"Boldore",types:["Rock"],baseStats:{hp:70,atk:105,def:105,spa:50,spd:40,spe:20},abilities:{0:"Sturdy",1:"Weak Armor",H:"Sand Force"},weightkg:102,prevo:"Roggenrola",evoLevel:25,evos:["Gigalith"],eggGroups:["Mineral"]},gigalith:{num:526,name:"Gigalith",types:["Rock"],baseStats:{hp:85,atk:135,def:130,spa:60,spd:80,spe:25},abilities:{0:"Sturdy",1:"Sand Stream",H:"Sand Force"},weightkg:260,prevo:"Boldore",evoType:"trade",eggGroups:["Mineral"]},woobat:{num:527,name:"Woobat",types:["Psychic","Flying"],baseStats:{hp:65,atk:45,def:43,spa:55,spd:43,spe:72},abilities:{0:"Unaware",1:"Klutz",H:"Simple"},weightkg:2.1,evos:["Swoobat"],eggGroups:["Flying","Field"]},swoobat:{num:528,name:"Swoobat",types:["Psychic","Flying"],baseStats:{hp:67,atk:57,def:55,spa:77,spd:55,spe:114},abilities:{0:"Unaware",1:"Klutz",H:"Simple"},weightkg:10.5,prevo:"Woobat",evoType:"levelFriendship",eggGroups:["Flying","Field"]},drilbur:{num:529,name:"Drilbur",types:["Ground"],baseStats:{hp:60,atk:85,def:40,spa:30,spd:45,spe:68},abilities:{0:"Sand Rush",1:"Sand Force",H:"Mold Breaker"},weightkg:8.5,evos:["Excadrill"],eggGroups:["Field"]},excadrill:{num:530,name:"Excadrill",types:["Ground","Steel"],baseStats:{hp:110,atk:135,def:60,spa:50,spd:65,spe:88},abilities:{0:"Sand Rush",1:"Sand Force",H:"Mold Breaker"},weightkg:40.4,prevo:"Drilbur",evoLevel:31,eggGroups:["Field"]},audino:{num:531,name:"Audino",types:["Normal"],baseStats:{hp:103,atk:60,def:86,spa:60,spd:86,spe:50},abilities:{0:"Healer",1:"Regenerator",H:"Klutz"},weightkg:31,eggGroups:["Fairy"],otherFormes:["Audino-Mega"],formeOrder:["Audino","Audino-Mega"]},audinomega:{num:531,name:"Audino-Mega",baseSpecies:"Audino",forme:"Mega",types:["Normal","Fairy"],baseStats:{hp:103,atk:60,def:126,spa:80,spd:126,spe:50},abilities:{0:"Healer"},weightkg:32,eggGroups:["Fairy"],requiredItem:"Audinite"},timburr:{num:532,name:"Timburr",types:["Fighting"],genderRatio:{M:.75,F:.25},baseStats:{hp:75,atk:80,def:55,spa:25,spd:35,spe:35},abilities:{0:"Guts",1:"Sheer Force",H:"Iron Fist"},weightkg:12.5,evos:["Gurdurr"],eggGroups:["Human-Like"]},gurdurr:{num:533,name:"Gurdurr",types:["Fighting"],genderRatio:{M:.75,F:.25},baseStats:{hp:85,atk:105,def:85,spa:40,spd:50,spe:40},abilities:{0:"Guts",1:"Sheer Force",H:"Iron Fist"},weightkg:40,prevo:"Timburr",evoLevel:25,evos:["Conkeldurr"],eggGroups:["Human-Like"]},conkeldurr:{num:534,name:"Conkeldurr",types:["Fighting"],genderRatio:{M:.75,F:.25},baseStats:{hp:105,atk:140,def:95,spa:55,spd:65,spe:45},abilities:{0:"Guts",1:"Sheer Force",H:"Iron Fist"},weightkg:87,prevo:"Gurdurr",evoType:"trade",eggGroups:["Human-Like"]},tympole:{num:535,name:"Tympole",types:["Water"],baseStats:{hp:50,atk:50,def:40,spa:50,spd:40,spe:64},abilities:{0:"Swift Swim",1:"Hydration",H:"Water Absorb"},weightkg:4.5,evos:["Palpitoad"],eggGroups:["Water 1"]},palpitoad:{num:536,name:"Palpitoad",types:["Water","Ground"],baseStats:{hp:75,atk:65,def:55,spa:65,spd:55,spe:69},abilities:{0:"Swift Swim",1:"Hydration",H:"Water Absorb"},weightkg:17,prevo:"Tympole",evoLevel:25,evos:["Seismitoad"],eggGroups:["Water 1"]},seismitoad:{num:537,name:"Seismitoad",types:["Water","Ground"],baseStats:{hp:105,atk:95,def:75,spa:85,spd:75,spe:74},abilities:{0:"Swift Swim",1:"Poison Touch",H:"Water Absorb"},weightkg:62,prevo:"Palpitoad",evoLevel:36,eggGroups:["Water 1"]},throh:{num:538,name:"Throh",types:["Fighting"],gender:"M",baseStats:{hp:120,atk:100,def:85,spa:30,spd:85,spe:45},abilities:{0:"Guts",1:"Inner Focus",H:"Mold Breaker"},weightkg:55.5,eggGroups:["Human-Like"]},sawk:{num:539,name:"Sawk",types:["Fighting"],gender:"M",baseStats:{hp:75,atk:125,def:75,spa:30,spd:75,spe:85},abilities:{0:"Sturdy",1:"Inner Focus",H:"Mold Breaker"},weightkg:51,eggGroups:["Human-Like"]},sewaddle:{num:540,name:"Sewaddle",types:["Bug","Grass"],baseStats:{hp:45,atk:53,def:70,spa:40,spd:60,spe:42},abilities:{0:"Swarm",1:"Chlorophyll",H:"Overcoat"},weightkg:2.5,evos:["Swadloon"],eggGroups:["Bug"]},swadloon:{num:541,name:"Swadloon",types:["Bug","Grass"],baseStats:{hp:55,atk:63,def:90,spa:50,spd:80,spe:42},abilities:{0:"Leaf Guard",1:"Chlorophyll",H:"Overcoat"},weightkg:7.3,prevo:"Sewaddle",evoLevel:20,evos:["Leavanny"],eggGroups:["Bug"]},leavanny:{num:542,name:"Leavanny",types:["Bug","Grass"],baseStats:{hp:75,atk:103,def:80,spa:70,spd:80,spe:92},abilities:{0:"Swarm",1:"Chlorophyll",H:"Overcoat"},weightkg:20.5,prevo:"Swadloon",evoType:"levelFriendship",eggGroups:["Bug"]},venipede:{num:543,name:"Venipede",types:["Bug","Poison"],baseStats:{hp:30,atk:45,def:59,spa:30,spd:39,spe:57},abilities:{0:"Poison Point",1:"Swarm",H:"Speed Boost"},weightkg:5.3,evos:["Whirlipede"],eggGroups:["Bug"]},whirlipede:{num:544,name:"Whirlipede",types:["Bug","Poison"],baseStats:{hp:40,atk:55,def:99,spa:40,spd:79,spe:47},abilities:{0:"Poison Point",1:"Swarm",H:"Speed Boost"},weightkg:58.5,prevo:"Venipede",evoLevel:22,evos:["Scolipede"],eggGroups:["Bug"]},scolipede:{num:545,name:"Scolipede",types:["Bug","Poison"],baseStats:{hp:60,atk:100,def:89,spa:55,spd:69,spe:112},abilities:{0:"Poison Point",1:"Swarm",H:"Speed Boost"},weightkg:200.5,prevo:"Whirlipede",evoLevel:30,eggGroups:["Bug"]},cottonee:{num:546,name:"Cottonee",types:["Grass","Fairy"],baseStats:{hp:40,atk:27,def:60,spa:37,spd:50,spe:66},abilities:{0:"Prankster",1:"Infiltrator",H:"Chlorophyll"},weightkg:.6,evos:["Whimsicott"],eggGroups:["Fairy","Grass"]},whimsicott:{num:547,name:"Whimsicott",types:["Grass","Fairy"],baseStats:{hp:60,atk:67,def:85,spa:77,spd:75,spe:116},abilities:{0:"Prankster",1:"Infiltrator",H:"Chlorophyll"},weightkg:6.6,prevo:"Cottonee",evoType:"useItem",evoItem:"Sun Stone",eggGroups:["Fairy","Grass"]},petilil:{num:548,name:"Petilil",types:["Grass"],gender:"F",baseStats:{hp:45,atk:35,def:50,spa:70,spd:50,spe:30},abilities:{0:"Chlorophyll",1:"Own Tempo",H:"Leaf Guard"},weightkg:6.6,evos:["Lilligant","Lilligant-Hisui"],eggGroups:["Grass"]},lilligant:{num:549,name:"Lilligant",types:["Grass"],gender:"F",baseStats:{hp:70,atk:60,def:75,spa:110,spd:75,spe:90},abilities:{0:"Chlorophyll",1:"Own Tempo",H:"Leaf Guard"},weightkg:16.3,prevo:"Petilil",evoType:"useItem",evoItem:"Sun Stone",eggGroups:["Grass"],otherFormes:["Lilligant-Hisui"],formeOrder:["Lilligant","Lilligant-Hisui"]},lilliganthisui:{num:549,name:"Lilligant-Hisui",baseSpecies:"Lilligant",forme:"Hisui",types:["Grass","Fighting"],gender:"F",baseStats:{hp:70,atk:105,def:75,spa:50,spd:75,spe:105},abilities:{0:"Chlorophyll",1:"Hustle",H:"Leaf Guard"},weightkg:19.2,prevo:"Petilil",evoType:"useItem",evoItem:"Sun Stone",eggGroups:["Grass"]},basculin:{num:550,name:"Basculin",baseForme:"Red-Striped",types:["Water"],baseStats:{hp:70,atk:92,def:65,spa:80,spd:55,spe:98},abilities:{0:"Reckless",1:"Adaptability",H:"Mold Breaker"},weightkg:18,eggGroups:["Water 2"],otherFormes:["Basculin-Blue-Striped","Basculin-White-Striped"],formeOrder:["Basculin","Basculin-Blue-Striped","Basculin-White-Striped"]},basculinbluestriped:{num:550,name:"Basculin-Blue-Striped",baseSpecies:"Basculin",forme:"Blue-Striped",types:["Water"],baseStats:{hp:70,atk:92,def:65,spa:80,spd:55,spe:98},abilities:{0:"Rock Head",1:"Adaptability",H:"Mold Breaker"},weightkg:18,eggGroups:["Water 2"]},basculinwhitestriped:{num:550,name:"Basculin-White-Striped",baseSpecies:"Basculin",forme:"White-Striped",types:["Water"],baseStats:{hp:70,atk:92,def:65,spa:80,spd:55,spe:98},abilities:{0:"Rattled",1:"Adaptability",H:"Mold Breaker"},weightkg:18,evos:["Basculegion","Basculegion-F"],eggGroups:["Water 2"],gen:8},sandile:{num:551,name:"Sandile",types:["Ground","Dark"],baseStats:{hp:50,atk:72,def:35,spa:35,spd:35,spe:65},abilities:{0:"Intimidate",1:"Moxie",H:"Anger Point"},weightkg:15.2,evos:["Krokorok"],eggGroups:["Field"]},krokorok:{num:552,name:"Krokorok",types:["Ground","Dark"],baseStats:{hp:60,atk:82,def:45,spa:45,spd:45,spe:74},abilities:{0:"Intimidate",1:"Moxie",H:"Anger Point"},weightkg:33.4,prevo:"Sandile",evoLevel:29,evos:["Krookodile"],eggGroups:["Field"]},krookodile:{num:553,name:"Krookodile",types:["Ground","Dark"],baseStats:{hp:95,atk:117,def:80,spa:65,spd:70,spe:92},abilities:{0:"Intimidate",1:"Moxie",H:"Anger Point"},weightkg:96.3,prevo:"Krokorok",evoLevel:40,eggGroups:["Field"]},darumaka:{num:554,name:"Darumaka",types:["Fire"],baseStats:{hp:70,atk:90,def:45,spa:15,spd:45,spe:50},abilities:{0:"Hustle",H:"Inner Focus"},weightkg:37.5,evos:["Darmanitan"],eggGroups:["Field"],otherFormes:["Darumaka-Galar"],formeOrder:["Darumaka","Darumaka-Galar"]},darumakagalar:{num:554,name:"Darumaka-Galar",baseSpecies:"Darumaka",forme:"Galar",types:["Ice"],baseStats:{hp:70,atk:90,def:45,spa:15,spd:45,spe:50},abilities:{0:"Hustle",H:"Inner Focus"},weightkg:40,evos:["Darmanitan-Galar"],eggGroups:["Field"]},darmanitan:{num:555,name:"Darmanitan",baseForme:"Standard",types:["Fire"],baseStats:{hp:105,atk:140,def:55,spa:30,spd:55,spe:95},abilities:{0:"Sheer Force",H:"Zen Mode"},weightkg:92.9,prevo:"Darumaka",evoLevel:35,eggGroups:["Field"],otherFormes:["Darmanitan-Zen","Darmanitan-Galar","Darmanitan-Galar-Zen"],formeOrder:["Darmanitan","Darmanitan-Zen","Darmanitan-Galar","Darmanitan-Galar-Zen"]},darmanitanzen:{num:555,name:"Darmanitan-Zen",baseSpecies:"Darmanitan",forme:"Zen",types:["Fire","Psychic"],baseStats:{hp:105,atk:30,def:105,spa:140,spd:105,spe:55},abilities:{0:"Zen Mode"},weightkg:92.9,eggGroups:["Field"],requiredAbility:"Zen Mode",battleOnly:"Darmanitan"},darmanitangalar:{num:555,name:"Darmanitan-Galar",baseSpecies:"Darmanitan",forme:"Galar",types:["Ice"],baseStats:{hp:105,atk:140,def:55,spa:30,spd:55,spe:95},abilities:{0:"Gorilla Tactics",H:"Zen Mode"},weightkg:120,prevo:"Darumaka-Galar",evoType:"useItem",evoItem:"Ice Stone",eggGroups:["Field"]},darmanitangalarzen:{num:555,name:"Darmanitan-Galar-Zen",baseSpecies:"Darmanitan",forme:"Galar-Zen",types:["Ice","Fire"],baseStats:{hp:105,atk:160,def:55,spa:30,spd:55,spe:135},abilities:{0:"Zen Mode"},weightkg:120,eggGroups:["Field"],requiredAbility:"Zen Mode",battleOnly:"Darmanitan-Galar"},maractus:{num:556,name:"Maractus",types:["Grass"],baseStats:{hp:75,atk:86,def:67,spa:106,spd:67,spe:60},abilities:{0:"Water Absorb",1:"Chlorophyll",H:"Storm Drain"},weightkg:28,eggGroups:["Grass"]},dwebble:{num:557,name:"Dwebble",types:["Bug","Rock"],baseStats:{hp:50,atk:65,def:85,spa:35,spd:35,spe:55},abilities:{0:"Sturdy",1:"Shell Armor",H:"Weak Armor"},weightkg:14.5,evos:["Crustle"],eggGroups:["Bug","Mineral"]},crustle:{num:558,name:"Crustle",types:["Bug","Rock"],baseStats:{hp:70,atk:105,def:125,spa:65,spd:75,spe:45},abilities:{0:"Sturdy",1:"Shell Armor",H:"Weak Armor"},weightkg:200,prevo:"Dwebble",evoLevel:34,eggGroups:["Bug","Mineral"]},scraggy:{num:559,name:"Scraggy",types:["Dark","Fighting"],baseStats:{hp:50,atk:75,def:70,spa:35,spd:70,spe:48},abilities:{0:"Shed Skin",1:"Moxie",H:"Intimidate"},weightkg:11.8,evos:["Scrafty"],eggGroups:["Field","Dragon"]},scrafty:{num:560,name:"Scrafty",types:["Dark","Fighting"],baseStats:{hp:65,atk:90,def:115,spa:45,spd:115,spe:58},abilities:{0:"Shed Skin",1:"Moxie",H:"Intimidate"},weightkg:30,prevo:"Scraggy",evoLevel:39,eggGroups:["Field","Dragon"]},sigilyph:{num:561,name:"Sigilyph",types:["Psychic","Flying"],baseStats:{hp:72,atk:58,def:80,spa:103,spd:80,spe:97},abilities:{0:"Wonder Skin",1:"Magic Guard",H:"Tinted Lens"},weightkg:14,eggGroups:["Flying"]},yamask:{num:562,name:"Yamask",types:["Ghost"],baseStats:{hp:38,atk:30,def:85,spa:55,spd:65,spe:30},abilities:{0:"Mummy"},weightkg:1.5,evos:["Cofagrigus"],eggGroups:["Mineral","Amorphous"],otherFormes:["Yamask-Galar"],formeOrder:["Yamask","Yamask-Galar"]},yamaskgalar:{num:562,name:"Yamask-Galar",baseSpecies:"Yamask",forme:"Galar",types:["Ground","Ghost"],baseStats:{hp:38,atk:55,def:85,spa:30,spd:65,spe:30},abilities:{0:"Wandering Spirit"},weightkg:1.5,evos:["Runerigus"],eggGroups:["Mineral","Amorphous"]},cofagrigus:{num:563,name:"Cofagrigus",types:["Ghost"],baseStats:{hp:58,atk:50,def:145,spa:95,spd:105,spe:30},abilities:{0:"Mummy"},weightkg:76.5,prevo:"Yamask",evoLevel:34,eggGroups:["Mineral","Amorphous"]},tirtouga:{num:564,name:"Tirtouga",types:["Water","Rock"],genderRatio:{M:.875,F:.125},baseStats:{hp:54,atk:78,def:103,spa:53,spd:45,spe:22},abilities:{0:"Solid Rock",1:"Sturdy",H:"Swift Swim"},weightkg:16.5,evos:["Carracosta"],eggGroups:["Water 1","Water 3"]},carracosta:{num:565,name:"Carracosta",types:["Water","Rock"],genderRatio:{M:.875,F:.125},baseStats:{hp:74,atk:108,def:133,spa:83,spd:65,spe:32},abilities:{0:"Solid Rock",1:"Sturdy",H:"Swift Swim"},weightkg:81,prevo:"Tirtouga",evoLevel:37,eggGroups:["Water 1","Water 3"]},archen:{num:566,name:"Archen",types:["Rock","Flying"],genderRatio:{M:.875,F:.125},baseStats:{hp:55,atk:112,def:45,spa:74,spd:45,spe:70},abilities:{0:"Defeatist"},weightkg:9.5,evos:["Archeops"],eggGroups:["Flying","Water 3"]},archeops:{num:567,name:"Archeops",types:["Rock","Flying"],genderRatio:{M:.875,F:.125},baseStats:{hp:75,atk:140,def:65,spa:112,spd:65,spe:110},abilities:{0:"Defeatist"},weightkg:32,prevo:"Archen",evoLevel:37,eggGroups:["Flying","Water 3"]},trubbish:{num:568,name:"Trubbish",types:["Poison"],baseStats:{hp:50,atk:50,def:62,spa:40,spd:62,spe:65},abilities:{0:"Stench",1:"Sticky Hold",H:"Aftermath"},weightkg:31,evos:["Garbodor"],eggGroups:["Mineral"]},garbodor:{num:569,name:"Garbodor",types:["Poison"],baseStats:{hp:80,atk:95,def:82,spa:60,spd:82,spe:75},abilities:{0:"Stench",1:"Weak Armor",H:"Aftermath"},weightkg:107.3,prevo:"Trubbish",evoLevel:36,eggGroups:["Mineral"],canGigantamax:"G-Max Malodor"},garbodorgmax:{num:569,name:"Garbodor-Gmax",baseSpecies:"Garbodor",forme:"Gmax",types:["Poison"],baseStats:{hp:80,atk:95,def:82,spa:60,spd:82,spe:75},abilities:{0:"Stench",1:"Weak Armor",H:"Aftermath"},weightkg:0,eggGroups:["Mineral"],changesFrom:"Garbodor"},zorua:{num:570,name:"Zorua",types:["Dark"],genderRatio:{M:.875,F:.125},baseStats:{hp:40,atk:65,def:40,spa:80,spd:40,spe:65},abilities:{0:"Illusion"},weightkg:12.5,evos:["Zoroark"],eggGroups:["Field"],otherFormes:["Zorua-Hisui"],formeOrder:["Zorua","Zorua-Hisui"]},zoruahisui:{num:570,name:"Zorua-Hisui",baseSpecies:"Zorua",forme:"Hisui",types:["Normal","Ghost"],genderRatio:{M:.875,F:.125},baseStats:{hp:35,atk:60,def:40,spa:85,spd:40,spe:70},abilities:{0:"Illusion"},weightkg:12.5,evos:["Zoroark-Hisui"],eggGroups:["Field"]},zoroark:{num:571,name:"Zoroark",types:["Dark"],genderRatio:{M:.875,F:.125},baseStats:{hp:60,atk:105,def:60,spa:120,spd:60,spe:105},abilities:{0:"Illusion"},weightkg:81.1,prevo:"Zorua",evoLevel:30,eggGroups:["Field"],otherFormes:["Zoroark-Hisui"],formeOrder:["Zoroark","Zoroark-Hisui"]},zoroarkhisui:{num:571,name:"Zoroark-Hisui",baseSpecies:"Zoroark",forme:"Hisui",types:["Normal","Ghost"],genderRatio:{M:.875,F:.125},baseStats:{hp:55,atk:100,def:60,spa:125,spd:60,spe:110},abilities:{0:"Illusion"},weightkg:73,prevo:"Zorua-Hisui",evoLevel:30,eggGroups:["Field"]},minccino:{num:572,name:"Minccino",types:["Normal"],genderRatio:{M:.25,F:.75},baseStats:{hp:55,atk:50,def:40,spa:40,spd:40,spe:75},abilities:{0:"Cute Charm",1:"Technician",H:"Skill Link"},weightkg:5.8,evos:["Cinccino"],eggGroups:["Field"]},cinccino:{num:573,name:"Cinccino",types:["Normal"],genderRatio:{M:.25,F:.75},baseStats:{hp:75,atk:95,def:60,spa:65,spd:60,spe:115},abilities:{0:"Cute Charm",1:"Technician",H:"Skill Link"},weightkg:7.5,prevo:"Minccino",evoType:"useItem",evoItem:"Shiny Stone",eggGroups:["Field"]},gothita:{num:574,name:"Gothita",types:["Psychic"],genderRatio:{M:.25,F:.75},baseStats:{hp:45,atk:30,def:50,spa:55,spd:65,spe:45},abilities:{0:"Frisk",1:"Competitive",H:"Shadow Tag"},weightkg:5.8,evos:["Gothorita"],eggGroups:["Human-Like"]},gothorita:{num:575,name:"Gothorita",types:["Psychic"],genderRatio:{M:.25,F:.75},baseStats:{hp:60,atk:45,def:70,spa:75,spd:85,spe:55},abilities:{0:"Frisk",1:"Competitive",H:"Shadow Tag"},weightkg:18,prevo:"Gothita",evoLevel:32,evos:["Gothitelle"],eggGroups:["Human-Like"]},gothitelle:{num:576,name:"Gothitelle",types:["Psychic"],genderRatio:{M:.25,F:.75},baseStats:{hp:70,atk:55,def:95,spa:95,spd:110,spe:65},abilities:{0:"Frisk",1:"Competitive",H:"Shadow Tag"},weightkg:44,prevo:"Gothorita",evoLevel:41,eggGroups:["Human-Like"]},solosis:{num:577,name:"Solosis",types:["Psychic"],baseStats:{hp:45,atk:30,def:40,spa:105,spd:50,spe:20},abilities:{0:"Overcoat",1:"Magic Guard",H:"Regenerator"},weightkg:1,evos:["Duosion"],eggGroups:["Amorphous"]},duosion:{num:578,name:"Duosion",types:["Psychic"],baseStats:{hp:65,atk:40,def:50,spa:125,spd:60,spe:30},abilities:{0:"Overcoat",1:"Magic Guard",H:"Regenerator"},weightkg:8,prevo:"Solosis",evoLevel:32,evos:["Reuniclus"],eggGroups:["Amorphous"]},reuniclus:{num:579,name:"Reuniclus",types:["Psychic"],baseStats:{hp:110,atk:65,def:75,spa:125,spd:85,spe:30},abilities:{0:"Overcoat",1:"Magic Guard",H:"Regenerator"},weightkg:20.1,prevo:"Duosion",evoLevel:41,eggGroups:["Amorphous"]},ducklett:{num:580,name:"Ducklett",types:["Water","Flying"],baseStats:{hp:62,atk:44,def:50,spa:44,spd:50,spe:55},abilities:{0:"Keen Eye",1:"Big Pecks",H:"Hydration"},weightkg:5.5,evos:["Swanna"],eggGroups:["Water 1","Flying"]},swanna:{num:581,name:"Swanna",types:["Water","Flying"],baseStats:{hp:75,atk:87,def:63,spa:87,spd:63,spe:98},abilities:{0:"Keen Eye",1:"Big Pecks",H:"Hydration"},weightkg:24.2,prevo:"Ducklett",evoLevel:35,eggGroups:["Water 1","Flying"]},vanillite:{num:582,name:"Vanillite",types:["Ice"],baseStats:{hp:36,atk:50,def:50,spa:65,spd:60,spe:44},abilities:{0:"Ice Body",1:"Snow Cloak",H:"Weak Armor"},weightkg:5.7,evos:["Vanillish"],eggGroups:["Mineral"]},vanillish:{num:583,name:"Vanillish",types:["Ice"],baseStats:{hp:51,atk:65,def:65,spa:80,spd:75,spe:59},abilities:{0:"Ice Body",1:"Snow Cloak",H:"Weak Armor"},weightkg:41,prevo:"Vanillite",evoLevel:35,evos:["Vanilluxe"],eggGroups:["Mineral"]},vanilluxe:{num:584,name:"Vanilluxe",types:["Ice"],baseStats:{hp:71,atk:95,def:85,spa:110,spd:95,spe:79},abilities:{0:"Ice Body",1:"Snow Warning",H:"Weak Armor"},weightkg:57.5,prevo:"Vanillish",evoLevel:47,eggGroups:["Mineral"]},deerling:{num:585,name:"Deerling",baseForme:"Spring",types:["Normal","Grass"],baseStats:{hp:60,atk:60,def:50,spa:40,spd:50,spe:75},abilities:{0:"Chlorophyll",1:"Sap Sipper",H:"Serene Grace"},weightkg:19.5,evos:["Sawsbuck"],eggGroups:["Field"],cosmeticFormes:["Deerling-Summer","Deerling-Autumn","Deerling-Winter"],formeOrder:["Deerling","Deerling-Summer","Deerling-Autumn","Deerling-Winter"]},sawsbuck:{num:586,name:"Sawsbuck",baseForme:"Spring",types:["Normal","Grass"],baseStats:{hp:80,atk:100,def:70,spa:60,spd:70,spe:95},abilities:{0:"Chlorophyll",1:"Sap Sipper",H:"Serene Grace"},weightkg:92.5,prevo:"Deerling",evoLevel:34,eggGroups:["Field"],cosmeticFormes:["Sawsbuck-Summer","Sawsbuck-Autumn","Sawsbuck-Winter"],formeOrder:["Sawsbuck","Sawsbuck-Summer","Sawsbuck-Autumn","Sawsbuck-Winter"]},emolga:{num:587,name:"Emolga",types:["Electric","Flying"],baseStats:{hp:55,atk:75,def:60,spa:75,spd:60,spe:103},abilities:{0:"Static",H:"Motor Drive"},weightkg:5,eggGroups:["Field"]},karrablast:{num:588,name:"Karrablast",types:["Bug"],baseStats:{hp:50,atk:75,def:45,spa:40,spd:45,spe:60},abilities:{0:"Swarm",1:"Shed Skin",H:"No Guard"},weightkg:5.9,evos:["Escavalier"],eggGroups:["Bug"]},escavalier:{num:589,name:"Escavalier",types:["Bug","Steel"],baseStats:{hp:70,atk:135,def:105,spa:60,spd:105,spe:20},abilities:{0:"Swarm",1:"Shell Armor",H:"Overcoat"},weightkg:33,prevo:"Karrablast",evoType:"trade",evoCondition:"with a Shelmet",eggGroups:["Bug"]},foongus:{num:590,name:"Foongus",types:["Grass","Poison"],baseStats:{hp:69,atk:55,def:45,spa:55,spd:55,spe:15},abilities:{0:"Effect Spore",H:"Regenerator"},weightkg:1,evos:["Amoonguss"],eggGroups:["Grass"]},amoonguss:{num:591,name:"Amoonguss",types:["Grass","Poison"],baseStats:{hp:114,atk:85,def:70,spa:85,spd:80,spe:30},abilities:{0:"Effect Spore",H:"Regenerator"},weightkg:10.5,prevo:"Foongus",evoLevel:39,eggGroups:["Grass"]},frillish:{num:592,name:"Frillish",types:["Water","Ghost"],baseStats:{hp:55,atk:40,def:50,spa:65,spd:85,spe:40},abilities:{0:"Water Absorb",1:"Cursed Body",H:"Damp"},weightkg:33,evos:["Jellicent"],eggGroups:["Amorphous"]},jellicent:{num:593,name:"Jellicent",types:["Water","Ghost"],baseStats:{hp:100,atk:60,def:70,spa:85,spd:105,spe:60},abilities:{0:"Water Absorb",1:"Cursed Body",H:"Damp"},weightkg:135,prevo:"Frillish",evoLevel:40,eggGroups:["Amorphous"]},alomomola:{num:594,name:"Alomomola",types:["Water"],baseStats:{hp:165,atk:75,def:80,spa:40,spd:45,spe:65},abilities:{0:"Healer",1:"Hydration",H:"Regenerator"},weightkg:31.6,eggGroups:["Water 1","Water 2"]},joltik:{num:595,name:"Joltik",types:["Bug","Electric"],baseStats:{hp:50,atk:47,def:50,spa:57,spd:50,spe:65},abilities:{0:"Compound Eyes",1:"Unnerve",H:"Swarm"},weightkg:.6,evos:["Galvantula"],eggGroups:["Bug"]},galvantula:{num:596,name:"Galvantula",types:["Bug","Electric"],baseStats:{hp:70,atk:77,def:60,spa:97,spd:60,spe:108},abilities:{0:"Compound Eyes",1:"Unnerve",H:"Swarm"},weightkg:14.3,prevo:"Joltik",evoLevel:36,eggGroups:["Bug"]},ferroseed:{num:597,name:"Ferroseed",types:["Grass","Steel"],baseStats:{hp:44,atk:50,def:91,spa:24,spd:86,spe:10},abilities:{0:"Iron Barbs"},weightkg:18.8,evos:["Ferrothorn"],eggGroups:["Grass","Mineral"]},ferrothorn:{num:598,name:"Ferrothorn",types:["Grass","Steel"],baseStats:{hp:74,atk:94,def:131,spa:54,spd:116,spe:20},abilities:{0:"Iron Barbs",H:"Anticipation"},weightkg:110,prevo:"Ferroseed",evoLevel:40,eggGroups:["Grass","Mineral"]},klink:{num:599,name:"Klink",types:["Steel"],gender:"N",baseStats:{hp:40,atk:55,def:70,spa:45,spd:60,spe:30},abilities:{0:"Plus",1:"Minus",H:"Clear Body"},weightkg:21,evos:["Klang"],eggGroups:["Mineral"]},klang:{num:600,name:"Klang",types:["Steel"],gender:"N",baseStats:{hp:60,atk:80,def:95,spa:70,spd:85,spe:50},abilities:{0:"Plus",1:"Minus",H:"Clear Body"},weightkg:51,prevo:"Klink",evoLevel:38,evos:["Klinklang"],eggGroups:["Mineral"]},klinklang:{num:601,name:"Klinklang",types:["Steel"],gender:"N",baseStats:{hp:60,atk:100,def:115,spa:70,spd:85,spe:90},abilities:{0:"Plus",1:"Minus",H:"Clear Body"},weightkg:81,prevo:"Klang",evoLevel:49,eggGroups:["Mineral"]},tynamo:{num:602,name:"Tynamo",types:["Electric"],baseStats:{hp:35,atk:55,def:40,spa:45,spd:40,spe:60},abilities:{0:"Levitate"},weightkg:.3,evos:["Eelektrik"],eggGroups:["Amorphous"]},eelektrik:{num:603,name:"Eelektrik",types:["Electric"],baseStats:{hp:65,atk:85,def:70,spa:75,spd:70,spe:40},abilities:{0:"Levitate"},weightkg:22,prevo:"Tynamo",evoLevel:39,evos:["Eelektross"],eggGroups:["Amorphous"]},eelektross:{num:604,name:"Eelektross",types:["Electric"],baseStats:{hp:85,atk:115,def:80,spa:105,spd:80,spe:50},abilities:{0:"Levitate"},weightkg:80.5,prevo:"Eelektrik",evoType:"useItem",evoItem:"Thunder Stone",eggGroups:["Amorphous"]},elgyem:{num:605,name:"Elgyem",types:["Psychic"],baseStats:{hp:55,atk:55,def:55,spa:85,spd:55,spe:30},abilities:{0:"Telepathy",1:"Synchronize",H:"Analytic"},weightkg:9,evos:["Beheeyem"],eggGroups:["Human-Like"]},beheeyem:{num:606,name:"Beheeyem",types:["Psychic"],baseStats:{hp:75,atk:75,def:75,spa:125,spd:95,spe:40},abilities:{0:"Telepathy",1:"Synchronize",H:"Analytic"},weightkg:34.5,prevo:"Elgyem",evoLevel:42,eggGroups:["Human-Like"]},litwick:{num:607,name:"Litwick",types:["Ghost","Fire"],baseStats:{hp:50,atk:30,def:55,spa:65,spd:55,spe:20},abilities:{0:"Flash Fire",1:"Flame Body",H:"Infiltrator"},weightkg:3.1,evos:["Lampent"],eggGroups:["Amorphous"]},lampent:{num:608,name:"Lampent",types:["Ghost","Fire"],baseStats:{hp:60,atk:40,def:60,spa:95,spd:60,spe:55},abilities:{0:"Flash Fire",1:"Flame Body",H:"Infiltrator"},weightkg:13,prevo:"Litwick",evoLevel:41,evos:["Chandelure"],eggGroups:["Amorphous"]},chandelure:{num:609,name:"Chandelure",types:["Ghost","Fire"],baseStats:{hp:60,atk:55,def:90,spa:145,spd:90,spe:80},abilities:{0:"Flash Fire",1:"Flame Body",H:"Infiltrator"},weightkg:34.3,prevo:"Lampent",evoType:"useItem",evoItem:"Dusk Stone",eggGroups:["Amorphous"]},axew:{num:610,name:"Axew",types:["Dragon"],baseStats:{hp:46,atk:87,def:60,spa:30,spd:40,spe:57},abilities:{0:"Rivalry",1:"Mold Breaker",H:"Unnerve"},weightkg:18,evos:["Fraxure"],eggGroups:["Monster","Dragon"]},fraxure:{num:611,name:"Fraxure",types:["Dragon"],baseStats:{hp:66,atk:117,def:70,spa:40,spd:50,spe:67},abilities:{0:"Rivalry",1:"Mold Breaker",H:"Unnerve"},weightkg:36,prevo:"Axew",evoLevel:38,evos:["Haxorus"],eggGroups:["Monster","Dragon"]},haxorus:{num:612,name:"Haxorus",types:["Dragon"],baseStats:{hp:76,atk:147,def:90,spa:60,spd:70,spe:97},abilities:{0:"Rivalry",1:"Mold Breaker",H:"Unnerve"},weightkg:105.5,prevo:"Fraxure",evoLevel:48,eggGroups:["Monster","Dragon"]},cubchoo:{num:613,name:"Cubchoo",types:["Ice"],baseStats:{hp:55,atk:70,def:40,spa:60,spd:40,spe:40},abilities:{0:"Snow Cloak",1:"Slush Rush",H:"Rattled"},weightkg:8.5,evos:["Beartic"],eggGroups:["Field"]},beartic:{num:614,name:"Beartic",types:["Ice"],baseStats:{hp:95,atk:130,def:80,spa:70,spd:80,spe:50},abilities:{0:"Snow Cloak",1:"Slush Rush",H:"Swift Swim"},weightkg:260,prevo:"Cubchoo",evoLevel:37,eggGroups:["Field"]},cryogonal:{num:615,name:"Cryogonal",types:["Ice"],gender:"N",baseStats:{hp:80,atk:50,def:50,spa:95,spd:135,spe:105},abilities:{0:"Levitate"},weightkg:148,eggGroups:["Mineral"]},shelmet:{num:616,name:"Shelmet",types:["Bug"],baseStats:{hp:50,atk:40,def:85,spa:40,spd:65,spe:25},abilities:{0:"Hydration",1:"Shell Armor",H:"Overcoat"},weightkg:7.7,evos:["Accelgor"],eggGroups:["Bug"]},accelgor:{num:617,name:"Accelgor",types:["Bug"],baseStats:{hp:80,atk:70,def:40,spa:100,spd:60,spe:145},abilities:{0:"Hydration",1:"Sticky Hold",H:"Unburden"},weightkg:25.3,prevo:"Shelmet",evoType:"trade",evoCondition:"with a Karrablast",eggGroups:["Bug"]},stunfisk:{num:618,name:"Stunfisk",types:["Ground","Electric"],baseStats:{hp:109,atk:66,def:84,spa:81,spd:99,spe:32},abilities:{0:"Static",1:"Limber",H:"Sand Veil"},weightkg:11,eggGroups:["Water 1","Amorphous"],otherFormes:["Stunfisk-Galar"],formeOrder:["Stunfisk","Stunfisk-Galar"]},stunfiskgalar:{num:618,name:"Stunfisk-Galar",baseSpecies:"Stunfisk",forme:"Galar",types:["Ground","Steel"],baseStats:{hp:109,atk:81,def:99,spa:66,spd:84,spe:32},abilities:{0:"Mimicry"},weightkg:20.5,eggGroups:["Water 1","Amorphous"]},mienfoo:{num:619,name:"Mienfoo",types:["Fighting"],baseStats:{hp:45,atk:85,def:50,spa:55,spd:50,spe:65},abilities:{0:"Inner Focus",1:"Regenerator",H:"Reckless"},weightkg:20,evos:["Mienshao"],eggGroups:["Field","Human-Like"]},mienshao:{num:620,name:"Mienshao",types:["Fighting"],baseStats:{hp:65,atk:125,def:60,spa:95,spd:60,spe:105},abilities:{0:"Inner Focus",1:"Regenerator",H:"Reckless"},weightkg:35.5,prevo:"Mienfoo",evoLevel:50,eggGroups:["Field","Human-Like"]},druddigon:{num:621,name:"Druddigon",types:["Dragon"],baseStats:{hp:77,atk:120,def:90,spa:60,spd:90,spe:48},abilities:{0:"Rough Skin",1:"Sheer Force",H:"Mold Breaker"},weightkg:139,eggGroups:["Monster","Dragon"]},golett:{num:622,name:"Golett",types:["Ground","Ghost"],gender:"N",baseStats:{hp:59,atk:74,def:50,spa:35,spd:50,spe:35},abilities:{0:"Iron Fist",1:"Klutz",H:"No Guard"},weightkg:92,evos:["Golurk"],eggGroups:["Mineral"]},golurk:{num:623,name:"Golurk",types:["Ground","Ghost"],gender:"N",baseStats:{hp:89,atk:124,def:80,spa:55,spd:80,spe:55},abilities:{0:"Iron Fist",1:"Klutz",H:"No Guard"},weightkg:330,prevo:"Golett",evoLevel:43,eggGroups:["Mineral"]},pawniard:{num:624,name:"Pawniard",types:["Dark","Steel"],baseStats:{hp:45,atk:85,def:70,spa:40,spd:40,spe:60},abilities:{0:"Defiant",1:"Inner Focus",H:"Pressure"},weightkg:10.2,evos:["Bisharp"],eggGroups:["Human-Like"]},bisharp:{num:625,name:"Bisharp",types:["Dark","Steel"],baseStats:{hp:65,atk:125,def:100,spa:60,spd:70,spe:70},abilities:{0:"Defiant",1:"Inner Focus",H:"Pressure"},weightkg:70,prevo:"Pawniard",evoLevel:52,eggGroups:["Human-Like"]},bouffalant:{num:626,name:"Bouffalant",types:["Normal"],baseStats:{hp:95,atk:110,def:95,spa:40,spd:95,spe:55},abilities:{0:"Reckless",1:"Sap Sipper",H:"Soundproof"},weightkg:94.6,eggGroups:["Field"]},rufflet:{num:627,name:"Rufflet",types:["Normal","Flying"],gender:"M",baseStats:{hp:70,atk:83,def:50,spa:37,spd:50,spe:60},abilities:{0:"Keen Eye",1:"Sheer Force",H:"Hustle"},weightkg:10.5,evos:["Braviary","Braviary-Hisui"],eggGroups:["Flying"]},braviary:{num:628,name:"Braviary",types:["Normal","Flying"],gender:"M",baseStats:{hp:100,atk:123,def:75,spa:57,spd:75,spe:80},abilities:{0:"Keen Eye",1:"Sheer Force",H:"Defiant"},weightkg:41,prevo:"Rufflet",evoLevel:54,eggGroups:["Flying"],otherFormes:["Braviary-Hisui"],formeOrder:["Braviary","Braviary-Hisui"]},braviaryhisui:{num:628,name:"Braviary-Hisui",baseSpecies:"Braviary",forme:"Hisui",types:["Psychic","Flying"],gender:"M",baseStats:{hp:110,atk:83,def:70,spa:112,spd:70,spe:65},abilities:{0:"Keen Eye",1:"Sheer Force",H:"Defiant"},weightkg:43.4,prevo:"Rufflet",evoLevel:54,eggGroups:["Flying"]},vullaby:{num:629,name:"Vullaby",types:["Dark","Flying"],gender:"F",baseStats:{hp:70,atk:55,def:75,spa:45,spd:65,spe:60},abilities:{0:"Big Pecks",1:"Overcoat",H:"Weak Armor"},weightkg:9,evos:["Mandibuzz"],eggGroups:["Flying"]},mandibuzz:{num:630,name:"Mandibuzz",types:["Dark","Flying"],gender:"F",baseStats:{hp:110,atk:65,def:105,spa:55,spd:95,spe:80},abilities:{0:"Big Pecks",1:"Overcoat",H:"Weak Armor"},weightkg:39.5,prevo:"Vullaby",evoLevel:54,eggGroups:["Flying"]},heatmor:{num:631,name:"Heatmor",types:["Fire"],baseStats:{hp:85,atk:97,def:66,spa:105,spd:66,spe:65},abilities:{0:"Gluttony",1:"Flash Fire",H:"White Smoke"},weightkg:58,eggGroups:["Field"]},durant:{num:632,name:"Durant",types:["Bug","Steel"],baseStats:{hp:58,atk:109,def:112,spa:48,spd:48,spe:109},abilities:{0:"Swarm",1:"Hustle",H:"Truant"},weightkg:33,eggGroups:["Bug"]},deino:{num:633,name:"Deino",types:["Dark","Dragon"],baseStats:{hp:52,atk:65,def:50,spa:45,spd:50,spe:38},abilities:{0:"Hustle"},weightkg:17.3,evos:["Zweilous"],eggGroups:["Dragon"]},zweilous:{num:634,name:"Zweilous",types:["Dark","Dragon"],baseStats:{hp:72,atk:85,def:70,spa:65,spd:70,spe:58},abilities:{0:"Hustle"},weightkg:50,prevo:"Deino",evoLevel:50,evos:["Hydreigon"],eggGroups:["Dragon"]},hydreigon:{num:635,name:"Hydreigon",types:["Dark","Dragon"],baseStats:{hp:92,atk:105,def:90,spa:125,spd:90,spe:98},abilities:{0:"Levitate"},weightkg:160,prevo:"Zweilous",evoLevel:64,eggGroups:["Dragon"]},larvesta:{num:636,name:"Larvesta",types:["Bug","Fire"],baseStats:{hp:55,atk:85,def:55,spa:50,spd:55,spe:60},abilities:{0:"Flame Body",H:"Swarm"},weightkg:28.8,evos:["Volcarona"],eggGroups:["Bug"]},volcarona:{num:637,name:"Volcarona",types:["Bug","Fire"],baseStats:{hp:85,atk:60,def:65,spa:135,spd:105,spe:100},abilities:{0:"Flame Body",H:"Swarm"},weightkg:46,prevo:"Larvesta",evoLevel:59,eggGroups:["Bug"]},cobalion:{num:638,name:"Cobalion",types:["Steel","Fighting"],gender:"N",baseStats:{hp:91,atk:90,def:129,spa:90,spd:72,spe:108},abilities:{0:"Justified"},weightkg:250,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},terrakion:{num:639,name:"Terrakion",types:["Rock","Fighting"],gender:"N",baseStats:{hp:91,atk:129,def:90,spa:72,spd:90,spe:108},abilities:{0:"Justified"},weightkg:260,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},virizion:{num:640,name:"Virizion",types:["Grass","Fighting"],gender:"N",baseStats:{hp:91,atk:90,def:72,spa:90,spd:129,spe:108},abilities:{0:"Justified"},weightkg:200,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},tornadus:{num:641,name:"Tornadus",baseForme:"Incarnate",types:["Flying"],gender:"M",baseStats:{hp:79,atk:115,def:70,spa:125,spd:80,spe:111},abilities:{0:"Prankster",H:"Defiant"},weightkg:63,tags:["Sub-Legendary"],eggGroups:["Undiscovered"],otherFormes:["Tornadus-Therian"],formeOrder:["Tornadus","Tornadus-Therian"]},tornadustherian:{num:641,name:"Tornadus-Therian",baseSpecies:"Tornadus",forme:"Therian",types:["Flying"],gender:"M",baseStats:{hp:79,atk:100,def:80,spa:110,spd:90,spe:121},abilities:{0:"Regenerator"},weightkg:63,eggGroups:["Undiscovered"],changesFrom:"Tornadus"},thundurus:{num:642,name:"Thundurus",baseForme:"Incarnate",types:["Electric","Flying"],gender:"M",baseStats:{hp:79,atk:115,def:70,spa:125,spd:80,spe:111},abilities:{0:"Prankster",H:"Defiant"},weightkg:61,tags:["Sub-Legendary"],eggGroups:["Undiscovered"],otherFormes:["Thundurus-Therian"],formeOrder:["Thundurus","Thundurus-Therian"]},thundurustherian:{num:642,name:"Thundurus-Therian",baseSpecies:"Thundurus",forme:"Therian",types:["Electric","Flying"],gender:"M",baseStats:{hp:79,atk:105,def:70,spa:145,spd:80,spe:101},abilities:{0:"Volt Absorb"},weightkg:61,eggGroups:["Undiscovered"],changesFrom:"Thundurus"},reshiram:{num:643,name:"Reshiram",types:["Dragon","Fire"],gender:"N",baseStats:{hp:100,atk:120,def:100,spa:150,spd:120,spe:90},abilities:{0:"Turboblaze"},weightkg:330,tags:["Restricted Legendary"],eggGroups:["Undiscovered"]},zekrom:{num:644,name:"Zekrom",types:["Dragon","Electric"],gender:"N",baseStats:{hp:100,atk:150,def:120,spa:120,spd:100,spe:90},abilities:{0:"Teravolt"},weightkg:345,tags:["Restricted Legendary"],eggGroups:["Undiscovered"]},landorus:{num:645,name:"Landorus",baseForme:"Incarnate",types:["Ground","Flying"],gender:"M",baseStats:{hp:89,atk:125,def:90,spa:115,spd:80,spe:101},abilities:{0:"Sand Force",H:"Sheer Force"},weightkg:68,tags:["Sub-Legendary"],eggGroups:["Undiscovered"],otherFormes:["Landorus-Therian"],formeOrder:["Landorus","Landorus-Therian"]},landorustherian:{num:645,name:"Landorus-Therian",baseSpecies:"Landorus",forme:"Therian",types:["Ground","Flying"],gender:"M",baseStats:{hp:89,atk:145,def:90,spa:105,spd:80,spe:91},abilities:{0:"Intimidate"},weightkg:68,eggGroups:["Undiscovered"],changesFrom:"Landorus"},kyurem:{num:646,name:"Kyurem",types:["Dragon","Ice"],gender:"N",baseStats:{hp:125,atk:130,def:90,spa:130,spd:90,spe:95},abilities:{0:"Pressure"},weightkg:325,eggGroups:["Undiscovered"],tags:["Restricted Legendary"],otherFormes:["Kyurem-Black","Kyurem-White"],formeOrder:["Kyurem","Kyurem-White","Kyurem-Black"]},kyuremblack:{num:646,name:"Kyurem-Black",baseSpecies:"Kyurem",forme:"Black",types:["Dragon","Ice"],gender:"N",baseStats:{hp:125,atk:170,def:100,spa:120,spd:90,spe:95},abilities:{0:"Teravolt"},weightkg:325,eggGroups:["Undiscovered"],changesFrom:"Kyurem"},kyuremwhite:{num:646,name:"Kyurem-White",baseSpecies:"Kyurem",forme:"White",types:["Dragon","Ice"],gender:"N",baseStats:{hp:125,atk:120,def:90,spa:170,spd:100,spe:95},abilities:{0:"Turboblaze"},weightkg:325,eggGroups:["Undiscovered"],changesFrom:"Kyurem"},keldeo:{num:647,name:"Keldeo",baseForme:"Ordinary",types:["Water","Fighting"],gender:"N",baseStats:{hp:91,atk:72,def:90,spa:129,spd:90,spe:108},abilities:{0:"Justified"},weightkg:48.5,eggGroups:["Undiscovered"],tags:["Mythical"],otherFormes:["Keldeo-Resolute"],formeOrder:["Keldeo","Keldeo-Resolute"]},keldeoresolute:{num:647,name:"Keldeo-Resolute",baseSpecies:"Keldeo",forme:"Resolute",types:["Water","Fighting"],gender:"N",baseStats:{hp:91,atk:72,def:90,spa:129,spd:90,spe:108},abilities:{0:"Justified"},weightkg:48.5,eggGroups:["Undiscovered"],requiredMove:"Secret Sword",changesFrom:"Keldeo"},meloetta:{num:648,name:"Meloetta",baseForme:"Aria",types:["Normal","Psychic"],gender:"N",baseStats:{hp:100,atk:77,def:77,spa:128,spd:128,spe:90},abilities:{0:"Serene Grace"},weightkg:6.5,eggGroups:["Undiscovered"],tags:["Mythical"],otherFormes:["Meloetta-Pirouette"],formeOrder:["Meloetta","Meloetta-Pirouette"]},meloettapirouette:{num:648,name:"Meloetta-Pirouette",baseSpecies:"Meloetta",forme:"Pirouette",types:["Normal","Fighting"],gender:"N",baseStats:{hp:100,atk:128,def:90,spa:77,spd:77,spe:128},abilities:{0:"Serene Grace"},weightkg:6.5,eggGroups:["Undiscovered"],requiredMove:"Relic Song",battleOnly:"Meloetta"},genesect:{num:649,name:"Genesect",types:["Bug","Steel"],gender:"N",baseStats:{hp:71,atk:120,def:95,spa:120,spd:95,spe:99},abilities:{0:"Download"},weightkg:82.5,eggGroups:["Undiscovered"],tags:["Mythical"],otherFormes:["Genesect-Douse","Genesect-Shock","Genesect-Burn","Genesect-Chill"],formeOrder:["Genesect","Genesect-Douse","Genesect-Shock","Genesect-Burn","Genesect-Chill"]},genesectdouse:{num:649,name:"Genesect-Douse",baseSpecies:"Genesect",forme:"Douse",types:["Bug","Steel"],gender:"N",baseStats:{hp:71,atk:120,def:95,spa:120,spd:95,spe:99},abilities:{0:"Download"},weightkg:82.5,eggGroups:["Undiscovered"],requiredItem:"Douse Drive",changesFrom:"Genesect"},genesectshock:{num:649,name:"Genesect-Shock",baseSpecies:"Genesect",forme:"Shock",types:["Bug","Steel"],gender:"N",baseStats:{hp:71,atk:120,def:95,spa:120,spd:95,spe:99},abilities:{0:"Download"},weightkg:82.5,eggGroups:["Undiscovered"],requiredItem:"Shock Drive",changesFrom:"Genesect"},genesectburn:{num:649,name:"Genesect-Burn",baseSpecies:"Genesect",forme:"Burn",types:["Bug","Steel"],gender:"N",baseStats:{hp:71,atk:120,def:95,spa:120,spd:95,spe:99},abilities:{0:"Download"},weightkg:82.5,eggGroups:["Undiscovered"],requiredItem:"Burn Drive",changesFrom:"Genesect"},genesectchill:{num:649,name:"Genesect-Chill",baseSpecies:"Genesect",forme:"Chill",types:["Bug","Steel"],gender:"N",baseStats:{hp:71,atk:120,def:95,spa:120,spd:95,spe:99},abilities:{0:"Download"},weightkg:82.5,eggGroups:["Undiscovered"],requiredItem:"Chill Drive",changesFrom:"Genesect"},chespin:{num:650,name:"Chespin",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:56,atk:61,def:65,spa:48,spd:45,spe:38},abilities:{0:"Overgrow",H:"Bulletproof"},weightkg:9,evos:["Quilladin"],eggGroups:["Field"]},quilladin:{num:651,name:"Quilladin",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:61,atk:78,def:95,spa:56,spd:58,spe:57},abilities:{0:"Overgrow",H:"Bulletproof"},weightkg:29,prevo:"Chespin",evoLevel:16,evos:["Chesnaught"],eggGroups:["Field"]},chesnaught:{num:652,name:"Chesnaught",types:["Grass","Fighting"],genderRatio:{M:.875,F:.125},baseStats:{hp:88,atk:107,def:122,spa:74,spd:75,spe:64},abilities:{0:"Overgrow",H:"Bulletproof"},weightkg:90,prevo:"Quilladin",evoLevel:36,eggGroups:["Field"]},fennekin:{num:653,name:"Fennekin",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:40,atk:45,def:40,spa:62,spd:60,spe:60},abilities:{0:"Blaze",H:"Magician"},weightkg:9.4,evos:["Braixen"],eggGroups:["Field"]},braixen:{num:654,name:"Braixen",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:59,atk:59,def:58,spa:90,spd:70,spe:73},abilities:{0:"Blaze",H:"Magician"},weightkg:14.5,prevo:"Fennekin",evoLevel:16,evos:["Delphox"],eggGroups:["Field"]},delphox:{num:655,name:"Delphox",types:["Fire","Psychic"],genderRatio:{M:.875,F:.125},baseStats:{hp:75,atk:69,def:72,spa:114,spd:100,spe:104},abilities:{0:"Blaze",H:"Magician"},weightkg:39,prevo:"Braixen",evoLevel:36,eggGroups:["Field"]},froakie:{num:656,name:"Froakie",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:41,atk:56,def:40,spa:62,spd:44,spe:71},abilities:{0:"Torrent",H:"Protean"},weightkg:7,evos:["Frogadier"],eggGroups:["Water 1"]},frogadier:{num:657,name:"Frogadier",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:54,atk:63,def:52,spa:83,spd:56,spe:97},abilities:{0:"Torrent",H:"Protean"},weightkg:10.9,prevo:"Froakie",evoLevel:16,evos:["Greninja"],eggGroups:["Water 1"]},greninja:{num:658,name:"Greninja",types:["Water","Dark"],genderRatio:{M:.875,F:.125},baseStats:{hp:72,atk:95,def:67,spa:103,spd:71,spe:122},abilities:{0:"Torrent",H:"Protean",S:"Battle Bond"},weightkg:40,prevo:"Frogadier",evoLevel:36,eggGroups:["Water 1"],otherFormes:["Greninja-Ash"],formeOrder:["Greninja","Greninja","Greninja-Ash"]},greninjaash:{num:658,name:"Greninja-Ash",baseSpecies:"Greninja",forme:"Ash",types:["Water","Dark"],gender:"M",baseStats:{hp:72,atk:145,def:67,spa:153,spd:71,spe:132},abilities:{0:"Battle Bond"},weightkg:40,eggGroups:["Undiscovered"],requiredAbility:"Battle Bond",battleOnly:"Greninja",gen:7},bunnelby:{num:659,name:"Bunnelby",types:["Normal"],baseStats:{hp:38,atk:36,def:38,spa:32,spd:36,spe:57},abilities:{0:"Pickup",1:"Cheek Pouch",H:"Huge Power"},weightkg:5,evos:["Diggersby"],eggGroups:["Field"]},diggersby:{num:660,name:"Diggersby",types:["Normal","Ground"],baseStats:{hp:85,atk:56,def:77,spa:50,spd:77,spe:78},abilities:{0:"Pickup",1:"Cheek Pouch",H:"Huge Power"},weightkg:42.4,prevo:"Bunnelby",evoLevel:20,eggGroups:["Field"]},fletchling:{num:661,name:"Fletchling",types:["Normal","Flying"],baseStats:{hp:45,atk:50,def:43,spa:40,spd:38,spe:62},abilities:{0:"Big Pecks",H:"Gale Wings"},weightkg:1.7,evos:["Fletchinder"],eggGroups:["Flying"]},fletchinder:{num:662,name:"Fletchinder",types:["Fire","Flying"],baseStats:{hp:62,atk:73,def:55,spa:56,spd:52,spe:84},abilities:{0:"Flame Body",H:"Gale Wings"},weightkg:16,prevo:"Fletchling",evoLevel:17,evos:["Talonflame"],eggGroups:["Flying"]},talonflame:{num:663,name:"Talonflame",types:["Fire","Flying"],baseStats:{hp:78,atk:81,def:71,spa:74,spd:69,spe:126},abilities:{0:"Flame Body",H:"Gale Wings"},weightkg:24.5,prevo:"Fletchinder",evoLevel:35,eggGroups:["Flying"]},scatterbug:{num:664,name:"Scatterbug",types:["Bug"],baseStats:{hp:38,atk:35,def:40,spa:27,spd:25,spe:35},abilities:{0:"Shield Dust",1:"Compound Eyes",H:"Friend Guard"},weightkg:2.5,evos:["Spewpa"],eggGroups:["Bug"]},spewpa:{num:665,name:"Spewpa",types:["Bug"],baseStats:{hp:45,atk:22,def:60,spa:27,spd:30,spe:29},abilities:{0:"Shed Skin",H:"Friend Guard"},weightkg:8.4,prevo:"Scatterbug",evoLevel:9,evos:["Vivillon"],eggGroups:["Bug"]},vivillon:{num:666,name:"Vivillon",baseForme:"Meadow",types:["Bug","Flying"],baseStats:{hp:80,atk:52,def:50,spa:90,spd:50,spe:89},abilities:{0:"Shield Dust",1:"Compound Eyes",H:"Friend Guard"},weightkg:17,prevo:"Spewpa",evoLevel:12,eggGroups:["Bug"],otherFormes:["Vivillon-Fancy","Vivillon-Pokeball"],cosmeticFormes:["Vivillon-Archipelago","Vivillon-Continental","Vivillon-Elegant","Vivillon-Garden","Vivillon-High Plains","Vivillon-Icy Snow","Vivillon-Jungle","Vivillon-Marine","Vivillon-Modern","Vivillon-Monsoon","Vivillon-Ocean","Vivillon-Polar","Vivillon-River","Vivillon-Sandstorm","Vivillon-Savanna","Vivillon-Sun","Vivillon-Tundra"],formeOrder:["Vivillon-Icy Snow","Vivillon-Polar","Vivillon-Tundra","Vivillon-Continental","Vivillon-Garden","Vivillon-Elegant","Vivillon","Vivillon-Modern","Vivillon-Marine","Vivillon-Archipelago","Vivillon-High Plains","Vivillon-Sandstorm","Vivillon-River","Vivillon-Monsoon","Vivillon-Savanna","Vivillon-Sun","Vivillon-Ocean","Vivillon-Jungle","Vivillon-Fancy","Vivillon-Pokeball"]},vivillonfancy:{num:666,name:"Vivillon-Fancy",baseSpecies:"Vivillon",forme:"Fancy",types:["Bug","Flying"],baseStats:{hp:80,atk:52,def:50,spa:90,spd:50,spe:89},abilities:{0:"Shield Dust",1:"Compound Eyes"},weightkg:17,eggGroups:["Bug"]},vivillonpokeball:{num:666,name:"Vivillon-Pokeball",baseSpecies:"Vivillon",forme:"Pokeball",types:["Bug","Flying"],baseStats:{hp:80,atk:52,def:50,spa:90,spd:50,spe:89},abilities:{0:"Shield Dust",1:"Compound Eyes"},weightkg:17,eggGroups:["Bug"]},litleo:{num:667,name:"Litleo",types:["Fire","Normal"],genderRatio:{M:.125,F:.875},baseStats:{hp:62,atk:50,def:58,spa:73,spd:54,spe:72},abilities:{0:"Rivalry",1:"Unnerve",H:"Moxie"},weightkg:13.5,evos:["Pyroar"],eggGroups:["Field"]},pyroar:{num:668,name:"Pyroar",types:["Fire","Normal"],genderRatio:{M:.125,F:.875},baseStats:{hp:86,atk:68,def:72,spa:109,spd:66,spe:106},abilities:{0:"Rivalry",1:"Unnerve",H:"Moxie"},weightkg:81.5,prevo:"Litleo",evoLevel:35,eggGroups:["Field"]},flabebe:{num:669,name:"Flabébé",baseForme:"Red",types:["Fairy"],gender:"F",baseStats:{hp:44,atk:38,def:39,spa:61,spd:79,spe:42},abilities:{0:"Flower Veil",H:"Symbiosis"},weightkg:.1,evos:["Floette"],eggGroups:["Fairy"],cosmeticFormes:["Flabébé-Blue","Flabébé-Orange","Flabébé-White","Flabébé-Yellow"],formeOrder:["Flabébé","Flabébé-Blue","Flabébé-Orange","Flabébé-White","Flabébé-Yellow"]},floette:{num:670,name:"Floette",baseForme:"Red",types:["Fairy"],gender:"F",baseStats:{hp:54,atk:45,def:47,spa:75,spd:98,spe:52},abilities:{0:"Flower Veil",H:"Symbiosis"},weightkg:.9,prevo:"Flabébé",evoLevel:19,evos:["Florges"],eggGroups:["Fairy"],otherFormes:["Floette-Eternal"],cosmeticFormes:["Floette-Blue","Floette-Orange","Floette-White","Floette-Yellow"],formeOrder:["Floette","Floette-Blue","Floette-Orange","Floette-White","Floette-Yellow","Floette-Eternal"]},floetteeternal:{num:670,name:"Floette-Eternal",baseSpecies:"Floette",forme:"Eternal",types:["Fairy"],gender:"F",baseStats:{hp:74,atk:65,def:67,spa:125,spd:128,spe:92},abilities:{0:"Flower Veil"},weightkg:.9,eggGroups:["Undiscovered"]},florges:{num:671,name:"Florges",baseForme:"Red",types:["Fairy"],gender:"F",baseStats:{hp:78,atk:65,def:68,spa:112,spd:154,spe:75},abilities:{0:"Flower Veil",H:"Symbiosis"},weightkg:10,prevo:"Floette",evoType:"useItem",evoItem:"Shiny Stone",eggGroups:["Fairy"],cosmeticFormes:["Florges-Blue","Florges-Orange","Florges-White","Florges-Yellow"],formeOrder:["Florges","Florges-Blue","Florges-Orange","Florges-White","Florges-Yellow"]},skiddo:{num:672,name:"Skiddo",types:["Grass"],baseStats:{hp:66,atk:65,def:48,spa:62,spd:57,spe:52},abilities:{0:"Sap Sipper",H:"Grass Pelt"},weightkg:31,evos:["Gogoat"],eggGroups:["Field"]},gogoat:{num:673,name:"Gogoat",types:["Grass"],baseStats:{hp:123,atk:100,def:62,spa:97,spd:81,spe:68},abilities:{0:"Sap Sipper",H:"Grass Pelt"},weightkg:91,prevo:"Skiddo",evoLevel:32,eggGroups:["Field"]},pancham:{num:674,name:"Pancham",types:["Fighting"],baseStats:{hp:67,atk:82,def:62,spa:46,spd:48,spe:43},abilities:{0:"Iron Fist",1:"Mold Breaker",H:"Scrappy"},weightkg:8,evos:["Pangoro"],eggGroups:["Field","Human-Like"]},pangoro:{num:675,name:"Pangoro",types:["Fighting","Dark"],baseStats:{hp:95,atk:124,def:78,spa:69,spd:71,spe:58},abilities:{0:"Iron Fist",1:"Mold Breaker",H:"Scrappy"},weightkg:136,prevo:"Pancham",evoLevel:32,evoCondition:"with a Dark-type in the party",eggGroups:["Field","Human-Like"]},furfrou:{num:676,name:"Furfrou",baseForme:"Natural",types:["Normal"],baseStats:{hp:75,atk:80,def:60,spa:65,spd:90,spe:102},abilities:{0:"Fur Coat"},weightkg:28,eggGroups:["Field"],cosmeticFormes:["Furfrou-Dandy","Furfrou-Debutante","Furfrou-Diamond","Furfrou-Heart","Furfrou-Kabuki","Furfrou-La Reine","Furfrou-Matron","Furfrou-Pharaoh","Furfrou-Star"],formeOrder:["Furfrou","Furfrou-Heart","Furfrou-Star","Furfrou-Diamond","Furfrou-Debutante","Furfrou-Matron","Furfrou-Dandy","Furfrou-La Reine","Furfrou-Kabuki","Furfrou-Pharaoh"]},espurr:{num:677,name:"Espurr",types:["Psychic"],baseStats:{hp:62,atk:48,def:54,spa:63,spd:60,spe:68},abilities:{0:"Keen Eye",1:"Infiltrator",H:"Own Tempo"},weightkg:3.5,evos:["Meowstic","Meowstic-F"],eggGroups:["Field"]},meowstic:{num:678,name:"Meowstic",baseForme:"M",types:["Psychic"],gender:"M",baseStats:{hp:74,atk:48,def:76,spa:83,spd:81,spe:104},abilities:{0:"Keen Eye",1:"Infiltrator",H:"Prankster"},weightkg:8.5,prevo:"Espurr",evoLevel:25,eggGroups:["Field"],otherFormes:["Meowstic-F"],formeOrder:["Meowstic","Meowstic-F"]},meowsticf:{num:678,name:"Meowstic-F",baseSpecies:"Meowstic",forme:"F",types:["Psychic"],gender:"F",baseStats:{hp:74,atk:48,def:76,spa:83,spd:81,spe:104},abilities:{0:"Keen Eye",1:"Infiltrator",H:"Competitive"},weightkg:8.5,prevo:"Espurr",evoLevel:25,eggGroups:["Field"]},honedge:{num:679,name:"Honedge",types:["Steel","Ghost"],baseStats:{hp:45,atk:80,def:100,spa:35,spd:37,spe:28},abilities:{0:"No Guard"},weightkg:2,evos:["Doublade"],eggGroups:["Mineral"]},doublade:{num:680,name:"Doublade",types:["Steel","Ghost"],baseStats:{hp:59,atk:110,def:150,spa:45,spd:49,spe:35},abilities:{0:"No Guard"},weightkg:4.5,prevo:"Honedge",evoLevel:35,evos:["Aegislash"],eggGroups:["Mineral"]},aegislash:{num:681,name:"Aegislash",baseForme:"Shield",types:["Steel","Ghost"],baseStats:{hp:60,atk:50,def:140,spa:50,spd:140,spe:60},abilities:{0:"Stance Change"},weightkg:53,prevo:"Doublade",evoType:"useItem",evoItem:"Dusk Stone",eggGroups:["Mineral"],otherFormes:["Aegislash-Blade"],formeOrder:["Aegislash","Aegislash-Blade"]},aegislashblade:{num:681,name:"Aegislash-Blade",baseSpecies:"Aegislash",forme:"Blade",types:["Steel","Ghost"],baseStats:{hp:60,atk:140,def:50,spa:140,spd:50,spe:60},abilities:{0:"Stance Change"},weightkg:53,eggGroups:["Mineral"],requiredAbility:"Stance Change",battleOnly:"Aegislash"},spritzee:{num:682,name:"Spritzee",types:["Fairy"],baseStats:{hp:78,atk:52,def:60,spa:63,spd:65,spe:23},abilities:{0:"Healer",H:"Aroma Veil"},weightkg:.5,evos:["Aromatisse"],eggGroups:["Fairy"]},aromatisse:{num:683,name:"Aromatisse",types:["Fairy"],baseStats:{hp:101,atk:72,def:72,spa:99,spd:89,spe:29},abilities:{0:"Healer",H:"Aroma Veil"},weightkg:15.5,prevo:"Spritzee",evoType:"trade",evoItem:"Sachet",eggGroups:["Fairy"]},swirlix:{num:684,name:"Swirlix",types:["Fairy"],baseStats:{hp:62,atk:48,def:66,spa:59,spd:57,spe:49},abilities:{0:"Sweet Veil",H:"Unburden"},weightkg:3.5,evos:["Slurpuff"],eggGroups:["Fairy"]},slurpuff:{num:685,name:"Slurpuff",types:["Fairy"],baseStats:{hp:82,atk:80,def:86,spa:85,spd:75,spe:72},abilities:{0:"Sweet Veil",H:"Unburden"},weightkg:5,prevo:"Swirlix",evoType:"trade",evoItem:"Whipped Dream",eggGroups:["Fairy"]},inkay:{num:686,name:"Inkay",types:["Dark","Psychic"],baseStats:{hp:53,atk:54,def:53,spa:37,spd:46,spe:45},abilities:{0:"Contrary",1:"Suction Cups",H:"Infiltrator"},weightkg:3.5,evos:["Malamar"],eggGroups:["Water 1","Water 2"]},malamar:{num:687,name:"Malamar",types:["Dark","Psychic"],baseStats:{hp:86,atk:92,def:88,spa:68,spd:75,spe:73},abilities:{0:"Contrary",1:"Suction Cups",H:"Infiltrator"},weightkg:47,prevo:"Inkay",evoLevel:30,evoCondition:"with the console turned upside-down",eggGroups:["Water 1","Water 2"]},binacle:{num:688,name:"Binacle",types:["Rock","Water"],baseStats:{hp:42,atk:52,def:67,spa:39,spd:56,spe:50},abilities:{0:"Tough Claws",1:"Sniper",H:"Pickpocket"},weightkg:31,evos:["Barbaracle"],eggGroups:["Water 3"]},barbaracle:{num:689,name:"Barbaracle",types:["Rock","Water"],baseStats:{hp:72,atk:105,def:115,spa:54,spd:86,spe:68},abilities:{0:"Tough Claws",1:"Sniper",H:"Pickpocket"},weightkg:96,prevo:"Binacle",evoLevel:39,eggGroups:["Water 3"]},skrelp:{num:690,name:"Skrelp",types:["Poison","Water"],baseStats:{hp:50,atk:60,def:60,spa:60,spd:60,spe:30},abilities:{0:"Poison Point",1:"Poison Touch",H:"Adaptability"},weightkg:7.3,evos:["Dragalge"],eggGroups:["Water 1","Dragon"]},dragalge:{num:691,name:"Dragalge",types:["Poison","Dragon"],baseStats:{hp:65,atk:75,def:90,spa:97,spd:123,spe:44},abilities:{0:"Poison Point",1:"Poison Touch",H:"Adaptability"},weightkg:81.5,prevo:"Skrelp",evoLevel:48,eggGroups:["Water 1","Dragon"]},clauncher:{num:692,name:"Clauncher",types:["Water"],baseStats:{hp:50,atk:53,def:62,spa:58,spd:63,spe:44},abilities:{0:"Mega Launcher"},weightkg:8.3,evos:["Clawitzer"],eggGroups:["Water 1","Water 3"]},clawitzer:{num:693,name:"Clawitzer",types:["Water"],baseStats:{hp:71,atk:73,def:88,spa:120,spd:89,spe:59},abilities:{0:"Mega Launcher"},weightkg:35.3,prevo:"Clauncher",evoLevel:37,eggGroups:["Water 1","Water 3"]},helioptile:{num:694,name:"Helioptile",types:["Electric","Normal"],baseStats:{hp:44,atk:38,def:33,spa:61,spd:43,spe:70},abilities:{0:"Dry Skin",1:"Sand Veil",H:"Solar Power"},weightkg:6,evos:["Heliolisk"],eggGroups:["Monster","Dragon"]},heliolisk:{num:695,name:"Heliolisk",types:["Electric","Normal"],baseStats:{hp:62,atk:55,def:52,spa:109,spd:94,spe:109},abilities:{0:"Dry Skin",1:"Sand Veil",H:"Solar Power"},weightkg:21,prevo:"Helioptile",evoType:"useItem",evoItem:"Sun Stone",eggGroups:["Monster","Dragon"]},tyrunt:{num:696,name:"Tyrunt",types:["Rock","Dragon"],genderRatio:{M:.875,F:.125},baseStats:{hp:58,atk:89,def:77,spa:45,spd:45,spe:48},abilities:{0:"Strong Jaw",H:"Sturdy"},weightkg:26,evos:["Tyrantrum"],eggGroups:["Monster","Dragon"]},tyrantrum:{num:697,name:"Tyrantrum",types:["Rock","Dragon"],genderRatio:{M:.875,F:.125},baseStats:{hp:82,atk:121,def:119,spa:69,spd:59,spe:71},abilities:{0:"Strong Jaw",H:"Rock Head"},weightkg:270,prevo:"Tyrunt",evoLevel:39,evoCondition:"during the day",eggGroups:["Monster","Dragon"]},amaura:{num:698,name:"Amaura",types:["Rock","Ice"],genderRatio:{M:.875,F:.125},baseStats:{hp:77,atk:59,def:50,spa:67,spd:63,spe:46},abilities:{0:"Refrigerate",H:"Snow Warning"},weightkg:25.2,evos:["Aurorus"],eggGroups:["Monster"]},aurorus:{num:699,name:"Aurorus",types:["Rock","Ice"],genderRatio:{M:.875,F:.125},baseStats:{hp:123,atk:77,def:72,spa:99,spd:92,spe:58},abilities:{0:"Refrigerate",H:"Snow Warning"},weightkg:225,prevo:"Amaura",evoLevel:39,evoCondition:"at night",eggGroups:["Monster"]},sylveon:{num:700,name:"Sylveon",types:["Fairy"],genderRatio:{M:.875,F:.125},baseStats:{hp:95,atk:65,def:65,spa:110,spd:130,spe:60},abilities:{0:"Cute Charm",H:"Pixilate"},weightkg:23.5,prevo:"Eevee",evoType:"levelExtra",evoCondition:"with a Fairy-type move and two levels of Affection",eggGroups:["Field"]},hawlucha:{num:701,name:"Hawlucha",types:["Fighting","Flying"],baseStats:{hp:78,atk:92,def:75,spa:74,spd:63,spe:118},abilities:{0:"Limber",1:"Unburden",H:"Mold Breaker"},weightkg:21.5,eggGroups:["Flying","Human-Like"]},dedenne:{num:702,name:"Dedenne",types:["Electric","Fairy"],baseStats:{hp:67,atk:58,def:57,spa:81,spd:67,spe:101},abilities:{0:"Cheek Pouch",1:"Pickup",H:"Plus"},weightkg:2.2,eggGroups:["Field","Fairy"]},carbink:{num:703,name:"Carbink",types:["Rock","Fairy"],gender:"N",baseStats:{hp:50,atk:50,def:150,spa:50,spd:150,spe:50},abilities:{0:"Clear Body",H:"Sturdy"},weightkg:5.7,eggGroups:["Fairy","Mineral"]},goomy:{num:704,name:"Goomy",types:["Dragon"],baseStats:{hp:45,atk:50,def:35,spa:55,spd:75,spe:40},abilities:{0:"Sap Sipper",1:"Hydration",H:"Gooey"},weightkg:2.8,evos:["Sliggoo","Sliggoo-Hisui"],eggGroups:["Dragon"]},sliggoo:{num:705,name:"Sliggoo",types:["Dragon"],baseStats:{hp:68,atk:75,def:53,spa:83,spd:113,spe:60},abilities:{0:"Sap Sipper",1:"Hydration",H:"Gooey"},weightkg:17.5,prevo:"Goomy",evoLevel:40,evos:["Goodra"],eggGroups:["Dragon"],otherFormes:["Sliggoo-Hisui"],formeOrder:["Sliggoo","Sliggoo-Hisui"]},sliggoohisui:{num:705,name:"Sliggoo-Hisui",baseSpecies:"Sliggoo",forme:"Hisui",types:["Steel","Dragon"],baseStats:{hp:58,atk:75,def:83,spa:83,spd:113,spe:40},abilities:{0:"Sap Sipper",1:"Overcoat",H:"Gooey"},weightkg:68.5,prevo:"Goomy",evoLevel:40,evos:["Goodra-Hisui"],eggGroups:["Dragon"]},goodra:{num:706,name:"Goodra",types:["Dragon"],baseStats:{hp:90,atk:100,def:70,spa:110,spd:150,spe:80},abilities:{0:"Sap Sipper",1:"Hydration",H:"Gooey"},weightkg:150.5,prevo:"Sliggoo",evoLevel:50,eggGroups:["Dragon"],otherFormes:["Goodra-Hisui"],formeOrder:["Goodra","Goodra-Hisui"]},goodrahisui:{num:706,name:"Goodra-Hisui",baseSpecies:"Goodra",forme:"Hisui",types:["Steel","Dragon"],baseStats:{hp:80,atk:100,def:100,spa:110,spd:150,spe:60},abilities:{0:"Sap Sipper",1:"Overcoat",H:"Gooey"},weightkg:334.1,prevo:"Sliggoo-Hisui",evoLevel:50,eggGroups:["Dragon"]},klefki:{num:707,name:"Klefki",types:["Steel","Fairy"],baseStats:{hp:57,atk:80,def:91,spa:80,spd:87,spe:75},abilities:{0:"Prankster",H:"Magician"},weightkg:3,eggGroups:["Mineral"]},phantump:{num:708,name:"Phantump",types:["Ghost","Grass"],baseStats:{hp:43,atk:70,def:48,spa:50,spd:60,spe:38},abilities:{0:"Natural Cure",1:"Frisk",H:"Harvest"},weightkg:7,evos:["Trevenant"],eggGroups:["Grass","Amorphous"]},trevenant:{num:709,name:"Trevenant",types:["Ghost","Grass"],baseStats:{hp:85,atk:110,def:76,spa:65,spd:82,spe:56},abilities:{0:"Natural Cure",1:"Frisk",H:"Harvest"},weightkg:71,prevo:"Phantump",evoType:"trade",eggGroups:["Grass","Amorphous"]},pumpkaboo:{num:710,name:"Pumpkaboo",baseForme:"Average",types:["Ghost","Grass"],baseStats:{hp:49,atk:66,def:70,spa:44,spd:55,spe:51},abilities:{0:"Pickup",1:"Frisk",H:"Insomnia"},weightkg:5,evos:["Gourgeist"],eggGroups:["Amorphous"],otherFormes:["Pumpkaboo-Small","Pumpkaboo-Large","Pumpkaboo-Super"],formeOrder:["Pumpkaboo","Pumpkaboo-Small","Pumpkaboo-Large","Pumpkaboo-Super"]},pumpkaboosmall:{num:710,name:"Pumpkaboo-Small",baseSpecies:"Pumpkaboo",forme:"Small",types:["Ghost","Grass"],baseStats:{hp:44,atk:66,def:70,spa:44,spd:55,spe:56},abilities:{0:"Pickup",1:"Frisk",H:"Insomnia"},weightkg:3.5,evos:["Gourgeist-Small"],eggGroups:["Amorphous"]},pumpkaboolarge:{num:710,name:"Pumpkaboo-Large",baseSpecies:"Pumpkaboo",forme:"Large",types:["Ghost","Grass"],baseStats:{hp:54,atk:66,def:70,spa:44,spd:55,spe:46},abilities:{0:"Pickup",1:"Frisk",H:"Insomnia"},weightkg:7.5,evos:["Gourgeist-Large"],eggGroups:["Amorphous"]},pumpkaboosuper:{num:710,name:"Pumpkaboo-Super",baseSpecies:"Pumpkaboo",forme:"Super",types:["Ghost","Grass"],baseStats:{hp:59,atk:66,def:70,spa:44,spd:55,spe:41},abilities:{0:"Pickup",1:"Frisk",H:"Insomnia"},weightkg:15,evos:["Gourgeist-Super"],eggGroups:["Amorphous"]},gourgeist:{num:711,name:"Gourgeist",baseForme:"Average",types:["Ghost","Grass"],baseStats:{hp:65,atk:90,def:122,spa:58,spd:75,spe:84},abilities:{0:"Pickup",1:"Frisk",H:"Insomnia"},weightkg:12.5,prevo:"Pumpkaboo",evoType:"trade",eggGroups:["Amorphous"],otherFormes:["Gourgeist-Small","Gourgeist-Large","Gourgeist-Super"],formeOrder:["Gourgeist","Gourgeist-Small","Gourgeist-Large","Gourgeist-Super"]},gourgeistsmall:{num:711,name:"Gourgeist-Small",baseSpecies:"Gourgeist",forme:"Small",types:["Ghost","Grass"],baseStats:{hp:55,atk:85,def:122,spa:58,spd:75,spe:99},abilities:{0:"Pickup",1:"Frisk",H:"Insomnia"},weightkg:9.5,prevo:"Pumpkaboo-Small",evoType:"trade",eggGroups:["Amorphous"]},gourgeistlarge:{num:711,name:"Gourgeist-Large",baseSpecies:"Gourgeist",forme:"Large",types:["Ghost","Grass"],baseStats:{hp:75,atk:95,def:122,spa:58,spd:75,spe:69},abilities:{0:"Pickup",1:"Frisk",H:"Insomnia"},weightkg:14,prevo:"Pumpkaboo-Large",evoType:"trade",eggGroups:["Amorphous"]},gourgeistsuper:{num:711,name:"Gourgeist-Super",baseSpecies:"Gourgeist",forme:"Super",types:["Ghost","Grass"],baseStats:{hp:85,atk:100,def:122,spa:58,spd:75,spe:54},abilities:{0:"Pickup",1:"Frisk",H:"Insomnia"},weightkg:39,prevo:"Pumpkaboo-Super",evoType:"trade",eggGroups:["Amorphous"]},bergmite:{num:712,name:"Bergmite",types:["Ice"],baseStats:{hp:55,atk:69,def:85,spa:32,spd:35,spe:28},abilities:{0:"Own Tempo",1:"Ice Body",H:"Sturdy"},weightkg:99.5,evos:["Avalugg","Avalugg-Hisui"],eggGroups:["Monster","Mineral"]},avalugg:{num:713,name:"Avalugg",types:["Ice"],baseStats:{hp:95,atk:117,def:184,spa:44,spd:46,spe:28},abilities:{0:"Own Tempo",1:"Ice Body",H:"Sturdy"},weightkg:505,prevo:"Bergmite",evoLevel:37,eggGroups:["Monster","Mineral"],otherFormes:["Avalugg-Hisui"],formeOrder:["Avalugg","Avalugg-Hisui"]},avalugghisui:{num:713,name:"Avalugg-Hisui",baseSpecies:"Avalugg",forme:"Hisui",types:["Ice","Rock"],baseStats:{hp:95,atk:127,def:184,spa:34,spd:36,spe:38},abilities:{0:"Strong Jaw",1:"Ice Body",H:"Sturdy"},weightkg:262.4,prevo:"Bergmite",evoLevel:37,eggGroups:["Monster","Mineral"]},noibat:{num:714,name:"Noibat",types:["Flying","Dragon"],baseStats:{hp:40,atk:30,def:35,spa:45,spd:40,spe:55},abilities:{0:"Frisk",1:"Infiltrator",H:"Telepathy"},weightkg:8,evos:["Noivern"],eggGroups:["Flying","Dragon"]},noivern:{num:715,name:"Noivern",types:["Flying","Dragon"],baseStats:{hp:85,atk:70,def:80,spa:97,spd:80,spe:123},abilities:{0:"Frisk",1:"Infiltrator",H:"Telepathy"},weightkg:85,prevo:"Noibat",evoLevel:48,eggGroups:["Flying","Dragon"]},xerneas:{num:716,name:"Xerneas",baseForme:"Active",types:["Fairy"],gender:"N",baseStats:{hp:126,atk:131,def:95,spa:131,spd:98,spe:99},abilities:{0:"Fairy Aura"},weightkg:215,eggGroups:["Undiscovered"],tags:["Restricted Legendary"],otherFormes:["Xerneas-Neutral"],formeOrder:["Xerneas-Neutral","Xerneas"]},xerneasneutral:{num:716,name:"Xerneas-Neutral",baseSpecies:"Xerneas",forme:"Neutral",types:["Fairy"],gender:"N",baseStats:{hp:126,atk:131,def:95,spa:131,spd:98,spe:99},abilities:{0:"Fairy Aura"},weightkg:215,eggGroups:["Undiscovered"]},yveltal:{num:717,name:"Yveltal",types:["Dark","Flying"],gender:"N",baseStats:{hp:126,atk:131,def:95,spa:131,spd:98,spe:99},abilities:{0:"Dark Aura"},weightkg:203,tags:["Restricted Legendary"],eggGroups:["Undiscovered"]},zygarde:{num:718,name:"Zygarde",baseForme:"50%",types:["Dragon","Ground"],gender:"N",baseStats:{hp:108,atk:100,def:121,spa:81,spd:95,spe:95},abilities:{0:"Aura Break",S:"Power Construct"},weightkg:305,tags:["Restricted Legendary"],eggGroups:["Undiscovered"],otherFormes:["Zygarde-10%","Zygarde-Complete"],formeOrder:["Zygarde","Zygarde-10%","Zygarde-10%","Zygarde","Zygarde-Complete"]},zygarde10:{num:718,name:"Zygarde-10%",baseSpecies:"Zygarde",forme:"10%",types:["Dragon","Ground"],gender:"N",baseStats:{hp:54,atk:100,def:71,spa:61,spd:85,spe:115},abilities:{0:"Aura Break",S:"Power Construct"},weightkg:33.5,eggGroups:["Undiscovered"],changesFrom:"Zygarde",gen:7},zygardecomplete:{num:718,name:"Zygarde-Complete",baseSpecies:"Zygarde",forme:"Complete",types:["Dragon","Ground"],gender:"N",baseStats:{hp:216,atk:100,def:121,spa:91,spd:95,spe:85},abilities:{0:"Power Construct"},weightkg:610,eggGroups:["Undiscovered"],requiredAbility:"Power Construct",battleOnly:["Zygarde","Zygarde-10%"],gen:7},diancie:{num:719,name:"Diancie",types:["Rock","Fairy"],gender:"N",baseStats:{hp:50,atk:100,def:150,spa:100,spd:150,spe:50},abilities:{0:"Clear Body"},weightkg:8.8,eggGroups:["Undiscovered"],tags:["Mythical"],otherFormes:["Diancie-Mega"],formeOrder:["Diancie","Diancie-Mega"]},dianciemega:{num:719,name:"Diancie-Mega",baseSpecies:"Diancie",forme:"Mega",types:["Rock","Fairy"],gender:"N",baseStats:{hp:50,atk:160,def:110,spa:160,spd:110,spe:110},abilities:{0:"Magic Bounce"},weightkg:27.8,eggGroups:["Undiscovered"],requiredItem:"Diancite"},hoopa:{num:720,name:"Hoopa",baseForme:"Confined",types:["Psychic","Ghost"],gender:"N",baseStats:{hp:80,atk:110,def:60,spa:150,spd:130,spe:70},abilities:{0:"Magician"},weightkg:9,eggGroups:["Undiscovered"],tags:["Mythical"],otherFormes:["Hoopa-Unbound"],formeOrder:["Hoopa","Hoopa-Unbound"]},hoopaunbound:{num:720,name:"Hoopa-Unbound",baseSpecies:"Hoopa",forme:"Unbound",types:["Psychic","Dark"],gender:"N",baseStats:{hp:80,atk:160,def:60,spa:170,spd:130,spe:80},abilities:{0:"Magician"},weightkg:490,eggGroups:["Undiscovered"],changesFrom:"Hoopa"},volcanion:{num:721,name:"Volcanion",types:["Fire","Water"],gender:"N",baseStats:{hp:80,atk:110,def:120,spa:130,spd:90,spe:70},abilities:{0:"Water Absorb"},weightkg:195,tags:["Mythical"],eggGroups:["Undiscovered"]},rowlet:{num:722,name:"Rowlet",types:["Grass","Flying"],genderRatio:{M:.875,F:.125},baseStats:{hp:68,atk:55,def:55,spa:50,spd:50,spe:42},abilities:{0:"Overgrow",H:"Long Reach"},weightkg:1.5,evos:["Dartrix"],eggGroups:["Flying"]},dartrix:{num:723,name:"Dartrix",types:["Grass","Flying"],genderRatio:{M:.875,F:.125},baseStats:{hp:78,atk:75,def:75,spa:70,spd:70,spe:52},abilities:{0:"Overgrow",H:"Long Reach"},weightkg:16,prevo:"Rowlet",evoLevel:17,evos:["Decidueye","Decidueye-Hisui"],eggGroups:["Flying"]},decidueye:{num:724,name:"Decidueye",types:["Grass","Ghost"],genderRatio:{M:.875,F:.125},baseStats:{hp:78,atk:107,def:75,spa:100,spd:100,spe:70},abilities:{0:"Overgrow",H:"Long Reach"},weightkg:36.6,prevo:"Dartrix",evoLevel:34,eggGroups:["Flying"],otherFormes:["Decidueye-Hisui"],formeOrder:["Decidueye","Decidueye-Hisui"]},decidueyehisui:{num:724,name:"Decidueye-Hisui",baseSpecies:"Decidueye",forme:"Hisui",types:["Grass","Fighting"],genderRatio:{M:.875,F:.125},baseStats:{hp:88,atk:112,def:80,spa:95,spd:95,spe:60},abilities:{0:"Overgrow",H:"Long Reach"},weightkg:37,prevo:"Dartrix",evoLevel:36,eggGroups:["Flying"]},litten:{num:725,name:"Litten",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:45,atk:65,def:40,spa:60,spd:40,spe:70},abilities:{0:"Blaze",H:"Intimidate"},weightkg:4.3,evos:["Torracat"],eggGroups:["Field"]},torracat:{num:726,name:"Torracat",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:65,atk:85,def:50,spa:80,spd:50,spe:90},abilities:{0:"Blaze",H:"Intimidate"},weightkg:25,prevo:"Litten",evoLevel:17,evos:["Incineroar"],eggGroups:["Field"]},incineroar:{num:727,name:"Incineroar",types:["Fire","Dark"],genderRatio:{M:.875,F:.125},baseStats:{hp:95,atk:115,def:90,spa:80,spd:90,spe:60},abilities:{0:"Blaze",H:"Intimidate"},weightkg:83,prevo:"Torracat",evoLevel:34,eggGroups:["Field"]},popplio:{num:728,name:"Popplio",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:50,atk:54,def:54,spa:66,spd:56,spe:40},abilities:{0:"Torrent",H:"Liquid Voice"},weightkg:7.5,evos:["Brionne"],eggGroups:["Water 1","Field"]},brionne:{num:729,name:"Brionne",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:60,atk:69,def:69,spa:91,spd:81,spe:50},abilities:{0:"Torrent",H:"Liquid Voice"},weightkg:17.5,prevo:"Popplio",evoLevel:17,evos:["Primarina"],eggGroups:["Water 1","Field"]},primarina:{num:730,name:"Primarina",types:["Water","Fairy"],genderRatio:{M:.875,F:.125},baseStats:{hp:80,atk:74,def:74,spa:126,spd:116,spe:60},abilities:{0:"Torrent",H:"Liquid Voice"},weightkg:44,prevo:"Brionne",evoLevel:34,eggGroups:["Water 1","Field"]},pikipek:{num:731,name:"Pikipek",types:["Normal","Flying"],baseStats:{hp:35,atk:75,def:30,spa:30,spd:30,spe:65},abilities:{0:"Keen Eye",1:"Skill Link",H:"Pickup"},weightkg:1.2,evos:["Trumbeak"],eggGroups:["Flying"]},trumbeak:{num:732,name:"Trumbeak",types:["Normal","Flying"],baseStats:{hp:55,atk:85,def:50,spa:40,spd:50,spe:75},abilities:{0:"Keen Eye",1:"Skill Link",H:"Pickup"},weightkg:14.8,prevo:"Pikipek",evoLevel:14,evos:["Toucannon"],eggGroups:["Flying"]},toucannon:{num:733,name:"Toucannon",types:["Normal","Flying"],baseStats:{hp:80,atk:120,def:75,spa:75,spd:75,spe:60},abilities:{0:"Keen Eye",1:"Skill Link",H:"Sheer Force"},weightkg:26,prevo:"Trumbeak",evoLevel:28,eggGroups:["Flying"]},yungoos:{num:734,name:"Yungoos",types:["Normal"],baseStats:{hp:48,atk:70,def:30,spa:30,spd:30,spe:45},abilities:{0:"Stakeout",1:"Strong Jaw",H:"Adaptability"},weightkg:6,evos:["Gumshoos"],eggGroups:["Field"]},gumshoos:{num:735,name:"Gumshoos",types:["Normal"],baseStats:{hp:88,atk:110,def:60,spa:55,spd:60,spe:45},abilities:{0:"Stakeout",1:"Strong Jaw",H:"Adaptability"},weightkg:14.2,prevo:"Yungoos",evoLevel:20,evoCondition:"during the day",eggGroups:["Field"],otherFormes:["Gumshoos-Totem"],formeOrder:["Gumshoos","Gumshoos-Totem"]},gumshoostotem:{num:735,name:"Gumshoos-Totem",baseSpecies:"Gumshoos",forme:"Totem",types:["Normal"],baseStats:{hp:88,atk:110,def:60,spa:55,spd:60,spe:45},abilities:{0:"Adaptability"},weightkg:60,eggGroups:["Field"]},grubbin:{num:736,name:"Grubbin",types:["Bug"],baseStats:{hp:47,atk:62,def:45,spa:55,spd:45,spe:46},abilities:{0:"Swarm"},weightkg:4.4,evos:["Charjabug"],eggGroups:["Bug"]},charjabug:{num:737,name:"Charjabug",types:["Bug","Electric"],baseStats:{hp:57,atk:82,def:95,spa:55,spd:75,spe:36},abilities:{0:"Battery"},weightkg:10.5,prevo:"Grubbin",evoLevel:20,evos:["Vikavolt"],eggGroups:["Bug"]},vikavolt:{num:738,name:"Vikavolt",types:["Bug","Electric"],baseStats:{hp:77,atk:70,def:90,spa:145,spd:75,spe:43},abilities:{0:"Levitate"},weightkg:45,prevo:"Charjabug",evoType:"useItem",evoItem:"Thunder Stone",eggGroups:["Bug"],otherFormes:["Vikavolt-Totem"],formeOrder:["Vikavolt","Vikavolt-Totem"]},vikavolttotem:{num:738,name:"Vikavolt-Totem",baseSpecies:"Vikavolt",forme:"Totem",types:["Bug","Electric"],baseStats:{hp:77,atk:70,def:90,spa:145,spd:75,spe:43},abilities:{0:"Levitate"},weightkg:147.5,eggGroups:["Bug"]},crabrawler:{num:739,name:"Crabrawler",types:["Fighting"],baseStats:{hp:47,atk:82,def:57,spa:42,spd:47,spe:63},abilities:{0:"Hyper Cutter",1:"Iron Fist",H:"Anger Point"},weightkg:7,evos:["Crabominable"],eggGroups:["Water 3"]},crabominable:{num:740,name:"Crabominable",types:["Fighting","Ice"],baseStats:{hp:97,atk:132,def:77,spa:62,spd:67,spe:43},abilities:{0:"Hyper Cutter",1:"Iron Fist",H:"Anger Point"},weightkg:180,prevo:"Crabrawler",evoType:"levelExtra",evoCondition:"at Mount Lanakila",eggGroups:["Water 3"]},oricorio:{num:741,name:"Oricorio",baseForme:"Baile",types:["Fire","Flying"],genderRatio:{M:.25,F:.75},baseStats:{hp:75,atk:70,def:70,spa:98,spd:70,spe:93},abilities:{0:"Dancer"},weightkg:3.4,eggGroups:["Flying"],otherFormes:["Oricorio-Pom-Pom","Oricorio-Pa'u","Oricorio-Sensu"],formeOrder:["Oricorio","Oricorio-Pom-Pom","Oricorio-Pa'u","Oricorio-Sensu"]},oricoriopompom:{num:741,name:"Oricorio-Pom-Pom",baseSpecies:"Oricorio",forme:"Pom-Pom",types:["Electric","Flying"],genderRatio:{M:.25,F:.75},baseStats:{hp:75,atk:70,def:70,spa:98,spd:70,spe:93},abilities:{0:"Dancer"},weightkg:3.4,eggGroups:["Flying"],changesFrom:"Oricorio"},oricoriopau:{num:741,name:"Oricorio-Pa'u",baseSpecies:"Oricorio",forme:"Pa'u",types:["Psychic","Flying"],genderRatio:{M:.25,F:.75},baseStats:{hp:75,atk:70,def:70,spa:98,spd:70,spe:93},abilities:{0:"Dancer"},weightkg:3.4,eggGroups:["Flying"],changesFrom:"Oricorio"},oricoriosensu:{num:741,name:"Oricorio-Sensu",baseSpecies:"Oricorio",forme:"Sensu",types:["Ghost","Flying"],genderRatio:{M:.25,F:.75},baseStats:{hp:75,atk:70,def:70,spa:98,spd:70,spe:93},abilities:{0:"Dancer"},weightkg:3.4,eggGroups:["Flying"],changesFrom:"Oricorio"},cutiefly:{num:742,name:"Cutiefly",types:["Bug","Fairy"],baseStats:{hp:40,atk:45,def:40,spa:55,spd:40,spe:84},abilities:{0:"Honey Gather",1:"Shield Dust",H:"Sweet Veil"},weightkg:.2,evos:["Ribombee"],eggGroups:["Bug","Fairy"]},ribombee:{num:743,name:"Ribombee",types:["Bug","Fairy"],baseStats:{hp:60,atk:55,def:60,spa:95,spd:70,spe:124},abilities:{0:"Honey Gather",1:"Shield Dust",H:"Sweet Veil"},weightkg:.5,prevo:"Cutiefly",evoLevel:25,eggGroups:["Bug","Fairy"],otherFormes:["Ribombee-Totem"],formeOrder:["Ribombee","Ribombee-Totem"]},ribombeetotem:{num:743,name:"Ribombee-Totem",baseSpecies:"Ribombee",forme:"Totem",types:["Bug","Fairy"],baseStats:{hp:60,atk:55,def:60,spa:95,spd:70,spe:124},abilities:{0:"Sweet Veil"},weightkg:2,eggGroups:["Bug","Fairy"]},rockruff:{num:744,name:"Rockruff",baseForme:"Midday",types:["Rock"],baseStats:{hp:45,atk:65,def:40,spa:30,spd:40,spe:60},abilities:{0:"Keen Eye",1:"Vital Spirit",H:"Steadfast",S:"Own Tempo"},weightkg:9.2,evos:["Lycanroc","Lycanroc-Midnight","Lycanroc-Dusk"],eggGroups:["Field"],formeOrder:["Rockruff","Rockruff"]},lycanroc:{num:745,name:"Lycanroc",baseForme:"Midday",types:["Rock"],baseStats:{hp:75,atk:115,def:65,spa:55,spd:65,spe:112},abilities:{0:"Keen Eye",1:"Sand Rush",H:"Steadfast"},weightkg:25,prevo:"Rockruff",evoLevel:25,evoCondition:"during the day",eggGroups:["Field"],otherFormes:["Lycanroc-Midnight","Lycanroc-Dusk"],formeOrder:["Lycanroc","Lycanroc-Midnight","Lycanroc-Dusk"]},lycanrocmidnight:{num:745,name:"Lycanroc-Midnight",baseSpecies:"Lycanroc",forme:"Midnight",types:["Rock"],baseStats:{hp:85,atk:115,def:75,spa:55,spd:75,spe:82},abilities:{0:"Keen Eye",1:"Vital Spirit",H:"No Guard"},weightkg:25,prevo:"Rockruff",evoLevel:25,evoCondition:"at night",eggGroups:["Field"]},lycanrocdusk:{num:745,name:"Lycanroc-Dusk",baseSpecies:"Lycanroc",forme:"Dusk",types:["Rock"],baseStats:{hp:75,atk:117,def:65,spa:55,spd:65,spe:110},abilities:{0:"Tough Claws"},weightkg:25,prevo:"Rockruff",evoLevel:25,evoCondition:"from a special Rockruff",eggGroups:["Field"]},wishiwashi:{num:746,name:"Wishiwashi",baseForme:"Solo",types:["Water"],baseStats:{hp:45,atk:20,def:20,spa:25,spd:25,spe:40},abilities:{0:"Schooling"},weightkg:.3,eggGroups:["Water 2"],otherFormes:["Wishiwashi-School"],formeOrder:["Wishiwashi","Wishiwashi-School"]},wishiwashischool:{num:746,name:"Wishiwashi-School",baseSpecies:"Wishiwashi",forme:"School",types:["Water"],baseStats:{hp:45,atk:140,def:130,spa:140,spd:135,spe:30},abilities:{0:"Schooling"},weightkg:78.6,eggGroups:["Water 2"],requiredAbility:"Schooling",battleOnly:"Wishiwashi"},mareanie:{num:747,name:"Mareanie",types:["Poison","Water"],baseStats:{hp:50,atk:53,def:62,spa:43,spd:52,spe:45},abilities:{0:"Merciless",1:"Limber",H:"Regenerator"},weightkg:8,evos:["Toxapex"],eggGroups:["Water 1"]},toxapex:{num:748,name:"Toxapex",types:["Poison","Water"],baseStats:{hp:50,atk:63,def:152,spa:53,spd:142,spe:35},abilities:{0:"Merciless",1:"Limber",H:"Regenerator"},weightkg:14.5,prevo:"Mareanie",evoLevel:38,eggGroups:["Water 1"]},mudbray:{num:749,name:"Mudbray",types:["Ground"],baseStats:{hp:70,atk:100,def:70,spa:45,spd:55,spe:45},abilities:{0:"Own Tempo",1:"Stamina",H:"Inner Focus"},weightkg:110,evos:["Mudsdale"],eggGroups:["Field"]},mudsdale:{num:750,name:"Mudsdale",types:["Ground"],baseStats:{hp:100,atk:125,def:100,spa:55,spd:85,spe:35},abilities:{0:"Own Tempo",1:"Stamina",H:"Inner Focus"},weightkg:920,prevo:"Mudbray",evoLevel:30,eggGroups:["Field"]},dewpider:{num:751,name:"Dewpider",types:["Water","Bug"],baseStats:{hp:38,atk:40,def:52,spa:40,spd:72,spe:27},abilities:{0:"Water Bubble",H:"Water Absorb"},weightkg:4,evos:["Araquanid"],eggGroups:["Water 1","Bug"]},araquanid:{num:752,name:"Araquanid",types:["Water","Bug"],baseStats:{hp:68,atk:70,def:92,spa:50,spd:132,spe:42},abilities:{0:"Water Bubble",H:"Water Absorb"},weightkg:82,prevo:"Dewpider",evoLevel:22,eggGroups:["Water 1","Bug"],otherFormes:["Araquanid-Totem"],formeOrder:["Araquanid","Araquanid-Totem"]},araquanidtotem:{num:752,name:"Araquanid-Totem",baseSpecies:"Araquanid",forme:"Totem",types:["Water","Bug"],baseStats:{hp:68,atk:70,def:92,spa:50,spd:132,spe:42},abilities:{0:"Water Bubble"},weightkg:217.5,eggGroups:["Water 1","Bug"]},fomantis:{num:753,name:"Fomantis",types:["Grass"],baseStats:{hp:40,atk:55,def:35,spa:50,spd:35,spe:35},abilities:{0:"Leaf Guard",H:"Contrary"},weightkg:1.5,evos:["Lurantis"],eggGroups:["Grass"]},lurantis:{num:754,name:"Lurantis",types:["Grass"],baseStats:{hp:70,atk:105,def:90,spa:80,spd:90,spe:45},abilities:{0:"Leaf Guard",H:"Contrary"},weightkg:18.5,prevo:"Fomantis",evoLevel:34,evoCondition:"during the day",eggGroups:["Grass"],otherFormes:["Lurantis-Totem"],formeOrder:["Lurantis","Lurantis-Totem"]},lurantistotem:{num:754,name:"Lurantis-Totem",baseSpecies:"Lurantis",forme:"Totem",types:["Grass"],baseStats:{hp:70,atk:105,def:90,spa:80,spd:90,spe:45},abilities:{0:"Leaf Guard"},weightkg:58,eggGroups:["Grass"]},morelull:{num:755,name:"Morelull",types:["Grass","Fairy"],baseStats:{hp:40,atk:35,def:55,spa:65,spd:75,spe:15},abilities:{0:"Illuminate",1:"Effect Spore",H:"Rain Dish"},weightkg:1.5,evos:["Shiinotic"],eggGroups:["Grass"]},shiinotic:{num:756,name:"Shiinotic",types:["Grass","Fairy"],baseStats:{hp:60,atk:45,def:80,spa:90,spd:100,spe:30},abilities:{0:"Illuminate",1:"Effect Spore",H:"Rain Dish"},weightkg:11.5,prevo:"Morelull",evoLevel:24,eggGroups:["Grass"]},salandit:{num:757,name:"Salandit",types:["Poison","Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:48,atk:44,def:40,spa:71,spd:40,spe:77},abilities:{0:"Corrosion",H:"Oblivious"},weightkg:4.8,evos:["Salazzle"],eggGroups:["Monster","Dragon"]},salazzle:{num:758,name:"Salazzle",types:["Poison","Fire"],gender:"F",baseStats:{hp:68,atk:64,def:60,spa:111,spd:60,spe:117},abilities:{0:"Corrosion",H:"Oblivious"},weightkg:22.2,prevo:"Salandit",evoLevel:33,eggGroups:["Monster","Dragon"],otherFormes:["Salazzle-Totem"],formeOrder:["Salazzle","Salazzle-Totem"]},salazzletotem:{num:758,name:"Salazzle-Totem",baseSpecies:"Salazzle",forme:"Totem",types:["Poison","Fire"],gender:"F",baseStats:{hp:68,atk:64,def:60,spa:111,spd:60,spe:117},abilities:{0:"Corrosion"},weightkg:81,eggGroups:["Monster","Dragon"]},stufful:{num:759,name:"Stufful",types:["Normal","Fighting"],baseStats:{hp:70,atk:75,def:50,spa:45,spd:50,spe:50},abilities:{0:"Fluffy",1:"Klutz",H:"Cute Charm"},weightkg:6.8,evos:["Bewear"],eggGroups:["Field"]},bewear:{num:760,name:"Bewear",types:["Normal","Fighting"],baseStats:{hp:120,atk:125,def:80,spa:55,spd:60,spe:60},abilities:{0:"Fluffy",1:"Klutz",H:"Unnerve"},weightkg:135,prevo:"Stufful",evoLevel:27,eggGroups:["Field"]},bounsweet:{num:761,name:"Bounsweet",types:["Grass"],gender:"F",baseStats:{hp:42,atk:30,def:38,spa:30,spd:38,spe:32},abilities:{0:"Leaf Guard",1:"Oblivious",H:"Sweet Veil"},weightkg:3.2,evos:["Steenee"],eggGroups:["Grass"]},steenee:{num:762,name:"Steenee",types:["Grass"],gender:"F",baseStats:{hp:52,atk:40,def:48,spa:40,spd:48,spe:62},abilities:{0:"Leaf Guard",1:"Oblivious",H:"Sweet Veil"},weightkg:8.2,prevo:"Bounsweet",evoLevel:18,evos:["Tsareena"],eggGroups:["Grass"]},tsareena:{num:763,name:"Tsareena",types:["Grass"],gender:"F",baseStats:{hp:72,atk:120,def:98,spa:50,spd:98,spe:72},abilities:{0:"Leaf Guard",1:"Queenly Majesty",H:"Sweet Veil"},weightkg:21.4,prevo:"Steenee",evoType:"levelMove",evoMove:"Stomp",eggGroups:["Grass"]},comfey:{num:764,name:"Comfey",types:["Fairy"],genderRatio:{M:.25,F:.75},baseStats:{hp:51,atk:52,def:90,spa:82,spd:110,spe:100},abilities:{0:"Flower Veil",1:"Triage",H:"Natural Cure"},weightkg:.3,eggGroups:["Grass"]},oranguru:{num:765,name:"Oranguru",types:["Normal","Psychic"],baseStats:{hp:90,atk:60,def:80,spa:90,spd:110,spe:60},abilities:{0:"Inner Focus",1:"Telepathy",H:"Symbiosis"},weightkg:76,eggGroups:["Field"]},passimian:{num:766,name:"Passimian",types:["Fighting"],baseStats:{hp:100,atk:120,def:90,spa:40,spd:60,spe:80},abilities:{0:"Receiver",H:"Defiant"},weightkg:82.8,eggGroups:["Field"]},wimpod:{num:767,name:"Wimpod",types:["Bug","Water"],baseStats:{hp:25,atk:35,def:40,spa:20,spd:30,spe:80},abilities:{0:"Wimp Out"},weightkg:12,evos:["Golisopod"],eggGroups:["Bug","Water 3"]},golisopod:{num:768,name:"Golisopod",types:["Bug","Water"],baseStats:{hp:75,atk:125,def:140,spa:60,spd:90,spe:40},abilities:{0:"Emergency Exit"},weightkg:108,prevo:"Wimpod",evoLevel:30,eggGroups:["Bug","Water 3"]},sandygast:{num:769,name:"Sandygast",types:["Ghost","Ground"],baseStats:{hp:55,atk:55,def:80,spa:70,spd:45,spe:15},abilities:{0:"Water Compaction",H:"Sand Veil"},weightkg:70,evos:["Palossand"],eggGroups:["Amorphous"]},palossand:{num:770,name:"Palossand",types:["Ghost","Ground"],baseStats:{hp:85,atk:75,def:110,spa:100,spd:75,spe:35},abilities:{0:"Water Compaction",H:"Sand Veil"},weightkg:250,prevo:"Sandygast",evoLevel:42,eggGroups:["Amorphous"]},pyukumuku:{num:771,name:"Pyukumuku",types:["Water"],baseStats:{hp:55,atk:60,def:130,spa:30,spd:130,spe:5},abilities:{0:"Innards Out",H:"Unaware"},weightkg:1.2,eggGroups:["Water 1"]},typenull:{num:772,name:"Type: Null",types:["Normal"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:59},abilities:{0:"Battle Armor"},weightkg:120.5,tags:["Sub-Legendary"],evos:["Silvally"],eggGroups:["Undiscovered"]},silvally:{num:773,name:"Silvally",types:["Normal"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,tags:["Sub-Legendary"],prevo:"Type: Null",evoType:"levelFriendship",eggGroups:["Undiscovered"],otherFormes:["Silvally-Bug","Silvally-Dark","Silvally-Dragon","Silvally-Electric","Silvally-Fairy","Silvally-Fighting","Silvally-Fire","Silvally-Flying","Silvally-Ghost","Silvally-Grass","Silvally-Ground","Silvally-Ice","Silvally-Poison","Silvally-Psychic","Silvally-Rock","Silvally-Steel","Silvally-Water"],formeOrder:["Silvally","Silvally-Fighting","Silvally-Flying","Silvally-Poison","Silvally-Ground","Silvally-Rock","Silvally-Bug","Silvally-Ghost","Silvally-Steel","Silvally-Fire","Silvally-Water","Silvally-Grass","Silvally-Electric","Silvally-Psychic","Silvally-Ice","Silvally-Dragon","Silvally-Dark","Silvally-Fairy"]},silvallybug:{num:773,name:"Silvally-Bug",baseSpecies:"Silvally",forme:"Bug",types:["Bug"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Bug Memory",changesFrom:"Silvally"},silvallydark:{num:773,name:"Silvally-Dark",baseSpecies:"Silvally",forme:"Dark",types:["Dark"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Dark Memory",changesFrom:"Silvally"},silvallydragon:{num:773,name:"Silvally-Dragon",baseSpecies:"Silvally",forme:"Dragon",types:["Dragon"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Dragon Memory",changesFrom:"Silvally"},silvallyelectric:{num:773,name:"Silvally-Electric",baseSpecies:"Silvally",forme:"Electric",types:["Electric"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Electric Memory",changesFrom:"Silvally"},silvallyfairy:{num:773,name:"Silvally-Fairy",baseSpecies:"Silvally",forme:"Fairy",types:["Fairy"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Fairy Memory",changesFrom:"Silvally"},silvallyfighting:{num:773,name:"Silvally-Fighting",baseSpecies:"Silvally",forme:"Fighting",types:["Fighting"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Fighting Memory",changesFrom:"Silvally"},silvallyfire:{num:773,name:"Silvally-Fire",baseSpecies:"Silvally",forme:"Fire",types:["Fire"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Fire Memory",changesFrom:"Silvally"},silvallyflying:{num:773,name:"Silvally-Flying",baseSpecies:"Silvally",forme:"Flying",types:["Flying"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Flying Memory",changesFrom:"Silvally"},silvallyghost:{num:773,name:"Silvally-Ghost",baseSpecies:"Silvally",forme:"Ghost",types:["Ghost"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Ghost Memory",changesFrom:"Silvally"},silvallygrass:{num:773,name:"Silvally-Grass",baseSpecies:"Silvally",forme:"Grass",types:["Grass"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Grass Memory",changesFrom:"Silvally"},silvallyground:{num:773,name:"Silvally-Ground",baseSpecies:"Silvally",forme:"Ground",types:["Ground"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Ground Memory",changesFrom:"Silvally"},silvallyice:{num:773,name:"Silvally-Ice",baseSpecies:"Silvally",forme:"Ice",types:["Ice"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Ice Memory",changesFrom:"Silvally"},silvallypoison:{num:773,name:"Silvally-Poison",baseSpecies:"Silvally",forme:"Poison",types:["Poison"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Poison Memory",changesFrom:"Silvally"},silvallypsychic:{num:773,name:"Silvally-Psychic",baseSpecies:"Silvally",forme:"Psychic",types:["Psychic"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Psychic Memory",changesFrom:"Silvally"},silvallyrock:{num:773,name:"Silvally-Rock",baseSpecies:"Silvally",forme:"Rock",types:["Rock"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Rock Memory",changesFrom:"Silvally"},silvallysteel:{num:773,name:"Silvally-Steel",baseSpecies:"Silvally",forme:"Steel",types:["Steel"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Steel Memory",changesFrom:"Silvally"},silvallywater:{num:773,name:"Silvally-Water",baseSpecies:"Silvally",forme:"Water",types:["Water"],gender:"N",baseStats:{hp:95,atk:95,def:95,spa:95,spd:95,spe:95},abilities:{0:"RKS System"},weightkg:100.5,eggGroups:["Undiscovered"],requiredItem:"Water Memory",changesFrom:"Silvally"},minior:{num:774,name:"Minior",baseForme:"Red",types:["Rock","Flying"],gender:"N",baseStats:{hp:60,atk:100,def:60,spa:100,spd:60,spe:120},abilities:{0:"Shields Down"},weightkg:.3,eggGroups:["Mineral"],otherFormes:["Minior-Meteor"],cosmeticFormes:["Minior-Orange","Minior-Yellow","Minior-Green","Minior-Blue","Minior-Indigo","Minior-Violet"],formeOrder:["Minior-Meteor","Minior-Meteor","Minior-Meteor","Minior-Meteor","Minior-Meteor","Minior-Meteor","Minior-Meteor","Minior","Minior-Orange","Minior-Yellow","Minior-Green","Minior-Blue","Minior-Indigo","Minior-Violet"]},miniormeteor:{num:774,name:"Minior-Meteor",baseSpecies:"Minior",forme:"Meteor",types:["Rock","Flying"],gender:"N",baseStats:{hp:60,atk:60,def:100,spa:60,spd:100,spe:60},abilities:{0:"Shields Down"},weightkg:40,eggGroups:["Mineral"],requiredAbility:"Shields Down",battleOnly:"Minior"},komala:{num:775,name:"Komala",types:["Normal"],baseStats:{hp:65,atk:115,def:65,spa:75,spd:95,spe:65},abilities:{0:"Comatose"},weightkg:19.9,eggGroups:["Field"]},turtonator:{num:776,name:"Turtonator",types:["Fire","Dragon"],baseStats:{hp:60,atk:78,def:135,spa:91,spd:85,spe:36},abilities:{0:"Shell Armor"},weightkg:212,eggGroups:["Monster","Dragon"]},togedemaru:{num:777,name:"Togedemaru",types:["Electric","Steel"],baseStats:{hp:65,atk:98,def:63,spa:40,spd:73,spe:96},abilities:{0:"Iron Barbs",1:"Lightning Rod",H:"Sturdy"},weightkg:3.3,eggGroups:["Field","Fairy"],otherFormes:["Togedemaru-Totem"],formeOrder:["Togedemaru","Togedemaru-Totem"]},togedemarutotem:{num:777,name:"Togedemaru-Totem",baseSpecies:"Togedemaru",forme:"Totem",types:["Electric","Steel"],baseStats:{hp:65,atk:98,def:63,spa:40,spd:73,spe:96},abilities:{0:"Sturdy"},weightkg:13,eggGroups:["Field","Fairy"]},mimikyu:{num:778,name:"Mimikyu",baseForme:"Disguised",types:["Ghost","Fairy"],baseStats:{hp:55,atk:90,def:80,spa:50,spd:105,spe:96},abilities:{0:"Disguise"},weightkg:.7,eggGroups:["Amorphous"],otherFormes:["Mimikyu-Busted","Mimikyu-Totem","Mimikyu-Busted-Totem"],formeOrder:["Mimikyu","Mimikyu-Busted","Mimikyu-Totem","Mimikyu-Busted-Totem"]},mimikyubusted:{num:778,name:"Mimikyu-Busted",baseSpecies:"Mimikyu",forme:"Busted",types:["Ghost","Fairy"],baseStats:{hp:55,atk:90,def:80,spa:50,spd:105,spe:96},abilities:{0:"Disguise"},weightkg:.7,eggGroups:["Amorphous"],requiredAbility:"Disguise",battleOnly:"Mimikyu"},mimikyutotem:{num:778,name:"Mimikyu-Totem",baseSpecies:"Mimikyu",forme:"Totem",types:["Ghost","Fairy"],baseStats:{hp:55,atk:90,def:80,spa:50,spd:105,spe:96},abilities:{0:"Disguise"},weightkg:2.8,eggGroups:["Amorphous"]},mimikyubustedtotem:{num:778,name:"Mimikyu-Busted-Totem",baseSpecies:"Mimikyu",forme:"Busted-Totem",types:["Ghost","Fairy"],baseStats:{hp:55,atk:90,def:80,spa:50,spd:105,spe:96},abilities:{0:"Disguise"},weightkg:2.8,eggGroups:["Amorphous"],requiredAbility:"Disguise",battleOnly:"Mimikyu-Totem"},bruxish:{num:779,name:"Bruxish",types:["Water","Psychic"],baseStats:{hp:68,atk:105,def:70,spa:70,spd:70,spe:92},abilities:{0:"Dazzling",1:"Strong Jaw",H:"Wonder Skin"},weightkg:19,eggGroups:["Water 2"]},drampa:{num:780,name:"Drampa",types:["Normal","Dragon"],baseStats:{hp:78,atk:60,def:85,spa:135,spd:91,spe:36},abilities:{0:"Berserk",1:"Sap Sipper",H:"Cloud Nine"},weightkg:185,eggGroups:["Monster","Dragon"]},dhelmise:{num:781,name:"Dhelmise",types:["Ghost","Grass"],gender:"N",baseStats:{hp:70,atk:131,def:100,spa:86,spd:90,spe:40},abilities:{0:"Steelworker"},weightkg:210,eggGroups:["Mineral"]},jangmoo:{num:782,name:"Jangmo-o",types:["Dragon"],baseStats:{hp:45,atk:55,def:65,spa:45,spd:45,spe:45},abilities:{0:"Bulletproof",1:"Soundproof",H:"Overcoat"},weightkg:29.7,evos:["Hakamo-o"],eggGroups:["Dragon"]},hakamoo:{num:783,name:"Hakamo-o",types:["Dragon","Fighting"],baseStats:{hp:55,atk:75,def:90,spa:65,spd:70,spe:65},abilities:{0:"Bulletproof",1:"Soundproof",H:"Overcoat"},weightkg:47,prevo:"Jangmo-o",evoLevel:35,evos:["Kommo-o"],eggGroups:["Dragon"]},kommoo:{num:784,name:"Kommo-o",types:["Dragon","Fighting"],baseStats:{hp:75,atk:110,def:125,spa:100,spd:105,spe:85},abilities:{0:"Bulletproof",1:"Soundproof",H:"Overcoat"},weightkg:78.2,prevo:"Hakamo-o",evoLevel:45,eggGroups:["Dragon"],otherFormes:["Kommo-o-Totem"],formeOrder:["Kommo-o","Kommo-o-Totem"]},kommoototem:{num:784,name:"Kommo-o-Totem",baseSpecies:"Kommo-o",forme:"Totem",types:["Dragon","Fighting"],baseStats:{hp:75,atk:110,def:125,spa:100,spd:105,spe:85},abilities:{0:"Overcoat"},weightkg:207.5,eggGroups:["Dragon"]},tapukoko:{num:785,name:"Tapu Koko",types:["Electric","Fairy"],gender:"N",baseStats:{hp:70,atk:115,def:85,spa:95,spd:75,spe:130},abilities:{0:"Electric Surge",H:"Telepathy"},weightkg:20.5,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},tapulele:{num:786,name:"Tapu Lele",types:["Psychic","Fairy"],gender:"N",baseStats:{hp:70,atk:85,def:75,spa:130,spd:115,spe:95},abilities:{0:"Psychic Surge",H:"Telepathy"},weightkg:18.6,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},tapubulu:{num:787,name:"Tapu Bulu",types:["Grass","Fairy"],gender:"N",baseStats:{hp:70,atk:130,def:115,spa:85,spd:95,spe:75},abilities:{0:"Grassy Surge",H:"Telepathy"},weightkg:45.5,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},tapufini:{num:788,name:"Tapu Fini",types:["Water","Fairy"],gender:"N",baseStats:{hp:70,atk:75,def:115,spa:95,spd:130,spe:85},abilities:{0:"Misty Surge",H:"Telepathy"},weightkg:21.2,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},cosmog:{num:789,name:"Cosmog",types:["Psychic"],gender:"N",baseStats:{hp:43,atk:29,def:31,spa:29,spd:31,spe:37},abilities:{0:"Unaware"},weightkg:.1,evos:["Cosmoem"],tags:["Restricted Legendary"],eggGroups:["Undiscovered"]},cosmoem:{num:790,name:"Cosmoem",types:["Psychic"],gender:"N",baseStats:{hp:43,atk:29,def:131,spa:29,spd:131,spe:37},abilities:{0:"Sturdy"},weightkg:999.9,tags:["Restricted Legendary"],prevo:"Cosmog",evoLevel:43,evos:["Solgaleo","Lunala"],eggGroups:["Undiscovered"]},solgaleo:{num:791,name:"Solgaleo",types:["Psychic","Steel"],gender:"N",baseStats:{hp:137,atk:137,def:107,spa:113,spd:89,spe:97},abilities:{0:"Full Metal Body"},weightkg:230,tags:["Restricted Legendary"],prevo:"Cosmoem",evoLevel:53,eggGroups:["Undiscovered"]},lunala:{num:792,name:"Lunala",types:["Psychic","Ghost"],gender:"N",baseStats:{hp:137,atk:113,def:89,spa:137,spd:107,spe:97},abilities:{0:"Shadow Shield"},weightkg:120,tags:["Restricted Legendary"],prevo:"Cosmoem",evoLevel:53,eggGroups:["Undiscovered"]},nihilego:{num:793,name:"Nihilego",types:["Rock","Poison"],gender:"N",baseStats:{hp:109,atk:53,def:47,spa:127,spd:131,spe:103},abilities:{0:"Beast Boost"},weightkg:55.5,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},buzzwole:{num:794,name:"Buzzwole",types:["Bug","Fighting"],gender:"N",baseStats:{hp:107,atk:139,def:139,spa:53,spd:53,spe:79},abilities:{0:"Beast Boost"},weightkg:333.6,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},pheromosa:{num:795,name:"Pheromosa",types:["Bug","Fighting"],gender:"N",baseStats:{hp:71,atk:137,def:37,spa:137,spd:37,spe:151},abilities:{0:"Beast Boost"},weightkg:25,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},xurkitree:{num:796,name:"Xurkitree",types:["Electric"],gender:"N",baseStats:{hp:83,atk:89,def:71,spa:173,spd:71,spe:83},abilities:{0:"Beast Boost"},weightkg:100,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},celesteela:{num:797,name:"Celesteela",types:["Steel","Flying"],gender:"N",baseStats:{hp:97,atk:101,def:103,spa:107,spd:101,spe:61},abilities:{0:"Beast Boost"},weightkg:999.9,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},kartana:{num:798,name:"Kartana",types:["Grass","Steel"],gender:"N",baseStats:{hp:59,atk:181,def:131,spa:59,spd:31,spe:109},abilities:{0:"Beast Boost"},weightkg:.1,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},guzzlord:{num:799,name:"Guzzlord",types:["Dark","Dragon"],gender:"N",baseStats:{hp:223,atk:101,def:53,spa:97,spd:53,spe:43},abilities:{0:"Beast Boost"},weightkg:888,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},necrozma:{num:800,name:"Necrozma",types:["Psychic"],gender:"N",baseStats:{hp:97,atk:107,def:101,spa:127,spd:89,spe:79},abilities:{0:"Prism Armor"},weightkg:230,tags:["Restricted Legendary"],eggGroups:["Undiscovered"],otherFormes:["Necrozma-Dusk-Mane","Necrozma-Dawn-Wings","Necrozma-Ultra"],formeOrder:["Necrozma","Necrozma-Dusk-Mane","Necrozma-Dawn-Wings","Necrozma-Ultra"]},necrozmaduskmane:{num:800,name:"Necrozma-Dusk-Mane",baseSpecies:"Necrozma",forme:"Dusk-Mane",types:["Psychic","Steel"],gender:"N",baseStats:{hp:97,atk:157,def:127,spa:113,spd:109,spe:77},abilities:{0:"Prism Armor"},weightkg:460,eggGroups:["Undiscovered"],changesFrom:"Necrozma"},necrozmadawnwings:{num:800,name:"Necrozma-Dawn-Wings",baseSpecies:"Necrozma",forme:"Dawn-Wings",types:["Psychic","Ghost"],gender:"N",baseStats:{hp:97,atk:113,def:109,spa:157,spd:127,spe:77},abilities:{0:"Prism Armor"},weightkg:350,eggGroups:["Undiscovered"],changesFrom:"Necrozma"},necrozmaultra:{num:800,name:"Necrozma-Ultra",baseSpecies:"Necrozma",forme:"Ultra",types:["Psychic","Dragon"],gender:"N",baseStats:{hp:97,atk:167,def:97,spa:167,spd:97,spe:129},abilities:{0:"Neuroforce"},weightkg:230,eggGroups:["Undiscovered"],requiredItem:"Ultranecrozium Z",battleOnly:["Necrozma-Dawn-Wings","Necrozma-Dusk-Mane"]},magearna:{num:801,name:"Magearna",types:["Steel","Fairy"],gender:"N",baseStats:{hp:80,atk:95,def:115,spa:130,spd:115,spe:65},abilities:{0:"Soul-Heart"},weightkg:80.5,eggGroups:["Undiscovered"],tags:["Mythical"],otherFormes:["Magearna-Original"],formeOrder:["Magearna","Magearna-Original"]},magearnaoriginal:{num:801,name:"Magearna-Original",baseSpecies:"Magearna",forme:"Original",types:["Steel","Fairy"],gender:"N",baseStats:{hp:80,atk:95,def:115,spa:130,spd:115,spe:65},abilities:{0:"Soul-Heart"},weightkg:80.5,eggGroups:["Undiscovered"]},marshadow:{num:802,name:"Marshadow",types:["Fighting","Ghost"],gender:"N",baseStats:{hp:90,atk:125,def:80,spa:90,spd:90,spe:125},abilities:{0:"Technician"},weightkg:22.2,tags:["Mythical"],eggGroups:["Undiscovered"]},poipole:{num:803,name:"Poipole",types:["Poison"],gender:"N",baseStats:{hp:67,atk:73,def:67,spa:73,spd:67,spe:73},abilities:{0:"Beast Boost"},weightkg:1.8,tags:["Sub-Legendary"],evos:["Naganadel"],eggGroups:["Undiscovered"]},naganadel:{num:804,name:"Naganadel",types:["Poison","Dragon"],gender:"N",baseStats:{hp:73,atk:73,def:73,spa:127,spd:73,spe:121},abilities:{0:"Beast Boost"},weightkg:150,tags:["Sub-Legendary"],prevo:"Poipole",evoType:"levelMove",evoMove:"Dragon Pulse",eggGroups:["Undiscovered"]},stakataka:{num:805,name:"Stakataka",types:["Rock","Steel"],gender:"N",baseStats:{hp:61,atk:131,def:211,spa:53,spd:101,spe:13},abilities:{0:"Beast Boost"},weightkg:820,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},blacephalon:{num:806,name:"Blacephalon",types:["Fire","Ghost"],gender:"N",baseStats:{hp:53,atk:127,def:53,spa:151,spd:79,spe:107},abilities:{0:"Beast Boost"},weightkg:13,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},zeraora:{num:807,name:"Zeraora",types:["Electric"],gender:"N",baseStats:{hp:88,atk:112,def:75,spa:102,spd:80,spe:143},abilities:{0:"Volt Absorb"},weightkg:44.5,tags:["Mythical"],eggGroups:["Undiscovered"]},meltan:{num:808,name:"Meltan",types:["Steel"],gender:"N",baseStats:{hp:46,atk:65,def:65,spa:55,spd:35,spe:34},abilities:{0:"Magnet Pull"},weightkg:8,tags:["Mythical"],eggGroups:["Undiscovered"]},melmetal:{num:809,name:"Melmetal",types:["Steel"],gender:"N",baseStats:{hp:135,atk:143,def:143,spa:80,spd:65,spe:34},abilities:{0:"Iron Fist"},weightkg:800,tags:["Mythical"],eggGroups:["Undiscovered"],canGigantamax:"G-Max Meltdown"},melmetalgmax:{num:809,name:"Melmetal-Gmax",baseSpecies:"Melmetal",forme:"Gmax",types:["Steel"],gender:"N",baseStats:{hp:135,atk:143,def:143,spa:80,spd:65,spe:34},abilities:{0:"Iron Fist"},weightkg:0,eggGroups:["Undiscovered"],changesFrom:"Melmetal"},grookey:{num:810,name:"Grookey",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:50,atk:65,def:50,spa:40,spd:40,spe:65},abilities:{0:"Overgrow",H:"Grassy Surge"},weightkg:5,evos:["Thwackey"],eggGroups:["Field","Grass"]},thwackey:{num:811,name:"Thwackey",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:70,atk:85,def:70,spa:55,spd:60,spe:80},abilities:{0:"Overgrow",H:"Grassy Surge"},weightkg:14,prevo:"Grookey",evoLevel:16,evos:["Rillaboom"],eggGroups:["Field","Grass"]},rillaboom:{num:812,name:"Rillaboom",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:100,atk:125,def:90,spa:60,spd:70,spe:85},abilities:{0:"Overgrow",H:"Grassy Surge"},weightkg:90,prevo:"Thwackey",evoLevel:35,eggGroups:["Field","Grass"],canGigantamax:"G-Max Drum Solo"},rillaboomgmax:{num:812,name:"Rillaboom-Gmax",baseSpecies:"Rillaboom",forme:"Gmax",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:100,atk:125,def:90,spa:60,spd:70,spe:85},abilities:{0:"Overgrow",H:"Grassy Surge"},weightkg:0,eggGroups:["Field","Grass"],changesFrom:"Rillaboom"},scorbunny:{num:813,name:"Scorbunny",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:50,atk:71,def:40,spa:40,spd:40,spe:69},abilities:{0:"Blaze",H:"Libero"},weightkg:4.5,evos:["Raboot"],eggGroups:["Field","Human-Like"]},raboot:{num:814,name:"Raboot",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:65,atk:86,def:60,spa:55,spd:60,spe:94},abilities:{0:"Blaze",H:"Libero"},weightkg:9,prevo:"Scorbunny",evoLevel:16,evos:["Cinderace"],eggGroups:["Field","Human-Like"]},cinderace:{num:815,name:"Cinderace",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:80,atk:116,def:75,spa:65,spd:75,spe:119},abilities:{0:"Blaze",H:"Libero"},weightkg:33,prevo:"Raboot",evoLevel:35,eggGroups:["Field","Human-Like"],canGigantamax:"G-Max Fireball"},cinderacegmax:{num:815,name:"Cinderace-Gmax",baseSpecies:"Cinderace",forme:"Gmax",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:80,atk:116,def:75,spa:65,spd:75,spe:119},abilities:{0:"Blaze",H:"Libero"},weightkg:0,eggGroups:["Field","Human-Like"],changesFrom:"Cinderace"},sobble:{num:816,name:"Sobble",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:50,atk:40,def:40,spa:70,spd:40,spe:70},abilities:{0:"Torrent",H:"Sniper"},weightkg:4,evos:["Drizzile"],eggGroups:["Water 1","Field"]},drizzile:{num:817,name:"Drizzile",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:65,atk:60,def:55,spa:95,spd:55,spe:90},abilities:{0:"Torrent",H:"Sniper"},weightkg:11.5,prevo:"Sobble",evoLevel:16,evos:["Inteleon"],eggGroups:["Water 1","Field"]},inteleon:{num:818,name:"Inteleon",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:70,atk:85,def:65,spa:125,spd:65,spe:120},abilities:{0:"Torrent",H:"Sniper"},weightkg:45.2,prevo:"Drizzile",evoLevel:35,eggGroups:["Water 1","Field"],canGigantamax:"G-Max Hydrosnipe"},inteleongmax:{num:818,name:"Inteleon-Gmax",baseSpecies:"Inteleon",forme:"Gmax",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:70,atk:85,def:65,spa:125,spd:65,spe:120},abilities:{0:"Torrent",H:"Sniper"},weightkg:0,eggGroups:["Water 1","Field"],changesFrom:"Inteleon"},skwovet:{num:819,name:"Skwovet",types:["Normal"],baseStats:{hp:70,atk:55,def:55,spa:35,spd:35,spe:25},abilities:{0:"Cheek Pouch",H:"Gluttony"},weightkg:2.5,evos:["Greedent"],eggGroups:["Field"]},greedent:{num:820,name:"Greedent",types:["Normal"],baseStats:{hp:120,atk:95,def:95,spa:55,spd:75,spe:20},abilities:{0:"Cheek Pouch",H:"Gluttony"},weightkg:6,prevo:"Skwovet",evoLevel:24,eggGroups:["Field"]},rookidee:{num:821,name:"Rookidee",types:["Flying"],baseStats:{hp:38,atk:47,def:35,spa:33,spd:35,spe:57},abilities:{0:"Keen Eye",1:"Unnerve",H:"Big Pecks"},weightkg:1.8,evos:["Corvisquire"],eggGroups:["Flying"]},corvisquire:{num:822,name:"Corvisquire",types:["Flying"],baseStats:{hp:68,atk:67,def:55,spa:43,spd:55,spe:77},abilities:{0:"Keen Eye",1:"Unnerve",H:"Big Pecks"},weightkg:16,prevo:"Rookidee",evoLevel:18,evos:["Corviknight"],eggGroups:["Flying"]},corviknight:{num:823,name:"Corviknight",types:["Flying","Steel"],baseStats:{hp:98,atk:87,def:105,spa:53,spd:85,spe:67},abilities:{0:"Pressure",1:"Unnerve",H:"Mirror Armor"},weightkg:75,prevo:"Corvisquire",evoLevel:38,eggGroups:["Flying"],canGigantamax:"G-Max Wind Rage"},corviknightgmax:{num:823,name:"Corviknight-Gmax",baseSpecies:"Corviknight",forme:"Gmax",types:["Flying","Steel"],baseStats:{hp:98,atk:87,def:105,spa:53,spd:85,spe:67},abilities:{0:"Pressure",1:"Unnerve",H:"Mirror Armor"},weightkg:0,eggGroups:["Flying"],changesFrom:"Corviknight"},blipbug:{num:824,name:"Blipbug",types:["Bug"],baseStats:{hp:25,atk:20,def:20,spa:25,spd:45,spe:45},abilities:{0:"Swarm",1:"Compound Eyes",H:"Telepathy"},weightkg:8,evos:["Dottler"],eggGroups:["Bug"]},dottler:{num:825,name:"Dottler",types:["Bug","Psychic"],baseStats:{hp:50,atk:35,def:80,spa:50,spd:90,spe:30},abilities:{0:"Swarm",1:"Compound Eyes",H:"Telepathy"},weightkg:19.5,prevo:"Blipbug",evoLevel:10,evos:["Orbeetle"],eggGroups:["Bug"]},orbeetle:{num:826,name:"Orbeetle",types:["Bug","Psychic"],baseStats:{hp:60,atk:45,def:110,spa:80,spd:120,spe:90},abilities:{0:"Swarm",1:"Frisk",H:"Telepathy"},weightkg:40.8,prevo:"Dottler",evoLevel:30,eggGroups:["Bug"],canGigantamax:"G-Max Gravitas"},orbeetlegmax:{num:826,name:"Orbeetle-Gmax",baseSpecies:"Orbeetle",forme:"Gmax",types:["Bug","Psychic"],baseStats:{hp:60,atk:45,def:110,spa:80,spd:120,spe:90},abilities:{0:"Swarm",1:"Frisk",H:"Telepathy"},weightkg:0,eggGroups:["Bug"],changesFrom:"Orbeetle"},nickit:{num:827,name:"Nickit",types:["Dark"],baseStats:{hp:40,atk:28,def:28,spa:47,spd:52,spe:50},abilities:{0:"Run Away",1:"Unburden",H:"Stakeout"},weightkg:8.9,evos:["Thievul"],eggGroups:["Field"]},thievul:{num:828,name:"Thievul",types:["Dark"],baseStats:{hp:70,atk:58,def:58,spa:87,spd:92,spe:90},abilities:{0:"Run Away",1:"Unburden",H:"Stakeout"},weightkg:19.9,prevo:"Nickit",evoLevel:18,eggGroups:["Field"]},gossifleur:{num:829,name:"Gossifleur",types:["Grass"],baseStats:{hp:40,atk:40,def:60,spa:40,spd:60,spe:10},abilities:{0:"Cotton Down",1:"Regenerator",H:"Effect Spore"},weightkg:2.2,evos:["Eldegoss"],eggGroups:["Grass"]},eldegoss:{num:830,name:"Eldegoss",types:["Grass"],baseStats:{hp:60,atk:50,def:90,spa:80,spd:120,spe:60},abilities:{0:"Cotton Down",1:"Regenerator",H:"Effect Spore"},weightkg:2.5,prevo:"Gossifleur",evoLevel:20,eggGroups:["Grass"]},wooloo:{num:831,name:"Wooloo",types:["Normal"],baseStats:{hp:42,atk:40,def:55,spa:40,spd:45,spe:48},abilities:{0:"Fluffy",1:"Run Away",H:"Bulletproof"},weightkg:6,evos:["Dubwool"],eggGroups:["Field"]},dubwool:{num:832,name:"Dubwool",types:["Normal"],baseStats:{hp:72,atk:80,def:100,spa:60,spd:90,spe:88},abilities:{0:"Fluffy",1:"Steadfast",H:"Bulletproof"},weightkg:43,prevo:"Wooloo",evoLevel:24,eggGroups:["Field"]},chewtle:{num:833,name:"Chewtle",types:["Water"],baseStats:{hp:50,atk:64,def:50,spa:38,spd:38,spe:44},abilities:{0:"Strong Jaw",1:"Shell Armor",H:"Swift Swim"},weightkg:8.5,evos:["Drednaw"],eggGroups:["Monster","Water 1"]},drednaw:{num:834,name:"Drednaw",types:["Water","Rock"],baseStats:{hp:90,atk:115,def:90,spa:48,spd:68,spe:74},abilities:{0:"Strong Jaw",1:"Shell Armor",H:"Swift Swim"},weightkg:115.5,prevo:"Chewtle",evoLevel:22,eggGroups:["Monster","Water 1"],canGigantamax:"G-Max Stonesurge"},drednawgmax:{num:834,name:"Drednaw-Gmax",baseSpecies:"Drednaw",forme:"Gmax",types:["Water","Rock"],baseStats:{hp:90,atk:115,def:90,spa:48,spd:68,spe:74},abilities:{0:"Strong Jaw",1:"Shell Armor",H:"Swift Swim"},weightkg:0,eggGroups:["Monster","Water 1"],changesFrom:"Drednaw"},yamper:{num:835,name:"Yamper",types:["Electric"],baseStats:{hp:59,atk:45,def:50,spa:40,spd:50,spe:26},abilities:{0:"Ball Fetch",H:"Rattled"},weightkg:13.5,evos:["Boltund"],eggGroups:["Field"]},boltund:{num:836,name:"Boltund",types:["Electric"],baseStats:{hp:69,atk:90,def:60,spa:90,spd:60,spe:121},abilities:{0:"Strong Jaw",H:"Competitive"},weightkg:34,prevo:"Yamper",evoLevel:25,eggGroups:["Field"]},rolycoly:{num:837,name:"Rolycoly",types:["Rock"],baseStats:{hp:30,atk:40,def:50,spa:40,spd:50,spe:30},abilities:{0:"Steam Engine",1:"Heatproof",H:"Flash Fire"},weightkg:12,evos:["Carkol"],eggGroups:["Mineral"]},carkol:{num:838,name:"Carkol",types:["Rock","Fire"],baseStats:{hp:80,atk:60,def:90,spa:60,spd:70,spe:50},abilities:{0:"Steam Engine",1:"Flame Body",H:"Flash Fire"},weightkg:78,prevo:"Rolycoly",evoLevel:18,evos:["Coalossal"],eggGroups:["Mineral"]},coalossal:{num:839,name:"Coalossal",types:["Rock","Fire"],baseStats:{hp:110,atk:80,def:120,spa:80,spd:90,spe:30},abilities:{0:"Steam Engine",1:"Flame Body",H:"Flash Fire"},weightkg:310.5,prevo:"Carkol",evoLevel:34,eggGroups:["Mineral"],canGigantamax:"G-Max Volcalith"},coalossalgmax:{num:839,name:"Coalossal-Gmax",baseSpecies:"Coalossal",forme:"Gmax",types:["Rock","Fire"],baseStats:{hp:110,atk:80,def:120,spa:80,spd:90,spe:30},abilities:{0:"Steam Engine",1:"Flame Body",H:"Flash Fire"},weightkg:0,eggGroups:["Mineral"],changesFrom:"Coalossal"},applin:{num:840,name:"Applin",types:["Grass","Dragon"],baseStats:{hp:40,atk:40,def:80,spa:40,spd:40,spe:20},abilities:{0:"Ripen",1:"Gluttony",H:"Bulletproof"},weightkg:.5,evos:["Flapple","Appletun"],eggGroups:["Grass","Dragon"]},flapple:{num:841,name:"Flapple",types:["Grass","Dragon"],baseStats:{hp:70,atk:110,def:80,spa:95,spd:60,spe:70},abilities:{0:"Ripen",1:"Gluttony",H:"Hustle"},weightkg:1,prevo:"Applin",evoType:"useItem",evoItem:"Tart Apple",eggGroups:["Grass","Dragon"],canGigantamax:"G-Max Tartness"},flapplegmax:{num:841,name:"Flapple-Gmax",baseSpecies:"Flapple",forme:"Gmax",types:["Grass","Dragon"],baseStats:{hp:70,atk:110,def:80,spa:95,spd:60,spe:70},abilities:{0:"Ripen",1:"Gluttony",H:"Hustle"},weightkg:0,eggGroups:["Grass","Dragon"],changesFrom:"Flapple"},appletun:{num:842,name:"Appletun",types:["Grass","Dragon"],baseStats:{hp:110,atk:85,def:80,spa:100,spd:80,spe:30},abilities:{0:"Ripen",1:"Gluttony",H:"Thick Fat"},weightkg:13,prevo:"Applin",evoType:"useItem",evoItem:"Sweet Apple",eggGroups:["Grass","Dragon"],canGigantamax:"G-Max Sweetness"},appletungmax:{num:842,name:"Appletun-Gmax",baseSpecies:"Appletun",forme:"Gmax",types:["Grass","Dragon"],baseStats:{hp:110,atk:85,def:80,spa:100,spd:80,spe:30},abilities:{0:"Ripen",1:"Gluttony",H:"Thick Fat"},weightkg:0,eggGroups:["Grass","Dragon"],changesFrom:"Appletun"},silicobra:{num:843,name:"Silicobra",types:["Ground"],baseStats:{hp:52,atk:57,def:75,spa:35,spd:50,spe:46},abilities:{0:"Sand Spit",1:"Shed Skin",H:"Sand Veil"},weightkg:7.6,evos:["Sandaconda"],eggGroups:["Field","Dragon"]},sandaconda:{num:844,name:"Sandaconda",types:["Ground"],baseStats:{hp:72,atk:107,def:125,spa:65,spd:70,spe:71},abilities:{0:"Sand Spit",1:"Shed Skin",H:"Sand Veil"},weightkg:65.5,prevo:"Silicobra",evoLevel:36,eggGroups:["Field","Dragon"],canGigantamax:"G-Max Sandblast"},sandacondagmax:{num:844,name:"Sandaconda-Gmax",baseSpecies:"Sandaconda",forme:"Gmax",types:["Ground"],baseStats:{hp:72,atk:107,def:125,spa:65,spd:70,spe:71},abilities:{0:"Sand Spit",1:"Shed Skin",H:"Sand Veil"},weightkg:0,eggGroups:["Field","Dragon"],changesFrom:"Sandaconda"},cramorant:{num:845,name:"Cramorant",types:["Flying","Water"],baseStats:{hp:70,atk:85,def:55,spa:85,spd:95,spe:85},abilities:{0:"Gulp Missile"},weightkg:18,eggGroups:["Water 1","Flying"],otherFormes:["Cramorant-Gulping","Cramorant-Gorging"],formeOrder:["Cramorant","Cramorant-Gulping","Cramorant-Gorging"]},cramorantgulping:{num:845,name:"Cramorant-Gulping",baseSpecies:"Cramorant",forme:"Gulping",types:["Flying","Water"],baseStats:{hp:70,atk:85,def:55,spa:85,spd:95,spe:85},abilities:{0:"Gulp Missile"},weightkg:18,eggGroups:["Water 1","Flying"],requiredAbility:"Gulp Missile",battleOnly:"Cramorant"},cramorantgorging:{num:845,name:"Cramorant-Gorging",baseSpecies:"Cramorant",forme:"Gorging",types:["Flying","Water"],baseStats:{hp:70,atk:85,def:55,spa:85,spd:95,spe:85},abilities:{0:"Gulp Missile"},weightkg:18,eggGroups:["Water 1","Flying"],requiredAbility:"Gulp Missile",battleOnly:"Cramorant"},arrokuda:{num:846,name:"Arrokuda",types:["Water"],baseStats:{hp:41,atk:63,def:40,spa:40,spd:30,spe:66},abilities:{0:"Swift Swim",H:"Propeller Tail"},weightkg:1,evos:["Barraskewda"],eggGroups:["Water 2"]},barraskewda:{num:847,name:"Barraskewda",types:["Water"],baseStats:{hp:61,atk:123,def:60,spa:60,spd:50,spe:136},abilities:{0:"Swift Swim",H:"Propeller Tail"},weightkg:30,prevo:"Arrokuda",evoLevel:26,eggGroups:["Water 2"]},toxel:{num:848,name:"Toxel",types:["Electric","Poison"],baseStats:{hp:40,atk:38,def:35,spa:54,spd:35,spe:40},abilities:{0:"Rattled",1:"Static",H:"Klutz"},weightkg:11,evos:["Toxtricity","Toxtricity-Low-Key"],eggGroups:["Undiscovered"],canHatch:!0},toxtricity:{num:849,name:"Toxtricity",baseForme:"Amped",types:["Electric","Poison"],baseStats:{hp:75,atk:98,def:70,spa:114,spd:70,spe:75},abilities:{0:"Punk Rock",1:"Plus",H:"Technician"},weightkg:40,prevo:"Toxel",evoLevel:30,eggGroups:["Human-Like"],otherFormes:["Toxtricity-Low-Key"],formeOrder:["Toxtricity","Toxtricity-Low-Key"],canGigantamax:"G-Max Stun Shock"},toxtricitylowkey:{num:849,name:"Toxtricity-Low-Key",baseSpecies:"Toxtricity",forme:"Low-Key",types:["Electric","Poison"],baseStats:{hp:75,atk:98,def:70,spa:114,spd:70,spe:75},abilities:{0:"Punk Rock",1:"Minus",H:"Technician"},weightkg:40,prevo:"Toxel",evoLevel:30,eggGroups:["Human-Like"],canGigantamax:"G-Max Stun Shock"},toxtricitygmax:{num:849,name:"Toxtricity-Gmax",baseSpecies:"Toxtricity",forme:"Gmax",types:["Electric","Poison"],baseStats:{hp:75,atk:98,def:70,spa:114,spd:70,spe:75},abilities:{0:"Punk Rock",1:"Plus",H:"Technician"},weightkg:0,eggGroups:["Human-Like"],changesFrom:"Toxtricity"},toxtricitylowkeygmax:{num:849,name:"Toxtricity-Low-Key-Gmax",baseSpecies:"Toxtricity",forme:"Low-Key-Gmax",types:["Electric","Poison"],baseStats:{hp:75,atk:98,def:70,spa:114,spd:70,spe:75},abilities:{0:"Punk Rock",1:"Minus",H:"Technician"},weightkg:0,eggGroups:["Human-Like"],battleOnly:"Toxtricity-Low-Key",changesFrom:"Toxtricity-Low-Key"},sizzlipede:{num:850,name:"Sizzlipede",types:["Fire","Bug"],baseStats:{hp:50,atk:65,def:45,spa:50,spd:50,spe:45},abilities:{0:"Flash Fire",1:"White Smoke",H:"Flame Body"},weightkg:1,evos:["Centiskorch"],eggGroups:["Bug"]},centiskorch:{num:851,name:"Centiskorch",types:["Fire","Bug"],baseStats:{hp:100,atk:115,def:65,spa:90,spd:90,spe:65},abilities:{0:"Flash Fire",1:"White Smoke",H:"Flame Body"},weightkg:120,prevo:"Sizzlipede",evoLevel:28,eggGroups:["Bug"],canGigantamax:"G-Max Centiferno"},centiskorchgmax:{num:851,name:"Centiskorch-Gmax",baseSpecies:"Centiskorch",forme:"Gmax",types:["Fire","Bug"],baseStats:{hp:100,atk:115,def:65,spa:90,spd:90,spe:65},abilities:{0:"Flash Fire",1:"White Smoke",H:"Flame Body"},weightkg:0,eggGroups:["Bug"],changesFrom:"Centiskorch"},clobbopus:{num:852,name:"Clobbopus",types:["Fighting"],baseStats:{hp:50,atk:68,def:60,spa:50,spd:50,spe:32},abilities:{0:"Limber",H:"Technician"},weightkg:4,evos:["Grapploct"],eggGroups:["Water 1","Human-Like"]},grapploct:{num:853,name:"Grapploct",types:["Fighting"],baseStats:{hp:80,atk:118,def:90,spa:70,spd:80,spe:42},abilities:{0:"Limber",H:"Technician"},weightkg:39,prevo:"Clobbopus",evoType:"levelMove",evoMove:"Taunt",eggGroups:["Water 1","Human-Like"]},sinistea:{num:854,name:"Sinistea",baseForme:"Phony",types:["Ghost"],gender:"N",baseStats:{hp:40,atk:45,def:45,spa:74,spd:54,spe:50},abilities:{0:"Weak Armor",H:"Cursed Body"},weightkg:.2,evos:["Polteageist"],eggGroups:["Mineral","Amorphous"],otherFormes:["Sinistea-Antique"],formeOrder:["Sinistea","Sinistea-Antique"]},sinisteaantique:{num:854,name:"Sinistea-Antique",baseSpecies:"Sinistea",forme:"Antique",types:["Ghost"],gender:"N",baseStats:{hp:40,atk:45,def:45,spa:74,spd:54,spe:50},abilities:{0:"Weak Armor",H:"Cursed Body"},weightkg:.2,evos:["Polteageist-Antique"],eggGroups:["Undiscovered"]},polteageist:{num:855,name:"Polteageist",baseForme:"Phony",types:["Ghost"],gender:"N",baseStats:{hp:60,atk:65,def:65,spa:134,spd:114,spe:70},abilities:{0:"Weak Armor",H:"Cursed Body"},weightkg:.4,prevo:"Sinistea",evoType:"useItem",evoItem:"Cracked Pot",eggGroups:["Mineral","Amorphous"],otherFormes:["Polteageist-Antique"],formeOrder:["Polteageist","Polteageist-Antique"]},polteageistantique:{num:855,name:"Polteageist-Antique",baseSpecies:"Polteageist",forme:"Antique",types:["Ghost"],gender:"N",baseStats:{hp:60,atk:65,def:65,spa:134,spd:114,spe:70},abilities:{0:"Weak Armor",H:"Cursed Body"},weightkg:.4,prevo:"Sinistea-Antique",evoType:"useItem",evoItem:"Chipped Pot",eggGroups:["Undiscovered"]},hatenna:{num:856,name:"Hatenna",types:["Psychic"],gender:"F",baseStats:{hp:42,atk:30,def:45,spa:56,spd:53,spe:39},abilities:{0:"Healer",1:"Anticipation",H:"Magic Bounce"},weightkg:3.4,evos:["Hattrem"],eggGroups:["Fairy"]},hattrem:{num:857,name:"Hattrem",types:["Psychic"],gender:"F",baseStats:{hp:57,atk:40,def:65,spa:86,spd:73,spe:49},abilities:{0:"Healer",1:"Anticipation",H:"Magic Bounce"},weightkg:4.8,prevo:"Hatenna",evoLevel:32,evos:["Hatterene"],eggGroups:["Fairy"]},hatterene:{num:858,name:"Hatterene",types:["Psychic","Fairy"],gender:"F",baseStats:{hp:57,atk:90,def:95,spa:136,spd:103,spe:29},abilities:{0:"Healer",1:"Anticipation",H:"Magic Bounce"},weightkg:5.1,prevo:"Hattrem",evoLevel:42,eggGroups:["Fairy"],canGigantamax:"G-Max Smite"},hatterenegmax:{num:858,name:"Hatterene-Gmax",baseSpecies:"Hatterene",forme:"Gmax",types:["Psychic","Fairy"],gender:"F",baseStats:{hp:57,atk:90,def:95,spa:136,spd:103,spe:29},abilities:{0:"Healer",1:"Anticipation",H:"Magic Bounce"},weightkg:0,eggGroups:["Fairy"],changesFrom:"Hatterene"},impidimp:{num:859,name:"Impidimp",types:["Dark","Fairy"],gender:"M",baseStats:{hp:45,atk:45,def:30,spa:55,spd:40,spe:50},abilities:{0:"Prankster",1:"Frisk",H:"Pickpocket"},weightkg:5.5,evos:["Morgrem"],eggGroups:["Fairy","Human-Like"]},morgrem:{num:860,name:"Morgrem",types:["Dark","Fairy"],gender:"M",baseStats:{hp:65,atk:60,def:45,spa:75,spd:55,spe:70},abilities:{0:"Prankster",1:"Frisk",H:"Pickpocket"},weightkg:12.5,prevo:"Impidimp",evoLevel:32,evos:["Grimmsnarl"],eggGroups:["Fairy","Human-Like"]},grimmsnarl:{num:861,name:"Grimmsnarl",types:["Dark","Fairy"],gender:"M",baseStats:{hp:95,atk:120,def:65,spa:95,spd:75,spe:60},abilities:{0:"Prankster",1:"Frisk",H:"Pickpocket"},weightkg:61,prevo:"Morgrem",evoLevel:42,eggGroups:["Fairy","Human-Like"],canGigantamax:"G-Max Snooze"},grimmsnarlgmax:{num:861,name:"Grimmsnarl-Gmax",baseSpecies:"Grimmsnarl",forme:"Gmax",types:["Dark","Fairy"],gender:"M",baseStats:{hp:95,atk:120,def:65,spa:95,spd:75,spe:60},abilities:{0:"Prankster",1:"Frisk",H:"Pickpocket"},weightkg:0,eggGroups:["Fairy","Human-Like"],changesFrom:"Grimmsnarl"},obstagoon:{num:862,name:"Obstagoon",types:["Dark","Normal"],baseStats:{hp:93,atk:90,def:101,spa:60,spd:81,spe:95},abilities:{0:"Reckless",1:"Guts",H:"Defiant"},weightkg:46,prevo:"Linoone-Galar",evoLevel:35,evoCondition:"at night",eggGroups:["Field"]},perrserker:{num:863,name:"Perrserker",types:["Steel"],baseStats:{hp:70,atk:110,def:100,spa:50,spd:60,spe:50},abilities:{0:"Battle Armor",1:"Tough Claws",H:"Steely Spirit"},weightkg:28,prevo:"Meowth-Galar",evoLevel:28,eggGroups:["Field"]},cursola:{num:864,name:"Cursola",types:["Ghost"],genderRatio:{M:.25,F:.75},baseStats:{hp:60,atk:95,def:50,spa:145,spd:130,spe:30},abilities:{0:"Weak Armor",H:"Perish Body"},weightkg:.4,prevo:"Corsola-Galar",evoLevel:38,eggGroups:["Water 1","Water 3"]},sirfetchd:{num:865,name:"Sirfetch’d",types:["Fighting"],baseStats:{hp:62,atk:135,def:95,spa:68,spd:82,spe:65},abilities:{0:"Steadfast",H:"Scrappy"},weightkg:117,prevo:"Farfetch’d-Galar",evoType:"other",evoCondition:"Land 3 critical hits in 1 battle",eggGroups:["Flying","Field"]},mrrime:{num:866,name:"Mr. Rime",types:["Ice","Psychic"],baseStats:{hp:80,atk:85,def:75,spa:110,spd:100,spe:70},abilities:{0:"Tangled Feet",1:"Screen Cleaner",H:"Ice Body"},weightkg:58.2,prevo:"Mr. Mime-Galar",evoLevel:42,eggGroups:["Human-Like"]},runerigus:{num:867,name:"Runerigus",types:["Ground","Ghost"],baseStats:{hp:58,atk:95,def:145,spa:50,spd:105,spe:30},abilities:{0:"Wandering Spirit"},weightkg:66.6,prevo:"Yamask-Galar",evoType:"other",evoCondition:"Have 49+ HP lost and walk under stone sculpture in Dusty Bowl",eggGroups:["Mineral","Amorphous"]},milcery:{num:868,name:"Milcery",types:["Fairy"],gender:"F",baseStats:{hp:45,atk:40,def:40,spa:50,spd:61,spe:34},abilities:{0:"Sweet Veil",H:"Aroma Veil"},weightkg:.3,evos:["Alcremie"],eggGroups:["Fairy","Amorphous"]},alcremie:{num:869,name:"Alcremie",baseForme:"Vanilla Cream",types:["Fairy"],gender:"F",baseStats:{hp:65,atk:60,def:75,spa:110,spd:121,spe:64},abilities:{0:"Sweet Veil",H:"Aroma Veil"},weightkg:.5,prevo:"Milcery",evoType:"other",evoCondition:"spin while holding a Sweet",eggGroups:["Fairy","Amorphous"],cosmeticFormes:["Alcremie-Ruby-Cream","Alcremie-Matcha-Cream","Alcremie-Mint-Cream","Alcremie-Lemon-Cream","Alcremie-Salted-Cream","Alcremie-Ruby-Swirl","Alcremie-Caramel-Swirl","Alcremie-Rainbow-Swirl"],formeOrder:["Alcremie","Alcremie-Ruby-Cream","Alcremie-Matcha-Cream","Alcremie-Mint-Cream","Alcremie-Lemon-Cream","Alcremie-Salted-Cream","Alcremie-Ruby-Swirl","Alcremie-Caramel-Swirl","Alcremie-Rainbow-Swirl"],canGigantamax:"G-Max Finale"},alcremiegmax:{num:869,name:"Alcremie-Gmax",baseSpecies:"Alcremie",forme:"Gmax",types:["Fairy"],gender:"F",baseStats:{hp:65,atk:60,def:75,spa:110,spd:121,spe:64},abilities:{0:"Sweet Veil",H:"Aroma Veil"},weightkg:0,eggGroups:["Fairy","Amorphous"],changesFrom:"Alcremie"},falinks:{num:870,name:"Falinks",types:["Fighting"],gender:"N",baseStats:{hp:65,atk:100,def:100,spa:70,spd:60,spe:75},abilities:{0:"Battle Armor",H:"Defiant"},weightkg:62,eggGroups:["Fairy","Mineral"]},pincurchin:{num:871,name:"Pincurchin",types:["Electric"],baseStats:{hp:48,atk:101,def:95,spa:91,spd:85,spe:15},abilities:{0:"Lightning Rod",H:"Electric Surge"},weightkg:1,eggGroups:["Water 1","Amorphous"]},snom:{num:872,name:"Snom",types:["Ice","Bug"],baseStats:{hp:30,atk:25,def:35,spa:45,spd:30,spe:20},abilities:{0:"Shield Dust",H:"Ice Scales"},weightkg:3.8,evos:["Frosmoth"],eggGroups:["Bug"]},frosmoth:{num:873,name:"Frosmoth",types:["Ice","Bug"],baseStats:{hp:70,atk:65,def:60,spa:125,spd:90,spe:65},abilities:{0:"Shield Dust",H:"Ice Scales"},weightkg:42,prevo:"Snom",evoType:"levelFriendship",evoCondition:"at night",eggGroups:["Bug"]},stonjourner:{num:874,name:"Stonjourner",types:["Rock"],baseStats:{hp:100,atk:125,def:135,spa:20,spd:20,spe:70},abilities:{0:"Power Spot"},weightkg:520,eggGroups:["Mineral"]},eiscue:{num:875,name:"Eiscue",types:["Ice"],baseStats:{hp:75,atk:80,def:110,spa:65,spd:90,spe:50},abilities:{0:"Ice Face"},weightkg:89,eggGroups:["Water 1","Field"],otherFormes:["Eiscue-Noice"],formeOrder:["Eiscue","Eiscue-Noice"]},eiscuenoice:{num:875,name:"Eiscue-Noice",baseSpecies:"Eiscue",forme:"Noice",types:["Ice"],baseStats:{hp:75,atk:80,def:70,spa:65,spd:50,spe:130},abilities:{0:"Ice Face"},weightkg:89,eggGroups:["Water 1","Field"],requiredAbility:"Ice Face",battleOnly:"Eiscue"},indeedee:{num:876,name:"Indeedee",baseForme:"M",types:["Psychic","Normal"],gender:"M",baseStats:{hp:60,atk:65,def:55,spa:105,spd:95,spe:95},abilities:{0:"Inner Focus",1:"Synchronize",H:"Psychic Surge"},weightkg:28,eggGroups:["Fairy"],otherFormes:["Indeedee-F"],formeOrder:["Indeedee","Indeedee-F"]},indeedeef:{num:876,name:"Indeedee-F",baseSpecies:"Indeedee",forme:"F",types:["Psychic","Normal"],gender:"F",baseStats:{hp:70,atk:55,def:65,spa:95,spd:105,spe:85},abilities:{0:"Own Tempo",1:"Synchronize",H:"Psychic Surge"},weightkg:28,eggGroups:["Fairy"]},morpeko:{num:877,name:"Morpeko",types:["Electric","Dark"],baseStats:{hp:58,atk:95,def:58,spa:70,spd:58,spe:97},abilities:{0:"Hunger Switch"},weightkg:3,eggGroups:["Field","Fairy"],otherFormes:["Morpeko-Hangry"],formeOrder:["Morpeko","Morpeko-Hangry"]},morpekohangry:{num:877,name:"Morpeko-Hangry",baseSpecies:"Morpeko",forme:"Hangry",types:["Electric","Dark"],baseStats:{hp:58,atk:95,def:58,spa:70,spd:58,spe:97},abilities:{0:"Hunger Switch"},weightkg:3,eggGroups:["Field","Fairy"],requiredAbility:"Hunger Switch",battleOnly:"Morpeko"},cufant:{num:878,name:"Cufant",types:["Steel"],baseStats:{hp:72,atk:80,def:49,spa:40,spd:49,spe:40},abilities:{0:"Sheer Force",H:"Heavy Metal"},weightkg:100,evos:["Copperajah"],eggGroups:["Field","Mineral"]},copperajah:{num:879,name:"Copperajah",types:["Steel"],baseStats:{hp:122,atk:130,def:69,spa:80,spd:69,spe:30},abilities:{0:"Sheer Force",H:"Heavy Metal"},weightkg:650,prevo:"Cufant",evoLevel:34,eggGroups:["Field","Mineral"],canGigantamax:"G-Max Steelsurge"},copperajahgmax:{num:879,name:"Copperajah-Gmax",baseSpecies:"Copperajah",forme:"Gmax",types:["Steel"],baseStats:{hp:122,atk:130,def:69,spa:80,spd:69,spe:30},abilities:{0:"Sheer Force",H:"Heavy Metal"},weightkg:0,eggGroups:["Field","Mineral"],changesFrom:"Copperajah"},dracozolt:{num:880,name:"Dracozolt",types:["Electric","Dragon"],gender:"N",baseStats:{hp:90,atk:100,def:90,spa:80,spd:70,spe:75},abilities:{0:"Volt Absorb",1:"Hustle",H:"Sand Rush"},weightkg:190,eggGroups:["Undiscovered"]},arctozolt:{num:881,name:"Arctozolt",types:["Electric","Ice"],gender:"N",baseStats:{hp:90,atk:100,def:90,spa:90,spd:80,spe:55},abilities:{0:"Volt Absorb",1:"Static",H:"Slush Rush"},weightkg:150,eggGroups:["Undiscovered"]},dracovish:{num:882,name:"Dracovish",types:["Water","Dragon"],gender:"N",baseStats:{hp:90,atk:90,def:100,spa:70,spd:80,spe:75},abilities:{0:"Water Absorb",1:"Strong Jaw",H:"Sand Rush"},weightkg:215,eggGroups:["Undiscovered"]},arctovish:{num:883,name:"Arctovish",types:["Water","Ice"],gender:"N",baseStats:{hp:90,atk:90,def:100,spa:80,spd:90,spe:55},abilities:{0:"Water Absorb",1:"Ice Body",H:"Slush Rush"},weightkg:175,eggGroups:["Undiscovered"]},duraludon:{num:884,name:"Duraludon",types:["Steel","Dragon"],baseStats:{hp:70,atk:95,def:115,spa:120,spd:50,spe:85},abilities:{0:"Light Metal",1:"Heavy Metal",H:"Stalwart"},weightkg:40,eggGroups:["Mineral","Dragon"],canGigantamax:"G-Max Depletion"},duraludongmax:{num:884,name:"Duraludon-Gmax",baseSpecies:"Duraludon",forme:"Gmax",types:["Steel","Dragon"],baseStats:{hp:70,atk:95,def:115,spa:120,spd:50,spe:85},abilities:{0:"Light Metal",1:"Heavy Metal",H:"Stalwart"},weightkg:0,eggGroups:["Mineral","Dragon"],changesFrom:"Duraludon"},dreepy:{num:885,name:"Dreepy",types:["Dragon","Ghost"],baseStats:{hp:28,atk:60,def:30,spa:40,spd:30,spe:82},abilities:{0:"Clear Body",1:"Infiltrator",H:"Cursed Body"},weightkg:2,evos:["Drakloak"],eggGroups:["Amorphous","Dragon"]},drakloak:{num:886,name:"Drakloak",types:["Dragon","Ghost"],baseStats:{hp:68,atk:80,def:50,spa:60,spd:50,spe:102},abilities:{0:"Clear Body",1:"Infiltrator",H:"Cursed Body"},weightkg:11,prevo:"Dreepy",evoLevel:50,evos:["Dragapult"],eggGroups:["Amorphous","Dragon"]},dragapult:{num:887,name:"Dragapult",types:["Dragon","Ghost"],baseStats:{hp:88,atk:120,def:75,spa:100,spd:75,spe:142},abilities:{0:"Clear Body",1:"Infiltrator",H:"Cursed Body"},weightkg:50,prevo:"Drakloak",evoLevel:60,eggGroups:["Amorphous","Dragon"]},zacian:{num:888,name:"Zacian",baseForme:"Hero",types:["Fairy"],gender:"N",baseStats:{hp:92,atk:130,def:115,spa:80,spd:115,spe:138},abilities:{0:"Intrepid Sword"},weightkg:110,eggGroups:["Undiscovered"],tags:["Restricted Legendary"],otherFormes:["Zacian-Crowned"],formeOrder:["Zacian","Zacian-Crowned"],cannotDynamax:!0},zaciancrowned:{num:888,name:"Zacian-Crowned",baseSpecies:"Zacian",forme:"Crowned",types:["Fairy","Steel"],gender:"N",baseStats:{hp:92,atk:170,def:115,spa:80,spd:115,spe:148},abilities:{0:"Intrepid Sword"},weightkg:355,eggGroups:["Undiscovered"],requiredItem:"Rusted Sword",battleOnly:"Zacian",cannotDynamax:!0},zamazenta:{num:889,name:"Zamazenta",baseForme:"Hero",types:["Fighting"],gender:"N",baseStats:{hp:92,atk:130,def:115,spa:80,spd:115,spe:138},abilities:{0:"Dauntless Shield"},weightkg:210,eggGroups:["Undiscovered"],tags:["Restricted Legendary"],otherFormes:["Zamazenta-Crowned"],formeOrder:["Zamazenta","Zamazenta-Crowned"],cannotDynamax:!0},zamazentacrowned:{num:889,name:"Zamazenta-Crowned",baseSpecies:"Zamazenta",forme:"Crowned",types:["Fighting","Steel"],gender:"N",baseStats:{hp:92,atk:130,def:145,spa:80,spd:145,spe:128},abilities:{0:"Dauntless Shield"},weightkg:785,eggGroups:["Undiscovered"],requiredItem:"Rusted Shield",battleOnly:"Zamazenta",cannotDynamax:!0},eternatus:{num:890,name:"Eternatus",types:["Poison","Dragon"],gender:"N",baseStats:{hp:140,atk:85,def:95,spa:145,spd:95,spe:130},abilities:{0:"Pressure"},weightkg:950,eggGroups:["Undiscovered"],tags:["Restricted Legendary"],otherFormes:["Eternatus-Eternamax"],formeOrder:["Eternatus","Eternatus-Eternamax"],cannotDynamax:!0},eternatuseternamax:{num:890,name:"Eternatus-Eternamax",baseSpecies:"Eternatus",forme:"Eternamax",types:["Poison","Dragon"],gender:"N",baseStats:{hp:255,atk:115,def:250,spa:125,spd:250,spe:130},abilities:{0:"Pressure"},weightkg:0,eggGroups:["Undiscovered"],cannotDynamax:!0},kubfu:{num:891,name:"Kubfu",types:["Fighting"],genderRatio:{M:.875,F:.125},baseStats:{hp:60,atk:90,def:60,spa:53,spd:50,spe:72},abilities:{0:"Inner Focus"},weightkg:12,tags:["Sub-Legendary"],evos:["Urshifu","Urshifu-Rapid-Strike"],eggGroups:["Undiscovered"]},urshifu:{num:892,name:"Urshifu",baseForme:"Single-Strike",types:["Fighting","Dark"],genderRatio:{M:.875,F:.125},baseStats:{hp:100,atk:130,def:100,spa:63,spd:60,spe:97},abilities:{0:"Unseen Fist"},weightkg:105,tags:["Sub-Legendary"],prevo:"Kubfu",evoType:"other",evoCondition:"Defeat the Single Strike Tower",eggGroups:["Undiscovered"],otherFormes:["Urshifu-Rapid-Strike"],formeOrder:["Urshifu","Urshifu-Rapid-Strike"],canGigantamax:"G-Max One Blow"},urshifurapidstrike:{num:892,name:"Urshifu-Rapid-Strike",baseSpecies:"Urshifu",forme:"Rapid-Strike",types:["Fighting","Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:100,atk:130,def:100,spa:63,spd:60,spe:97},abilities:{0:"Unseen Fist"},weightkg:105,prevo:"Kubfu",evoType:"other",evoCondition:"Defeat the Rapid Strike Tower",eggGroups:["Undiscovered"],canGigantamax:"G-Max Rapid Flow"},urshifugmax:{num:892,name:"Urshifu-Gmax",baseSpecies:"Urshifu",forme:"Gmax",types:["Fighting","Dark"],genderRatio:{M:.875,F:.125},baseStats:{hp:100,atk:130,def:100,spa:63,spd:60,spe:97},abilities:{0:"Unseen Fist"},weightkg:0,eggGroups:["Undiscovered"],changesFrom:"Urshifu"},urshifurapidstrikegmax:{num:892,name:"Urshifu-Rapid-Strike-Gmax",baseSpecies:"Urshifu",forme:"Rapid-Strike-Gmax",types:["Fighting","Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:100,atk:130,def:100,spa:63,spd:60,spe:97},abilities:{0:"Unseen Fist"},weightkg:105,eggGroups:["Undiscovered"],battleOnly:"Urshifu-Rapid-Strike",changesFrom:"Urshifu-Rapid-Strike"},zarude:{num:893,name:"Zarude",types:["Dark","Grass"],gender:"N",baseStats:{hp:105,atk:120,def:105,spa:70,spd:95,spe:105},abilities:{0:"Leaf Guard"},weightkg:70,eggGroups:["Undiscovered"],tags:["Mythical"],otherFormes:["Zarude-Dada"],formeOrder:["Zarude","Zarude-Dada"]},zarudedada:{num:893,name:"Zarude-Dada",baseSpecies:"Zarude",forme:"Dada",types:["Dark","Grass"],gender:"N",baseStats:{hp:105,atk:120,def:105,spa:70,spd:95,spe:105},abilities:{0:"Leaf Guard"},weightkg:70,eggGroups:["Undiscovered"]},regieleki:{num:894,name:"Regieleki",types:["Electric"],gender:"N",baseStats:{hp:80,atk:100,def:50,spa:100,spd:50,spe:200},abilities:{0:"Transistor"},weightkg:145,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},regidrago:{num:895,name:"Regidrago",types:["Dragon"],gender:"N",baseStats:{hp:200,atk:100,def:50,spa:100,spd:50,spe:80},abilities:{0:"Dragon's Maw"},weightkg:200,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},glastrier:{num:896,name:"Glastrier",types:["Ice"],gender:"N",baseStats:{hp:100,atk:145,def:130,spa:65,spd:110,spe:30},abilities:{0:"Chilling Neigh"},weightkg:800,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},spectrier:{num:897,name:"Spectrier",types:["Ghost"],gender:"N",baseStats:{hp:100,atk:65,def:60,spa:145,spd:80,spe:130},abilities:{0:"Grim Neigh"},weightkg:44.5,tags:["Sub-Legendary"],eggGroups:["Undiscovered"]},calyrex:{num:898,name:"Calyrex",types:["Psychic","Grass"],gender:"N",baseStats:{hp:100,atk:80,def:80,spa:80,spd:80,spe:80},abilities:{0:"Unnerve"},weightkg:7.7,eggGroups:["Undiscovered"],tags:["Restricted Legendary"],otherFormes:["Calyrex-Ice","Calyrex-Shadow"],formeOrder:["Calyrex","Calyrex-Ice","Calyrex-Shadow"]},calyrexice:{num:898,name:"Calyrex-Ice",baseSpecies:"Calyrex",forme:"Ice",types:["Psychic","Ice"],gender:"N",baseStats:{hp:100,atk:165,def:150,spa:85,spd:130,spe:50},abilities:{0:"As One (Glastrier)"},weightkg:809.1,eggGroups:["Undiscovered"],changesFrom:"Calyrex"},calyrexshadow:{num:898,name:"Calyrex-Shadow",baseSpecies:"Calyrex",forme:"Shadow",types:["Psychic","Ghost"],gender:"N",baseStats:{hp:100,atk:85,def:80,spa:165,spd:100,spe:150},abilities:{0:"As One (Spectrier)"},weightkg:53.6,eggGroups:["Undiscovered"],changesFrom:"Calyrex"},wyrdeer:{num:899,name:"Wyrdeer",types:["Normal","Psychic"],baseStats:{hp:103,atk:105,def:72,spa:105,spd:75,spe:65},abilities:{0:"Intimidate",1:"Frisk",H:"Sap Sipper"},weightkg:95.1,prevo:"Stantler",evoType:"other",evoCondition:"Use Agile style Psyshield Bash 20 times",eggGroups:["Field"]},kleavor:{num:900,name:"Kleavor",types:["Bug","Rock"],baseStats:{hp:70,atk:135,def:95,spa:45,spd:70,spe:85},abilities:{0:"Swarm",1:"Sheer Force",H:"Steadfast"},weightkg:89,prevo:"Scyther",evoType:"other",evoCondition:"Black Augurite",eggGroups:["Bug"]},ursaluna:{num:901,name:"Ursaluna",types:["Ground","Normal"],baseStats:{hp:130,atk:140,def:105,spa:45,spd:80,spe:50},abilities:{0:"Guts",1:"Bulletproof",H:"Unnerve"},weightkg:290,prevo:"Ursaring",evoType:"other",evoCondition:"Peat Block when there's a full moon",eggGroups:["Field"]},basculegion:{num:902,name:"Basculegion",baseForme:"M",types:["Water","Ghost"],gender:"M",baseStats:{hp:120,atk:112,def:65,spa:80,spd:75,spe:78},abilities:{0:"Rattled",1:"Adaptability",H:"Mold Breaker"},weightkg:110,prevo:"Basculin-White-Striped",evoType:"other",evoCondition:"Receive 294+ recoil without fainting",eggGroups:["Water 2"],otherFormes:["Basculegion-F"],formeOrder:["Basculegion","Basculegion-F"]},basculegionf:{num:902,name:"Basculegion-F",baseSpecies:"Basculegion",forme:"F",types:["Water","Ghost"],gender:"F",baseStats:{hp:120,atk:92,def:65,spa:100,spd:75,spe:78},abilities:{0:"Rattled",1:"Adaptability",H:"Mold Breaker"},weightkg:110,prevo:"Basculin-White-Striped",evoType:"other",evoCondition:"Receive 294+ recoil without fainting",eggGroups:["Water 2"]},sneasler:{num:903,name:"Sneasler",types:["Fighting","Poison"],baseStats:{hp:80,atk:130,def:60,spa:40,spd:80,spe:120},abilities:{0:"Pressure",H:"Poison Touch"},weightkg:43,prevo:"Sneasel-Hisui",evoType:"useItem",evoItem:"Razor Claw",evoCondition:"during the day",eggGroups:["Field"]},overqwil:{num:904,name:"Overqwil",types:["Dark","Poison"],baseStats:{hp:85,atk:115,def:95,spa:65,spd:65,spe:85},abilities:{0:"Poison Point",1:"Swift Swim",H:"Intimidate"},weightkg:3.9,prevo:"Qwilfish-Hisui",evoType:"other",evoCondition:"Use Strong style Barb Barrage 20 times",eggGroups:["Water 2"]},enamorus:{num:905,name:"Enamorus",baseForme:"Incarnate",types:["Fairy","Flying"],gender:"F",baseStats:{hp:74,atk:115,def:70,spa:135,spd:80,spe:106},abilities:{0:"Healer",H:"Contrary"},weightkg:48,tags:["Sub-Legendary"],eggGroups:["Undiscovered"],otherFormes:["Enamorus-Therian"],formeOrder:["Enamorus","Enamorus-Therian"]},enamorustherian:{num:905,name:"Enamorus-Therian",baseSpecies:"Enamorus",forme:"Therian",types:["Fairy","Flying"],gender:"F",baseStats:{hp:74,atk:115,def:110,spa:135,spd:100,spe:46},abilities:{0:"Overcoat"},weightkg:48,eggGroups:["Undiscovered"],changesFrom:"Enamorus"},missingno:{num:0,name:"MissingNo.",types:["Bird","Normal"],baseStats:{hp:33,atk:136,def:0,spa:6,spd:6,spe:29},abilities:{0:""},weightkg:1590.8,eggGroups:["Undiscovered"]},syclar:{num:-1,name:"Syclar",types:["Ice","Bug"],baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},abilities:{0:"Compound Eyes",1:"Snow Cloak",H:"Ice Body"},weightkg:4,evos:["Syclant"],eggGroups:["Bug"],gen:4},syclant:{num:-2,name:"Syclant",types:["Ice","Bug"],baseStats:{hp:70,atk:116,def:70,spa:114,spd:64,spe:121},abilities:{0:"Compound Eyes",1:"Mountaineer",H:"Ice Body"},weightkg:52,prevo:"Syclar",evoLevel:30,eggGroups:["Bug"],gen:4},revenankh:{num:-3,name:"Revenankh",types:["Ghost","Fighting"],baseStats:{hp:90,atk:105,def:90,spa:65,spd:110,spe:65},abilities:{0:"Shed Skin",1:"Air Lock",H:"Triage"},weightkg:44,eggGroups:["Amorphous","Human-Like"],gen:4},embirch:{num:-4,name:"Embirch",types:["Fire","Grass"],baseStats:{hp:60,atk:40,def:55,spa:65,spd:40,spe:60},abilities:{0:"Reckless",1:"Leaf Guard",H:"Chlorophyll"},weightkg:15,evos:["Flarelm"],eggGroups:["Monster","Dragon"],gen:4},flarelm:{num:-5,name:"Flarelm",types:["Fire","Grass"],baseStats:{hp:90,atk:50,def:95,spa:75,spd:70,spe:40},abilities:{0:"Rock Head",1:"Battle Armor",H:"White Smoke"},weightkg:73,prevo:"Embirch",evoLevel:24,evos:["Pyroak"],eggGroups:["Monster","Dragon"],gen:4},pyroak:{num:-6,name:"Pyroak",types:["Fire","Grass"],baseStats:{hp:120,atk:70,def:105,spa:70,spd:65,spe:60},abilities:{0:"Rock Head",1:"Battle Armor",H:"Contrary"},weightkg:168,prevo:"Flarelm",evoLevel:38,eggGroups:["Monster","Dragon"],gen:4},breezi:{num:-7,name:"Breezi",types:["Poison","Flying"],baseStats:{hp:50,atk:46,def:69,spa:60,spd:50,spe:75},abilities:{0:"Unburden",1:"Own Tempo",H:"Frisk"},weightkg:.6,evos:["Fidgit"],eggGroups:["Field"],gen:4},fidgit:{num:-8,name:"Fidgit",types:["Poison","Ground"],baseStats:{hp:95,atk:76,def:109,spa:90,spd:80,spe:105},abilities:{0:"Persistent",1:"Vital Spirit",H:"Frisk"},weightkg:53,prevo:"Breezi",evoLevel:33,eggGroups:["Field"],gen:4},rebble:{num:-9,name:"Rebble",types:["Rock"],gender:"N",baseStats:{hp:45,atk:25,def:65,spa:75,spd:55,spe:80},abilities:{0:"Levitate",1:"Solid Rock",H:"Sniper"},weightkg:7,evos:["Tactite"],eggGroups:["Undiscovered"],gen:4},tactite:{num:-10,name:"Tactite",types:["Rock"],gender:"N",baseStats:{hp:70,atk:40,def:65,spa:100,spd:65,spe:95},abilities:{0:"Levitate",1:"Technician",H:"Sniper"},weightkg:16,prevo:"Rebble",evoLevel:28,evos:["Stratagem"],eggGroups:["Undiscovered"],gen:4},stratagem:{num:-11,name:"Stratagem",types:["Rock"],gender:"N",baseStats:{hp:90,atk:60,def:65,spa:120,spd:70,spe:130},abilities:{0:"Levitate",1:"Technician",H:"Sniper"},weightkg:45,prevo:"Tactite",evoType:"trade",eggGroups:["Undiscovered"],gen:4},privatyke:{num:-12,name:"Privatyke",types:["Water","Fighting"],baseStats:{hp:65,atk:75,def:65,spa:40,spd:60,spe:45},abilities:{0:"Unaware",H:"Technician"},weightkg:35,evos:["Arghonaut"],eggGroups:["Water 1","Water 3"],gen:4},arghonaut:{num:-13,name:"Arghonaut",types:["Water","Fighting"],baseStats:{hp:105,atk:110,def:95,spa:70,spd:100,spe:75},abilities:{0:"Unaware",H:"Technician"},weightkg:151,prevo:"Privatyke",evoLevel:37,eggGroups:["Water 1","Water 3"],gen:4},kitsunoh:{num:-14,name:"Kitsunoh",types:["Ghost","Steel"],baseStats:{hp:80,atk:103,def:85,spa:55,spd:80,spe:110},abilities:{0:"Frisk",1:"Limber",H:"Iron Fist"},weightkg:51,prevo:"Nohface",evoType:"trade",evoItem:"Metal Coat",eggGroups:["Field"],gen:4},cyclohm:{num:-15,name:"Cyclohm",types:["Electric","Dragon"],baseStats:{hp:108,atk:60,def:118,spa:112,spd:70,spe:80},abilities:{0:"Shield Dust",1:"Static",H:"Damp"},weightkg:59,prevo:"Duohm",evoLevel:43,eggGroups:["Dragon","Monster"],gen:4},colossoil:{num:-16,name:"Colossoil",types:["Ground","Dark"],baseStats:{hp:133,atk:122,def:72,spa:71,spd:72,spe:95},abilities:{0:"Rebound",1:"Guts",H:"Unnerve"},weightkg:683.6,prevo:"Dorsoil",evoLevel:39,eggGroups:["Water 2","Field"],gen:4},krilowatt:{num:-17,name:"Krilowatt",types:["Electric","Water"],baseStats:{hp:151,atk:84,def:73,spa:83,spd:74,spe:105},abilities:{0:"Trace",1:"Magic Guard",H:"Minus"},weightkg:10.6,prevo:"Protowatt",evoLevel:15,eggGroups:["Water 1","Fairy"],gen:4},voodoll:{num:-18,name:"Voodoll",types:["Normal","Dark"],baseStats:{hp:55,atk:40,def:55,spa:75,spd:50,spe:70},abilities:{0:"Volt Absorb",1:"Lightning Rod",H:"Cursed Body"},weightkg:25,evos:["Voodoom"],eggGroups:["Human-Like","Field"],gen:4},voodoom:{num:-19,name:"Voodoom",types:["Fighting","Dark"],baseStats:{hp:90,atk:85,def:80,spa:130,spd:80,spe:110},abilities:{0:"Volt Absorb",1:"Lightning Rod",H:"Cursed Body"},weightkg:75.5,prevo:"Voodoll",evoLevel:32,eggGroups:["Human-Like","Field"],gen:4},scratchet:{num:-20,name:"Scratchet",types:["Normal","Fighting"],baseStats:{hp:55,atk:85,def:80,spa:20,spd:70,spe:40},abilities:{0:"Scrappy",1:"Prankster",H:"Vital Spirit"},weightkg:20,evos:["Tomohawk"],eggGroups:["Field","Flying"],gen:5},tomohawk:{num:-21,name:"Tomohawk",types:["Flying","Fighting"],baseStats:{hp:105,atk:60,def:90,spa:115,spd:80,spe:85},abilities:{0:"Intimidate",1:"Prankster",H:"Justified"},weightkg:37.2,prevo:"Scratchet",evoLevel:23,eggGroups:["Field","Flying"],gen:5},necturine:{num:-22,name:"Necturine",types:["Grass","Ghost"],gender:"F",baseStats:{hp:49,atk:55,def:60,spa:50,spd:75,spe:51},abilities:{0:"Anticipation",H:"Telepathy"},weightkg:1.8,evos:["Necturna"],eggGroups:["Grass","Field"],gen:5},necturna:{num:-23,name:"Necturna",types:["Grass","Ghost"],gender:"F",baseStats:{hp:64,atk:120,def:100,spa:85,spd:120,spe:58},abilities:{0:"Forewarn",H:"Telepathy"},weightkg:49.6,prevo:"Necturine",evoLevel:31,eggGroups:["Grass","Field"],gen:5},mollux:{num:-24,name:"Mollux",types:["Fire","Poison"],baseStats:{hp:95,atk:45,def:83,spa:131,spd:105,spe:76},abilities:{0:"Dry Skin",H:"Illuminate"},weightkg:41,eggGroups:["Fairy","Field"],gen:5},cupra:{num:-25,name:"Cupra",types:["Bug","Psychic"],baseStats:{hp:50,atk:60,def:49,spa:67,spd:30,spe:44},abilities:{0:"Shield Dust",1:"Keen Eye",H:"Magic Guard"},weightkg:4.8,evos:["Argalis"],eggGroups:["Bug"],gen:5},argalis:{num:-26,name:"Argalis",types:["Bug","Psychic"],baseStats:{hp:60,atk:90,def:89,spa:87,spd:40,spe:54},abilities:{0:"Shed Skin",1:"Compound Eyes",H:"Overcoat"},weightkg:341.4,prevo:"Cupra",evoLevel:30,evos:["Aurumoth"],eggGroups:["Bug"],gen:5},aurumoth:{num:-27,name:"Aurumoth",types:["Bug","Psychic"],baseStats:{hp:110,atk:120,def:99,spa:117,spd:60,spe:94},abilities:{0:"Weak Armor",1:"No Guard",H:"Light Metal"},weightkg:193,prevo:"Argalis",evoLevel:50,eggGroups:["Bug"],gen:5},brattler:{num:-28,name:"Brattler",types:["Dark","Grass"],baseStats:{hp:80,atk:70,def:40,spa:20,spd:90,spe:30},abilities:{0:"Harvest",1:"Infiltrator",H:"Rattled"},weightkg:11.5,evos:["Malaconda"],eggGroups:["Grass","Dragon"],gen:5},malaconda:{num:-29,name:"Malaconda",types:["Dark","Grass"],baseStats:{hp:115,atk:100,def:60,spa:40,spd:130,spe:55},abilities:{0:"Harvest",1:"Infiltrator",H:"Drought"},weightkg:108.8,prevo:"Brattler",evoLevel:33,eggGroups:["Grass","Dragon"],gen:5},cawdet:{num:-30,name:"Cawdet",types:["Steel","Flying"],baseStats:{hp:35,atk:72,def:85,spa:40,spd:55,spe:88},abilities:{0:"Keen Eye",1:"Volt Absorb",H:"Big Pecks"},weightkg:25,evos:["Cawmodore"],eggGroups:["Flying"],gen:5},cawmodore:{num:-31,name:"Cawmodore",types:["Steel","Flying"],baseStats:{hp:50,atk:92,def:130,spa:65,spd:75,spe:118},abilities:{0:"Intimidate",1:"Volt Absorb",H:"Big Pecks"},weightkg:37,prevo:"Cawdet",evoLevel:33,eggGroups:["Flying"],gen:5},volkritter:{num:-32,name:"Volkritter",types:["Water","Fire"],baseStats:{hp:60,atk:30,def:50,spa:80,spd:60,spe:70},abilities:{0:"Anticipation",1:"Infiltrator",H:"Unnerve"},weightkg:15,evos:["Volkraken"],eggGroups:["Water 1","Water 2"],gen:6},volkraken:{num:-33,name:"Volkraken",types:["Water","Fire"],baseStats:{hp:100,atk:45,def:80,spa:135,spd:100,spe:95},abilities:{0:"Analytic",1:"Infiltrator",H:"Pressure"},weightkg:44.5,prevo:"Volkritter",evoLevel:34,eggGroups:["Water 1","Water 2"],gen:6},snugglow:{num:-34,name:"Snugglow",types:["Electric","Poison"],baseStats:{hp:40,atk:37,def:79,spa:91,spd:68,spe:70},abilities:{0:"Storm Drain",1:"Vital Spirit",H:"Telepathy"},weightkg:6,evos:["Plasmanta"],eggGroups:["Water 1","Water 2"],gen:6},plasmanta:{num:-35,name:"Plasmanta",types:["Electric","Poison"],baseStats:{hp:60,atk:57,def:119,spa:131,spd:98,spe:100},abilities:{0:"Storm Drain",1:"Vital Spirit",H:"Telepathy"},weightkg:460,prevo:"Snugglow",evoLevel:29,eggGroups:["Water 1","Water 2"],gen:6},floatoy:{num:-36,name:"Floatoy",types:["Water"],baseStats:{hp:48,atk:70,def:40,spa:70,spd:30,spe:77},abilities:{0:"Water Veil",1:"Heatproof",H:"Swift Swim"},weightkg:1.9,evos:["Caimanoe"],eggGroups:["Water 1","Field"],gen:6},caimanoe:{num:-37,name:"Caimanoe",types:["Water","Steel"],baseStats:{hp:73,atk:85,def:65,spa:80,spd:40,spe:87},abilities:{0:"Water Veil",1:"Heatproof",H:"Light Metal"},weightkg:72.5,prevo:"Floatoy",evoLevel:21,evos:["Naviathan"],eggGroups:["Water 1","Field"],gen:6},naviathan:{num:-38,name:"Naviathan",types:["Water","Steel"],baseStats:{hp:103,atk:110,def:90,spa:95,spd:65,spe:97},abilities:{0:"Guts",1:"Heatproof",H:"Light Metal"},weightkg:510,prevo:"Caimanoe",evoLevel:40,eggGroups:["Water 1","Field"],gen:6},crucibelle:{num:-39,name:"Crucibelle",types:["Rock","Poison"],genderRatio:{M:.25,F:.75},baseStats:{hp:106,atk:105,def:65,spa:75,spd:85,spe:104},abilities:{0:"Regenerator",1:"Mold Breaker",H:"Liquid Ooze"},weightkg:23.6,eggGroups:["Amorphous","Mineral"],otherFormes:["Crucibelle-Mega"],formeOrder:["Crucibelle","Crucibelle-Mega"],gen:6},crucibellemega:{num:-39,name:"Crucibelle-Mega",baseSpecies:"Crucibelle",forme:"Mega",types:["Rock","Poison"],genderRatio:{M:.25,F:.75},baseStats:{hp:106,atk:135,def:75,spa:91,spd:125,spe:108},abilities:{0:"Magic Guard"},weightkg:22.5,eggGroups:["Amorphous","Mineral"],requiredItem:"Crucibellite",gen:6},pluffle:{num:-40,name:"Pluffle",types:["Fairy"],baseStats:{hp:74,atk:38,def:51,spa:65,spd:78,spe:49},abilities:{0:"Natural Cure",1:"Aroma Veil",H:"Friend Guard"},weightkg:1.8,evos:["Kerfluffle"],eggGroups:["Fairy","Human-Like"],gen:6},kerfluffle:{num:-41,name:"Kerfluffle",types:["Fairy","Fighting"],baseStats:{hp:84,atk:78,def:86,spa:115,spd:88,spe:119},abilities:{0:"Natural Cure",1:"Aroma Veil",H:"Friend Guard"},weightkg:24.2,prevo:"Pluffle",evoType:"levelMove",evoMove:"Play Rough",eggGroups:["Fairy","Human-Like"],gen:6},pajantom:{num:-42,name:"Pajantom",types:["Dragon","Ghost"],baseStats:{hp:84,atk:133,def:71,spa:51,spd:111,spe:101},abilities:{0:"Comatose"},weightkg:3.1,eggGroups:["Dragon","Monster"],gen:7},mumbao:{num:-43,name:"Mumbao",types:["Grass","Fairy"],baseStats:{hp:55,atk:30,def:64,spa:87,spd:73,spe:66},abilities:{0:"Trace",1:"Overcoat",H:"Solar Power"},weightkg:83,evos:["Jumbao"],eggGroups:["Grass"],gen:7},jumbao:{num:-44,name:"Jumbao",types:["Grass","Fairy"],baseStats:{hp:92,atk:63,def:97,spa:124,spd:104,spe:96},abilities:{0:"Trace",1:"Overcoat",H:"Drought"},weightkg:200,prevo:"Mumbao",evoType:"levelFriendship",evoCondition:"during the day",eggGroups:["Grass"],gen:7},fawnifer:{num:-45,name:"Fawnifer",types:["Grass"],genderRatio:{M:.875,F:.125},baseStats:{hp:49,atk:61,def:42,spa:52,spd:40,spe:76},abilities:{0:"Overgrow",H:"Lightning Rod"},weightkg:6.9,evos:["Electrelk"],eggGroups:["Field"],gen:7},electrelk:{num:-46,name:"Electrelk",types:["Grass","Electric"],genderRatio:{M:.875,F:.125},baseStats:{hp:59,atk:81,def:67,spa:57,spd:55,spe:101},abilities:{0:"Overgrow",H:"Galvanize"},weightkg:41.5,prevo:"Fawnifer",evoLevel:17,evos:["Caribolt"],eggGroups:["Field"],gen:7},caribolt:{num:-47,name:"Caribolt",types:["Grass","Electric"],genderRatio:{M:.875,F:.125},baseStats:{hp:84,atk:106,def:82,spa:77,spd:80,spe:106},abilities:{0:"Overgrow",H:"Galvanize"},weightkg:140,prevo:"Electrelk",evoLevel:34,eggGroups:["Field"],gen:7},smogecko:{num:-48,name:"Smogecko",types:["Fire"],genderRatio:{M:.875,F:.125},baseStats:{hp:48,atk:66,def:43,spa:58,spd:48,spe:56},abilities:{0:"Blaze",H:"Technician"},weightkg:8.5,evos:["Smoguana"],eggGroups:["Field","Monster"],gen:7},smoguana:{num:-49,name:"Smoguana",types:["Fire","Ground"],genderRatio:{M:.875,F:.125},baseStats:{hp:68,atk:86,def:53,spa:68,spd:68,spe:76},abilities:{0:"Blaze",H:"Technician"},weightkg:22.2,prevo:"Smogecko",evoLevel:15,evos:["Smokomodo"],eggGroups:["Field","Monster"],gen:7},smokomodo:{num:-50,name:"Smokomodo",types:["Fire","Ground"],genderRatio:{M:.875,F:.125},baseStats:{hp:88,atk:116,def:67,spa:88,spd:78,spe:97},abilities:{0:"Blaze",H:"Technician"},weightkg:205,prevo:"Smoguana",evoLevel:36,eggGroups:["Field","Monster"],gen:7},swirlpool:{num:-51,name:"Swirlpool",types:["Water"],genderRatio:{M:.875,F:.125},baseStats:{hp:61,atk:49,def:70,spa:50,spd:62,spe:28},abilities:{0:"Torrent",H:"Poison Heal"},weightkg:7,evos:["Coribalis"],eggGroups:["Water 1","Fairy"],gen:7},coribalis:{num:-52,name:"Coribalis",types:["Water","Bug"],genderRatio:{M:.875,F:.125},baseStats:{hp:76,atk:69,def:90,spa:65,spd:77,spe:43},abilities:{0:"Torrent",H:"Poison Heal"},weightkg:24.5,prevo:"Swirlpool",evoLevel:17,evos:["Snaelstrom"],eggGroups:["Water 1","Fairy"],gen:7},snaelstrom:{num:-53,name:"Snaelstrom",types:["Water","Bug"],genderRatio:{M:.875,F:.125},baseStats:{hp:91,atk:94,def:110,spa:80,spd:97,spe:63},abilities:{0:"Torrent",H:"Poison Heal"},weightkg:120,prevo:"Coribalis",evoLevel:34,eggGroups:["Water 1","Fairy"],gen:7},justyke:{num:-54,name:"Justyke",types:["Steel","Ground"],gender:"N",baseStats:{hp:72,atk:70,def:56,spa:83,spd:68,spe:30},abilities:{0:"Levitate",1:"Bulletproof",H:"Justified"},weightkg:36.5,evos:["Equilibra"],eggGroups:["Mineral"],gen:7},equilibra:{num:-55,name:"Equilibra",types:["Steel","Ground"],gender:"N",baseStats:{hp:102,atk:50,def:96,spa:133,spd:118,spe:60},abilities:{0:"Levitate",1:"Bulletproof",H:"Justified"},weightkg:51.3,prevo:"Justyke",evoLevel:32,eggGroups:["Mineral"],gen:7},solotl:{num:-56,name:"Solotl",types:["Fire","Dragon"],baseStats:{hp:68,atk:48,def:34,spa:72,spd:24,spe:84},abilities:{0:"Regenerator",1:"Vital Spirit",H:"Magician"},weightkg:11.8,evos:["Astrolotl"],eggGroups:["Dragon","Fairy"],gen:8},astrolotl:{num:-57,name:"Astrolotl",types:["Fire","Dragon"],baseStats:{hp:108,atk:108,def:74,spa:92,spd:64,spe:114},abilities:{0:"Regenerator",1:"Vital Spirit",H:"Magician"},weightkg:50,prevo:"Solotl",evoLevel:35,eggGroups:["Dragon","Fairy"],gen:8},miasmite:{num:-58,name:"Miasmite",types:["Bug","Dragon"],baseStats:{hp:40,atk:85,def:60,spa:52,spd:52,spe:44},abilities:{0:"Neutralizing Gas",1:"Hyper Cutter",H:"Compound Eyes"},weightkg:10.1,evos:["Miasmaw"],eggGroups:["Bug","Dragon"],gen:8},miasmaw:{num:-59,name:"Miasmaw",types:["Bug","Dragon"],baseStats:{hp:85,atk:135,def:60,spa:88,spd:105,spe:99},abilities:{0:"Neutralizing Gas",1:"Hyper Cutter",H:"Compound Eyes"},weightkg:57,prevo:"Miasmite",evoLevel:30,eggGroups:["Bug","Dragon"],gen:8},chromera:{num:-60,name:"Chromera",types:["Dark","Normal"],gender:"N",baseStats:{hp:85,atk:85,def:115,spa:115,spd:100,spe:100},abilities:{0:"Color Change"},weightkg:215,eggGroups:["Undiscovered"],gen:8},nohface:{num:-61,name:"Nohface",types:["Ghost"],baseStats:{hp:50,atk:73,def:50,spa:30,spd:50,spe:80},abilities:{0:"Frisk",1:"Limber",H:"Unnerve"},weightkg:5.9,evos:["Kitsunoh"],eggGroups:["Field"],gen:4},monohm:{num:-62,name:"Monohm",types:["Electric"],baseStats:{hp:53,atk:40,def:58,spa:67,spd:55,spe:55},abilities:{0:"Shield Dust",1:"Static",H:"Damp"},weightkg:4.1,evos:["Duohm"],eggGroups:["Dragon","Monster"],gen:4},duohm:{num:-63,name:"Duohm",types:["Electric","Dragon"],baseStats:{hp:88,atk:40,def:103,spa:77,spd:60,spe:60},abilities:{0:"Shield Dust",1:"Static",H:"Damp"},weightkg:19.2,prevo:"Monohm",evoLevel:32,evos:["Cyclohm"],eggGroups:["Dragon","Monster"],gen:4},dorsoil:{num:-64,name:"Dorsoil",types:["Ground"],baseStats:{hp:103,atk:72,def:52,spa:61,spd:52,spe:65},abilities:{0:"Oblivious",1:"Guts",H:"Unnerve"},weightkg:145,evos:["Colossoil"],eggGroups:["Water 2","Field"],gen:4},protowatt:{num:-65,name:"Protowatt",types:["Electric","Water"],baseStats:{hp:51,atk:44,def:33,spa:43,spd:34,spe:65},abilities:{0:"Trace",1:"Magic Guard",H:"Minus"},weightkg:.1,evos:["Krilowatt"],eggGroups:["Water 1","Fairy"],gen:4},venomicon:{num:-66,name:"Venomicon",baseForme:"Prologue",types:["Poison","Flying"],gender:"N",baseStats:{hp:85,atk:50,def:113,spa:118,spd:90,spe:64},abilities:{0:"Stamina",H:"Power of Alchemy"},weightkg:11.5,eggGroups:["Amorphous"],otherFormes:["Venomicon-Epilogue"],formeOrder:["Venomicon","Venomicon-Epilogue"],gen:8},venomiconepilogue:{num:-66,name:"Venomicon-Epilogue",baseSpecies:"Venomicon",forme:"Epilogue",types:["Poison","Flying"],gender:"N",baseStats:{hp:85,atk:102,def:85,spa:62,spd:85,spe:101},abilities:{0:"Tinted Lens"},weightkg:12.4,eggGroups:["Amorphous"],requiredItem:"Vile Vial",changesFrom:"Venomicon",gen:8},saharaja:{num:-68,name:"Saharaja",types:["Ground"],baseStats:{hp:70,atk:112,def:105,spa:65,spd:123,spe:78},abilities:{0:"Water Absorb",1:"Serene Grace"},weightkg:303.9,eggGroups:["Undiscovered"],gen:8},pokestarsmeargle:{num:-5e3,name:"Pokestar Smeargle",types:["Normal"],baseStats:{hp:55,atk:20,def:35,spa:20,spd:45,spe:75},abilities:{0:"Own Tempo",1:"Technician",H:"Moody"},weightkg:61,eggGroups:["Field"],gen:5},pokestarufo:{num:-5001,name:"Pokestar UFO",types:["Flying","Electric"],gender:"N",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Levitate"},weightkg:61,eggGroups:["Undiscovered"],otherFormes:["Pokestar UFO-2","Pokestar UFO-PropU2"],cosmeticFormes:["Pokestar UFO-PropU1"],gen:5},pokestarufo2:{num:-5001,name:"Pokestar UFO-2",baseSpecies:"Pokestar UFO",forme:"2",types:["Psychic","Electric"],gender:"N",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Levitate"},weightkg:61,eggGroups:["Undiscovered"],gen:5},pokestarbrycenman:{num:-5002,name:"Pokestar Brycen-Man",types:["Dark","Psychic"],gender:"M",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Levitate"},weightkg:61,eggGroups:["Undiscovered"],cosmeticFormes:["Pokestar Brycen-Man-Prop"],gen:5},pokestarmt:{num:-5003,name:"Pokestar MT",types:["Steel"],gender:"N",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Analytic"},weightkg:61,eggGroups:["Undiscovered"],cosmeticFormes:["Pokestar MT-Prop"],gen:5},pokestarmt2:{num:-5004,name:"Pokestar MT2",types:["Steel","Electric"],gender:"N",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Flash Fire"},weightkg:61,eggGroups:["Undiscovered"],cosmeticFormes:["Pokestar MT2-Prop"],gen:5},pokestartransport:{num:-5005,name:"Pokestar Transport",types:["Steel"],gender:"N",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Motor Drive"},weightkg:61,eggGroups:["Undiscovered"],cosmeticFormes:["Pokestar Transport-Prop"],gen:5},pokestargiant:{num:-5006,name:"Pokestar Giant",types:["Normal"],gender:"F",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Huge Power"},weightkg:61,eggGroups:["Undiscovered"],cosmeticFormes:["Pokestar Giant-2","Pokestar Giant-PropO1","Pokestar Giant-PropO2"],gen:5},pokestarhumanoid:{num:-5007,name:"Pokestar Humanoid",types:["Normal"],baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Insomnia"},weightkg:61,eggGroups:["Undiscovered"],cosmeticFormes:["Pokestar Humanoid-Prop"],gen:5},pokestarmonster:{num:-5008,name:"Pokestar Monster",types:["Dark"],baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Pressure"},weightkg:61,eggGroups:["Undiscovered"],cosmeticFormes:["Pokestar Monster-Prop"],gen:5},pokestarf00:{num:-5009,name:"Pokestar F-00",types:["Steel","Normal"],baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Volt Absorb"},weightkg:61,eggGroups:["Undiscovered"],cosmeticFormes:["Pokestar F-00-Prop"],gen:5},pokestarf002:{num:-5010,name:"Pokestar F-002",types:["Steel","Normal"],baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Reckless"},weightkg:61,eggGroups:["Undiscovered"],cosmeticFormes:["Pokestar F-002-Prop"],gen:5},pokestarspirit:{num:-5011,name:"Pokestar Spirit",types:["Dark","Ghost"],baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Wonder Guard"},weightkg:61,eggGroups:["Undiscovered"],cosmeticFormes:["Pokestar Spirit-Prop"],gen:5},pokestarblackdoor:{num:-5012,name:"Pokestar Black Door",types:["Grass"],gender:"F",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Early Bird"},weightkg:61,eggGroups:["Undiscovered"],cosmeticFormes:["Pokestar Black Door-Prop"],gen:5},pokestarwhitedoor:{num:-5013,name:"Pokestar White Door",types:["Fire"],gender:"M",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Blaze"},weightkg:61,eggGroups:["Undiscovered"],cosmeticFormes:["Pokestar White Door-Prop"],gen:5},pokestarblackbelt:{num:-5014,name:"Pokestar Black Belt",types:["Fighting"],gender:"M",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Huge Power"},weightkg:61,eggGroups:["Undiscovered"],cosmeticFormes:["Pokestar Black Belt-Prop"],gen:5},pokestarufopropu2:{num:-5001,name:"Pokestar UFO-PropU2",baseSpecies:"Pokestar UFO",forme:"PropU2",types:["Psychic","Electric"],gender:"N",baseStats:{hp:100,atk:100,def:100,spa:100,spd:100,spe:100},abilities:{0:"Levitate"},weightkg:61,eggGroups:["Undiscovered"],gen:5}}},Natures:{8:{adamant:{name:"Adamant",plus:"atk",minus:"spa"},bashful:{name:"Bashful"},bold:{name:"Bold",plus:"def",minus:"atk"},brave:{name:"Brave",plus:"atk",minus:"spe"},calm:{name:"Calm",plus:"spd",minus:"atk"},careful:{name:"Careful",plus:"spd",minus:"spa"},docile:{name:"Docile"},gentle:{name:"Gentle",plus:"spd",minus:"def"},hardy:{name:"Hardy"},hasty:{name:"Hasty",plus:"spe",minus:"def"},impish:{name:"Impish",plus:"def",minus:"spa"},jolly:{name:"Jolly",plus:"spe",minus:"spa"},lax:{name:"Lax",plus:"def",minus:"spd"},lonely:{name:"Lonely",plus:"atk",minus:"def"},mild:{name:"Mild",plus:"spa",minus:"def"},modest:{name:"Modest",plus:"spa",minus:"atk"},naive:{name:"Naive",plus:"spe",minus:"spd"},naughty:{name:"Naughty",plus:"atk",minus:"spd"},quiet:{name:"Quiet",plus:"spa",minus:"spe"},quirky:{name:"Quirky"},rash:{name:"Rash",plus:"spa",minus:"spd"},relaxed:{name:"Relaxed",plus:"def",minus:"spe"},sassy:{name:"Sassy",plus:"spd",minus:"spe"},serious:{name:"Serious"},timid:{name:"Timid",plus:"spe",minus:"atk"}}},Learnsets:null,Types:{1:{bug:{damageTaken:{Bug:0,Dragon:0,Electric:0,Fighting:2,Fire:1,Flying:1,Ghost:0,Grass:2,Ground:2,Ice:0,Normal:0,Poison:1,Psychic:0,Rock:1,Water:0}},fire:{damageTaken:{Bug:2,Dragon:0,Electric:0,Fighting:0,Fire:2,Flying:0,Ghost:0,Grass:2,Ground:1,Ice:0,Normal:0,Poison:0,Psychic:0,Rock:1,Water:1}},ghost:{damageTaken:{Bug:2,Dragon:0,Electric:0,Fighting:3,Fire:0,Flying:0,Ghost:1,Grass:0,Ground:0,Ice:0,Normal:3,Poison:2,Psychic:0,Rock:0,Water:0}},ice:{damageTaken:{Bug:0,Dark:0,Dragon:0,Electric:0,Fairy:0,Fighting:1,Fire:1,Flying:0,Ghost:0,Grass:0,Ground:0,Ice:2,Normal:0,Poison:0,Psychic:0,Rock:1,Steel:1,Water:0}},poison:{damageTaken:{Bug:1,Dragon:0,Electric:0,Fighting:2,Fire:0,Flying:0,Ghost:0,Grass:2,Ground:1,Ice:0,Normal:0,Poison:2,Psychic:1,Rock:0,Water:0}},psychic:{damageTaken:{Bug:1,Dragon:0,Electric:0,Fighting:2,Fire:0,Flying:0,Ghost:3,Grass:0,Ground:0,Ice:0,Normal:0,Poison:0,Psychic:2,Rock:0,Water:0}},dark:{inherit:!0,isNonstandard:"Future"},steel:{inherit:!0,isNonstandard:"Future"}},2:{fire:{inherit:!0,damageTaken:{Bug:2,Dark:0,Dragon:0,Electric:0,Fighting:0,Fire:2,Flying:0,Ghost:0,Grass:2,Ground:1,Ice:2,Normal:0,Poison:0,Psychic:0,Rock:1,Steel:2,Water:1}},ice:{inherit:!0,damageTaken:{Bug:0,Dark:0,Dragon:0,Electric:0,Fighting:1,Fire:1,Flying:0,Ghost:0,Grass:0,Ground:0,Ice:2,Normal:0,Poison:0,Psychic:0,Rock:1,Steel:1,Water:0}},steel:{inherit:!0,damageTaken:{Bug:2,Dark:2,Dragon:2,Electric:0,Fairy:2,Fighting:1,Fire:1,Flying:2,Ghost:2,Grass:2,Ground:1,Ice:2,Normal:2,Poison:3,Psychic:2,Rock:2,Steel:2,Water:0}}},5:{electric:{inherit:!0,damageTaken:{Bug:0,Dark:0,Dragon:0,Electric:2,Fighting:0,Fire:0,Flying:2,Ghost:0,Grass:0,Ground:1,Ice:0,Normal:0,Poison:0,Psychic:0,Rock:0,Steel:2,Water:0}},ghost:{inherit:!0,damageTaken:{Bug:2,Dark:1,Dragon:0,Electric:0,Fighting:3,Fire:0,Flying:0,Ghost:1,Grass:0,Ground:0,Ice:0,Normal:3,Poison:2,Psychic:0,Rock:0,Steel:0,Water:0}},grass:{inherit:!0,damageTaken:{Bug:1,Dark:0,Dragon:0,Electric:2,Fighting:0,Fire:1,Flying:1,Ghost:0,Grass:2,Ground:2,Ice:1,Normal:0,Poison:1,Psychic:0,Rock:0,Steel:0,Water:2}},steel:{inherit:!0,damageTaken:{Bug:2,Dark:2,Dragon:2,Electric:0,Fighting:1,Fire:1,Flying:2,Ghost:2,Grass:2,Ground:1,Ice:2,Normal:2,Poison:3,Psychic:2,Rock:2,Steel:2,Water:0}},fairy:{inherit:!0,isNonstandard:"Future"}},6:{dark:{inherit:!0,damageTaken:{Bug:1,Dark:2,Dragon:0,Electric:0,Fairy:1,Fighting:1,Fire:0,Flying:0,Ghost:2,Grass:0,Ground:0,Ice:0,Normal:0,Poison:0,Psychic:3,Rock:0,Steel:0,Water:0}}},8:{bug:{damageTaken:{Bug:0,Dark:0,Dragon:0,Electric:0,Fairy:0,Fighting:2,Fire:1,Flying:1,Ghost:0,Grass:2,Ground:2,Ice:0,Normal:0,Poison:0,Psychic:0,Rock:1,Steel:0,Water:0},HPivs:{atk:30,def:30,spd:30},HPdvs:{atk:13,def:13}},dark:{damageTaken:{Bug:1,Dark:2,Dragon:0,Electric:0,Fairy:1,Fighting:1,Fire:0,Flying:0,Ghost:2,Grass:0,Ground:0,Ice:0,Normal:0,Poison:0,Psychic:3,Rock:0,Steel:0,Water:0},HPivs:{}},dragon:{damageTaken:{Bug:0,Dark:0,Dragon:1,Electric:2,Fairy:1,Fighting:0,Fire:2,Flying:0,Ghost:0,Grass:2,Ground:0,Ice:1,Normal:0,Poison:0,Psychic:0,Rock:0,Steel:0,Water:2},HPivs:{atk:30},HPdvs:{def:14}},electric:{damageTaken:{Bug:0,Dark:0,Dragon:0,Electric:2,Fairy:0,Fighting:0,Fire:0,Flying:2,Ghost:0,Grass:0,Ground:1,Ice:0,Normal:0,Poison:0,Psychic:0,Rock:0,Steel:2,Water:0},HPivs:{spa:30},HPdvs:{atk:14}},fairy:{damageTaken:{Bug:2,Dark:2,Dragon:3,Electric:0,Fairy:0,Fighting:2,Fire:0,Flying:0,Ghost:0,Grass:0,Ground:0,Ice:0,Normal:0,Poison:1,Psychic:0,Rock:0,Steel:1,Water:0}},fighting:{damageTaken:{Bug:2,Dark:2,Dragon:0,Electric:0,Fairy:1,Fighting:0,Fire:0,Flying:1,Ghost:0,Grass:0,Ground:0,Ice:0,Normal:0,Poison:0,Psychic:1,Rock:2,Steel:0,Water:0},HPivs:{def:30,spa:30,spd:30,spe:30},HPdvs:{atk:12,def:12}},fire:{damageTaken:{Bug:2,Dark:0,Dragon:0,Electric:0,Fairy:2,Fighting:0,Fire:2,Flying:0,Ghost:0,Grass:2,Ground:1,Ice:2,Normal:0,Poison:0,Psychic:0,Rock:1,Steel:2,Water:1},HPivs:{atk:30,spa:30,spe:30},HPdvs:{atk:14,def:12}},flying:{damageTaken:{Bug:2,Dark:0,Dragon:0,Electric:1,Fairy:0,Fighting:2,Fire:0,Flying:0,Ghost:0,Grass:2,Ground:3,Ice:1,Normal:0,Poison:0,Psychic:0,Rock:1,Steel:0,Water:0},HPivs:{hp:30,atk:30,def:30,spa:30,spd:30},HPdvs:{atk:12,def:13}},ghost:{damageTaken:{Bug:2,Dark:1,Dragon:0,Electric:0,Fairy:0,Fighting:3,Fire:0,Flying:0,Ghost:1,Grass:0,Ground:0,Ice:0,Normal:3,Poison:2,Psychic:0,Rock:0,Steel:0,Water:0},HPivs:{def:30,spd:30},HPdvs:{atk:13,def:14}},grass:{damageTaken:{Bug:1,Dark:0,Dragon:0,Electric:2,Fairy:0,Fighting:0,Fire:1,Flying:1,Ghost:0,Grass:2,Ground:2,Ice:1,Normal:0,Poison:1,Psychic:0,Rock:0,Steel:0,Water:2},HPivs:{atk:30,spa:30},HPdvs:{atk:14,def:14}},ground:{damageTaken:{Bug:0,Dark:0,Dragon:0,Electric:3,Fairy:0,Fighting:0,Fire:0,Flying:0,Ghost:0,Grass:1,Ground:0,Ice:1,Normal:0,Poison:2,Psychic:0,Rock:2,Steel:0,Water:1},HPivs:{spa:30,spd:30},HPdvs:{atk:12}},ice:{damageTaken:{Bug:0,Dark:0,Dragon:0,Electric:0,Fairy:0,Fighting:1,Fire:1,Flying:0,Ghost:0,Grass:0,Ground:0,Ice:2,Normal:0,Poison:0,Psychic:0,Rock:1,Steel:1,Water:0},HPivs:{atk:30,def:30},HPdvs:{def:13}},normal:{damageTaken:{Bug:0,Dark:0,Dragon:0,Electric:0,Fairy:0,Fighting:1,Fire:0,Flying:0,Ghost:3,Grass:0,Ground:0,Ice:0,Normal:0,Poison:0,Psychic:0,Rock:0,Steel:0,Water:0}},poison:{damageTaken:{Bug:2,Dark:0,Dragon:0,Electric:0,Fairy:2,Fighting:2,Fire:0,Flying:0,Ghost:0,Grass:2,Ground:1,Ice:0,Normal:0,Poison:2,Psychic:1,Rock:0,Steel:0,Water:0},HPivs:{def:30,spa:30,spd:30},HPdvs:{atk:12,def:14}},psychic:{damageTaken:{Bug:1,Dark:1,Dragon:0,Electric:0,Fairy:0,Fighting:2,Fire:0,Flying:0,Ghost:1,Grass:0,Ground:0,Ice:0,Normal:0,Poison:0,Psychic:2,Rock:0,Steel:0,Water:0},HPivs:{atk:30,spe:30},HPdvs:{def:12}},rock:{damageTaken:{Bug:0,Dark:0,Dragon:0,Electric:0,Fairy:0,Fighting:1,Fire:2,Flying:2,Ghost:0,Grass:1,Ground:1,Ice:0,Normal:2,Poison:2,Psychic:0,Rock:0,Steel:1,Water:1},HPivs:{def:30,spd:30,spe:30},HPdvs:{atk:13,def:12}},steel:{damageTaken:{Bug:2,Dark:0,Dragon:2,Electric:0,Fairy:2,Fighting:1,Fire:1,Flying:2,Ghost:0,Grass:2,Ground:1,Ice:2,Normal:2,Poison:3,Psychic:2,Rock:2,Steel:2,Water:0},HPivs:{spd:30},HPdvs:{atk:13}},water:{damageTaken:{Bug:0,Dark:0,Dragon:0,Electric:1,Fairy:0,Fighting:0,Fire:2,Flying:0,Ghost:0,Grass:1,Ground:0,Ice:2,Normal:0,Poison:0,Psychic:0,Rock:0,Steel:2,Water:2},HPivs:{atk:30,def:30,spa:30},HPdvs:{atk:14,def:13}}}},FormatsData:{1:{bulbasaur:{tier:"LC"},ivysaur:{tier:"NFE"},venusaur:{tier:"UU"},charmander:{tier:"LC"},charmeleon:{tier:"NFE"},charizard:{tier:"NU"},squirtle:{tier:"LC"},wartortle:{tier:"NFE"},blastoise:{tier:"NU"},caterpie:{tier:"LC"},metapod:{tier:"NFE"},butterfree:{tier:"PU"},weedle:{tier:"LC"},kakuna:{tier:"NFE"},beedrill:{tier:"PU"},pidgey:{tier:"LC"},pidgeotto:{tier:"NFE"},pidgeot:{tier:"PU"},rattata:{tier:"LC"},raticate:{tier:"NU"},spearow:{tier:"LC"},fearow:{tier:"PU"},ekans:{tier:"LC"},arbok:{tier:"PU"},pikachu:{tier:"LC"},raichu:{tier:"NUBL"},sandshrew:{tier:"LC"},sandslash:{tier:"PU"},nidoranf:{tier:"LC"},nidorina:{tier:"NFE"},nidoqueen:{tier:"PU"},nidoranm:{tier:"LC"},nidorino:{tier:"NFE"},nidoking:{tier:"NU"},clefairy:{tier:"LC"},clefable:{tier:"NU"},vulpix:{tier:"LC"},ninetales:{tier:"NU"},jigglypuff:{tier:"LC"},wigglytuff:{tier:"NU"},zubat:{tier:"LC"},golbat:{tier:"PU"},oddish:{tier:"LC"},gloom:{tier:"NFE"},vileplume:{tier:"PU"},paras:{tier:"LC"},parasect:{tier:"PU"},venonat:{tier:"LC"},venomoth:{tier:"NU"},diglett:{tier:"LC"},dugtrio:{tier:"UU"},meowth:{tier:"LC"},persian:{tier:"UU"},psyduck:{tier:"LC"},golduck:{tier:"NUBL"},mankey:{tier:"LC"},primeape:{tier:"PU"},growlithe:{tier:"LC"},arcanine:{tier:"PU"},poliwag:{tier:"LC"},poliwhirl:{tier:"NU"},poliwrath:{tier:"NUBL"},abra:{tier:"LC"},kadabra:{tier:"UU"},alakazam:{tier:"OU"},machop:{tier:"LC"},machoke:{tier:"NFE"},machamp:{tier:"PU"},bellsprout:{tier:"LC"},weepinbell:{tier:"NFE"},victreebel:{tier:"UU"},tentacool:{tier:"LC"},tentacruel:{tier:"UU"},geodude:{tier:"LC"},graveler:{tier:"NFE"},golem:{tier:"NU"},ponyta:{tier:"LC"},rapidash:{tier:"PU"},slowpoke:{tier:"LC"},slowbro:{tier:"OU"},magnemite:{tier:"LC"},magneton:{tier:"PU"},farfetchd:{tier:"PU"},doduo:{tier:"LC"},dodrio:{tier:"UU"},seel:{tier:"LC"},dewgong:{tier:"UU"},grimer:{tier:"LC"},muk:{tier:"PU"},shellder:{tier:"LC"},cloyster:{tier:"OU"},gastly:{tier:"LC"},haunter:{tier:"UU"},gengar:{tier:"OU"},onix:{tier:"PU"},drowzee:{tier:"LC"},hypno:{tier:"UU"},krabby:{tier:"LC"},kingler:{tier:"NU"},voltorb:{tier:"LC"},electrode:{tier:"PU"},exeggcute:{tier:"NU"},exeggutor:{tier:"OU"},cubone:{tier:"LC"},marowak:{tier:"PU"},hitmonlee:{tier:"PU"},hitmonchan:{tier:"PU"},lickitung:{tier:"PU"},koffing:{tier:"LC"},weezing:{tier:"PU"},rhyhorn:{tier:"LC"},rhydon:{tier:"OU"},chansey:{tier:"OU"},tangela:{tier:"UU"},kangaskhan:{tier:"UU"},horsea:{tier:"LC"},seadra:{tier:"NU"},goldeen:{tier:"LC"},seaking:{tier:"PU"},staryu:{tier:"LC"},starmie:{tier:"OU"},mrmime:{tier:"NU"},scyther:{tier:"PU"},jynx:{tier:"OU"},electabuzz:{tier:"UU"},magmar:{tier:"PU"},pinsir:{tier:"PU"},tauros:{tier:"OU"},magikarp:{tier:"LC"},gyarados:{tier:"UU"},lapras:{tier:"UUBL"},ditto:{tier:"PU"},eevee:{tier:"LC"},vaporeon:{tier:"UU"},jolteon:{tier:"OU"},flareon:{tier:"PU"},porygon:{tier:"NU"},omanyte:{tier:"LC"},omastar:{tier:"UU"},kabuto:{tier:"LC"},kabutops:{tier:"NU"},aerodactyl:{tier:"UU"},snorlax:{tier:"OU"},articuno:{tier:"UU"},zapdos:{tier:"OU"},moltres:{tier:"NU"},dratini:{tier:"LC"},dragonair:{tier:"NFE"},dragonite:{tier:"UU"},mewtwo:{tier:"Uber"},mew:{tier:"Uber"},missingno:{isNonstandard:"Unobtainable",tier:"Illegal"}},2:{bulbasaur:{tier:"LC"},ivysaur:{tier:"NFE"},venusaur:{tier:"UUBL"},charmander:{tier:"LC"},charmeleon:{tier:"NFE"},charizard:{tier:"UUBL"},squirtle:{tier:"LC"},wartortle:{tier:"NFE"},blastoise:{tier:"UU"},caterpie:{tier:"LC"},metapod:{tier:"NFE"},butterfree:{tier:"NU"},weedle:{tier:"LC"},kakuna:{tier:"NFE"},beedrill:{tier:"NU"},pidgey:{tier:"LC"},pidgeotto:{tier:"NFE"},pidgeot:{tier:"NU"},rattata:{tier:"LC"},raticate:{tier:"NU"},spearow:{tier:"LC"},fearow:{tier:"NU"},ekans:{tier:"LC"},arbok:{tier:"NU"},pichu:{tier:"LC"},pikachu:{tier:"UU"},raichu:{tier:"NUBL"},sandshrew:{tier:"LC"},sandslash:{tier:"UU"},nidoranf:{tier:"LC"},nidorina:{tier:"NFE"},nidoqueen:{tier:"UU"},nidoranm:{tier:"LC"},nidorino:{tier:"NFE"},nidoking:{tier:"OU"},cleffa:{tier:"LC"},clefairy:{tier:"NFE"},clefable:{tier:"UUBL"},vulpix:{tier:"LC"},ninetales:{tier:"NU"},igglybuff:{tier:"LC"},jigglypuff:{tier:"NFE"},wigglytuff:{tier:"NU"},zubat:{tier:"LC"},golbat:{tier:"NFE"},crobat:{tier:"UU"},oddish:{tier:"LC"},gloom:{tier:"NU"},vileplume:{tier:"UU"},bellossom:{tier:"UU"},paras:{tier:"LC"},parasect:{tier:"NU"},venonat:{tier:"LC"},venomoth:{tier:"NU"},diglett:{tier:"LC"},dugtrio:{tier:"NU"},meowth:{tier:"LC"},persian:{tier:"NU"},psyduck:{tier:"LC"},golduck:{tier:"NUBL"},mankey:{tier:"LC"},primeape:{tier:"NU"},growlithe:{tier:"LC"},arcanine:{tier:"UU"},poliwag:{tier:"LC"},poliwhirl:{tier:"NU"},poliwrath:{tier:"NUBL"},politoed:{tier:"UU"},abra:{tier:"LC"},kadabra:{tier:"UU"},alakazam:{tier:"UUBL"},machop:{tier:"LC"},machoke:{tier:"NU"},machamp:{tier:"OU"},bellsprout:{tier:"LC"},weepinbell:{tier:"NFE"},victreebel:{tier:"UU"},tentacool:{tier:"NU"},tentacruel:{tier:"UUBL"},geodude:{tier:"LC"},graveler:{tier:"NU"},golem:{tier:"OU"},ponyta:{tier:"LC"},rapidash:{tier:"NU"},slowpoke:{tier:"NU"},slowbro:{tier:"UU"},slowking:{tier:"UU"},magnemite:{tier:"NU"},magneton:{tier:"UU"},farfetchd:{tier:"NU"},doduo:{tier:"LC"},dodrio:{tier:"UU"},seel:{tier:"LC"},dewgong:{tier:"NU"},grimer:{tier:"LC"},muk:{tier:"UUBL"},shellder:{tier:"LC"},cloyster:{tier:"OU"},gastly:{tier:"NU"},haunter:{tier:"UU"},gengar:{tier:"OU"},onix:{tier:"LC"},steelix:{tier:"OU"},drowzee:{tier:"LC"},hypno:{tier:"UU"},krabby:{tier:"LC"},kingler:{tier:"NU"},voltorb:{tier:"NU"},electrode:{tier:"UU"},exeggcute:{tier:"NU"},exeggutor:{tier:"OU"},cubone:{tier:"NU"},marowak:{tier:"OU"},tyrogue:{tier:"LC"},hitmonlee:{tier:"NU"},hitmonchan:{tier:"NU"},hitmontop:{tier:"NU"},lickitung:{tier:"NU"},koffing:{tier:"LC"},weezing:{tier:"NU"},rhyhorn:{tier:"LC"},rhydon:{tier:"OU"},chansey:{tier:"UU"},blissey:{tier:"OU"},tangela:{tier:"NU"},kangaskhan:{tier:"UUBL"},horsea:{tier:"LC"},seadra:{tier:"NU"},kingdra:{tier:"UUBL"},goldeen:{tier:"LC"},seaking:{tier:"NU"},staryu:{tier:"LC"},starmie:{tier:"OU"},mrmime:{tier:"UU"},scyther:{tier:"UU"},scizor:{tier:"UUBL"},smoochum:{tier:"LC"},jynx:{tier:"OU"},elekid:{tier:"NU"},electabuzz:{tier:"UU"},magby:{tier:"LC"},magmar:{tier:"NU"},pinsir:{tier:"UU"},tauros:{tier:"UUBL"},magikarp:{tier:"LC"},gyarados:{tier:"UU"},lapras:{tier:"UUBL"},ditto:{tier:"NU"},eevee:{tier:"LC"},vaporeon:{tier:"OU"},jolteon:{tier:"UUBL"},flareon:{tier:"NU"},espeon:{tier:"UUBL"},umbreon:{tier:"OU"},porygon:{tier:"NU"},porygon2:{tier:"UUBL"},omanyte:{tier:"LC"},omastar:{tier:"UU"},kabuto:{tier:"LC"},kabutops:{tier:"UU"},aerodactyl:{tier:"UUBL"},snorlax:{tier:"OU"},articuno:{tier:"UUBL"},zapdos:{tier:"OU"},moltres:{tier:"UUBL"},dratini:{tier:"LC"},dragonair:{tier:"NU"},dragonite:{tier:"UUBL"},mewtwo:{tier:"Uber"},mew:{tier:"Uber"},chikorita:{tier:"LC"},bayleef:{tier:"NU"},meganium:{tier:"UUBL"},cyndaquil:{tier:"LC"},quilava:{tier:"NFE"},typhlosion:{tier:"UUBL"},totodile:{tier:"LC"},croconaw:{tier:"NFE"},feraligatr:{tier:"NUBL"},sentret:{tier:"LC"},furret:{tier:"NU"},hoothoot:{tier:"LC"},noctowl:{tier:"NU"},ledyba:{tier:"LC"},ledian:{tier:"NU"},spinarak:{tier:"LC"},ariados:{tier:"NU"},chinchou:{tier:"NU"},lanturn:{tier:"UU"},togepi:{tier:"LC"},togetic:{tier:"NU"},natu:{tier:"LC"},xatu:{tier:"NU"},mareep:{tier:"LC"},flaaffy:{tier:"NU"},ampharos:{tier:"UU"},marill:{tier:"LC"},azumarill:{tier:"NU"},sudowoodo:{tier:"NU"},hoppip:{tier:"LC"},skiploom:{tier:"NFE"},jumpluff:{tier:"UU"},aipom:{tier:"NU"},sunkern:{tier:"LC"},sunflora:{tier:"NU"},yanma:{tier:"NU"},wooper:{tier:"LC"},quagsire:{tier:"UU"},murkrow:{tier:"NU"},misdreavus:{tier:"OU"},unown:{tier:"NU"},wobbuffet:{tier:"NU"},girafarig:{tier:"UU"},pineco:{tier:"NU"},forretress:{tier:"OU"},dunsparce:{tier:"NU"},gligar:{tier:"UU"},snubbull:{tier:"LC"},granbull:{tier:"UU"},qwilfish:{tier:"UU"},shuckle:{tier:"NU"},heracross:{tier:"OU"},sneasel:{tier:"NU"},teddiursa:{tier:"LC"},ursaring:{tier:"UUBL"},slugma:{tier:"LC"},magcargo:{tier:"NU"},swinub:{tier:"LC"},piloswine:{tier:"UU"},corsola:{tier:"NU"},remoraid:{tier:"LC"},octillery:{tier:"NU"},delibird:{tier:"NU"},mantine:{tier:"NU"},skarmory:{tier:"OU"},houndour:{tier:"NU"},houndoom:{tier:"UUBL"},phanpy:{tier:"LC"},donphan:{tier:"UUBL"},stantler:{tier:"NU"},smeargle:{tier:"UUBL"},miltank:{tier:"OU"},raikou:{tier:"OU"},entei:{tier:"UUBL"},suicune:{tier:"OU"},larvitar:{tier:"LC"},pupitar:{tier:"NU"},tyranitar:{tier:"OU"},lugia:{tier:"Uber"},hooh:{tier:"Uber"},celebi:{tier:"Uber"}},3:{bulbasaur:{tier:"LC"},ivysaur:{tier:"NFE"},venusaur:{tier:"UUBL"},charmander:{tier:"LC"},charmeleon:{tier:"NFE"},charizard:{tier:"OU"},squirtle:{tier:"LC"},wartortle:{tier:"NFE"},blastoise:{tier:"UU"},caterpie:{tier:"LC"},metapod:{tier:"NFE"},butterfree:{tier:"NU"},weedle:{tier:"LC"},kakuna:{tier:"NFE"},beedrill:{tier:"NU"},pidgey:{tier:"LC"},pidgeotto:{tier:"NFE"},pidgeot:{tier:"NU"},rattata:{tier:"LC"},raticate:{tier:"NU"},spearow:{tier:"LC"},fearow:{tier:"UU"},ekans:{tier:"LC"},arbok:{tier:"NU"},pichu:{tier:"LC"},pikachu:{tier:"NU"},raichu:{tier:"UU"},sandshrew:{tier:"LC"},sandslash:{tier:"UU"},nidoranf:{tier:"LC"},nidorina:{tier:"NFE"},nidoqueen:{tier:"UU"},nidoranm:{tier:"LC"},nidorino:{tier:"NFE"},nidoking:{tier:"UU"},cleffa:{tier:"LC"},clefairy:{tier:"NFE"},clefable:{tier:"UU"},vulpix:{tier:"LC"},ninetales:{tier:"UU"},igglybuff:{tier:"LC"},jigglypuff:{tier:"NFE"},wigglytuff:{tier:"NU"},zubat:{tier:"LC"},golbat:{tier:"NU"},crobat:{tier:"UUBL"},oddish:{tier:"LC"},gloom:{tier:"NFE"},vileplume:{tier:"UU"},bellossom:{tier:"NU"},paras:{tier:"LC"},parasect:{tier:"NU"},venonat:{tier:"LC"},venomoth:{tier:"NU"},diglett:{tier:"NU"},dugtrio:{tier:"OU"},meowth:{tier:"LC"},persian:{tier:"UU"},psyduck:{tier:"LC"},golduck:{tier:"UU"},mankey:{tier:"LC"},primeape:{tier:"UU"},growlithe:{tier:"LC"},arcanine:{tier:"UU"},poliwag:{tier:"LC"},poliwhirl:{tier:"NFE"},poliwrath:{tier:"UU"},politoed:{tier:"UU"},abra:{tier:"NU"},kadabra:{tier:"UUBL"},alakazam:{tier:"UUBL"},machop:{tier:"LC"},machoke:{tier:"NFE"},machamp:{tier:"UUBL"},bellsprout:{tier:"LC"},weepinbell:{tier:"NFE"},victreebel:{tier:"UU"},tentacool:{tier:"LC"},tentacruel:{tier:"UU"},geodude:{tier:"LC"},graveler:{tier:"NU"},golem:{tier:"UU"},ponyta:{tier:"LC"},rapidash:{tier:"UU"},slowpoke:{tier:"LC"},slowbro:{tier:"UUBL"},slowking:{tier:"UU"},magnemite:{tier:"LC"},magneton:{tier:"OU"},farfetchd:{tier:"NU"},doduo:{tier:"LC"},dodrio:{tier:"UUBL"},seel:{tier:"LC"},dewgong:{tier:"NU"},grimer:{tier:"LC"},muk:{tier:"UU"},shellder:{tier:"LC"},cloyster:{tier:"OU"},gastly:{tier:"LC"},haunter:{tier:"NU"},gengar:{tier:"OU"},onix:{tier:"LC"},steelix:{tier:"UUBL"},drowzee:{tier:"LC"},hypno:{tier:"UU"},krabby:{tier:"LC"},kingler:{tier:"NU"},voltorb:{tier:"LC"},electrode:{tier:"UU"},exeggcute:{tier:"LC"},exeggutor:{tier:"UUBL"},cubone:{tier:"LC"},marowak:{tier:"UUBL"},tyrogue:{tier:"LC"},hitmonlee:{tier:"UU"},hitmonchan:{tier:"NU"},hitmontop:{tier:"UU"},lickitung:{tier:"NU"},koffing:{tier:"LC"},weezing:{tier:"UUBL"},rhyhorn:{tier:"LC"},rhydon:{tier:"UUBL"},chansey:{tier:"UUBL"},blissey:{tier:"OU"},tangela:{tier:"NU"},kangaskhan:{tier:"UU"},horsea:{tier:"LC"},seadra:{tier:"NU"},kingdra:{tier:"UUBL"},goldeen:{tier:"LC"},seaking:{tier:"NU"},staryu:{tier:"LC"},starmie:{tier:"OU"},mrmime:{tier:"UU"},scyther:{tier:"UU"},scizor:{tier:"UUBL"},smoochum:{tier:"LC"},jynx:{tier:"UUBL"},elekid:{tier:"LC"},electabuzz:{tier:"UU"},magby:{tier:"NU"},magmar:{tier:"UU"},pinsir:{tier:"UU"},tauros:{tier:"UUBL"},magikarp:{tier:"LC"},gyarados:{tier:"OU"},lapras:{tier:"UUBL"},ditto:{tier:"NU"},eevee:{tier:"LC"},vaporeon:{tier:"UUBL"},jolteon:{tier:"OU"},flareon:{tier:"NU"},espeon:{tier:"UUBL"},umbreon:{tier:"UUBL"},porygon:{tier:"LC"},porygon2:{tier:"UUBL"},omanyte:{tier:"LC"},omastar:{tier:"UU"},kabuto:{tier:"LC"},kabutops:{tier:"UU"},aerodactyl:{tier:"OU"},snorlax:{tier:"OU"},articuno:{tier:"UUBL"},zapdos:{tier:"OU"},moltres:{tier:"OU"},dratini:{tier:"LC"},dragonair:{tier:"NFE"},dragonite:{tier:"UUBL"},mewtwo:{tier:"Uber"},mew:{tier:"Uber"},chikorita:{tier:"LC"},bayleef:{tier:"NFE"},meganium:{tier:"UU"},cyndaquil:{tier:"LC"},quilava:{tier:"NFE"},typhlosion:{tier:"UUBL"},totodile:{tier:"LC"},croconaw:{tier:"NFE"},feraligatr:{tier:"UU"},sentret:{tier:"LC"},furret:{tier:"NU"},hoothoot:{tier:"LC"},noctowl:{tier:"NU"},ledyba:{tier:"LC"},ledian:{tier:"NU"},spinarak:{tier:"LC"},ariados:{tier:"NU"},chinchou:{tier:"LC"},lanturn:{tier:"UU"},togepi:{tier:"LC"},togetic:{tier:"NU"},natu:{tier:"LC"},xatu:{tier:"UU"},mareep:{tier:"LC"},flaaffy:{tier:"NFE"},ampharos:{tier:"UU"},azurill:{tier:"LC"},marill:{tier:"NFE"},azumarill:{tier:"UU"},sudowoodo:{tier:"NU"},hoppip:{tier:"LC"},skiploom:{tier:"NFE"},jumpluff:{tier:"UUBL"},aipom:{tier:"NU"},sunkern:{tier:"LC"},sunflora:{tier:"NU"},yanma:{tier:"NU"},wooper:{tier:"LC"},quagsire:{tier:"UU"},murkrow:{tier:"NU"},misdreavus:{tier:"UU"},unown:{tier:"NU"},wynaut:{tier:"Uber"},wobbuffet:{tier:"Uber"},girafarig:{tier:"UU"},pineco:{tier:"LC"},forretress:{tier:"OU"},dunsparce:{tier:"NU"},gligar:{tier:"UU"},snubbull:{tier:"LC"},granbull:{tier:"UU"},qwilfish:{tier:"UU"},shuckle:{tier:"NU"},heracross:{tier:"OU"},sneasel:{tier:"UU"},teddiursa:{tier:"LC"},ursaring:{tier:"UUBL"},slugma:{tier:"LC"},magcargo:{tier:"NU"},swinub:{tier:"LC"},piloswine:{tier:"NU"},corsola:{tier:"NU"},remoraid:{tier:"LC"},octillery:{tier:"NU"},delibird:{tier:"NU"},mantine:{tier:"UU"},skarmory:{tier:"OU"},houndour:{tier:"LC"},houndoom:{tier:"UUBL"},phanpy:{tier:"LC"},donphan:{tier:"UUBL"},stantler:{tier:"UU"},smeargle:{tier:"UUBL"},miltank:{tier:"UUBL"},raikou:{tier:"UUBL"},entei:{tier:"UUBL"},suicune:{tier:"OU"},larvitar:{tier:"LC"},pupitar:{tier:"NU"},tyranitar:{tier:"OU"},lugia:{tier:"Uber"},hooh:{tier:"Uber"},celebi:{tier:"OU"},treecko:{tier:"LC"},grovyle:{tier:"NFE"},sceptile:{tier:"UUBL"},torchic:{tier:"LC"},combusken:{tier:"NFE"},blaziken:{tier:"UUBL"},mudkip:{tier:"LC"},marshtomp:{tier:"NFE"},swampert:{tier:"OU"},poochyena:{tier:"LC"},mightyena:{tier:"NU"},zigzagoon:{tier:"LC"},linoone:{tier:"UU"},wurmple:{tier:"LC"},silcoon:{tier:"NFE"},beautifly:{tier:"NU"},cascoon:{tier:"NFE"},dustox:{tier:"NU"},lotad:{tier:"LC"},lombre:{tier:"NFE"},ludicolo:{tier:"UUBL"},seedot:{tier:"LC"},nuzleaf:{tier:"NFE"},shiftry:{tier:"UU"},taillow:{tier:"LC"},swellow:{tier:"UUBL"},wingull:{tier:"LC"},pelipper:{tier:"NU"},ralts:{tier:"LC"},kirlia:{tier:"NFE"},gardevoir:{tier:"UUBL"},surskit:{tier:"LC"},masquerain:{tier:"NU"},shroomish:{tier:"LC"},breloom:{tier:"OU"},slakoth:{tier:"LC"},vigoroth:{tier:"NU"},slaking:{tier:"UUBL"},nincada:{tier:"LC"},ninjask:{tier:"UU"},shedinja:{tier:"NU"},whismur:{tier:"LC"},loudred:{tier:"NFE"},exploud:{tier:"UU"},makuhita:{tier:"LC"},hariyama:{tier:"UUBL"},nosepass:{tier:"NU"},skitty:{tier:"LC"},delcatty:{tier:"NU"},sableye:{tier:"NU"},mawile:{tier:"NU"},aron:{tier:"LC"},lairon:{tier:"NFE"},aggron:{tier:"UU"},meditite:{tier:"LC"},medicham:{tier:"UUBL"},electrike:{tier:"LC"},manectric:{tier:"UU"},plusle:{tier:"NU"},minun:{tier:"NU"},volbeat:{tier:"NU"},illumise:{tier:"NU"},roselia:{tier:"NU"},gulpin:{tier:"LC"},swalot:{tier:"NU"},carvanha:{tier:"LC"},sharpedo:{tier:"UU"},wailmer:{tier:"LC"},wailord:{tier:"NU"},numel:{tier:"LC"},camerupt:{tier:"UU"},torkoal:{tier:"NU"},spoink:{tier:"LC"},grumpig:{tier:"UU"},spinda:{tier:"NU"},trapinch:{tier:"LC"},vibrava:{tier:"NFE"},flygon:{tier:"OU"},cacnea:{tier:"LC"},cacturne:{tier:"NU"},swablu:{tier:"LC"},altaria:{tier:"UU"},zangoose:{tier:"UUBL"},seviper:{tier:"NU"},lunatone:{tier:"UU"},solrock:{tier:"UU"},barboach:{tier:"LC"},whiscash:{tier:"NU"},corphish:{tier:"LC"},crawdaunt:{tier:"NU"},baltoy:{tier:"LC"},claydol:{tier:"OU"},lileep:{tier:"LC"},cradily:{tier:"UU"},anorith:{tier:"LC"},armaldo:{tier:"UUBL"},feebas:{tier:"LC"},milotic:{tier:"OU"},castform:{tier:"NU"},castformsunny:{tier:"NU"},castformrainy:{tier:"NU"},castformsnowy:{tier:"NU"},kecleon:{tier:"NU"},shuppet:{tier:"LC"},banette:{tier:"UU"},duskull:{tier:"LC"},dusclops:{tier:"UUBL"},tropius:{tier:"NU"},chimecho:{tier:"NU"},absol:{tier:"UU"},snorunt:{tier:"LC"},glalie:{tier:"NU"},spheal:{tier:"LC"},sealeo:{tier:"NFE"},walrein:{tier:"UU"},clamperl:{tier:"LC"},huntail:{tier:"NU"},gorebyss:{tier:"UU"},relicanth:{tier:"NU"},luvdisc:{tier:"NU"},bagon:{tier:"LC"},shelgon:{tier:"NU"},salamence:{tier:"OU"},beldum:{tier:"LC"},metang:{tier:"NU"},metagross:{tier:"OU"},regirock:{tier:"UUBL"},regice:{tier:"UUBL"},registeel:{tier:"UUBL"},latias:{tier:"Uber"},latios:{tier:"Uber"},kyogre:{tier:"Uber"},groudon:{tier:"Uber"},rayquaza:{tier:"Uber"},jirachi:{tier:"OU"},deoxys:{tier:"Uber"},deoxysattack:{tier:"Uber"},deoxysdefense:{tier:"Uber"},deoxysspeed:{tier:"Uber"}},4:{bulbasaur:{tier:"LC"},ivysaur:{tier:"NFE"},venusaur:{tier:"UU"},charmander:{tier:"LC"},charmeleon:{tier:"NFE"},charizard:{tier:"NU"},squirtle:{tier:"LC"},wartortle:{tier:"NFE"},blastoise:{tier:"UU"},caterpie:{tier:"LC"},metapod:{tier:"NFE"},butterfree:{tier:"NU"},weedle:{tier:"LC"},kakuna:{tier:"NFE"},beedrill:{tier:"NU"},pidgey:{tier:"LC"},pidgeotto:{tier:"NFE"},pidgeot:{tier:"NU"},rattata:{tier:"LC"},raticate:{tier:"NU"},spearow:{tier:"LC"},fearow:{tier:"NU"},ekans:{tier:"LC"},arbok:{tier:"NU"},pichu:{tier:"LC"},pichuspikyeared:{tier:"NU"},pikachu:{tier:"NU"},raichu:{tier:"NU"},sandshrew:{tier:"LC"},sandslash:{tier:"NU"},nidoranf:{tier:"LC"},nidorina:{tier:"NFE"},nidoqueen:{tier:"NU"},nidoranm:{tier:"LC"},nidorino:{tier:"NFE"},nidoking:{tier:"UU"},cleffa:{tier:"LC"},clefairy:{tier:"NFE"},clefable:{tier:"UU"},vulpix:{tier:"LC"},ninetales:{tier:"NU"},igglybuff:{tier:"LC"},jigglypuff:{tier:"NFE"},wigglytuff:{tier:"NU"},zubat:{tier:"LC"},golbat:{tier:"NU"},crobat:{tier:"UUBL"},oddish:{tier:"LC"},gloom:{tier:"NFE"},vileplume:{tier:"NU"},bellossom:{tier:"NU"},paras:{tier:"LC"},parasect:{tier:"NU"},venonat:{tier:"LC"},venomoth:{tier:"NU"},diglett:{tier:"NU"},dugtrio:{tier:"UU"},meowth:{tier:"LC"},persian:{tier:"NU"},psyduck:{tier:"LC"},golduck:{tier:"NU"},mankey:{tier:"LC"},primeape:{tier:"UU"},growlithe:{tier:"LC"},arcanine:{tier:"UU"},poliwag:{tier:"LC"},poliwhirl:{tier:"NFE"},poliwrath:{tier:"NU"},politoed:{tier:"NU"},abra:{tier:"LC"},kadabra:{tier:"NU"},alakazam:{tier:"UU"},machop:{tier:"LC"},machoke:{tier:"NU"},machamp:{tier:"OU"},bellsprout:{tier:"LC"},weepinbell:{tier:"NFE"},victreebel:{tier:"NU"},tentacool:{tier:"LC"},tentacruel:{tier:"(OU)"},geodude:{tier:"LC"},graveler:{tier:"NFE"},golem:{tier:"NU"},ponyta:{tier:"LC"},rapidash:{tier:"NU"},slowpoke:{tier:"LC"},slowbro:{tier:"UU"},slowking:{tier:"NU"},magnemite:{tier:"LC"},magneton:{tier:"NU"},magnezone:{tier:"OU"},farfetchd:{tier:"NU"},doduo:{tier:"LC"},dodrio:{tier:"NU"},seel:{tier:"LC"},dewgong:{tier:"NU"},grimer:{tier:"LC"},muk:{tier:"NU"},shellder:{tier:"LC"},cloyster:{tier:"UU"},gastly:{tier:"LC"},haunter:{tier:"NU"},gengar:{tier:"OU"},onix:{tier:"LC"},steelix:{tier:"UU"},drowzee:{tier:"LC"},hypno:{tier:"NU"},krabby:{tier:"LC"},kingler:{tier:"NU"},voltorb:{tier:"LC"},electrode:{tier:"NU"},exeggcute:{tier:"LC"},exeggutor:{tier:"UU"},cubone:{tier:"LC"},marowak:{tier:"NU"},tyrogue:{tier:"LC"},hitmonlee:{tier:"UU"},hitmonchan:{tier:"NU"},hitmontop:{tier:"UU"},lickitung:{tier:"LC"},lickilicky:{tier:"NU"},koffing:{tier:"LC"},weezing:{tier:"UU"},rhyhorn:{tier:"LC"},rhydon:{tier:"NFE"},rhyperior:{tier:"UU"},happiny:{tier:"LC"},chansey:{tier:"UU"},blissey:{tier:"OU"},tangela:{tier:"NU"},tangrowth:{tier:"UU"},kangaskhan:{tier:"UU"},horsea:{tier:"LC"},seadra:{tier:"NFE"},kingdra:{tier:"OU"},goldeen:{tier:"LC"},seaking:{tier:"NU"},staryu:{tier:"LC"},starmie:{tier:"OU"},mimejr:{tier:"LC"},mrmime:{tier:"NU"},scyther:{tier:"UU"},scizor:{tier:"OU"},smoochum:{tier:"LC"},jynx:{tier:"NU"},elekid:{tier:"LC"},electabuzz:{tier:"NU"},electivire:{tier:"(OU)"},magby:{tier:"LC"},magmar:{tier:"NFE"},magmortar:{tier:"NU"},pinsir:{tier:"NU"},tauros:{tier:"NU"},magikarp:{tier:"LC"},gyarados:{tier:"OU"},lapras:{tier:"NU"},ditto:{tier:"NU"},eevee:{tier:"LC"},vaporeon:{tier:"(OU)"},jolteon:{tier:"(OU)"},flareon:{tier:"NU"},espeon:{tier:"NUBL"},umbreon:{tier:"(OU)"},leafeon:{tier:"UU"},glaceon:{tier:"NU"},porygon:{tier:"LC"},porygon2:{tier:"NU"},porygonz:{tier:"UUBL"},omanyte:{tier:"LC"},omastar:{tier:"UU"},kabuto:{tier:"LC"},kabutops:{tier:"UU"},aerodactyl:{tier:"OU"},munchlax:{tier:"LC"},snorlax:{tier:"(OU)"},articuno:{tier:"NU"},zapdos:{tier:"OU"},moltres:{tier:"UU"},dratini:{tier:"LC"},dragonair:{tier:"NU"},dragonite:{tier:"OU"},mewtwo:{tier:"Uber"},mew:{tier:"Uber"},chikorita:{tier:"LC"},bayleef:{tier:"NFE"},meganium:{tier:"NU"},cyndaquil:{tier:"LC"},quilava:{tier:"NFE"},typhlosion:{tier:"NU"},totodile:{tier:"LC"},croconaw:{tier:"NFE"},feraligatr:{tier:"UU"},sentret:{tier:"LC"},furret:{tier:"NU"},hoothoot:{tier:"LC"},noctowl:{tier:"NU"},ledyba:{tier:"LC"},ledian:{tier:"NU"},spinarak:{tier:"LC"},ariados:{tier:"NU"},chinchou:{tier:"LC"},lanturn:{tier:"UU"},togepi:{tier:"LC"},togetic:{tier:"NU"},togekiss:{tier:"(OU)"},natu:{tier:"LC"},xatu:{tier:"NU"},mareep:{tier:"LC"},flaaffy:{tier:"NFE"},ampharos:{tier:"NU"},azurill:{tier:"LC"},marill:{tier:"NFE"},azumarill:{tier:"UU"},bonsly:{tier:"LC"},sudowoodo:{tier:"NU"},hoppip:{tier:"LC"},skiploom:{tier:"NFE"},jumpluff:{tier:"NU"},aipom:{tier:"LC"},ambipom:{tier:"UU"},sunkern:{tier:"LC"},sunflora:{tier:"NU"},yanma:{tier:"NU"},yanmega:{tier:"UUBL"},wooper:{tier:"LC"},quagsire:{tier:"NU"},murkrow:{tier:"NU"},honchkrow:{tier:"UUBL"},misdreavus:{tier:"NU"},mismagius:{tier:"UU"},unown:{tier:"NU"},wynaut:{tier:"Uber"},wobbuffet:{tier:"Uber"},girafarig:{tier:"NU"},pineco:{tier:"LC"},forretress:{tier:"OU"},dunsparce:{tier:"NU"},gligar:{tier:"NU",doublesTier:"LC"},gliscor:{tier:"OU"},snubbull:{tier:"LC"},granbull:{tier:"NU"},qwilfish:{tier:"UU"},shuckle:{tier:"NU"},heracross:{tier:"UUBL"},sneasel:{tier:"NU"},weavile:{tier:"OU"},teddiursa:{tier:"LC"},ursaring:{tier:"UU"},slugma:{tier:"LC"},magcargo:{tier:"NU"},swinub:{tier:"LC"},piloswine:{tier:"NU"},mamoswine:{tier:"(OU)"},corsola:{tier:"NU"},remoraid:{tier:"LC"},octillery:{tier:"NU"},delibird:{tier:"NU"},mantyke:{tier:"LC"},mantine:{tier:"NU"},skarmory:{tier:"OU"},houndour:{tier:"LC"},houndoom:{tier:"UU"},phanpy:{tier:"LC"},donphan:{tier:"UU"},stantler:{tier:"NU"},smeargle:{tier:"(OU)"},miltank:{tier:"UU"},raikou:{tier:"UUBL"},entei:{tier:"NUBL"},suicune:{tier:"OU"},larvitar:{tier:"LC"},pupitar:{tier:"NFE"},tyranitar:{tier:"OU"},lugia:{tier:"Uber"},hooh:{tier:"Uber"},celebi:{tier:"OU"},treecko:{tier:"LC"},grovyle:{tier:"NFE"},sceptile:{tier:"UU"},torchic:{tier:"LC"},combusken:{tier:"NFE"},blaziken:{tier:"UU"},mudkip:{tier:"LC"},marshtomp:{tier:"NFE"},swampert:{tier:"OU"},poochyena:{tier:"LC"},mightyena:{tier:"NU"},zigzagoon:{tier:"LC"},linoone:{tier:"NU"},wurmple:{tier:"LC"},silcoon:{tier:"NFE"},beautifly:{tier:"NU"},cascoon:{tier:"NFE"},dustox:{tier:"NU"},lotad:{tier:"LC"},lombre:{tier:"NFE"},ludicolo:{tier:"UU"},seedot:{tier:"LC"},nuzleaf:{tier:"NFE"},shiftry:{tier:"NU"},taillow:{tier:"LC"},swellow:{tier:"UU"},wingull:{tier:"LC"},pelipper:{tier:"NU"},ralts:{tier:"LC"},kirlia:{tier:"NFE"},gardevoir:{tier:"NU"},gallade:{tier:"UUBL"},surskit:{tier:"LC"},masquerain:{tier:"NU"},shroomish:{tier:"LC"},breloom:{tier:"OU"},slakoth:{tier:"LC"},vigoroth:{tier:"NU"},slaking:{tier:"NU"},nincada:{tier:"LC"},ninjask:{tier:"(OU)"},shedinja:{tier:"NU"},whismur:{tier:"LC"},loudred:{tier:"NFE"},exploud:{tier:"NU"},makuhita:{tier:"LC"},hariyama:{tier:"UU"},nosepass:{tier:"LC"},probopass:{tier:"NU"},skitty:{tier:"LC"},delcatty:{tier:"NU"},sableye:{tier:"NU"},mawile:{tier:"NU"},aron:{tier:"LC"},lairon:{tier:"NFE"},aggron:{tier:"UU"},meditite:{tier:"NFE"},medicham:{tier:"NU"},electrike:{tier:"LC"},manectric:{tier:"NU"},plusle:{tier:"NU"},minun:{tier:"NU"},volbeat:{tier:"NU"},illumise:{tier:"NU"},budew:{tier:"LC"},roselia:{tier:"NU"},roserade:{tier:"OU"},gulpin:{tier:"LC"},swalot:{tier:"NU"},carvanha:{tier:"LC"},sharpedo:{tier:"NU"},wailmer:{tier:"LC"},wailord:{tier:"NU"},numel:{tier:"LC"},camerupt:{tier:"NU"},torkoal:{tier:"NU"},spoink:{tier:"LC"},grumpig:{tier:"NU"},spinda:{tier:"NU"},trapinch:{tier:"LC"},vibrava:{tier:"NFE"},flygon:{tier:"OU"},cacnea:{tier:"LC"},cacturne:{tier:"NU"},swablu:{tier:"LC"},altaria:{tier:"UU"},zangoose:{tier:"NU"},seviper:{tier:"NU"},lunatone:{tier:"NU"},solrock:{tier:"NU"},barboach:{tier:"LC"},whiscash:{tier:"NU"},corphish:{tier:"LC"},crawdaunt:{tier:"NU"},baltoy:{tier:"LC"},claydol:{tier:"UU"},lileep:{tier:"LC"},cradily:{tier:"NU"},anorith:{tier:"LC"},armaldo:{tier:"NU"},feebas:{tier:"LC"},milotic:{tier:"UU"},castform:{tier:"NU"},castformsunny:{},castformrainy:{},castformsnowy:{},kecleon:{tier:"NU"},shuppet:{tier:"LC"},banette:{tier:"NU"},duskull:{tier:"LC"},dusclops:{tier:"NU"},dusknoir:{tier:"(OU)"},tropius:{tier:"NU"},chingling:{tier:"LC"},chimecho:{tier:"NU"},absol:{tier:"UU"},snorunt:{tier:"LC"},glalie:{tier:"NU"},froslass:{tier:"UUBL"},spheal:{tier:"LC"},sealeo:{tier:"NFE"},walrein:{tier:"NU"},clamperl:{tier:"NU"},huntail:{tier:"NU"},gorebyss:{tier:"NU"},relicanth:{tier:"NU"},luvdisc:{tier:"NU"},bagon:{tier:"LC"},shelgon:{tier:"NU"},salamence:{tier:"Uber"},beldum:{tier:"LC"},metang:{tier:"NU"},metagross:{tier:"OU"},regirock:{tier:"NU"},regice:{tier:"NU"},registeel:{tier:"UU"},latias:{tier:"OU"},latios:{tier:"Uber"},kyogre:{tier:"Uber"},groudon:{tier:"Uber"},rayquaza:{tier:"Uber"},jirachi:{tier:"OU"},deoxys:{tier:"Uber"},deoxysattack:{tier:"Uber"},deoxysdefense:{tier:"Uber"},deoxysspeed:{tier:"Uber"},turtwig:{tier:"LC"},grotle:{tier:"NFE"},torterra:{tier:"UU"},chimchar:{tier:"LC"},monferno:{tier:"NU"},infernape:{tier:"OU"},piplup:{tier:"LC"},prinplup:{tier:"NFE"},empoleon:{tier:"OU"},starly:{tier:"LC"},staravia:{tier:"NFE"},staraptor:{tier:"UUBL"},bidoof:{tier:"LC"},bibarel:{tier:"NU"},kricketot:{tier:"LC"},kricketune:{tier:"NU"},shinx:{tier:"LC"},luxio:{tier:"NFE"},luxray:{tier:"NU"},cranidos:{tier:"LC"},rampardos:{tier:"NU"},shieldon:{tier:"LC"},bastiodon:{tier:"NU"},burmy:{tier:"LC"},wormadam:{tier:"NU"},wormadamsandy:{tier:"NU"},wormadamtrash:{tier:"NU"},mothim:{tier:"NU"},combee:{tier:"LC"},vespiquen:{tier:"NU"},pachirisu:{tier:"NU"},buizel:{tier:"LC"},floatzel:{tier:"NU"},cherubi:{tier:"LC"},cherrim:{tier:"NU"},cherrimsunshine:{},shellos:{tier:"LC"},gastrodon:{tier:"NU"},drifloon:{tier:"LC"},drifblim:{tier:"NU"},buneary:{tier:"LC"},lopunny:{tier:"NU"},glameow:{tier:"LC"},purugly:{tier:"NU"},stunky:{tier:"LC"},skuntank:{tier:"NU"},bronzor:{tier:"LC"},bronzong:{tier:"OU"},chatot:{tier:"NU"},spiritomb:{tier:"UU"},gible:{tier:"LC"},gabite:{tier:"NU"},garchomp:{tier:"Uber"},riolu:{tier:"LC"},lucario:{tier:"OU"},hippopotas:{tier:"NUBL"},hippowdon:{tier:"OU"},skorupi:{tier:"LC"},drapion:{tier:"UU"},croagunk:{tier:"LC"},toxicroak:{tier:"UU"},carnivine:{tier:"NU"},finneon:{tier:"LC"},lumineon:{tier:"NU"},snover:{tier:"NUBL"},abomasnow:{tier:"UUBL"},rotom:{tier:"UU"},rotomheat:{tier:"OU"},rotomwash:{tier:"OU"},rotomfrost:{tier:"OU"},rotomfan:{tier:"OU"},rotommow:{tier:"OU"},uxie:{tier:"UU"},mesprit:{tier:"UU"},azelf:{tier:"OU"},dialga:{tier:"Uber"},palkia:{tier:"Uber"},heatran:{tier:"OU"},regigigas:{tier:"NU"},giratina:{tier:"Uber"},giratinaorigin:{},cresselia:{tier:"UUBL"},phione:{tier:"NU"},manaphy:{tier:"Uber"},darkrai:{tier:"Uber"},shaymin:{tier:"(OU)"},shayminsky:{tier:"Uber"},arceus:{tier:"AG"},arceusbug:{},arceusdark:{},arceusdragon:{},arceuselectric:{},arceusfighting:{},arceusfire:{},arceusflying:{},arceusghost:{},arceusgrass:{},arceusground:{},arceusice:{},arceuspoison:{},arceuspsychic:{},arceusrock:{},arceussteel:{},arceuswater:{}},5:{bulbasaur:{tier:"LC"},ivysaur:{tier:"NFE"},venusaur:{tier:"(OU)",doublesTier:"DOU"},charmander:{tier:"LC"},charmeleon:{tier:"NFE"},charizard:{tier:"NU",doublesTier:"DOU"},squirtle:{tier:"LC"},wartortle:{tier:"NU",doublesTier:"NFE"},blastoise:{tier:"UU",doublesTier:"DUU"},caterpie:{tier:"LC"},metapod:{tier:"NFE"},butterfree:{tier:"(PU)",doublesTier:"DUU"},weedle:{tier:"LC"},kakuna:{tier:"NFE"},beedrill:{tier:"(PU)",doublesTier:"DUU"},pidgey:{tier:"LC"},pidgeotto:{tier:"NFE"},pidgeot:{tier:"(PU)",doublesTier:"DUU"},rattata:{tier:"LC"},raticate:{tier:"(PU)",doublesTier:"DUU"},spearow:{tier:"LC"},fearow:{tier:"(PU)",doublesTier:"DUU"},ekans:{tier:"LC"},arbok:{tier:"(PU)",doublesTier:"DUU"},pichu:{tier:"LC"},pikachu:{tier:"NFE"},raichu:{tier:"(PU)",doublesTier:"DUU"},sandshrew:{tier:"LC"},sandslash:{tier:"RU",doublesTier:"DUU"},nidoranf:{tier:"LC"},nidorina:{tier:"NFE"},nidoqueen:{tier:"UU",doublesTier:"DUU"},nidoranm:{tier:"LC"},nidorino:{tier:"NFE"},nidoking:{tier:"UU",doublesTier:"DUU"},cleffa:{tier:"LC"},clefairy:{tier:"NFE"},clefable:{tier:"RU",doublesTier:"DUU"},vulpix:{tier:"NFE"},ninetales:{tier:"OU",doublesTier:"DOU"},igglybuff:{tier:"LC"},jigglypuff:{tier:"NFE"},wigglytuff:{tier:"(PU)",doublesTier:"DUU"},zubat:{tier:"LC"},golbat:{tier:"NU",doublesTier:"NFE"},crobat:{tier:"UU",doublesTier:"DUU"},oddish:{tier:"LC"},gloom:{tier:"NFE"},vileplume:{tier:"PU",doublesTier:"DUU"},bellossom:{tier:"(PU)",doublesTier:"DUU"},paras:{tier:"LC"},parasect:{tier:"(PU)",doublesTier:"DUU"},venonat:{tier:"LC"},venomoth:{tier:"RUBL",doublesTier:"DUU"},diglett:{tier:"LC"},dugtrio:{tier:"(OU)",doublesTier:"DUU"},meowth:{tier:"LC"},persian:{tier:"(PU)",doublesTier:"DUU"},psyduck:{tier:"LC"},golduck:{tier:"PU",doublesTier:"DUU"},mankey:{tier:"LC"},primeape:{tier:"NU",doublesTier:"DUU"},growlithe:{tier:"LC"},arcanine:{tier:"UU",doublesTier:"DOU"},poliwag:{tier:"LC"},poliwhirl:{tier:"NFE"},poliwrath:{tier:"RU",doublesTier:"DUU"},politoed:{tier:"OU",doublesTier:"DOU"},abra:{tier:"LC"},kadabra:{tier:"NU",doublesTier:"NFE"},alakazam:{tier:"OU",doublesTier:"DUU"},machop:{tier:"LC"},machoke:{tier:"NFE"},machamp:{tier:"UU",doublesTier:"DUU"},bellsprout:{tier:"LC"},weepinbell:{tier:"NFE"},victreebel:{tier:"PU",doublesTier:"DUU"},tentacool:{tier:"PU",doublesTier:"LC"},tentacruel:{tier:"OU",doublesTier:"DUU"},geodude:{tier:"LC"},graveler:{tier:"NFE"},golem:{tier:"NU",doublesTier:"DUU"},ponyta:{tier:"LC"},rapidash:{tier:"PU",doublesTier:"DUU"},slowpoke:{tier:"LC"},slowbro:{tier:"UU",doublesTier:"DUU"},slowking:{tier:"RU",doublesTier:"DUU"},magnemite:{tier:"LC"},magneton:{tier:"RU",doublesTier:"NFE"},magnezone:{tier:"OU",doublesTier:"DUU"},farfetchd:{tier:"(PU)",doublesTier:"DUU"},doduo:{tier:"LC"},dodrio:{tier:"PU",doublesTier:"DUU"},seel:{tier:"LC"},dewgong:{tier:"(PU)",doublesTier:"DUU"},grimer:{tier:"LC"},muk:{tier:"(PU)",doublesTier:"DUU"},shellder:{tier:"LC"},cloyster:{tier:"OU",doublesTier:"DOU"},gastly:{tier:"LC"},haunter:{tier:"NU",doublesTier:"NFE"},gengar:{tier:"OU",doublesTier:"DOU"},onix:{tier:"LC"},steelix:{tier:"RU",doublesTier:"DUU"},drowzee:{tier:"LC"},hypno:{tier:"(PU)",doublesTier:"DUU"},krabby:{tier:"LC"},kingler:{tier:"(PU)",doublesTier:"DUU"},voltorb:{tier:"LC"},electrode:{tier:"NU",doublesTier:"DUU"},exeggcute:{tier:"LC"},exeggutor:{tier:"NU",doublesTier:"DUU"},cubone:{tier:"LC"},marowak:{tier:"(PU)",doublesTier:"DUU"},tyrogue:{tier:"LC"},hitmonlee:{tier:"RU",doublesTier:"DUU"},hitmonchan:{tier:"RU",doublesTier:"DUU"},hitmontop:{tier:"UU",doublesTier:"DOU"},lickitung:{tier:"LC"},lickilicky:{tier:"NU",doublesTier:"DUU"},koffing:{tier:"LC"},weezing:{tier:"NU",doublesTier:"DUU"},rhyhorn:{tier:"LC"},rhydon:{tier:"RU",doublesTier:"NFE"},rhyperior:{tier:"UU",doublesTier:"DUU"},happiny:{tier:"LC"},chansey:{tier:"UUBL",doublesTier:"NFE"},blissey:{tier:"(OU)",doublesTier:"DUU"},tangela:{tier:"NU",doublesTier:"NFE"},tangrowth:{tier:"RU",doublesTier:"DUU"},kangaskhan:{tier:"NU",doublesTier:"DUU"},horsea:{tier:"LC"},seadra:{tier:"NFE"},kingdra:{tier:"UU",doublesTier:"DOU"},goldeen:{tier:"LC"},seaking:{tier:"(PU)",doublesTier:"DUU"},staryu:{tier:"LC"},starmie:{tier:"OU",doublesTier:"DUU"},mimejr:{tier:"LC"},mrmime:{tier:"(PU)",doublesTier:"DUU"},scyther:{tier:"RU",doublesTier:"NFE"},scizor:{tier:"OU",doublesTier:"DOU"},smoochum:{tier:"LC"},jynx:{tier:"NUBL",doublesTier:"DUU"},elekid:{tier:"LC"},electabuzz:{tier:"NU",doublesTier:"NFE"},electivire:{tier:"RU",doublesTier:"DOU"},magby:{tier:"LC"},magmar:{tier:"NFE"},magmortar:{tier:"RU",doublesTier:"DUU"},pinsir:{tier:"NU",doublesTier:"DUU"},tauros:{tier:"NU",doublesTier:"DUU"},magikarp:{tier:"LC"},gyarados:{tier:"OU",doublesTier:"DOU"},lapras:{tier:"NU",doublesTier:"DUU"},ditto:{tier:"NU",doublesTier:"DUU"},eevee:{tier:"LC"},vaporeon:{tier:"(OU)",doublesTier:"DOU"},jolteon:{tier:"(OU)",doublesTier:"DOU"},flareon:{tier:"(PU)",doublesTier:"DUU"},espeon:{tier:"(OU)",doublesTier:"DOU"},umbreon:{tier:"UU",doublesTier:"DUU"},leafeon:{tier:"(PU)",doublesTier:"DUU"},glaceon:{tier:"(PU)",doublesTier:"DUU"},porygon:{tier:"LC"},porygon2:{tier:"UU",doublesTier:"NFE"},porygonz:{tier:"UU",doublesTier:"DUU"},omanyte:{tier:"LC"},omastar:{tier:"RU",doublesTier:"DUU"},kabuto:{tier:"LC"},kabutops:{tier:"RU",doublesTier:"DUU"},aerodactyl:{tier:"RU",doublesTier:"DUU"},munchlax:{tier:"LC"},snorlax:{tier:"UU",doublesTier:"DUU"},articuno:{tier:"(PU)",doublesTier:"DUU"},zapdos:{tier:"UU",doublesTier:"DOU"},moltres:{tier:"RU",doublesTier:"DUU"},dratini:{tier:"LC"},dragonair:{tier:"NFE"},dragonite:{tier:"OU",doublesTier:"DOU"},mewtwo:{tier:"Uber",doublesTier:"DUber"},mew:{tier:"UU",doublesTier:"DUU"},chikorita:{tier:"LC"},bayleef:{tier:"NFE"},meganium:{tier:"(PU)",doublesTier:"DUU"},cyndaquil:{tier:"LC"},quilava:{tier:"NFE"},typhlosion:{tier:"RU",doublesTier:"DUU"},totodile:{tier:"LC"},croconaw:{tier:"NFE"},feraligatr:{tier:"RU",doublesTier:"DUU"},sentret:{tier:"LC"},furret:{tier:"(PU)",doublesTier:"DUU"},hoothoot:{tier:"LC"},noctowl:{tier:"(PU)",doublesTier:"DUU"},ledyba:{tier:"LC"},ledian:{tier:"(PU)",doublesTier:"DUU"},spinarak:{tier:"LC"},ariados:{tier:"(PU)",doublesTier:"DUU"},chinchou:{tier:"LC"},lanturn:{tier:"RU",doublesTier:"DUU"},togepi:{tier:"LC"},togetic:{tier:"NFE"},togekiss:{tier:"UU",doublesTier:"DOU"},natu:{tier:"PU",doublesTier:"LC"},xatu:{tier:"UU",doublesTier:"DUU"},mareep:{tier:"LC"},flaaffy:{tier:"NFE"},ampharos:{tier:"NU",doublesTier:"DUU"},azurill:{tier:"LC"},marill:{tier:"NFE"},azumarill:{tier:"UU",doublesTier:"DUU"},bonsly:{tier:"LC"},sudowoodo:{tier:"(PU)",doublesTier:"DUU"},hoppip:{tier:"LC"},skiploom:{tier:"NFE"},jumpluff:{tier:"PU",doublesTier:"DUU"},aipom:{tier:"LC"},ambipom:{tier:"UU",doublesTier:"DUU"},sunkern:{tier:"LC"},sunflora:{tier:"(PU)",doublesTier:"DUU"},yanma:{tier:"NFE"},yanmega:{tier:"UU",doublesTier:"DUU"},wooper:{tier:"LC"},quagsire:{tier:"RU",doublesTier:"DUU"},murkrow:{tier:"PU",doublesTier:"NFE"},honchkrow:{tier:"UU",doublesTier:"DUU"},misdreavus:{tier:"NU",doublesTier:"NFE"},mismagius:{tier:"UU",doublesTier:"DUU"},unown:{tier:"(PU)",doublesTier:"DUU"},wynaut:{tier:"LC"},wobbuffet:{tier:"UUBL",doublesTier:"DUU"},girafarig:{tier:"(PU)",doublesTier:"DUU"},pineco:{tier:"LC"},forretress:{tier:"OU",doublesTier:"DUU"},dunsparce:{tier:"(PU)",doublesTier:"DUU"},gligar:{tier:"UU",doublesTier:"NFE"},gliscor:{tier:"OU",doublesTier:"DOU"},snubbull:{tier:"LC"},granbull:{tier:"(PU)",doublesTier:"DUU"},qwilfish:{tier:"RU",doublesTier:"DUU"},shuckle:{tier:"(PU)",doublesTier:"DUU"},heracross:{tier:"UU",doublesTier:"DUU"},sneasel:{tier:"PU",doublesTier:"NFE"},weavile:{tier:"UU",doublesTier:"DOU"},teddiursa:{tier:"LC"},ursaring:{tier:"PU",doublesTier:"DUU"},slugma:{tier:"LC"},magcargo:{tier:"(PU)",doublesTier:"DUU"},swinub:{tier:"LC"},piloswine:{tier:"NU",doublesTier:"NFE"},mamoswine:{tier:"OU",doublesTier:"DOU"},corsola:{tier:"(PU)",doublesTier:"DUU"},remoraid:{tier:"LC"},octillery:{tier:"(PU)",doublesTier:"DUU"},delibird:{tier:"(PU)",doublesTier:"DUU"},mantyke:{tier:"LC"},mantine:{tier:"PU",doublesTier:"DUU"},skarmory:{tier:"OU",doublesTier:"DUU"},houndour:{tier:"LC"},houndoom:{tier:"UU",doublesTier:"DUU"},phanpy:{tier:"LC"},donphan:{tier:"(OU)",doublesTier:"DUU"},stantler:{tier:"(PU)",doublesTier:"DUU"},smeargle:{tier:"RU",doublesTier:"DUU"},miltank:{tier:"NU",doublesTier:"DUU"},raikou:{tier:"UU",doublesTier:"DUU"},entei:{tier:"RU",doublesTier:"DUU"},suicune:{tier:"UU",doublesTier:"DUU"},larvitar:{tier:"LC"},pupitar:{tier:"NFE"},tyranitar:{tier:"OU",doublesTier:"DOU"},lugia:{tier:"Uber",doublesTier:"DUber"},hooh:{tier:"Uber",doublesTier:"DUber"},celebi:{tier:"OU",doublesTier:"DUU"},treecko:{tier:"LC"},grovyle:{tier:"NFE"},sceptile:{tier:"RU",doublesTier:"DUU"},torchic:{tier:"LC"},combusken:{tier:"PUBL",doublesTier:"DUU"},blaziken:{tier:"Uber",doublesTier:"DOU"},mudkip:{tier:"LC"},marshtomp:{tier:"NFE"},swampert:{tier:"UU",doublesTier:"DUU"},poochyena:{tier:"LC"},mightyena:{tier:"(PU)",doublesTier:"DUU"},zigzagoon:{tier:"LC"},linoone:{tier:"PUBL",doublesTier:"DUU"},wurmple:{tier:"LC"},silcoon:{tier:"NFE"},beautifly:{tier:"(PU)",doublesTier:"DUU"},cascoon:{tier:"NFE"},dustox:{tier:"(PU)",doublesTier:"DUU"},lotad:{tier:"LC"},lombre:{tier:"NFE"},ludicolo:{tier:"NU",doublesTier:"DOU"},seedot:{tier:"LC"},nuzleaf:{tier:"NFE"},shiftry:{tier:"PU",doublesTier:"DUU"},taillow:{tier:"LC"},swellow:{tier:"NU",doublesTier:"DUU"},wingull:{tier:"LC"},pelipper:{tier:"(PU)",doublesTier:"DUU"},ralts:{tier:"LC"},kirlia:{tier:"NFE"},gardevoir:{tier:"NU",doublesTier:"DUU"},gallade:{tier:"RU",doublesTier:"DUU"},surskit:{tier:"LC"},masquerain:{tier:"(PU)",doublesTier:"DUU"},shroomish:{tier:"LC"},breloom:{tier:"OU",doublesTier:"DOU"},slakoth:{tier:"LC"},vigoroth:{tier:"PUBL",doublesTier:"NFE"},slaking:{tier:"(PU)",doublesTier:"DUU"},nincada:{tier:"LC"},ninjask:{tier:"NU",doublesTier:"DUU"},shedinja:{tier:"(PU)",doublesTier:"DUU"},whismur:{tier:"LC"},loudred:{tier:"NFE"},exploud:{tier:"(PU)",doublesTier:"DUU"},makuhita:{tier:"LC"},hariyama:{tier:"RU",doublesTier:"DUU"},nosepass:{tier:"LC"},probopass:{tier:"NU",doublesTier:"DUU"},skitty:{tier:"LC"},delcatty:{tier:"(PU)",doublesTier:"DUU"},sableye:{tier:"UU",doublesTier:"DOU"},mawile:{tier:"PU",doublesTier:"DUU"},aron:{tier:"LC"},lairon:{tier:"NFE"},aggron:{tier:"RU",doublesTier:"DUU"},meditite:{tier:"NFE"},medicham:{tier:"RU",doublesTier:"DUU"},electrike:{tier:"LC"},manectric:{tier:"RU",doublesTier:"DUU"},plusle:{tier:"(PU)",doublesTier:"DUU"},minun:{tier:"(PU)",doublesTier:"DUU"},volbeat:{tier:"PU",doublesTier:"DUU"},illumise:{tier:"(PU)",doublesTier:"DUU"},budew:{tier:"LC"},roselia:{tier:"NU",doublesTier:"NFE"},roserade:{tier:"UU",doublesTier:"DUU"},gulpin:{tier:"LC"},swalot:{tier:"(PU)",doublesTier:"DUU"},carvanha:{tier:"LC"},sharpedo:{tier:"UU",doublesTier:"DUU"},wailmer:{tier:"LC"},wailord:{tier:"(PU)",doublesTier:"DUU"},numel:{tier:"LC"},camerupt:{tier:"NU",doublesTier:"DUU"},torkoal:{tier:"NU",doublesTier:"DUU"},spoink:{tier:"LC"},grumpig:{tier:"(PU)",doublesTier:"DUU"},spinda:{tier:"(PU)",doublesTier:"DUU"},trapinch:{tier:"LC"},vibrava:{tier:"NFE"},flygon:{tier:"UU",doublesTier:"DUU"},cacnea:{tier:"LC"},cacturne:{tier:"NU",doublesTier:"DUU"},swablu:{tier:"LC"},altaria:{tier:"NU",doublesTier:"DUU"},zangoose:{tier:"NU",doublesTier:"DUU"},seviper:{tier:"(PU)",doublesTier:"DUU"},lunatone:{tier:"(PU)",doublesTier:"DUU"},solrock:{tier:"(PU)",doublesTier:"DUU"},barboach:{tier:"LC"},whiscash:{tier:"(PU)",doublesTier:"DUU"},corphish:{tier:"LC"},crawdaunt:{tier:"RU",doublesTier:"DUU"},baltoy:{tier:"LC"},claydol:{tier:"UU",doublesTier:"DUU"},lileep:{tier:"LC"},cradily:{tier:"NU",doublesTier:"DUU"},anorith:{tier:"LC"},armaldo:{tier:"NU",doublesTier:"DUU"},feebas:{tier:"LC"},milotic:{tier:"UU",doublesTier:"DUU"},castform:{tier:"(PU)",doublesTier:"DUU"},castformsunny:{},castformrainy:{},castformsnowy:{},kecleon:{tier:"(PU)",doublesTier:"DUU"},shuppet:{tier:"LC"},banette:{tier:"PU",doublesTier:"DUU"},duskull:{tier:"LC"},dusclops:{tier:"UU",doublesTier:"NFE"},dusknoir:{tier:"RU",doublesTier:"DUU"},tropius:{tier:"(PU)",doublesTier:"DUU"},chingling:{tier:"LC"},chimecho:{tier:"(PU)",doublesTier:"DUU"},absol:{tier:"RU",doublesTier:"DUU"},snorunt:{tier:"LC"},glalie:{tier:"(PU)",doublesTier:"DUU"},froslass:{tier:"UUBL",doublesTier:"DUU"},spheal:{tier:"LC"},sealeo:{tier:"NFE"},walrein:{tier:"(PU)",doublesTier:"DUU"},clamperl:{tier:"LC"},huntail:{tier:"PU",doublesTier:"DUU"},gorebyss:{tier:"NU",doublesTier:"DUU"},relicanth:{tier:"PU",doublesTier:"DUU"},luvdisc:{tier:"(PU)",doublesTier:"DUU"},bagon:{tier:"LC"},shelgon:{tier:"NFE"},salamence:{tier:"OU",doublesTier:"DOU"},beldum:{tier:"LC"},metang:{tier:"NU",doublesTier:"NFE"},metagross:{tier:"(OU)",doublesTier:"DOU"},regirock:{tier:"NU",doublesTier:"DUU"},regice:{tier:"NU",doublesTier:"DUU"},registeel:{tier:"UU",doublesTier:"DUU"},latias:{tier:"OU",doublesTier:"DUU"},latios:{tier:"OU",doublesTier:"DOU"},kyogre:{tier:"Uber",doublesTier:"DUber"},groudon:{tier:"Uber",doublesTier:"DUber"},rayquaza:{tier:"Uber",doublesTier:"DUber"},jirachi:{tier:"OU",doublesTier:"DUber"},deoxys:{tier:"Uber",doublesTier:"DUU"},deoxysattack:{tier:"Uber",doublesTier:"DUU"},deoxysdefense:{tier:"Uber",doublesTier:"DUU"},deoxysspeed:{tier:"Uber",doublesTier:"DUU"},turtwig:{tier:"LC"},grotle:{tier:"NFE"},torterra:{tier:"PU",doublesTier:"DUU"},chimchar:{tier:"LC"},monferno:{tier:"PU",doublesTier:"NFE"},infernape:{tier:"(OU)",doublesTier:"DOU"},piplup:{tier:"LC"},prinplup:{tier:"NFE"},empoleon:{tier:"UU",doublesTier:"DUU"},starly:{tier:"LC"},staravia:{tier:"NFE"},staraptor:{tier:"UUBL",doublesTier:"DUU"},bidoof:{tier:"LC"},bibarel:{tier:"(PU)",doublesTier:"DUU"},kricketot:{tier:"LC"},kricketune:{tier:"(PU)",doublesTier:"DUU"},shinx:{tier:"LC"},luxio:{tier:"NFE"},luxray:{tier:"(PU)",doublesTier:"DUU"},cranidos:{tier:"LC"},rampardos:{tier:"PU",doublesTier:"DUU"},shieldon:{tier:"LC"},bastiodon:{tier:"NU",doublesTier:"DUU"},burmy:{tier:"LC"},wormadam:{tier:"(PU)",doublesTier:"DUU"},wormadamsandy:{tier:"(PU)",doublesTier:"DUU"},wormadamtrash:{tier:"(PU)",doublesTier:"DUU"},mothim:{tier:"(PU)",doublesTier:"DUU"},combee:{tier:"LC"},vespiquen:{tier:"(PU)",doublesTier:"DUU"},pachirisu:{tier:"(PU)",doublesTier:"DUU"},buizel:{tier:"LC"},floatzel:{tier:"NU",doublesTier:"DUU"},cherubi:{tier:"LC"},cherrim:{tier:"(PU)",doublesTier:"DUU"},cherrimsunshine:{},shellos:{tier:"LC"},gastrodon:{tier:"OU",doublesTier:"DOU"},drifloon:{tier:"LC"},drifblim:{tier:"NU",doublesTier:"DUU"},buneary:{tier:"LC"},lopunny:{tier:"(PU)",doublesTier:"DUU"},glameow:{tier:"LC"},purugly:{tier:"PU",doublesTier:"DUU"},stunky:{tier:"LC"},skuntank:{tier:"NU",doublesTier:"DUU"},bronzor:{tier:"PU",doublesTier:"LC"},bronzong:{tier:"UU",doublesTier:"DOU"},chatot:{tier:"(PU)",doublesTier:"DUU"},spiritomb:{tier:"RU",doublesTier:"DUU"},gible:{tier:"LC"},gabite:{tier:"PU",doublesTier:"NFE"},garchomp:{tier:"OU",doublesTier:"DOU"},riolu:{tier:"PUBL",doublesTier:"LC"},lucario:{tier:"(OU)",doublesTier:"DOU"},hippopotas:{tier:"LC"},hippowdon:{tier:"(OU)",doublesTier:"DUU"},skorupi:{tier:"LC"},drapion:{tier:"RU",doublesTier:"DUU"},croagunk:{tier:"LC"},toxicroak:{tier:"OU",doublesTier:"DOU"},carnivine:{tier:"(PU)",doublesTier:"DUU"},finneon:{tier:"LC"},lumineon:{tier:"(PU)",doublesTier:"DUU"},snover:{tier:"LC"},abomasnow:{tier:"UU",doublesTier:"DOU"},rotom:{tier:"RU",doublesTier:"DUU"},rotomheat:{tier:"UU",doublesTier:"DUU"},rotomwash:{tier:"OU",doublesTier:"DOU"},rotomfrost:{tier:"PUBL",doublesTier:"DUU"},rotomfan:{tier:"NU",doublesTier:"DUU"},rotommow:{tier:"RU",doublesTier:"DUU"},uxie:{tier:"RU",doublesTier:"DUU"},mesprit:{tier:"RU",doublesTier:"DUU"},azelf:{tier:"UU",doublesTier:"DUU"},dialga:{tier:"Uber",doublesTier:"DUber"},palkia:{tier:"Uber",doublesTier:"DUber"},heatran:{tier:"OU",doublesTier:"DOU"},regigigas:{tier:"(PU)",doublesTier:"DUU"},giratina:{tier:"Uber",doublesTier:"DUber"},giratinaorigin:{tier:"Uber",doublesTier:"DUber"},cresselia:{tier:"RUBL",doublesTier:"DOU"},phione:{tier:"(PU)",doublesTier:"DUU"},manaphy:{tier:"Uber",doublesTier:"DUU"},darkrai:{tier:"Uber",doublesTier:"DUU"},shaymin:{tier:"UU",doublesTier:"DUU"},shayminsky:{tier:"Uber",doublesTier:"DOU"},arceus:{tier:"Uber",doublesTier:"DUber"},arceusbug:{},arceusdark:{},arceusdragon:{},arceuselectric:{},arceusfighting:{},arceusfire:{},arceusflying:{},arceusghost:{},arceusgrass:{},arceusground:{},arceusice:{},arceuspoison:{},arceuspsychic:{},arceusrock:{},arceussteel:{},arceuswater:{},victini:{tier:"UU",doublesTier:"DOU"},snivy:{tier:"LC"},servine:{tier:"NFE"},serperior:{tier:"NU",doublesTier:"DUU"},tepig:{tier:"LC"},pignite:{tier:"NFE"},emboar:{tier:"RU",doublesTier:"DUU"},oshawott:{tier:"LC"},dewott:{tier:"NFE"},samurott:{tier:"NU",doublesTier:"DUU"},patrat:{tier:"LC"},watchog:{tier:"(PU)",doublesTier:"DUU"},lillipup:{tier:"LC"},herdier:{tier:"NFE"},stoutland:{tier:"PU",doublesTier:"DUU"},purrloin:{tier:"LC"},liepard:{tier:"NU",doublesTier:"DUU"},pansage:{tier:"LC"},simisage:{tier:"PU",doublesTier:"DUU"},pansear:{tier:"LC"},simisear:{tier:"(PU)",doublesTier:"DUU"},panpour:{tier:"LC"},simipour:{tier:"PUBL",doublesTier:"DUU"},munna:{tier:"LC"},musharna:{tier:"NU",doublesTier:"DUU"},pidove:{tier:"LC"},tranquill:{tier:"NFE"},unfezant:{tier:"(PU)",doublesTier:"DUU"},blitzle:{tier:"LC"},zebstrika:{tier:"PU",doublesTier:"DUU"},roggenrola:{tier:"LC"},boldore:{tier:"NFE"},gigalith:{tier:"NU",doublesTier:"DUU"},woobat:{tier:"LC"},swoobat:{tier:"PU",doublesTier:"DUU"},drilbur:{tier:"LC"},excadrill:{tier:"OU",doublesTier:"DOU"},audino:{tier:"PU",doublesTier:"DUU"},timburr:{tier:"LC"},gurdurr:{tier:"NU",doublesTier:"NFE"},conkeldurr:{tier:"OU",doublesTier:"DOU"},tympole:{tier:"LC"},palpitoad:{tier:"NFE"},seismitoad:{tier:"NU",doublesTier:"DUU"},throh:{tier:"PUBL",doublesTier:"DUU"},sawk:{tier:"NU",doublesTier:"DUU"},sewaddle:{tier:"LC"},swadloon:{tier:"NFE"},leavanny:{tier:"(PU)",doublesTier:"DUU"},venipede:{tier:"LC"},whirlipede:{tier:"NFE"},scolipede:{tier:"NUBL",doublesTier:"DUU"},cottonee:{tier:"LC"},whimsicott:{tier:"RU",doublesTier:"DOU"},petilil:{tier:"LC"},lilligant:{tier:"RU",doublesTier:"DUU"},basculin:{tier:"NU",doublesTier:"DUU"},basculinbluestriped:{tier:"NU",doublesTier:"DUU"},sandile:{tier:"LC"},krokorok:{tier:"PU",doublesTier:"NFE"},krookodile:{tier:"UU",doublesTier:"DUU"},darumaka:{tier:"LC"},darmanitan:{tier:"UU",doublesTier:"DUU"},maractus:{tier:"PU",doublesTier:"DUU"},dwebble:{tier:"PU",doublesTier:"LC"},crustle:{tier:"RU",doublesTier:"DUU"},scraggy:{tier:"PU",doublesTier:"NFE"},scrafty:{tier:"UU",doublesTier:"DUU"},sigilyph:{tier:"RU",doublesTier:"DUU"},yamask:{tier:"LC"},cofagrigus:{tier:"UU",doublesTier:"DUU"},tirtouga:{tier:"LC"},carracosta:{tier:"NU",doublesTier:"DUU"},archen:{tier:"LC"},archeops:{tier:"RU",doublesTier:"DUU"},trubbish:{tier:"LC"},garbodor:{tier:"NU",doublesTier:"DUU"},zorua:{tier:"LC"},zoroark:{tier:"UU",doublesTier:"DUU"},minccino:{tier:"LC"},cinccino:{tier:"RU",doublesTier:"DUU"},gothita:{tier:"LC"},gothorita:{tier:"PUBL",doublesTier:"NFE"},gothitelle:{tier:"UUBL",doublesTier:"DUU"},solosis:{tier:"LC"},duosion:{tier:"PU",doublesTier:"NFE"},reuniclus:{tier:"OU",doublesTier:"DOU"},ducklett:{tier:"LC"},swanna:{tier:"PU",doublesTier:"DUU"},vanillite:{tier:"LC"},vanillish:{tier:"NFE"},vanilluxe:{tier:"(PU)",doublesTier:"DUU"},deerling:{tier:"LC"},sawsbuck:{tier:"NU",doublesTier:"DUU"},emolga:{tier:"(PU)",doublesTier:"DUU"},karrablast:{tier:"LC"},escavalier:{tier:"RU",doublesTier:"DUU"},foongus:{tier:"LC"},amoonguss:{tier:"RU",doublesTier:"DOU"},frillish:{tier:"LC"},jellicent:{tier:"OU",doublesTier:"DOU"},alomomola:{tier:"NU",doublesTier:"DUU"},joltik:{tier:"LC"},galvantula:{tier:"RU",doublesTier:"DUU"},ferroseed:{tier:"RU",doublesTier:"LC"},ferrothorn:{tier:"OU",doublesTier:"DOU"},klink:{tier:"LC"},klang:{tier:"PU",doublesTier:"NFE"},klinklang:{tier:"RU",doublesTier:"DUU"},tynamo:{tier:"LC"},eelektrik:{tier:"NFE"},eelektross:{tier:"NU",doublesTier:"DUU"},elgyem:{tier:"LC"},beheeyem:{tier:"PU",doublesTier:"DUU"},litwick:{tier:"LC"},lampent:{tier:"NFE"},chandelure:{tier:"UUBL",doublesTier:"DOU"},axew:{tier:"LC"},fraxure:{tier:"PU",doublesTier:"NFE"},haxorus:{tier:"(OU)",doublesTier:"DUU"},cubchoo:{tier:"LC"},beartic:{tier:"(PU)",doublesTier:"DUU"},cryogonal:{tier:"RU",doublesTier:"DUU"},shelmet:{tier:"LC"},accelgor:{tier:"RU",doublesTier:"DUU"},stunfisk:{tier:"PU",doublesTier:"DUU"},mienfoo:{tier:"LC"},mienshao:{tier:"UU",doublesTier:"DUU"},druddigon:{tier:"RU",doublesTier:"DUU"},golett:{tier:"LC"},golurk:{tier:"NU",doublesTier:"DUU"},pawniard:{tier:"LC"},bisharp:{tier:"UU",doublesTier:"DUU"},bouffalant:{tier:"RU",doublesTier:"DUU"},rufflet:{tier:"LC"},braviary:{tier:"NU",doublesTier:"DUU"},vullaby:{tier:"LC"},mandibuzz:{tier:"NU",doublesTier:"DUU"},heatmor:{tier:"(PU)",doublesTier:"DUU"},durant:{tier:"RU",doublesTier:"DUU"},deino:{tier:"LC"},zweilous:{tier:"PU",doublesTier:"NFE"},hydreigon:{tier:"OU",doublesTier:"DOU"},larvesta:{tier:"LC"},volcarona:{tier:"OU",doublesTier:"DOU"},cobalion:{tier:"UU",doublesTier:"DUU"},terrakion:{tier:"OU",doublesTier:"DOU"},virizion:{tier:"UU",doublesTier:"DUU"},tornadus:{tier:"UU",doublesTier:"DUU"},tornadustherian:{tier:"Uber",doublesTier:"DUU"},thundurus:{tier:"Uber",doublesTier:"DOU"},thundurustherian:{tier:"OU",doublesTier:"DOU"},reshiram:{tier:"Uber",doublesTier:"DUber"},zekrom:{tier:"Uber",doublesTier:"DUber"},landorus:{tier:"Uber",doublesTier:"DUU"},landorustherian:{tier:"OU",doublesTier:"DOU"},kyurem:{tier:"UUBL",doublesTier:"DUU"},kyuremblack:{tier:"OU",doublesTier:"DOU"},kyuremwhite:{tier:"Uber",doublesTier:"DUber"},keldeo:{tier:"OU",doublesTier:"DUU"},keldeoresolute:{tier:"OU",doublesTier:"DUU"},meloetta:{tier:"UU",doublesTier:"DUU"},meloettapirouette:{},genesect:{tier:"Uber",doublesTier:"DOU"},genesectburn:{tier:"Uber",doublesTier:"(DOU)"},genesectchill:{tier:"Uber",doublesTier:"(DOU)"},genesectdouse:{tier:"Uber",doublesTier:"(DOU)"},genesectshock:{tier:"Uber",doublesTier:"(DOU)"},pokestarsmeargle:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestarufo:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestarufo2:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestarbrycenman:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestarmt:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestarmt2:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestartransport:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestargiant:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestargiant2:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestarhumanoid:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestarmonster:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestarf00:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestarf002:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestarspirit:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestarblackdoor:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestarwhitedoor:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestarblackbelt:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestargiantpropo2:{isNonstandard:"Unobtainable",tier:"Illegal"},pokestarufopropu2:{isNonstandard:"Unobtainable",tier:"Illegal"}},6:{bulbasaur:{tier:"LC"},ivysaur:{tier:"NFE"},venusaur:{tier:"RU",doublesTier:"DOU"},venusaurmega:{tier:"OU",doublesTier:"DOU"},charmander:{tier:"LC"},charmeleon:{tier:"NFE"},charizard:{tier:"NU",doublesTier:"(DUU)"},charizardmegax:{tier:"OU",doublesTier:"(DUU)"},charizardmegay:{tier:"OU",doublesTier:"DOU"},squirtle:{tier:"LC"},wartortle:{tier:"NFE"},blastoise:{tier:"RU",doublesTier:"(DUU)"},blastoisemega:{tier:"UU",doublesTier:"DUU"},caterpie:{tier:"LC"},metapod:{tier:"NFE"},butterfree:{tier:"(PU)",doublesTier:"(DUU)"},weedle:{tier:"LC"},kakuna:{tier:"NFE"},beedrill:{tier:"(PU)",doublesTier:"(DUU)"},beedrillmega:{tier:"UU",doublesTier:"(DUU)"},pidgey:{tier:"LC"},pidgeotto:{tier:"NFE"},pidgeot:{tier:"(PU)",doublesTier:"(DUU)"},pidgeotmega:{tier:"UUBL",doublesTier:"(DUU)"},rattata:{tier:"LC"},raticate:{tier:"(PU)",doublesTier:"(DUU)"},spearow:{tier:"LC"},fearow:{tier:"(PU)",doublesTier:"(DUU)"},ekans:{tier:"LC"},arbok:{tier:"PU",doublesTier:"(DUU)"},pichu:{tier:"LC"},pikachu:{tier:"NFE"},pikachucosplay:{tier:"(PU)",doublesTier:"(DUU)"},pikachurockstar:{tier:"(PU)",doublesTier:"(DUU)"},pikachubelle:{tier:"(PU)",doublesTier:"(DUU)"},pikachupopstar:{tier:"(PU)",doublesTier:"(DUU)"},pikachuphd:{tier:"(PU)",doublesTier:"(DUU)"},pikachulibre:{tier:"(PU)",doublesTier:"(DUU)"},raichu:{tier:"PU",doublesTier:"DOU"},sandshrew:{tier:"LC"},sandslash:{tier:"NU",doublesTier:"(DUU)"},nidoranf:{tier:"LC"},nidorina:{tier:"NFE"},nidoqueen:{tier:"UU",doublesTier:"(DUU)"},nidoranm:{tier:"LC"},nidorino:{tier:"NFE"},nidoking:{tier:"UU",doublesTier:"DUU"},cleffa:{tier:"LC"},clefairy:{tier:"PU",doublesTier:"NFE"},clefable:{tier:"OU",doublesTier:"DUU"},vulpix:{tier:"LC"},ninetales:{tier:"PU",doublesTier:"DUU"},igglybuff:{tier:"LC"},jigglypuff:{tier:"NFE"},wigglytuff:{tier:"(PU)",doublesTier:"(DUU)"},zubat:{tier:"LC"},golbat:{tier:"RU",doublesTier:"NFE"},crobat:{tier:"UU",doublesTier:"DUU"},oddish:{tier:"LC"},gloom:{tier:"NFE"},vileplume:{tier:"NU",doublesTier:"(DUU)"},bellossom:{tier:"(PU)",doublesTier:"(DUU)"},paras:{tier:"LC"},parasect:{tier:"(PU)",doublesTier:"(DUU)"},venonat:{tier:"LC"},venomoth:{tier:"RUBL",doublesTier:"(DUU)"},diglett:{tier:"LC"},dugtrio:{tier:"(OU)",doublesTier:"(DUU)"},meowth:{tier:"LC"},persian:{tier:"(PU)",doublesTier:"(DUU)"},psyduck:{tier:"LC"},golduck:{tier:"(PU)",doublesTier:"(DUU)"},mankey:{tier:"LC"},primeape:{tier:"NU",doublesTier:"(DUU)"},growlithe:{tier:"LC"},arcanine:{tier:"UU",doublesTier:"DOU"},poliwag:{tier:"LC"},poliwhirl:{tier:"NFE"},poliwrath:{tier:"NU",doublesTier:"(DUU)"},politoed:{tier:"(PU)",doublesTier:"DOU"},abra:{tier:"LC"},kadabra:{tier:"PU",doublesTier:"NFE"},alakazam:{tier:"UUBL",doublesTier:"(DUU)"},alakazammega:{tier:"UUBL",doublesTier:"(DUU)"},machop:{tier:"LC"},machoke:{tier:"PUBL",doublesTier:"NFE"},machamp:{tier:"UU",doublesTier:"DUU"},bellsprout:{tier:"LC"},weepinbell:{tier:"NFE"},victreebel:{tier:"PUBL",doublesTier:"(DUU)"},tentacool:{tier:"LC"},tentacruel:{tier:"UU",doublesTier:"(DUU)"},geodude:{tier:"LC"},graveler:{tier:"NFE"},golem:{tier:"PU",doublesTier:"(DUU)"},ponyta:{tier:"LC"},rapidash:{tier:"PU",doublesTier:"(DUU)"},slowpoke:{tier:"LC"},slowbro:{tier:"OU",doublesTier:"(DUU)"},slowbromega:{tier:"(OU)",doublesTier:"(DUU)"},slowking:{tier:"RU",doublesTier:"DUU"},magnemite:{tier:"LC"},magneton:{tier:"RU",doublesTier:"NFE"},magnezone:{tier:"OU",doublesTier:"(DUU)"},farfetchd:{tier:"(PU)",doublesTier:"(DUU)"},doduo:{tier:"LC"},dodrio:{tier:"PU",doublesTier:"(DUU)"},seel:{tier:"LC"},dewgong:{tier:"(PU)",doublesTier:"(DUU)"},grimer:{tier:"LC"},muk:{tier:"PU",doublesTier:"(DUU)"},shellder:{tier:"LC"},cloyster:{tier:"UU",doublesTier:"(DUU)"},gastly:{tier:"LC"},haunter:{tier:"NU",doublesTier:"NFE"},gengar:{tier:"OU",doublesTier:"DOU"},gengarmega:{tier:"Uber",doublesTier:"DOU"},onix:{tier:"LC"},steelix:{tier:"NU",doublesTier:"(DUU)"},steelixmega:{tier:"RUBL",doublesTier:"(DUU)"},drowzee:{tier:"LC"},hypno:{tier:"(PU)",doublesTier:"(DUU)"},krabby:{tier:"LC"},kingler:{tier:"PU",doublesTier:"(DUU)"},voltorb:{tier:"LC"},electrode:{tier:"PU",doublesTier:"(DUU)"},exeggcute:{tier:"LC"},exeggutor:{tier:"PUBL",doublesTier:"(DUU)"},cubone:{tier:"LC"},marowak:{tier:"PU",doublesTier:"(DUU)"},tyrogue:{tier:"LC"},hitmonlee:{tier:"RU",doublesTier:"(DUU)"},hitmonchan:{tier:"NU",doublesTier:"(DUU)"},hitmontop:{tier:"RU",doublesTier:"DOU"},lickitung:{tier:"LC"},lickilicky:{tier:"PU",doublesTier:"(DUU)"},koffing:{tier:"LC"},weezing:{tier:"NU",doublesTier:"(DUU)"},rhyhorn:{tier:"LC"},rhydon:{tier:"NU",doublesTier:"NFE"},rhyperior:{tier:"RU",doublesTier:"DUU"},happiny:{tier:"LC"},chansey:{tier:"OU",doublesTier:"NFE"},blissey:{tier:"UU",doublesTier:"(DUU)"},tangela:{tier:"PU",doublesTier:"NFE"},tangrowth:{tier:"OU",doublesTier:"(DUU)"},kangaskhan:{tier:"NU",doublesTier:"(DUU)"},kangaskhanmega:{tier:"Uber",doublesTier:"DOU"},horsea:{tier:"LC"},seadra:{tier:"NFE"},kingdra:{tier:"RUBL",doublesTier:"(DUU)"},goldeen:{tier:"LC"},seaking:{tier:"(PU)",doublesTier:"(DUU)"},staryu:{tier:"LC"},starmie:{tier:"OU",doublesTier:"(DUU)"},mimejr:{tier:"LC"},mrmime:{tier:"PU",doublesTier:"(DUU)"},scyther:{tier:"NU",doublesTier:"NFE"},scizor:{tier:"OU",doublesTier:"DOU"},scizormega:{tier:"OU",doublesTier:"(DOU)"},smoochum:{tier:"LC"},jynx:{tier:"NU",doublesTier:"(DUU)"},elekid:{tier:"LC"},electabuzz:{tier:"NFE"},electivire:{tier:"NU",doublesTier:"(DUU)"},magby:{tier:"LC"},magmar:{tier:"NFE"},magmortar:{tier:"NU",doublesTier:"(DUU)"},pinsir:{tier:"NU",doublesTier:"(DUU)"},pinsirmega:{tier:"OU",doublesTier:"(DUU)"},tauros:{tier:"NU",doublesTier:"(DUU)"},magikarp:{tier:"LC"},gyarados:{tier:"UU",doublesTier:"(DUU)"},gyaradosmega:{tier:"UUBL",doublesTier:"(DUU)"},lapras:{tier:"PU",doublesTier:"(DUU)"},ditto:{tier:"(PU)",doublesTier:"(DUU)"},eevee:{tier:"LC"},vaporeon:{tier:"UU",doublesTier:"DUU"},jolteon:{tier:"RU",doublesTier:"(DUU)"},flareon:{tier:"PU",doublesTier:"(DUU)"},espeon:{tier:"UU",doublesTier:"(DUU)"},umbreon:{tier:"UU",doublesTier:"(DUU)"},leafeon:{tier:"PU",doublesTier:"(DUU)"},glaceon:{tier:"(PU)",doublesTier:"(DUU)"},porygon:{tier:"LC"},porygon2:{tier:"UU",doublesTier:"DUU"},porygonz:{tier:"UU",doublesTier:"(DUU)"},omanyte:{tier:"LC"},omastar:{tier:"NU",doublesTier:"(DUU)"},kabuto:{tier:"LC"},kabutops:{tier:"NU",doublesTier:"(DUU)"},aerodactyl:{tier:"RU",doublesTier:"(DUU)"},aerodactylmega:{tier:"UU",doublesTier:"DUU"},munchlax:{tier:"LC"},snorlax:{tier:"UU",doublesTier:"DUU"},articuno:{tier:"PU",doublesTier:"(DUU)"},zapdos:{tier:"OU",doublesTier:"DOU"},moltres:{tier:"RUBL",doublesTier:"(DUU)"},dratini:{tier:"LC"},dragonair:{tier:"NFE"},dragonite:{tier:"OU",doublesTier:"(DUU)"},mewtwo:{tier:"Uber",doublesTier:"DUber"},mewtwomegax:{tier:"Uber",doublesTier:"DUber"},mewtwomegay:{tier:"Uber",doublesTier:"DUber"},mew:{tier:"OU",doublesTier:"DUU"},chikorita:{tier:"LC"},bayleef:{tier:"NFE"},meganium:{tier:"(PU)",doublesTier:"(DUU)"},cyndaquil:{tier:"LC"},quilava:{tier:"NFE"},typhlosion:{tier:"RU",doublesTier:"(DUU)"},totodile:{tier:"LC"},croconaw:{tier:"NFE"},feraligatr:{tier:"UU",doublesTier:"(DUU)"},sentret:{tier:"LC"},furret:{tier:"(PU)",doublesTier:"(DUU)"},hoothoot:{tier:"LC"},noctowl:{tier:"(PU)",doublesTier:"(DUU)"},ledyba:{tier:"LC"},ledian:{tier:"(PU)",doublesTier:"(DUU)"},spinarak:{tier:"LC"},ariados:{tier:"(PU)",doublesTier:"(DUU)"},chinchou:{tier:"LC"},lanturn:{tier:"NU",doublesTier:"DUU"},togepi:{tier:"LC"},togetic:{tier:"RU",doublesTier:"DUU"},togekiss:{tier:"UUBL",doublesTier:"DOU"},natu:{tier:"LC"},xatu:{tier:"NU",doublesTier:"(DUU)"},mareep:{tier:"LC"},flaaffy:{tier:"NFE"},ampharos:{tier:"PU",doublesTier:"(DUU)"},ampharosmega:{tier:"UU",doublesTier:"(DUU)"},azurill:{tier:"LC"},marill:{tier:"NFE"},azumarill:{tier:"OU",doublesTier:"DOU"},bonsly:{tier:"LC"},sudowoodo:{tier:"(PU)",doublesTier:"(DUU)"},hoppip:{tier:"LC"},skiploom:{tier:"NFE"},jumpluff:{tier:"(PU)",doublesTier:"(DUU)"},aipom:{tier:"LC"},ambipom:{tier:"RU",doublesTier:"DUU"},sunkern:{tier:"LC"},sunflora:{tier:"(PU)",doublesTier:"(DUU)"},yanma:{tier:"NFE"},yanmega:{tier:"RUBL",doublesTier:"(DUU)"},wooper:{tier:"LC"},quagsire:{tier:"PUBL",doublesTier:"(DUU)"},murkrow:{tier:"NFE"},honchkrow:{tier:"RUBL",doublesTier:"(DUU)"},misdreavus:{tier:"PU",doublesTier:"NFE"},mismagius:{tier:"NU",doublesTier:"(DUU)"},unown:{tier:"(PU)",doublesTier:"(DUU)"},wynaut:{tier:"LC"},wobbuffet:{tier:"(PU)",doublesTier:"(DUU)"},girafarig:{tier:"(PU)",doublesTier:"(DUU)"},pineco:{tier:"LC"},forretress:{tier:"UU",doublesTier:"(DUU)"},dunsparce:{tier:"(PU)",doublesTier:"(DUU)"},gligar:{tier:"UU",doublesTier:"NFE"},gliscor:{tier:"OU",doublesTier:"(DUU)"},snubbull:{tier:"LC"},granbull:{tier:"RU",doublesTier:"(DUU)"},qwilfish:{tier:"RU",doublesTier:"(DUU)"},shuckle:{tier:"RUBL",doublesTier:"(DUU)"},heracross:{tier:"UU",doublesTier:"(DUU)"},heracrossmega:{tier:"(OU)",doublesTier:"(DUU)"},sneasel:{tier:"RU",doublesTier:"NFE"},weavile:{tier:"OU",doublesTier:"DOU"},teddiursa:{tier:"LC"},ursaring:{tier:"PU",doublesTier:"(DUU)"},slugma:{tier:"LC"},magcargo:{tier:"(PU)",doublesTier:"(DUU)"},swinub:{tier:"LC"},piloswine:{tier:"NU",doublesTier:"NFE"},mamoswine:{tier:"UU",doublesTier:"(DUU)"},corsola:{tier:"(PU)",doublesTier:"(DUU)"},remoraid:{tier:"LC"},octillery:{tier:"(PU)",doublesTier:"(DUU)"},delibird:{tier:"(PU)",doublesTier:"(DUU)"},mantyke:{tier:"LC"},mantine:{tier:"NU",doublesTier:"(DUU)"},skarmory:{tier:"OU",doublesTier:"(DUU)"},houndour:{tier:"LC"},houndoom:{tier:"RU",doublesTier:"(DUU)"},houndoommega:{tier:"RUBL",doublesTier:"(DUU)"},phanpy:{tier:"LC"},donphan:{tier:"UU",doublesTier:"(DUU)"},stantler:{tier:"(PU)",doublesTier:"(DUU)"},smeargle:{tier:"PU",doublesTier:"(DUU)"},miltank:{tier:"NU",doublesTier:"(DUU)"},raikou:{tier:"(OU)",doublesTier:"(DUU)"},entei:{tier:"UU",doublesTier:"DUU"},suicune:{tier:"UU",doublesTier:"DOU"},larvitar:{tier:"LC"},pupitar:{tier:"NFE"},tyranitar:{tier:"OU",doublesTier:"DOU"},tyranitarmega:{tier:"(OU)",doublesTier:"(DOU)"},lugia:{tier:"Uber",doublesTier:"DUber"},hooh:{tier:"Uber",doublesTier:"DUber"},celebi:{tier:"UU",doublesTier:"(DUU)"},treecko:{tier:"LC"},grovyle:{tier:"NFE"},sceptile:{tier:"NUBL",doublesTier:"(DUU)"},sceptilemega:{tier:"UU",doublesTier:"DUU"},torchic:{tier:"LC"},combusken:{tier:"PU",doublesTier:"NFE"},blaziken:{tier:"Uber",doublesTier:"(DUU)"},blazikenmega:{tier:"Uber",doublesTier:"(DUU)"},mudkip:{tier:"LC"},marshtomp:{tier:"NFE"},swampert:{tier:"UU",doublesTier:"(DUU)"},swampertmega:{tier:"UU",doublesTier:"(DUU)"},poochyena:{tier:"LC"},mightyena:{tier:"(PU)",doublesTier:"(DUU)"},zigzagoon:{tier:"LC"},linoone:{tier:"PUBL",doublesTier:"(DUU)"},wurmple:{tier:"LC"},silcoon:{tier:"NFE"},beautifly:{tier:"(PU)",doublesTier:"(DUU)"},cascoon:{tier:"NFE"},dustox:{tier:"(PU)",doublesTier:"(DUU)"},lotad:{tier:"LC"},lombre:{tier:"NFE"},ludicolo:{tier:"NU",doublesTier:"DOU"},seedot:{tier:"LC"},nuzleaf:{tier:"NFE"},shiftry:{tier:"NU",doublesTier:"(DUU)"},taillow:{tier:"LC"},swellow:{tier:"NU",doublesTier:"(DUU)"},wingull:{tier:"LC"},pelipper:{tier:"PU",doublesTier:"(DUU)"},ralts:{tier:"LC"},kirlia:{tier:"NFE"},gardevoir:{tier:"UU",doublesTier:"DUU"},gardevoirmega:{tier:"OU",doublesTier:"DOU"},gallade:{tier:"RU",doublesTier:"(DUU)"},gallademega:{tier:"UUBL",doublesTier:"(DUU)"},surskit:{tier:"LC"},masquerain:{tier:"(PU)",doublesTier:"(DUU)"},shroomish:{tier:"LC"},breloom:{tier:"OU",doublesTier:"DOU"},slakoth:{tier:"LC"},vigoroth:{tier:"PUBL",doublesTier:"NFE"},slaking:{tier:"(PU)",doublesTier:"(DUU)"},nincada:{tier:"LC"},ninjask:{tier:"PU",doublesTier:"(DUU)"},shedinja:{tier:"(PU)",doublesTier:"(DUU)"},whismur:{tier:"LC"},loudred:{tier:"NFE"},exploud:{tier:"RU",doublesTier:"(DUU)"},makuhita:{tier:"LC"},hariyama:{tier:"NU",doublesTier:"DUU"},nosepass:{tier:"LC"},probopass:{tier:"PU",doublesTier:"(DUU)"},skitty:{tier:"LC"},delcatty:{tier:"(PU)",doublesTier:"(DUU)"},sableye:{tier:"RUBL",doublesTier:"DUU"},sableyemega:{tier:"Uber",doublesTier:"DUU"},mawile:{tier:"PU",doublesTier:"(DUU)"},mawilemega:{tier:"Uber",doublesTier:"(DUU)"},aron:{tier:"LC"},lairon:{tier:"NFE"},aggron:{tier:"NU",doublesTier:"(DUU)"},aggronmega:{tier:"UU",doublesTier:"(DUU)"},meditite:{tier:"NFE"},medicham:{tier:"RU",doublesTier:"(DUU)"},medichammega:{tier:"OU",doublesTier:"(DUU)"},electrike:{tier:"LC"},manectric:{tier:"NU",doublesTier:"(DUU)"},manectricmega:{tier:"OU",doublesTier:"(DUU)"},plusle:{tier:"(PU)",doublesTier:"(DUU)"},minun:{tier:"(PU)",doublesTier:"(DUU)"},volbeat:{tier:"(PU)",doublesTier:"(DUU)"},illumise:{tier:"(PU)",doublesTier:"(DUU)"},budew:{tier:"LC"},roselia:{tier:"PU",doublesTier:"NFE"},roserade:{tier:"UU",doublesTier:"(DUU)"},gulpin:{tier:"LC"},swalot:{tier:"(PU)",doublesTier:"(DUU)"},carvanha:{tier:"LC"},sharpedo:{tier:"RUBL",doublesTier:"(DUU)"},sharpedomega:{tier:"UU",doublesTier:"(DUU)"},wailmer:{tier:"LC"},wailord:{tier:"(PU)",doublesTier:"(DUU)"},numel:{tier:"LC"},camerupt:{tier:"PU",doublesTier:"(DUU)"},cameruptmega:{tier:"RU",doublesTier:"DUU"},torkoal:{tier:"PU",doublesTier:"(DUU)"},spoink:{tier:"LC"},grumpig:{tier:"PU",doublesTier:"(DUU)"},spinda:{tier:"(PU)",doublesTier:"(DUU)"},trapinch:{tier:"LC"},vibrava:{tier:"NFE"},flygon:{tier:"RU",doublesTier:"(DUU)"},cacnea:{tier:"LC"},cacturne:{tier:"PU",doublesTier:"(DUU)"},swablu:{tier:"LC"},altaria:{tier:"PU",doublesTier:"(DUU)"},altariamega:{tier:"UUBL",doublesTier:"DUU"},zangoose:{tier:"NU",doublesTier:"(DUU)"},seviper:{tier:"(PU)",doublesTier:"(DUU)"},lunatone:{tier:"(PU)",doublesTier:"(DUU)"},solrock:{tier:"(PU)",doublesTier:"(DUU)"},barboach:{tier:"LC"},whiscash:{tier:"(PU)",doublesTier:"(DUU)"},corphish:{tier:"LC"},crawdaunt:{tier:"UU",doublesTier:"(DUU)"},baltoy:{tier:"LC"},claydol:{tier:"NU",doublesTier:"(DUU)"},lileep:{tier:"LC"},cradily:{tier:"NU",doublesTier:"DUU"},anorith:{tier:"LC"},armaldo:{tier:"PU",doublesTier:"(DUU)"},feebas:{tier:"LC"},milotic:{tier:"UU",doublesTier:"(DUU)"},castform:{tier:"(PU)",doublesTier:"(DUU)"},castformsunny:{},castformrainy:{},castformsnowy:{},kecleon:{tier:"NU",doublesTier:"DUU"},shuppet:{tier:"LC"},banette:{tier:"(PU)",doublesTier:"(DUU)"},banettemega:{tier:"RU",doublesTier:"(DUU)"},duskull:{tier:"LC"},dusclops:{tier:"NFE"},dusknoir:{tier:"PU",doublesTier:"(DUU)"},tropius:{tier:"(PU)",doublesTier:"(DUU)"},chingling:{tier:"LC"},chimecho:{tier:"(PU)",doublesTier:"(DUU)"},absol:{tier:"RU",doublesTier:"(DUU)"},absolmega:{tier:"UU",doublesTier:"(DUU)"},snorunt:{tier:"LC"},glalie:{tier:"(PU)",doublesTier:"(DUU)"},glaliemega:{tier:"RU",doublesTier:"(DUU)"},froslass:{tier:"RUBL",doublesTier:"(DUU)"},spheal:{tier:"LC"},sealeo:{tier:"NFE"},walrein:{tier:"(PU)",doublesTier:"(DUU)"},clamperl:{tier:"LC"},huntail:{tier:"(PU)",doublesTier:"(DUU)"},gorebyss:{tier:"PU",doublesTier:"(DUU)"},relicanth:{tier:"PU",doublesTier:"(DUU)"},luvdisc:{tier:"(PU)",doublesTier:"(DUU)"},bagon:{tier:"LC"},shelgon:{tier:"NFE"},salamence:{tier:"UUBL",doublesTier:"DUU"},salamencemega:{tier:"Uber",doublesTier:"DUber"},beldum:{tier:"LC"},metang:{tier:"PU",doublesTier:"NFE"},metagross:{tier:"UU",doublesTier:"DUU"},metagrossmega:{tier:"OU",doublesTier:"DUU"},regirock:{tier:"NU",doublesTier:"(DUU)"},regice:{tier:"PU",doublesTier:"(DUU)"},registeel:{tier:"RU",doublesTier:"(DUU)"},latias:{tier:"OU",doublesTier:"(DUU)"},latiasmega:{tier:"(OU)",doublesTier:"(DUU)"},latios:{tier:"OU",doublesTier:"DOU"},latiosmega:{tier:"(OU)",doublesTier:"(DOU)"},kyogre:{tier:"Uber",doublesTier:"DUber"},kyogreprimal:{},groudon:{tier:"Uber",doublesTier:"DUber"},groudonprimal:{},rayquaza:{tier:"Uber",doublesTier:"DUber"},rayquazamega:{tier:"AG",doublesTier:"DUber"},jirachi:{tier:"OU",doublesTier:"DUber"},deoxys:{tier:"Uber",doublesTier:"(DUU)"},deoxysattack:{tier:"Uber",doublesTier:"(DUU)"},deoxysdefense:{tier:"Uber",doublesTier:"(DUU)"},deoxysspeed:{tier:"Uber",doublesTier:"(DUU)"},turtwig:{tier:"LC"},grotle:{tier:"NFE"},torterra:{tier:"NU",doublesTier:"(DUU)"},chimchar:{tier:"LC"},monferno:{tier:"PU",doublesTier:"NFE"},infernape:{tier:"UU",doublesTier:"DUU"},piplup:{tier:"LC"},prinplup:{tier:"PU",doublesTier:"NFE"},empoleon:{tier:"UU",doublesTier:"(DUU)"},starly:{tier:"LC"},staravia:{tier:"NFE"},staraptor:{tier:"UUBL",doublesTier:"DUU"},bidoof:{tier:"LC"},bibarel:{tier:"(PU)",doublesTier:"(DUU)"},kricketot:{tier:"LC"},kricketune:{tier:"(PU)",doublesTier:"(DUU)"},shinx:{tier:"LC"},luxio:{tier:"NFE"},luxray:{tier:"(PU)",doublesTier:"(DUU)"},cranidos:{tier:"LC"},rampardos:{tier:"PU",doublesTier:"(DUU)"},shieldon:{tier:"LC"},bastiodon:{tier:"(PU)",doublesTier:"(DUU)"},burmy:{tier:"LC"},wormadam:{tier:"(PU)",doublesTier:"(DUU)"},wormadamsandy:{tier:"(PU)",doublesTier:"(DUU)"},wormadamtrash:{tier:"(PU)",doublesTier:"(DUU)"},mothim:{tier:"(PU)",doublesTier:"(DUU)"},combee:{tier:"LC"},vespiquen:{tier:"(PU)",doublesTier:"(DUU)"},pachirisu:{tier:"(PU)",doublesTier:"(DUU)"},buizel:{tier:"LC"},floatzel:{tier:"PU",doublesTier:"(DUU)"},cherubi:{tier:"LC"},cherrim:{tier:"(PU)",doublesTier:"(DUU)"},cherrimsunshine:{},shellos:{tier:"LC"},gastrodon:{tier:"NU",doublesTier:"DOU"},drifloon:{tier:"NFE"},drifblim:{tier:"PU",doublesTier:"(DUU)"},buneary:{tier:"LC"},lopunny:{tier:"(PU)",doublesTier:"(DUU)"},lopunnymega:{tier:"OU",doublesTier:"(DUU)"},glameow:{tier:"LC"},purugly:{tier:"(PU)",doublesTier:"(DUU)"},stunky:{tier:"LC"},skuntank:{tier:"NU",doublesTier:"(DUU)"},bronzor:{tier:"LC"},bronzong:{tier:"RU",doublesTier:"DUU"},chatot:{tier:"PU",doublesTier:"(DUU)"},spiritomb:{tier:"RU",doublesTier:"(DUU)"},gible:{tier:"LC"},gabite:{tier:"PU",doublesTier:"NFE"},garchomp:{tier:"OU",doublesTier:"DOU"},garchompmega:{tier:"(OU)",doublesTier:"(DOU)"},riolu:{tier:"LC"},lucario:{tier:"UU",doublesTier:"(DUU)"},lucariomega:{tier:"Uber",doublesTier:"(DUU)"},hippopotas:{tier:"LC"},hippowdon:{tier:"OU",doublesTier:"DUU"},skorupi:{tier:"LC"},drapion:{tier:"RU",doublesTier:"(DUU)"},croagunk:{tier:"LC"},toxicroak:{tier:"UU",doublesTier:"(DUU)"},carnivine:{tier:"(PU)",doublesTier:"(DUU)"},finneon:{tier:"LC"},lumineon:{tier:"PU",doublesTier:"(DUU)"},snover:{tier:"LC"},abomasnow:{tier:"NU",doublesTier:"(DUU)"},abomasnowmega:{tier:"RUBL",doublesTier:"DUU"},rotom:{tier:"NU",doublesTier:"(DUU)"},rotomheat:{tier:"UU",doublesTier:"(DUU)"},rotomwash:{tier:"OU",doublesTier:"DOU"},rotomfrost:{tier:"PU",doublesTier:"(DUU)"},rotomfan:{tier:"PU",doublesTier:"(DUU)"},rotommow:{tier:"RU",doublesTier:"(DUU)"},uxie:{tier:"RU",doublesTier:"(DUU)"},mesprit:{tier:"NU",doublesTier:"(DUU)"},azelf:{tier:"OU",doublesTier:"(DUU)"},dialga:{tier:"Uber",doublesTier:"DUber"},palkia:{tier:"Uber",doublesTier:"DUber"},heatran:{tier:"OU",doublesTier:"DOU"},regigigas:{tier:"(PU)",doublesTier:"(DUU)"},giratina:{tier:"Uber",doublesTier:"DUber"},giratinaorigin:{},cresselia:{tier:"UU",doublesTier:"DOU"},phione:{tier:"(PU)",doublesTier:"(DUU)"},manaphy:{tier:"OU",doublesTier:"(DUU)"},darkrai:{tier:"Uber",doublesTier:"(DUU)"},shaymin:{tier:"RUBL",doublesTier:"(DUU)"},shayminsky:{tier:"Uber",doublesTier:"DOU"},arceus:{tier:"Uber",doublesTier:"DUber"},arceusbug:{},arceusdark:{},arceusdragon:{},arceuselectric:{},arceusfairy:{},arceusfighting:{},arceusfire:{},arceusflying:{},arceusghost:{},arceusgrass:{},arceusground:{},arceusice:{},arceuspoison:{},arceuspsychic:{},arceusrock:{},arceussteel:{},arceuswater:{},victini:{tier:"UUBL",doublesTier:"DUU"},snivy:{tier:"LC"},servine:{tier:"NFE"},serperior:{tier:"OU",doublesTier:"(DUU)"},tepig:{tier:"LC"},pignite:{tier:"NFE"},emboar:{tier:"RU",doublesTier:"(DUU)"},oshawott:{tier:"LC"},dewott:{tier:"NFE"},samurott:{tier:"NU",doublesTier:"(DUU)"},patrat:{tier:"LC"},watchog:{tier:"(PU)",doublesTier:"(DUU)"},lillipup:{tier:"LC"},herdier:{tier:"NFE"},stoutland:{tier:"PU",doublesTier:"(DUU)"},purrloin:{tier:"LC"},liepard:{tier:"NU",doublesTier:"(DUU)"},pansage:{tier:"LC"},simisage:{tier:"(PU)",doublesTier:"(DUU)"},pansear:{tier:"LC"},simisear:{tier:"(PU)",doublesTier:"(DUU)"},panpour:{tier:"LC"},simipour:{tier:"(PU)",doublesTier:"(DUU)"},munna:{tier:"LC"},musharna:{tier:"PUBL",doublesTier:"(DUU)"},pidove:{tier:"LC"},tranquill:{tier:"NFE"},unfezant:{tier:"(PU)",doublesTier:"(DUU)"},blitzle:{tier:"LC"},zebstrika:{tier:"PU",doublesTier:"(DUU)"},roggenrola:{tier:"LC"},boldore:{tier:"NFE"},gigalith:{tier:"(PU)",doublesTier:"(DUU)"},woobat:{tier:"LC"},swoobat:{tier:"(PU)",doublesTier:"(DUU)"},drilbur:{tier:"LC"},excadrill:{tier:"OU",doublesTier:"DUU"},audino:{tier:"PU",doublesTier:"(DUU)"},audinomega:{tier:"NU",doublesTier:"(DUU)"},timburr:{tier:"LC"},gurdurr:{tier:"NU",doublesTier:"NFE"},conkeldurr:{tier:"UUBL",doublesTier:"DOU"},tympole:{tier:"LC"},palpitoad:{tier:"NFE"},seismitoad:{tier:"RU",doublesTier:"(DUU)"},throh:{tier:"PUBL",doublesTier:"(DUU)"},sawk:{tier:"RU",doublesTier:"(DUU)"},sewaddle:{tier:"LC"},swadloon:{tier:"NFE"},leavanny:{tier:"PU",doublesTier:"(DUU)"},venipede:{tier:"LC"},whirlipede:{tier:"NFE"},scolipede:{tier:"UUBL",doublesTier:"(DUU)"},cottonee:{tier:"LC"},whimsicott:{tier:"UU",doublesTier:"DOU"},petilil:{tier:"LC"},lilligant:{tier:"NU",doublesTier:"(DUU)"},basculin:{tier:"PU",doublesTier:"(DUU)"},basculinbluestriped:{tier:"PU",doublesTier:"(DUU)"},sandile:{tier:"LC"},krokorok:{tier:"NFE"},krookodile:{tier:"UU",doublesTier:"DUU"},darumaka:{tier:"LC"},darmanitan:{tier:"UU",doublesTier:"(DUU)"},maractus:{tier:"(PU)",doublesTier:"(DUU)"},dwebble:{tier:"LC"},crustle:{tier:"PU",doublesTier:"(DUU)"},scraggy:{tier:"LC"},scrafty:{tier:"RU",doublesTier:"DOU"},sigilyph:{tier:"RU",doublesTier:"(DUU)"},yamask:{tier:"LC"},cofagrigus:{tier:"RU",doublesTier:"DUU"},tirtouga:{tier:"LC"},carracosta:{tier:"PUBL",doublesTier:"(DUU)"},archen:{tier:"LC"},archeops:{tier:"NU",doublesTier:"(DUU)"},trubbish:{tier:"LC"},garbodor:{tier:"NU",doublesTier:"(DUU)"},zorua:{tier:"LC"},zoroark:{tier:"RUBL",doublesTier:"(DUU)"},minccino:{tier:"LC"},cinccino:{tier:"RU",doublesTier:"(DUU)"},gothita:{tier:"LC"},gothorita:{tier:"NFE"},gothitelle:{tier:"(PU)",doublesTier:"(DUU)"},solosis:{tier:"LC"},duosion:{tier:"NFE"},reuniclus:{tier:"UU",doublesTier:"DUU"},ducklett:{tier:"LC"},swanna:{tier:"PU",doublesTier:"(DUU)"},vanillite:{tier:"LC"},vanillish:{tier:"NFE"},vanilluxe:{tier:"(PU)",doublesTier:"(DUU)"},deerling:{tier:"LC"},sawsbuck:{tier:"(PU)",doublesTier:"(DUU)"},emolga:{tier:"(PU)",doublesTier:"(DUU)"},karrablast:{tier:"LC"},escavalier:{tier:"RU",doublesTier:"DUU"},foongus:{tier:"LC"},amoonguss:{tier:"OU",doublesTier:"DOU"},frillish:{tier:"LC"},jellicent:{tier:"RU",doublesTier:"DUU"},alomomola:{tier:"RU",doublesTier:"(DUU)"},joltik:{tier:"LC"},galvantula:{tier:"UU",doublesTier:"(DUU)"},ferroseed:{tier:"NU",doublesTier:"LC"},ferrothorn:{tier:"OU",doublesTier:"DOU"},klink:{tier:"LC"},klang:{tier:"NFE"},klinklang:{tier:"NU",doublesTier:"(DUU)"},tynamo:{tier:"LC"},eelektrik:{tier:"NFE"},eelektross:{tier:"RU",doublesTier:"(DUU)"},elgyem:{tier:"LC"},beheeyem:{tier:"PU",doublesTier:"(DUU)"},litwick:{tier:"LC"},lampent:{tier:"NFE"},chandelure:{tier:"UU",doublesTier:"DUU"},axew:{tier:"LC"},fraxure:{tier:"NFE"},haxorus:{tier:"UU",doublesTier:"(DUU)"},cubchoo:{tier:"LC"},beartic:{tier:"(PU)",doublesTier:"(DUU)"},cryogonal:{tier:"PU",doublesTier:"(DUU)"},shelmet:{tier:"LC"},accelgor:{tier:"RU",doublesTier:"(DUU)"},stunfisk:{tier:"PU",doublesTier:"(DUU)"},mienfoo:{tier:"LC"},mienshao:{tier:"UU",doublesTier:"(DUU)"},druddigon:{tier:"RU",doublesTier:"(DUU)"},golett:{tier:"LC"},golurk:{tier:"NU",doublesTier:"(DUU)"},pawniard:{tier:"PU",doublesTier:"LC"},bisharp:{tier:"OU",doublesTier:"DOU"},bouffalant:{tier:"PU",doublesTier:"(DUU)"},rufflet:{tier:"LC"},braviary:{tier:"RU",doublesTier:"(DUU)"},vullaby:{tier:"PU",doublesTier:"LC"},mandibuzz:{tier:"UU",doublesTier:"(DUU)"},heatmor:{tier:"(PU)",doublesTier:"(DUU)"},durant:{tier:"RUBL",doublesTier:"(DUU)"},deino:{tier:"LC"},zweilous:{tier:"NFE"},hydreigon:{tier:"UU",doublesTier:"DOU"},larvesta:{tier:"LC"},volcarona:{tier:"UUBL",doublesTier:"DUU"},cobalion:{tier:"UU",doublesTier:"(DUU)"},terrakion:{tier:"UUBL",doublesTier:"DOU"},virizion:{tier:"RU",doublesTier:"(DUU)"},tornadus:{tier:"UU",doublesTier:"DUU"},tornadustherian:{tier:"OU",doublesTier:"(DUU)"},thundurus:{tier:"OU",doublesTier:"DOU"},thundurustherian:{tier:"UUBL",doublesTier:"(DUU)"},reshiram:{tier:"Uber",doublesTier:"DUber"},zekrom:{tier:"Uber",doublesTier:"DUber"},landorus:{tier:"Uber",doublesTier:"(DUU)"},landorustherian:{tier:"OU",doublesTier:"DOU"},kyurem:{tier:"RUBL",doublesTier:"(DUU)"},kyuremblack:{tier:"OU",doublesTier:"DOU"},kyuremwhite:{tier:"Uber",doublesTier:"DUber"},keldeo:{tier:"OU",doublesTier:"DOU"},keldeoresolute:{tier:"OU",doublesTier:"DOU"},meloetta:{tier:"RU",doublesTier:"(DUU)"},meloettapirouette:{},genesect:{tier:"Uber",doublesTier:"DUU"},genesectburn:{tier:"Uber",doublesTier:"(DUU)"},genesectchill:{tier:"Uber",doublesTier:"(DUU)"},genesectdouse:{tier:"Uber",doublesTier:"(DUU)"},genesectshock:{tier:"Uber",doublesTier:"(DUU)"},chespin:{tier:"LC"},quilladin:{tier:"NFE"},chesnaught:{tier:"UU",doublesTier:"(DUU)"},fennekin:{tier:"LC"},braixen:{tier:"NFE"},delphox:{tier:"RU",doublesTier:"(DUU)"},froakie:{tier:"LC"},frogadier:{tier:"NFE"},greninja:{tier:"Uber",doublesTier:"(DUU)"},bunnelby:{tier:"LC"},diggersby:{tier:"UUBL",doublesTier:"(DUU)"},fletchling:{tier:"LC"},fletchinder:{tier:"RU",doublesTier:"NFE"},talonflame:{tier:"OU",doublesTier:"DOU"},scatterbug:{tier:"LC"},spewpa:{tier:"NFE"},vivillon:{tier:"NU",doublesTier:"(DUU)"},litleo:{tier:"LC"},pyroar:{tier:"NU",doublesTier:"(DUU)"},flabebe:{tier:"LC"},floette:{tier:"NFE"},floetteeternal:{isNonstandard:"Unobtainable",tier:"Illegal"},florges:{tier:"UU",doublesTier:"(DUU)"},skiddo:{tier:"LC"},gogoat:{tier:"(PU)",doublesTier:"(DUU)"},pancham:{tier:"LC"},pangoro:{tier:"RUBL",doublesTier:"(DUU)"},furfrou:{tier:"(PU)",doublesTier:"(DUU)"},espurr:{tier:"LC"},meowstic:{tier:"(PU)",doublesTier:"(DUU)"},meowsticf:{tier:"(PU)",doublesTier:"(DUU)"},honedge:{tier:"LC"},doublade:{tier:"UU",doublesTier:"NFE"},aegislash:{tier:"Uber",doublesTier:"DOU"},aegislashblade:{},spritzee:{tier:"LC"},aromatisse:{tier:"RU",doublesTier:"DUU"},swirlix:{tier:"NFE"},slurpuff:{tier:"RUBL",doublesTier:"(DUU)"},inkay:{tier:"LC"},malamar:{tier:"NU",doublesTier:"(DUU)"},binacle:{tier:"LC"},barbaracle:{tier:"NU",doublesTier:"(DUU)"},skrelp:{tier:"LC"},dragalge:{tier:"RUBL",doublesTier:"(DUU)"},clauncher:{tier:"LC"},clawitzer:{tier:"RU",doublesTier:"(DUU)"},helioptile:{tier:"LC"},heliolisk:{tier:"UU",doublesTier:"(DUU)"},tyrunt:{tier:"LC"},tyrantrum:{tier:"RUBL",doublesTier:"(DUU)"},amaura:{tier:"LC"},aurorus:{tier:"NU",doublesTier:"(DUU)"},sylveon:{tier:"UU",doublesTier:"DOU"},hawlucha:{tier:"UUBL",doublesTier:"(DUU)"},dedenne:{tier:"(PU)",doublesTier:"(DUU)"},carbink:{tier:"(PU)",doublesTier:"(DUU)"},goomy:{tier:"LC"},sliggoo:{tier:"NFE"},goodra:{tier:"UU",doublesTier:"DUU"},klefki:{tier:"UU",doublesTier:"(DUU)"},phantump:{tier:"LC"},trevenant:{tier:"PU",doublesTier:"(DUU)"},pumpkaboo:{tier:"LC"},pumpkaboosmall:{tier:"LC"},pumpkaboolarge:{tier:"LC"},pumpkaboosuper:{tier:"LC"},gourgeist:{tier:"(PU)",doublesTier:"(DUU)"},gourgeistsmall:{tier:"(PU)",doublesTier:"(DUU)"},gourgeistlarge:{tier:"(PU)",doublesTier:"(DUU)"},gourgeistsuper:{tier:"PU",doublesTier:"(DUU)"},bergmite:{tier:"LC"},avalugg:{tier:"PU",doublesTier:"(DUU)"},noibat:{tier:"LC"},noivern:{tier:"RUBL",doublesTier:"(DUU)"},xerneas:{tier:"Uber",doublesTier:"DUber"},yveltal:{tier:"Uber",doublesTier:"DUber"},zygarde:{tier:"UUBL",doublesTier:"(DUU)"},diancie:{tier:"RU",doublesTier:"DUU"},dianciemega:{tier:"OU",doublesTier:"DOU"},hoopa:{tier:"RU",doublesTier:"(DUU)"},hoopaunbound:{tier:"Uber",doublesTier:"DOU"},volcanion:{tier:"OU",doublesTier:"DOU"}},7:{bulbasaur:{tier:"LC"},ivysaur:{tier:"NFE"},venusaur:{tier:"RU",doublesTier:"(DUU)"},venusaurmega:{tier:"UUBL",doublesTier:"DUU"},charmander:{tier:"LC"},charmeleon:{tier:"NFE"},charizard:{tier:"PUBL",doublesTier:"(DUU)"},charizardmegax:{tier:"OU",doublesTier:"(DUU)"},charizardmegay:{tier:"OU",doublesTier:"DOU"},squirtle:{tier:"LC"},wartortle:{tier:"NFE"},blastoise:{tier:"NU",doublesTier:"(DUU)"},blastoisemega:{tier:"RU",doublesTier:"(DUU)"},caterpie:{tier:"LC"},metapod:{tier:"NFE"},butterfree:{tier:"(PU)",doublesTier:"(DUU)"},weedle:{tier:"LC"},kakuna:{tier:"NFE"},beedrill:{tier:"(PU)",doublesTier:"(DUU)"},beedrillmega:{tier:"UU",doublesTier:"DUU"},pidgey:{tier:"LC"},pidgeotto:{tier:"NFE"},pidgeot:{tier:"(PU)",doublesTier:"(DUU)"},pidgeotmega:{tier:"UU",doublesTier:"(DUU)"},rattata:{tier:"LC"},rattataalola:{tier:"LC"},raticate:{tier:"(PU)",doublesTier:"(DUU)"},raticatealola:{tier:"(PU)",doublesTier:"(DUU)"},raticatealolatotem:{tier:"(PU)",doublesTier:"(DUU)"},spearow:{tier:"LC"},fearow:{tier:"(PU)",doublesTier:"(DUU)"},ekans:{tier:"LC"},arbok:{tier:"(PU)",doublesTier:"(DUU)"},pichu:{tier:"LC"},pikachu:{tier:"NFE"},pikachuoriginal:{tier:"(PU)",doublesTier:"(DUU)"},pikachuhoenn:{tier:"(PU)",doublesTier:"(DUU)"},pikachusinnoh:{tier:"(PU)",doublesTier:"(DUU)"},pikachuunova:{tier:"(PU)",doublesTier:"(DUU)"},pikachukalos:{tier:"(PU)",doublesTier:"(DUU)"},pikachualola:{tier:"(PU)",doublesTier:"(DUU)"},pikachupartner:{tier:"(PU)",doublesTier:"(DUU)"},raichu:{tier:"(PU)",doublesTier:"DUU"},raichualola:{tier:"PU",doublesTier:"(DUU)"},sandshrew:{tier:"LC"},sandshrewalola:{tier:"LC"},sandslash:{tier:"(PU)",doublesTier:"(DUU)"},sandslashalola:{tier:"PU",doublesTier:"(DUU)"},nidoranf:{tier:"LC"},nidorina:{tier:"NFE"},nidoqueen:{tier:"RU",doublesTier:"(DUU)"},nidoranm:{tier:"LC"},nidorino:{tier:"NFE"},nidoking:{tier:"UU",doublesTier:"(DUU)"},cleffa:{tier:"LC"},clefairy:{tier:"PU",doublesTier:"NFE"},clefable:{tier:"OU",doublesTier:"DUU"},vulpix:{tier:"NFE"},vulpixalola:{tier:"LC"},ninetales:{tier:"RU",doublesTier:"DUU"},ninetalesalola:{tier:"UUBL",doublesTier:"DOU"},igglybuff:{tier:"LC"},jigglypuff:{tier:"NFE"},wigglytuff:{tier:"(PU)",doublesTier:"(DUU)"},zubat:{tier:"LC"},golbat:{tier:"NU",doublesTier:"NFE"},crobat:{tier:"UU",doublesTier:"(DUU)"},oddish:{tier:"LC"},gloom:{tier:"NFE"},vileplume:{tier:"NUBL",doublesTier:"(DUU)"},bellossom:{tier:"(PU)",doublesTier:"(DUU)"},paras:{tier:"LC"},parasect:{tier:"(PU)",doublesTier:"(DUU)"},venonat:{tier:"LC"},venomoth:{tier:"RUBL",doublesTier:"(DUU)"},diglett:{tier:"LC"},diglettalola:{tier:"LC"},dugtrio:{tier:"(PU)",doublesTier:"(DUU)"},dugtrioalola:{tier:"PU",doublesTier:"(DUU)"},meowth:{tier:"LC"},meowthalola:{tier:"LC"},persian:{tier:"(PU)",doublesTier:"(DUU)"},persianalola:{tier:"PU",doublesTier:"(DUU)"},psyduck:{tier:"LC"},golduck:{tier:"(PU)",doublesTier:"(DUU)"},mankey:{tier:"LC"},primeape:{tier:"PU",doublesTier:"(DUU)"},growlithe:{tier:"LC"},arcanine:{tier:"RU",doublesTier:"DUU"},poliwag:{tier:"LC"},poliwhirl:{tier:"NFE"},poliwrath:{tier:"(PU)",doublesTier:"(DUU)"},politoed:{tier:"(PU)",doublesTier:"DOU"},abra:{tier:"LC"},kadabra:{tier:"NFE"},alakazam:{tier:"UUBL",doublesTier:"(DUU)"},alakazammega:{tier:"OU",doublesTier:"(DUU)"},machop:{tier:"LC"},machoke:{tier:"NFE"},machamp:{tier:"RU",doublesTier:"(DUU)"},bellsprout:{tier:"LC"},weepinbell:{tier:"NFE"},victreebel:{tier:"PU",doublesTier:"(DUU)"},tentacool:{tier:"LC"},tentacruel:{tier:"UU",doublesTier:"(DUU)"},geodude:{tier:"LC"},geodudealola:{tier:"LC"},graveler:{tier:"NFE"},graveleralola:{tier:"NFE"},golem:{tier:"(PU)",doublesTier:"(DUU)"},golemalola:{tier:"(PU)",doublesTier:"(DUU)"},ponyta:{tier:"LC"},rapidash:{tier:"(PU)",doublesTier:"(DUU)"},slowpoke:{tier:"LC"},slowbro:{tier:"RU",doublesTier:"(DUU)"},slowbromega:{tier:"RUBL",doublesTier:"(DUU)"},slowking:{tier:"NU",doublesTier:"(DUU)"},magnemite:{tier:"LC"},magneton:{tier:"UU",doublesTier:"NFE"},magnezone:{tier:"OU",doublesTier:"(DUU)"},farfetchd:{tier:"(PU)",doublesTier:"(DUU)"},doduo:{tier:"LC"},dodrio:{tier:"PU",doublesTier:"(DUU)"},seel:{tier:"LC"},dewgong:{tier:"(PU)",doublesTier:"(DUU)"},grimer:{tier:"LC"},grimeralola:{tier:"LC"},muk:{tier:"(PU)",doublesTier:"(DUU)"},mukalola:{tier:"UU",doublesTier:"DUU"},shellder:{tier:"LC"},cloyster:{tier:"RU",doublesTier:"(DUU)"},gastly:{tier:"LC"},haunter:{tier:"PU",doublesTier:"NFE"},gengar:{tier:"UU",doublesTier:"DUU"},gengarmega:{tier:"Uber",doublesTier:"DUber"},onix:{tier:"LC"},steelix:{tier:"NU",doublesTier:"(DUU)"},steelixmega:{tier:"UU",doublesTier:"(DUU)"},drowzee:{tier:"LC"},hypno:{tier:"(PU)",doublesTier:"(DUU)"},krabby:{tier:"LC"},kingler:{tier:"PUBL",doublesTier:"(DUU)"},voltorb:{tier:"LC"},electrode:{tier:"(PU)",doublesTier:"(DUU)"},exeggcute:{tier:"LC"},exeggutor:{tier:"(PU)",doublesTier:"(DUU)"},exeggutoralola:{tier:"NU",doublesTier:"(DUU)"},cubone:{tier:"LC"},marowak:{tier:"(PU)",doublesTier:"(DUU)"},marowakalola:{tier:"RU",doublesTier:"DUU"},marowakalolatotem:{tier:"RU",doublesTier:"DUU"},tyrogue:{tier:"LC"},hitmonlee:{tier:"NU",doublesTier:"(DUU)"},hitmonchan:{tier:"PU",doublesTier:"(DUU)"},hitmontop:{tier:"NU",doublesTier:"DUU"},lickitung:{tier:"LC"},lickilicky:{tier:"(PU)",doublesTier:"(DUU)"},koffing:{tier:"LC"},weezing:{tier:"NU",doublesTier:"(DUU)"},rhyhorn:{tier:"LC"},rhydon:{tier:"NU",doublesTier:"NFE"},rhyperior:{tier:"RU",doublesTier:"(DUU)"},happiny:{tier:"LC"},chansey:{tier:"OU",doublesTier:"NFE"},blissey:{tier:"UU",doublesTier:"(DUU)"},tangela:{tier:"PU",doublesTier:"NFE"},tangrowth:{tier:"OU",doublesTier:"(DUU)"},kangaskhan:{tier:"PU",doublesTier:"(DUU)"},kangaskhanmega:{tier:"Uber",doublesTier:"DUber"},horsea:{tier:"LC"},seadra:{tier:"NFE"},kingdra:{tier:"NUBL",doublesTier:"DOU"},goldeen:{tier:"LC"},seaking:{tier:"(PU)",doublesTier:"(DUU)"},staryu:{tier:"LC"},starmie:{tier:"UU",doublesTier:"DUU"},mimejr:{tier:"LC"},mrmime:{tier:"(PU)",doublesTier:"(DUU)"},scyther:{tier:"PU",doublesTier:"NFE"},scizor:{tier:"UU",doublesTier:"(DUU)"},scizormega:{tier:"OU",doublesTier:"DUU"},smoochum:{tier:"LC"},jynx:{tier:"(PU)",doublesTier:"(DUU)"},elekid:{tier:"LC"},electabuzz:{tier:"NFE"},electivire:{tier:"(PU)",doublesTier:"(DUU)"},magby:{tier:"LC"},magmar:{tier:"NFE"},magmortar:{tier:"NU",doublesTier:"(DUU)"},pinsir:{tier:"(PU)",doublesTier:"(DUU)"},pinsirmega:{tier:"UUBL",doublesTier:"(DUU)"},tauros:{tier:"PUBL",doublesTier:"(DUU)"},magikarp:{tier:"LC"},gyarados:{tier:"UUBL",doublesTier:"DUU"},gyaradosmega:{tier:"OU",doublesTier:"DUU"},lapras:{tier:"(PU)",doublesTier:"(DUU)"},ditto:{tier:"(PU)",doublesTier:"(DUU)"},eevee:{tier:"LC"},vaporeon:{tier:"NU",doublesTier:"(DUU)"},jolteon:{tier:"RU",doublesTier:"(DUU)"},flareon:{tier:"(PU)",doublesTier:"(DUU)"},espeon:{tier:"RU",doublesTier:"(DUU)"},umbreon:{tier:"RU",doublesTier:"(DUU)"},leafeon:{tier:"(PU)",doublesTier:"(DUU)"},glaceon:{tier:"(PU)",doublesTier:"(DUU)"},porygon:{tier:"NFE"},porygon2:{tier:"RU",doublesTier:"DOU"},porygonz:{tier:"UUBL",doublesTier:"DUU"},omanyte:{tier:"LC"},omastar:{tier:"PU",doublesTier:"(DUU)"},kabuto:{tier:"LC"},kabutops:{tier:"PU",doublesTier:"(DUU)"},aerodactyl:{tier:"NU",doublesTier:"(DUU)"},aerodactylmega:{tier:"UU",doublesTier:"DUU"},munchlax:{tier:"LC"},snorlax:{tier:"RU",doublesTier:"DUber"},articuno:{tier:"PU",doublesTier:"(DUU)"},zapdos:{tier:"OU",doublesTier:"DOU"},moltres:{tier:"UU",doublesTier:"(DUU)"},dratini:{tier:"LC"},dragonair:{tier:"NFE"},dragonite:{tier:"UUBL",doublesTier:"(DUU)"},mewtwo:{tier:"Uber",doublesTier:"DUber"},mewtwomegax:{tier:"Uber",doublesTier:"DUber"},mewtwomegay:{tier:"Uber",doublesTier:"DUber"},mew:{tier:"UU",doublesTier:"DOU"},chikorita:{tier:"LC"},bayleef:{tier:"NFE"},meganium:{tier:"(PU)",doublesTier:"(DUU)"},cyndaquil:{tier:"LC"},quilava:{tier:"NFE"},typhlosion:{tier:"NU",doublesTier:"(DUU)"},totodile:{tier:"LC"},croconaw:{tier:"NFE"},feraligatr:{tier:"UU",doublesTier:"(DUU)"},sentret:{tier:"LC"},furret:{tier:"(PU)",doublesTier:"(DUU)"},hoothoot:{tier:"LC"},noctowl:{tier:"(PU)",doublesTier:"(DUU)"},ledyba:{tier:"LC"},ledian:{tier:"(PU)",doublesTier:"(DUU)"},spinarak:{tier:"LC"},ariados:{tier:"(PU)",doublesTier:"(DUU)"},chinchou:{tier:"LC"},lanturn:{tier:"PU",doublesTier:"(DUU)"},togepi:{tier:"LC"},togetic:{tier:"NFE"},togekiss:{tier:"UU",doublesTier:"DUU"},natu:{tier:"LC"},xatu:{tier:"NU",doublesTier:"(DUU)"},mareep:{tier:"LC"},flaaffy:{tier:"NFE"},ampharos:{tier:"(PU)",doublesTier:"(DUU)"},ampharosmega:{tier:"RU",doublesTier:"DUU"},azurill:{tier:"LC"},marill:{tier:"NFE"},azumarill:{tier:"OU",doublesTier:"DUU"},bonsly:{tier:"LC"},sudowoodo:{tier:"(PU)",doublesTier:"(DUU)"},hoppip:{tier:"LC"},skiploom:{tier:"NFE"},jumpluff:{tier:"(PU)",doublesTier:"(DUU)"},aipom:{tier:"NFE"},ambipom:{tier:"NU",doublesTier:"(DUU)"},sunkern:{tier:"LC"},sunflora:{tier:"(PU)",doublesTier:"(DUU)"},yanma:{tier:"NFE"},yanmega:{tier:"RU",doublesTier:"(DUU)"},wooper:{tier:"LC"},quagsire:{tier:"UUBL",doublesTier:"(DUU)"},murkrow:{tier:"NFE"},honchkrow:{tier:"RU",doublesTier:"(DUU)"},misdreavus:{tier:"NFE"},mismagius:{tier:"NU",doublesTier:"(DUU)"},unown:{tier:"(PU)",doublesTier:"(DUU)"},wynaut:{tier:"LC"},wobbuffet:{tier:"(PU)",doublesTier:"(DUU)"},girafarig:{tier:"(PU)",doublesTier:"(DUU)"},pineco:{tier:"LC"},forretress:{tier:"RU",doublesTier:"(DUU)"},dunsparce:{tier:"(PU)",doublesTier:"(DUU)"},gligar:{tier:"UU",doublesTier:"NFE"},gliscor:{tier:"OU",doublesTier:"(DUU)"},snubbull:{tier:"LC"},granbull:{tier:"(PU)",doublesTier:"(DUU)"},qwilfish:{tier:"PU",doublesTier:"(DUU)"},shuckle:{tier:"(PU)",doublesTier:"(DUU)"},heracross:{tier:"RUBL",doublesTier:"(DUU)"},heracrossmega:{tier:"UUBL",doublesTier:"(DUU)"},sneasel:{tier:"NU",doublesTier:"NFE"},weavile:{tier:"UUBL",doublesTier:"DUU"},teddiursa:{tier:"LC"},ursaring:{tier:"(PU)",doublesTier:"(DUU)"},slugma:{tier:"LC"},magcargo:{tier:"(PU)",doublesTier:"(DUU)"},swinub:{tier:"LC"},piloswine:{tier:"NU",doublesTier:"NFE"},mamoswine:{tier:"UU",doublesTier:"DUU"},corsola:{tier:"(PU)",doublesTier:"(DUU)"},remoraid:{tier:"LC"},octillery:{tier:"(PU)",doublesTier:"(DUU)"},delibird:{tier:"(PU)",doublesTier:"(DUU)"},mantyke:{tier:"LC"},mantine:{tier:"RU",doublesTier:"(DUU)"},skarmory:{tier:"OU",doublesTier:"(DUU)"},houndour:{tier:"LC"},houndoom:{tier:"PUBL",doublesTier:"(DUU)"},houndoommega:{tier:"RUBL",doublesTier:"(DUU)"},phanpy:{tier:"LC"},donphan:{tier:"RU",doublesTier:"(DUU)"},stantler:{tier:"(PU)",doublesTier:"(DUU)"},smeargle:{tier:"(PU)",doublesTier:"(DUU)"},miltank:{tier:"NU",doublesTier:"(DUU)"},raikou:{tier:"RU",doublesTier:"(DUU)"},entei:{tier:"RUBL",doublesTier:"DUU"},suicune:{tier:"UU",doublesTier:"DOU"},larvitar:{tier:"LC"},pupitar:{tier:"NFE"},tyranitar:{tier:"OU",doublesTier:"DOU"},tyranitarmega:{tier:"OU",doublesTier:"DOU"},lugia:{tier:"Uber",doublesTier:"DUber"},hooh:{tier:"Uber",doublesTier:"DUber"},celebi:{tier:"UU",doublesTier:"(DUU)"},treecko:{tier:"LC"},grovyle:{tier:"NFE"},sceptile:{tier:"NU",doublesTier:"(DUU)"},sceptilemega:{tier:"RU",doublesTier:"DUU"},torchic:{tier:"LC"},combusken:{tier:"NFE"},blaziken:{tier:"Uber",doublesTier:"(DUU)"},blazikenmega:{tier:"Uber",doublesTier:"DUU"},mudkip:{tier:"LC"},marshtomp:{tier:"NFE"},swampert:{tier:"UU",doublesTier:"(DUU)"},swampertmega:{tier:"OU",doublesTier:"DOU"},poochyena:{tier:"LC"},mightyena:{tier:"(PU)",doublesTier:"(DUU)"},zigzagoon:{tier:"LC"},linoone:{tier:"RUBL",doublesTier:"(DUU)"},wurmple:{tier:"LC"},silcoon:{tier:"NFE"},beautifly:{tier:"(PU)",doublesTier:"(DUU)"},cascoon:{tier:"NFE"},dustox:{tier:"(PU)",doublesTier:"(DUU)"},lotad:{tier:"LC"},lombre:{tier:"NFE"},ludicolo:{tier:"PU",doublesTier:"(DUU)"},seedot:{tier:"LC"},nuzleaf:{tier:"NFE"},shiftry:{tier:"(PU)",doublesTier:"(DUU)"},taillow:{tier:"LC"},swellow:{tier:"RU",doublesTier:"(DUU)"},wingull:{tier:"NFE"},pelipper:{tier:"OU",doublesTier:"DOU"},ralts:{tier:"LC"},kirlia:{tier:"NFE"},gardevoir:{tier:"RU",doublesTier:"DUU"},gardevoirmega:{tier:"UUBL",doublesTier:"DOU"},gallade:{tier:"PUBL",doublesTier:"(DUU)"},gallademega:{tier:"UUBL",doublesTier:"(DUU)"},surskit:{tier:"LC"},masquerain:{tier:"(PU)",doublesTier:"(DUU)"},shroomish:{tier:"LC"},breloom:{tier:"UUBL",doublesTier:"DUU"},slakoth:{tier:"LC"},vigoroth:{tier:"NFE"},slaking:{tier:"(PU)",doublesTier:"(DUU)"},nincada:{tier:"LC"},ninjask:{tier:"(PU)",doublesTier:"(DUU)"},shedinja:{tier:"(PU)",doublesTier:"(DUU)"},whismur:{tier:"LC"},loudred:{tier:"NFE"},exploud:{tier:"NUBL",doublesTier:"(DUU)"},makuhita:{tier:"LC"},hariyama:{tier:"NU",doublesTier:"DUU"},nosepass:{tier:"LC"},probopass:{tier:"(PU)",doublesTier:"(DUU)"},skitty:{tier:"LC"},delcatty:{tier:"(PU)",doublesTier:"(DUU)"},sableye:{tier:"PU",doublesTier:"DUU"},sableyemega:{tier:"OU",doublesTier:"DUU"},mawile:{tier:"(PU)",doublesTier:"(DUU)"},mawilemega:{tier:"OU",doublesTier:"DUU"},aron:{tier:"LC"},lairon:{tier:"NFE"},aggron:{tier:"PU",doublesTier:"(DUU)"},aggronmega:{tier:"UU",doublesTier:"(DUU)"},meditite:{tier:"NFE"},medicham:{tier:"NU",doublesTier:"(DUU)"},medichammega:{tier:"OU",doublesTier:"(DUU)"},electrike:{tier:"LC"},manectric:{tier:"PU",doublesTier:"(DUU)"},manectricmega:{tier:"UU",doublesTier:"DOU"},plusle:{tier:"(PU)",doublesTier:"(DUU)"},minun:{tier:"(PU)",doublesTier:"(DUU)"},volbeat:{tier:"(PU)",doublesTier:"(DUU)"},illumise:{tier:"(PU)",doublesTier:"(DUU)"},budew:{tier:"LC"},roselia:{tier:"PU",doublesTier:"NFE"},roserade:{tier:"RU",doublesTier:"(DUU)"},gulpin:{tier:"LC"},swalot:{tier:"(PU)",doublesTier:"(DUU)"},carvanha:{tier:"LC"},sharpedo:{tier:"RUBL",doublesTier:"(DUU)"},sharpedomega:{tier:"UU",doublesTier:"(DUU)"},wailmer:{tier:"LC"},wailord:{tier:"(PU)",doublesTier:"(DUU)"},numel:{tier:"LC"},camerupt:{tier:"(PU)",doublesTier:"(DUU)"},cameruptmega:{tier:"NUBL",doublesTier:"DOU"},torkoal:{tier:"(PU)",doublesTier:"DUU"},spoink:{tier:"LC"},grumpig:{tier:"(PU)",doublesTier:"(DUU)"},spinda:{tier:"(PU)",doublesTier:"(DUU)"},trapinch:{tier:"NFE"},vibrava:{tier:"NFE"},flygon:{tier:"RU",doublesTier:"(DUU)"},cacnea:{tier:"LC"},cacturne:{tier:"(PU)",doublesTier:"(DUU)"},swablu:{tier:"LC"},altaria:{tier:"(PU)",doublesTier:"(DUU)"},altariamega:{tier:"UU",doublesTier:"(DUU)"},zangoose:{tier:"PU",doublesTier:"(DUU)"},seviper:{tier:"(PU)",doublesTier:"(DUU)"},lunatone:{tier:"(PU)",doublesTier:"(DUU)"},solrock:{tier:"(PU)",doublesTier:"(DUU)"},barboach:{tier:"LC"},whiscash:{tier:"(PU)",doublesTier:"(DUU)"},corphish:{tier:"LC"},crawdaunt:{tier:"UU",doublesTier:"DUU"},baltoy:{tier:"LC"},claydol:{tier:"PU",doublesTier:"(DUU)"},lileep:{tier:"LC"},cradily:{tier:"(PU)",doublesTier:"(DUU)"},anorith:{tier:"LC"},armaldo:{tier:"(PU)",doublesTier:"(DUU)"},feebas:{tier:"LC"},milotic:{tier:"RU",doublesTier:"DOU"},castform:{tier:"(PU)",doublesTier:"(DUU)"},castformsunny:{},castformrainy:{},castformsnowy:{},kecleon:{tier:"(PU)",doublesTier:"(DUU)"},shuppet:{tier:"LC"},banette:{tier:"(PU)",doublesTier:"(DUU)"},banettemega:{tier:"RU",doublesTier:"(DUU)"},duskull:{tier:"LC"},dusclops:{tier:"NFE"},dusknoir:{tier:"(PU)",doublesTier:"(DUU)"},tropius:{tier:"(PU)",doublesTier:"(DUU)"},chingling:{tier:"LC"},chimecho:{tier:"(PU)",doublesTier:"(DUU)"},absol:{tier:"PU",doublesTier:"(DUU)"},absolmega:{tier:"RUBL",doublesTier:"(DUU)"},snorunt:{tier:"LC"},glalie:{tier:"(PU)",doublesTier:"(DUU)"},glaliemega:{tier:"NU",doublesTier:"(DUU)"},froslass:{tier:"UU",doublesTier:"(DUU)"},spheal:{tier:"LC"},sealeo:{tier:"NFE"},walrein:{tier:"(PU)",doublesTier:"(DUU)"},clamperl:{tier:"LC"},huntail:{tier:"(PU)",doublesTier:"(DUU)"},gorebyss:{tier:"(PU)",doublesTier:"(DUU)"},relicanth:{tier:"(PU)",doublesTier:"(DUU)"},luvdisc:{tier:"(PU)",doublesTier:"(DUU)"},bagon:{tier:"LC"},shelgon:{tier:"NFE"},salamence:{tier:"UUBL",doublesTier:"(DUU)"},salamencemega:{tier:"Uber",doublesTier:"DOU"},beldum:{tier:"LC"},metang:{tier:"NFE"},metagross:{tier:"RU",doublesTier:"DUU"},metagrossmega:{tier:"Uber",doublesTier:"DOU"},regirock:{tier:"PU",doublesTier:"(DUU)"},regice:{tier:"(PU)",doublesTier:"(DUU)"},registeel:{tier:"RU",doublesTier:"(DUU)"},latias:{tier:"UU",doublesTier:"(DUU)"},latiasmega:{tier:"OU",doublesTier:"(DUU)"},latios:{tier:"UUBL",doublesTier:"(DUU)"},latiosmega:{tier:"UUBL",doublesTier:"(DUU)"},kyogre:{tier:"Uber",doublesTier:"DUber"},kyogreprimal:{tier:"Uber",doublesTier:"DUber"},groudon:{tier:"Uber",doublesTier:"DUber"},groudonprimal:{tier:"Uber",doublesTier:"DUber"},rayquaza:{tier:"Uber",doublesTier:"DUber"},rayquazamega:{tier:"AG",doublesTier:"DUber"},jirachi:{tier:"OU",doublesTier:"DUber"},deoxys:{tier:"Uber",doublesTier:"(DUU)"},deoxysattack:{tier:"Uber",doublesTier:"DUU"},deoxysdefense:{tier:"Uber",doublesTier:"(DUU)"},deoxysspeed:{tier:"Uber",doublesTier:"(DUU)"},turtwig:{tier:"LC"},grotle:{tier:"NFE"},torterra:{tier:"(PU)",doublesTier:"(DUU)"},chimchar:{tier:"LC"},monferno:{tier:"NFE"},infernape:{tier:"UU",doublesTier:"(DUU)"},piplup:{tier:"LC"},prinplup:{tier:"NFE"},empoleon:{tier:"UU",doublesTier:"(DUU)"},starly:{tier:"LC"},staravia:{tier:"NFE"},staraptor:{tier:"UUBL",doublesTier:"(DUU)"},bidoof:{tier:"LC"},bibarel:{tier:"(PU)",doublesTier:"(DUU)"},kricketot:{tier:"LC"},kricketune:{tier:"(PU)",doublesTier:"(DUU)"},shinx:{tier:"LC"},luxio:{tier:"NFE"},luxray:{tier:"(PU)",doublesTier:"(DUU)"},cranidos:{tier:"LC"},rampardos:{tier:"(PU)",doublesTier:"(DUU)"},shieldon:{tier:"LC"},bastiodon:{tier:"(PU)",doublesTier:"(DUU)"},burmy:{tier:"LC"},wormadam:{tier:"(PU)",doublesTier:"(DUU)"},wormadamsandy:{tier:"(PU)",doublesTier:"(DUU)"},wormadamtrash:{tier:"(PU)",doublesTier:"(DUU)"},mothim:{tier:"(PU)",doublesTier:"(DUU)"},combee:{tier:"LC"},vespiquen:{tier:"(PU)",doublesTier:"(DUU)"},pachirisu:{tier:"(PU)",doublesTier:"(DUU)"},buizel:{tier:"LC"},floatzel:{tier:"(PU)",doublesTier:"(DUU)"},cherubi:{tier:"LC"},cherrim:{tier:"(PU)",doublesTier:"(DUU)"},cherrimsunshine:{},shellos:{tier:"LC"},gastrodon:{tier:"PU",doublesTier:"DOU"},drifloon:{tier:"NFE"},drifblim:{tier:"(PU)",doublesTier:"(DUU)"},buneary:{tier:"LC"},lopunny:{tier:"(PU)",doublesTier:"(DUU)"},lopunnymega:{tier:"OU",doublesTier:"DUU"},glameow:{tier:"LC"},purugly:{tier:"(PU)",doublesTier:"(DUU)"},stunky:{tier:"LC"},skuntank:{tier:"PU",doublesTier:"(DUU)"},bronzor:{tier:"LC"},bronzong:{tier:"RU",doublesTier:"DUU"},chatot:{tier:"(PU)",doublesTier:"(DUU)"},spiritomb:{tier:"PU",doublesTier:"(DUU)"},gible:{tier:"LC"},gabite:{tier:"NFE"},garchomp:{tier:"OU",doublesTier:"DOU"},garchompmega:{tier:"(OU)",doublesTier:"(DOU)"},riolu:{tier:"LC"},lucario:{tier:"UU",doublesTier:"(DUU)"},lucariomega:{tier:"Uber",doublesTier:"(DUU)"},hippopotas:{tier:"LC"},hippowdon:{tier:"UU",doublesTier:"(DUU)"},skorupi:{tier:"LC"},drapion:{tier:"RU",doublesTier:"(DUU)"},croagunk:{tier:"LC"},toxicroak:{tier:"RU",doublesTier:"(DUU)"},carnivine:{tier:"(PU)",doublesTier:"(DUU)"},finneon:{tier:"LC"},lumineon:{tier:"(PU)",doublesTier:"(DUU)"},snover:{tier:"LC"},abomasnow:{tier:"PU",doublesTier:"(DUU)"},abomasnowmega:{tier:"NU",doublesTier:"DUU"},rotom:{tier:"NU",doublesTier:"(DUU)"},rotomheat:{tier:"UU",doublesTier:"(DUU)"},rotomwash:{tier:"OU",doublesTier:"DUU"},rotomfrost:{tier:"PU",doublesTier:"(DUU)"},rotomfan:{tier:"(PU)",doublesTier:"(DUU)"},rotommow:{tier:"RU",doublesTier:"(DUU)"},uxie:{tier:"RU",doublesTier:"(DUU)"},mesprit:{tier:"NU",doublesTier:"(DUU)"},azelf:{tier:"UU",doublesTier:"(DUU)"},dialga:{tier:"Uber",doublesTier:"DUber"},palkia:{tier:"Uber",doublesTier:"DUber"},heatran:{tier:"OU",doublesTier:"DOU"},regigigas:{tier:"(PU)",doublesTier:"(DUU)"},giratina:{tier:"Uber",doublesTier:"DUber"},giratinaorigin:{},cresselia:{tier:"RU",doublesTier:"DOU"},phione:{tier:"(PU)",doublesTier:"(DUU)"},manaphy:{tier:"OU",doublesTier:"(DUU)"},darkrai:{tier:"Uber",doublesTier:"DUU"},shaymin:{tier:"RU",doublesTier:"(DUU)"},shayminsky:{tier:"Uber",doublesTier:"DUU"},arceus:{tier:"Uber",doublesTier:"DUber"},arceusbug:{},arceusdark:{},arceusdragon:{},arceuselectric:{},arceusfairy:{},arceusfighting:{},arceusfire:{},arceusflying:{},arceusghost:{},arceusgrass:{},arceusground:{},arceusice:{},arceuspoison:{},arceuspsychic:{},arceusrock:{},arceussteel:{},arceuswater:{},victini:{tier:"OU",doublesTier:"DOU"},snivy:{tier:"LC"},servine:{tier:"NFE"},serperior:{tier:"OU",doublesTier:"(DUU)"},tepig:{tier:"LC"},pignite:{tier:"NFE"},emboar:{tier:"NUBL",doublesTier:"(DUU)"},oshawott:{tier:"LC"},dewott:{tier:"NFE"},samurott:{tier:"NU",doublesTier:"(DUU)"},patrat:{tier:"LC"},watchog:{tier:"(PU)",doublesTier:"(DUU)"},lillipup:{tier:"LC"},herdier:{tier:"NFE"},stoutland:{tier:"PU",doublesTier:"(DUU)"},purrloin:{tier:"LC"},liepard:{tier:"PU",doublesTier:"(DUU)"},pansage:{tier:"LC"},simisage:{tier:"(PU)",doublesTier:"(DUU)"},pansear:{tier:"LC"},simisear:{tier:"(PU)",doublesTier:"(DUU)"},panpour:{tier:"LC"},simipour:{tier:"(PU)",doublesTier:"(DUU)"},munna:{tier:"LC"},musharna:{tier:"PU",doublesTier:"(DUU)"},pidove:{tier:"LC"},tranquill:{tier:"NFE"},unfezant:{tier:"(PU)",doublesTier:"(DUU)"},blitzle:{tier:"LC"},zebstrika:{tier:"(PU)",doublesTier:"(DUU)"},roggenrola:{tier:"LC"},boldore:{tier:"NFE"},gigalith:{tier:"RU",doublesTier:"(DUU)"},woobat:{tier:"LC"},swoobat:{tier:"(PU)",doublesTier:"(DUU)"},drilbur:{tier:"LC"},excadrill:{tier:"OU",doublesTier:"DOU"},audino:{tier:"PU",doublesTier:"(DUU)"},audinomega:{tier:"NU",doublesTier:"(DUU)"},timburr:{tier:"LC"},gurdurr:{tier:"PU",doublesTier:"NFE"},conkeldurr:{tier:"UUBL",doublesTier:"(DUU)"},tympole:{tier:"LC"},palpitoad:{tier:"NFE"},seismitoad:{tier:"NU",doublesTier:"(DUU)"},throh:{tier:"(PU)",doublesTier:"(DUU)"},sawk:{tier:"PUBL",doublesTier:"(DUU)"},sewaddle:{tier:"LC"},swadloon:{tier:"NFE"},leavanny:{tier:"(PU)",doublesTier:"(DUU)"},venipede:{tier:"LC"},whirlipede:{tier:"NFE"},scolipede:{tier:"UUBL",doublesTier:"(DUU)"},cottonee:{tier:"LC"},whimsicott:{tier:"NU",doublesTier:"DOU"},petilil:{tier:"LC"},lilligant:{tier:"PUBL",doublesTier:"(DUU)"},basculin:{tier:"(PU)",doublesTier:"(DUU)"},basculinbluestriped:{tier:"(PU)",doublesTier:"(DUU)"},sandile:{tier:"LC"},krokorok:{tier:"NFE"},krookodile:{tier:"UU",doublesTier:"DUU"},darumaka:{tier:"LC"},darmanitan:{tier:"RUBL",doublesTier:"(DUU)"},maractus:{tier:"(PU)",doublesTier:"(DUU)"},dwebble:{tier:"LC"},crustle:{tier:"(PU)",doublesTier:"(DUU)"},scraggy:{tier:"LC"},scrafty:{tier:"NU",doublesTier:"DOU"},sigilyph:{tier:"NU",doublesTier:"(DUU)"},yamask:{tier:"LC"},cofagrigus:{tier:"NUBL",doublesTier:"DUU"},tirtouga:{tier:"LC"},carracosta:{tier:"PU",doublesTier:"(DUU)"},archen:{tier:"LC"},archeops:{tier:"PUBL",doublesTier:"(DUU)"},trubbish:{tier:"LC"},garbodor:{tier:"NU",doublesTier:"(DUU)"},zorua:{tier:"LC"},zoroark:{tier:"RUBL",doublesTier:"(DUU)"},minccino:{tier:"LC"},cinccino:{tier:"PUBL",doublesTier:"(DUU)"},gothita:{tier:"NFE"},gothorita:{tier:"NFE"},gothitelle:{tier:"(PU)",doublesTier:"DOU"},solosis:{tier:"LC"},duosion:{tier:"NFE"},reuniclus:{tier:"RUBL",doublesTier:"(DUU)"},ducklett:{tier:"LC"},swanna:{tier:"(PU)",doublesTier:"(DUU)"},vanillite:{tier:"LC"},vanillish:{tier:"NFE"},vanilluxe:{tier:"NUBL",doublesTier:"(DUU)"},deerling:{tier:"LC"},sawsbuck:{tier:"(PU)",doublesTier:"(DUU)"},emolga:{tier:"(PU)",doublesTier:"(DUU)"},karrablast:{tier:"LC"},escavalier:{tier:"RU",doublesTier:"(DUU)"},foongus:{tier:"LC"},amoonguss:{tier:"UU",doublesTier:"DOU"},frillish:{tier:"LC"},jellicent:{tier:"PU",doublesTier:"(DUU)"},alomomola:{tier:"UU",doublesTier:"(DUU)"},joltik:{tier:"LC"},galvantula:{tier:"RU",doublesTier:"(DUU)"},ferroseed:{tier:"PU",doublesTier:"LC"},ferrothorn:{tier:"OU",doublesTier:"DOU"},klink:{tier:"LC"},klang:{tier:"NFE"},klinklang:{tier:"NU",doublesTier:"(DUU)"},tynamo:{tier:"LC"},eelektrik:{tier:"NFE"},eelektross:{tier:"PU",doublesTier:"(DUU)"},elgyem:{tier:"LC"},beheeyem:{tier:"(PU)",doublesTier:"(DUU)"},litwick:{tier:"LC"},lampent:{tier:"NFE"},chandelure:{tier:"UU",doublesTier:"DUU"},axew:{tier:"LC"},fraxure:{tier:"NFE"},haxorus:{tier:"UU",doublesTier:"(DUU)"},cubchoo:{tier:"LC"},beartic:{tier:"(PU)",doublesTier:"(DUU)"},cryogonal:{tier:"PU",doublesTier:"(DUU)"},shelmet:{tier:"LC"},accelgor:{tier:"NU",doublesTier:"(DUU)"},stunfisk:{tier:"(PU)",doublesTier:"(DUU)"},mienfoo:{tier:"LC"},mienshao:{tier:"RUBL",doublesTier:"DUU"},druddigon:{tier:"NU",doublesTier:"(DUU)"},golett:{tier:"LC"},golurk:{tier:"PU",doublesTier:"(DUU)"},pawniard:{tier:"LC"},bisharp:{tier:"UU",doublesTier:"DUU"},bouffalant:{tier:"(PU)",doublesTier:"(DUU)"},rufflet:{tier:"LC"},braviary:{tier:"NU",doublesTier:"(DUU)"},vullaby:{tier:"LC"},mandibuzz:{tier:"RU",doublesTier:"(DUU)"},heatmor:{tier:"(PU)",doublesTier:"(DUU)"},durant:{tier:"RUBL",doublesTier:"(DUU)"},deino:{tier:"LC"},zweilous:{tier:"NFE"},hydreigon:{tier:"UU",doublesTier:"DUU"},larvesta:{tier:"LC"},volcarona:{tier:"OU",doublesTier:"DOU"},cobalion:{tier:"UU",doublesTier:"(DUU)"},terrakion:{tier:"UU",doublesTier:"DOU"},virizion:{tier:"RU",doublesTier:"(DUU)"},tornadus:{tier:"RUBL",doublesTier:"(DUU)"},tornadustherian:{tier:"OU",doublesTier:"(DUU)"},thundurus:{tier:"UUBL",doublesTier:"DUU"},thundurustherian:{tier:"UUBL",doublesTier:"DUU"},reshiram:{tier:"Uber",doublesTier:"DUber"},zekrom:{tier:"Uber",doublesTier:"DUber"},landorus:{tier:"Uber",doublesTier:"DUU"},landorustherian:{tier:"OU",doublesTier:"DOU"},kyurem:{tier:"RUBL",doublesTier:"(DUU)"},kyuremblack:{tier:"OU",doublesTier:"DOU"},kyuremwhite:{tier:"Uber",doublesTier:"DUber"},keldeo:{tier:"OU",doublesTier:"(DUU)"},keldeoresolute:{tier:"OU",doublesTier:"(DUU)"},meloetta:{tier:"RUBL",doublesTier:"(DUU)"},meloettapirouette:{},genesect:{tier:"Uber",doublesTier:"DOU"},genesectburn:{tier:"Uber",doublesTier:"(DOU)"},genesectchill:{tier:"Uber",doublesTier:"(DOU)"},genesectdouse:{tier:"Uber",doublesTier:"(DOU)"},genesectshock:{tier:"Uber",doublesTier:"(DOU)"},chespin:{tier:"LC"},quilladin:{tier:"NFE"},chesnaught:{tier:"UU",doublesTier:"(DUU)"},fennekin:{tier:"LC"},braixen:{tier:"NFE"},delphox:{tier:"NU",doublesTier:"(DUU)"},froakie:{tier:"LC"},frogadier:{tier:"NFE"},greninja:{tier:"OU",doublesTier:"DUU"},greninjaash:{tier:"OU",doublesTier:"DUU"},bunnelby:{tier:"LC"},diggersby:{tier:"UUBL",doublesTier:"(DUU)"},fletchling:{tier:"LC"},fletchinder:{tier:"NFE"},talonflame:{tier:"RUBL",doublesTier:"DUU"},scatterbug:{tier:"LC"},spewpa:{tier:"NFE"},vivillon:{tier:"NU",doublesTier:"(DUU)"},vivillonfancy:{tier:"NU",doublesTier:"(DUU)"},vivillonpokeball:{tier:"NU",doublesTier:"(DUU)"},litleo:{tier:"LC"},pyroar:{tier:"PUBL",doublesTier:"(DUU)"},flabebe:{tier:"LC"},floette:{tier:"NFE"},floetteeternal:{isNonstandard:"Unobtainable",tier:"Illegal"},florges:{tier:"RU",doublesTier:"(DUU)"},skiddo:{tier:"LC"},gogoat:{tier:"(PU)",doublesTier:"(DUU)"},pancham:{tier:"LC"},pangoro:{tier:"NU",doublesTier:"(DUU)"},furfrou:{tier:"(PU)",doublesTier:"(DUU)"},espurr:{tier:"LC"},meowstic:{tier:"(PU)",doublesTier:"(DUU)"},meowsticf:{tier:"(PU)",doublesTier:"(DUU)"},honedge:{tier:"LC"},doublade:{tier:"UU",doublesTier:"NFE"},aegislash:{tier:"Uber",doublesTier:"DOU"},aegislashblade:{},spritzee:{tier:"LC"},aromatisse:{tier:"PUBL",doublesTier:"(DUU)"},swirlix:{tier:"NFE"},slurpuff:{tier:"NUBL",doublesTier:"(DUU)"},inkay:{tier:"LC"},malamar:{tier:"NU",doublesTier:"(DUU)"},binacle:{tier:"LC"},barbaracle:{tier:"NUBL",doublesTier:"(DUU)"},skrelp:{tier:"LC"},dragalge:{tier:"RU",doublesTier:"(DUU)"},clauncher:{tier:"LC"},clawitzer:{tier:"NU",doublesTier:"(DUU)"},helioptile:{tier:"LC"},heliolisk:{tier:"NU",doublesTier:"(DUU)"},tyrunt:{tier:"LC"},tyrantrum:{tier:"RU",doublesTier:"(DUU)"},amaura:{tier:"LC"},aurorus:{tier:"PU",doublesTier:"(DUU)"},sylveon:{tier:"UU",doublesTier:"DUU"},hawlucha:{tier:"OU",doublesTier:"(DUU)"},dedenne:{tier:"(PU)",doublesTier:"(DUU)"},carbink:{tier:"(PU)",doublesTier:"(DUU)"},goomy:{tier:"LC"},sliggoo:{tier:"NFE"},goodra:{tier:"RU",doublesTier:"(DUU)"},klefki:{tier:"UU",doublesTier:"(DUU)"},phantump:{tier:"LC"},trevenant:{tier:"(PU)",doublesTier:"(DUU)"},pumpkaboo:{tier:"LC"},pumpkaboosmall:{tier:"LC"},pumpkaboolarge:{tier:"LC"},pumpkaboosuper:{tier:"LC"},gourgeist:{tier:"(PU)",doublesTier:"(DUU)"},gourgeistsmall:{tier:"(PU)",doublesTier:"(DUU)"},gourgeistlarge:{tier:"(PU)",doublesTier:"(DUU)"},gourgeistsuper:{tier:"(PU)",doublesTier:"(DUU)"},bergmite:{tier:"LC"},avalugg:{tier:"(PU)",doublesTier:"(DUU)"},noibat:{tier:"LC"},noivern:{tier:"RU",doublesTier:"(DUU)"},xerneas:{tier:"Uber",doublesTier:"DUber"},yveltal:{tier:"Uber",doublesTier:"DUber"},zygarde:{tier:"Uber",doublesTier:"DOU"},zygarde10:{tier:"RU",doublesTier:"(DUU)"},zygardecomplete:{tier:"Uber",doublesTier:"DUber"},diancie:{tier:"RU",doublesTier:"DOU"},dianciemega:{tier:"OU",doublesTier:"DOU"},hoopa:{tier:"RU",doublesTier:"(DUU)"},hoopaunbound:{tier:"UUBL",doublesTier:"DOU"},volcanion:{tier:"UU",doublesTier:"DOU"},rowlet:{tier:"LC"},dartrix:{tier:"NFE"},decidueye:{tier:"NU",doublesTier:"(DUU)"},litten:{tier:"LC"},torracat:{tier:"NFE"},incineroar:{tier:"NU",doublesTier:"DOU"},popplio:{tier:"LC"},brionne:{tier:"NFE"},primarina:{tier:"UU",doublesTier:"(DUU)"},pikipek:{tier:"LC"},trumbeak:{tier:"NFE"},toucannon:{tier:"(PU)",doublesTier:"(DUU)"},yungoos:{tier:"LC"},gumshoos:{tier:"(PU)",doublesTier:"(DUU)"},gumshoostotem:{tier:"(PU)",doublesTier:"(DUU)"},grubbin:{tier:"LC"},charjabug:{tier:"NFE"},vikavolt:{tier:"NU",doublesTier:"DUU"},vikavolttotem:{tier:"NU",doublesTier:"DUU"},crabrawler:{tier:"LC"},crabominable:{tier:"(PU)",doublesTier:"(DUU)"},oricorio:{tier:"(PU)",doublesTier:"(DUU)"},oricoriopompom:{tier:"PU",doublesTier:"(DUU)"},oricoriopau:{tier:"(PU)",doublesTier:"(DUU)"},oricoriosensu:{tier:"PU",doublesTier:"(DUU)"},cutiefly:{tier:"NFE"},ribombee:{tier:"RU",doublesTier:"(DUU)"},ribombeetotem:{tier:"RU",doublesTier:"(DUU)"},rockruff:{tier:"LC"},rockruffdusk:{tier:"LC"},lycanroc:{tier:"PU",doublesTier:"(DUU)"},lycanrocmidnight:{tier:"(PU)",doublesTier:"(DUU)"},lycanrocdusk:{tier:"RU",doublesTier:"(DUU)"},wishiwashi:{tier:"(PU)",doublesTier:"(DUU)"},wishiwashischool:{},mareanie:{tier:"LC"},toxapex:{tier:"OU",doublesTier:"(DUU)"},mudbray:{tier:"LC"},mudsdale:{tier:"PU",doublesTier:"(DUU)"},dewpider:{tier:"LC"},araquanid:{tier:"RU",doublesTier:"DUU"},araquanidtotem:{tier:"RU",doublesTier:"DUU"},fomantis:{tier:"LC"},lurantis:{tier:"PU",doublesTier:"(DUU)"},lurantistotem:{tier:"PU",doublesTier:"(DUU)"},morelull:{tier:"LC"},shiinotic:{tier:"(PU)",doublesTier:"(DUU)"},salandit:{tier:"LC"},salazzle:{tier:"RU",doublesTier:"(DUU)"},salazzletotem:{tier:"RU",doublesTier:"(DUU)"},stufful:{tier:"LC"},bewear:{tier:"RU",doublesTier:"(DUU)"},bounsweet:{tier:"LC"},steenee:{tier:"NFE"},tsareena:{tier:"RU",doublesTier:"DUU"},comfey:{tier:"NU",doublesTier:"(DUU)"},oranguru:{tier:"(PU)",doublesTier:"DUU"},passimian:{tier:"NU",doublesTier:"(DUU)"},wimpod:{tier:"LC"},golisopod:{tier:"RU",doublesTier:"(DUU)"},sandygast:{tier:"LC"},palossand:{tier:"NU",doublesTier:"(DUU)"},pyukumuku:{tier:"(PU)",doublesTier:"(DUU)"},typenull:{tier:"(PU)",doublesTier:"NFE"},silvally:{tier:"(PU)",doublesTier:"(DUU)"},silvallybug:{tier:"(PU)",doublesTier:"(DUU)"},silvallydark:{tier:"(PU)",doublesTier:"(DUU)"},silvallydragon:{tier:"(PU)",doublesTier:"(DUU)"},silvallyelectric:{tier:"(PU)",doublesTier:"(DUU)"},silvallyfairy:{tier:"PU",doublesTier:"(DUU)"},silvallyfighting:{tier:"(PU)",doublesTier:"(DUU)"},silvallyfire:{tier:"(PU)",doublesTier:"(DUU)"},silvallyflying:{tier:"(PU)",doublesTier:"(DUU)"},silvallyghost:{tier:"PU",doublesTier:"(DUU)"},silvallygrass:{tier:"(PU)",doublesTier:"(DUU)"},silvallyground:{tier:"(PU)",doublesTier:"(DUU)"},silvallyice:{tier:"(PU)",doublesTier:"(DUU)"},silvallypoison:{tier:"(PU)",doublesTier:"(DUU)"},silvallypsychic:{tier:"(PU)",doublesTier:"(DUU)"},silvallyrock:{tier:"(PU)",doublesTier:"(DUU)"},silvallysteel:{tier:"NU",doublesTier:"(DUU)"},silvallywater:{tier:"(PU)",doublesTier:"(DUU)"},minior:{tier:"NU",doublesTier:"(DUU)"},miniormeteor:{},komala:{tier:"(PU)",doublesTier:"(DUU)"},turtonator:{tier:"(PU)",doublesTier:"(DUU)"},togedemaru:{tier:"NU",doublesTier:"DUU"},togedemarutotem:{tier:"NU",doublesTier:"DUU"},mimikyu:{tier:"UU",doublesTier:"DUU"},mimikyutotem:{tier:"UU",doublesTier:"DUU"},mimikyubustedtotem:{},bruxish:{tier:"NUBL",doublesTier:"DUU"},drampa:{tier:"PU",doublesTier:"(DUU)"},dhelmise:{tier:"NU",doublesTier:"(DUU)"},jangmoo:{tier:"LC"},hakamoo:{tier:"NFE"},kommoo:{tier:"OU",doublesTier:"DOU"},kommoototem:{tier:"OU",doublesTier:"DOU"},tapukoko:{tier:"OU",doublesTier:"DOU"},tapulele:{tier:"OU",doublesTier:"DOU"},tapubulu:{tier:"OU",doublesTier:"DOU"},tapufini:{tier:"OU",doublesTier:"DOU"},cosmog:{tier:"LC"},cosmoem:{tier:"NFE"},solgaleo:{tier:"Uber",doublesTier:"DUber"},lunala:{tier:"Uber",doublesTier:"DUber"},nihilego:{tier:"UU",doublesTier:"(DUU)"},buzzwole:{tier:"UUBL",doublesTier:"(DUU)"},pheromosa:{tier:"Uber",doublesTier:"DUU"},xurkitree:{tier:"UUBL",doublesTier:"DUU"},celesteela:{tier:"OU",doublesTier:"DOU"},kartana:{tier:"OU",doublesTier:"DOU"},guzzlord:{tier:"PUBL",doublesTier:"(DUU)"},necrozma:{tier:"RU",doublesTier:"(DUU)"},necrozmaduskmane:{tier:"Uber",doublesTier:"DUber"},necrozmadawnwings:{tier:"Uber",doublesTier:"DUber"},necrozmaultra:{tier:"Uber",doublesTier:"DUber"},magearna:{tier:"OU",doublesTier:"DUber"},magearnaoriginal:{isNonstandard:"Unobtainable",tier:"Illegal"},marshadow:{tier:"Uber",doublesTier:"DUber"},poipole:{tier:"NFE"},naganadel:{tier:"Uber",doublesTier:"DUU"},stakataka:{tier:"RUBL",doublesTier:"DOU"},blacephalon:{tier:"OU",doublesTier:"DUU"},zeraora:{tier:"UU",doublesTier:"DOU"},meltan:{isNonstandard:"LGPE",tier:"Illegal"},melmetal:{isNonstandard:"LGPE",tier:"Illegal"}},8:{bulbasaur:{tier:"LC"},ivysaur:{tier:"NFE"},venusaur:{tier:"UU",doublesTier:"(DUU)"},venusaurmega:{isNonstandard:"Past",tier:"Illegal"},venusaurgmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},charmander:{tier:"LC"},charmeleon:{tier:"NFE"},charizard:{tier:"PU",doublesTier:"(DUU)"},charizardmegax:{isNonstandard:"Past",tier:"Illegal"},charizardmegay:{isNonstandard:"Past",tier:"Illegal"},charizardgmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},squirtle:{tier:"LC"},wartortle:{tier:"NFE"},blastoise:{tier:"NUBL",doublesTier:"DUU"},blastoisemega:{isNonstandard:"Past",tier:"Illegal"},blastoisegmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},caterpie:{tier:"LC"},metapod:{tier:"NFE"},butterfree:{tier:"(PU)",doublesTier:"(DUU)"},butterfreegmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},weedle:{isNonstandard:"Past",tier:"Illegal"},kakuna:{isNonstandard:"Past",tier:"Illegal"},beedrill:{isNonstandard:"Past",tier:"Illegal"},beedrillmega:{isNonstandard:"Past",tier:"Illegal"},pidgey:{isNonstandard:"Past",tier:"Illegal"},pidgeotto:{isNonstandard:"Past",tier:"Illegal"},pidgeot:{isNonstandard:"Past",tier:"Illegal"},pidgeotmega:{isNonstandard:"Past",tier:"Illegal"},rattata:{isNonstandard:"Past",tier:"Illegal"},rattataalola:{isNonstandard:"Past",tier:"Illegal"},raticate:{isNonstandard:"Past",tier:"Illegal"},raticatealola:{isNonstandard:"Past",tier:"Illegal"},raticatealolatotem:{isNonstandard:"Past",tier:"Illegal"},spearow:{isNonstandard:"Past",tier:"Illegal"},fearow:{isNonstandard:"Past",tier:"Illegal"},ekans:{isNonstandard:"Past",tier:"Illegal"},arbok:{isNonstandard:"Past",tier:"Illegal"},pichu:{tier:"LC"},pichuspikyeared:{isNonstandard:"Past",tier:"Illegal"},pikachu:{tier:"NFE"},pikachucosplay:{isNonstandard:"Past",tier:"Illegal"},pikachurockstar:{isNonstandard:"Past",tier:"Illegal"},pikachubelle:{isNonstandard:"Past",tier:"Illegal"},pikachupopstar:{isNonstandard:"Past",tier:"Illegal"},pikachuphd:{isNonstandard:"Past",tier:"Illegal"},pikachulibre:{isNonstandard:"Past",tier:"Illegal"},pikachuoriginal:{tier:"(PU)",doublesTier:"(DUU)"},pikachuhoenn:{tier:"(PU)",doublesTier:"(DUU)"},pikachusinnoh:{tier:"(PU)",doublesTier:"(DUU)"},pikachuunova:{tier:"(PU)",doublesTier:"(DUU)"},pikachukalos:{tier:"(PU)",doublesTier:"(DUU)"},pikachualola:{tier:"(PU)",doublesTier:"(DUU)"},pikachupartner:{tier:"(PU)",doublesTier:"(DUU)"},pikachustarter:{isNonstandard:"LGPE",tier:"Illegal"},pikachugmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},pikachuworld:{tier:"(PU)",doublesTier:"(DUU)"},raichu:{tier:"(PU)",doublesTier:"(DUU)"},raichualola:{tier:"PUBL",doublesTier:"(DUU)"},sandshrew:{tier:"LC"},sandshrewalola:{tier:"NUBL",doublesTier:"LC"},sandslash:{tier:"PU",doublesTier:"(DUU)"},sandslashalola:{tier:"NUBL",doublesTier:"(DUU)"},nidoranf:{tier:"LC"},nidorina:{tier:"NFE"},nidoqueen:{tier:"RU",doublesTier:"(DUU)"},nidoranm:{tier:"LC"},nidorino:{tier:"NFE"},nidoking:{tier:"UU",doublesTier:"(DUU)"},cleffa:{tier:"LC"},clefairy:{tier:"NFE"},clefable:{tier:"OU",doublesTier:"(DUU)"},vulpix:{tier:"LC"},vulpixalola:{tier:"NFE"},ninetales:{tier:"(PU)",doublesTier:"DUU"},ninetalesalola:{tier:"OU",doublesTier:"DOU"},igglybuff:{tier:"LC"},jigglypuff:{tier:"NFE"},wigglytuff:{tier:"(PU)",doublesTier:"(DUU)"},zubat:{tier:"LC"},golbat:{tier:"NFE"},crobat:{tier:"RU",doublesTier:"(DUU)"},oddish:{tier:"LC"},gloom:{tier:"NFE"},vileplume:{tier:"NU",doublesTier:"(DUU)"},bellossom:{tier:"(PU)",doublesTier:"(DUU)"},paras:{isNonstandard:"Past",tier:"Illegal"},parasect:{isNonstandard:"Past",tier:"Illegal"},venonat:{isNonstandard:"Past",tier:"Illegal"},venomoth:{isNonstandard:"Past",tier:"Illegal"},diglett:{tier:"LC"},diglettalola:{tier:"LC"},dugtrio:{tier:"(PU)",doublesTier:"(DUU)"},dugtrioalola:{tier:"(PU)",doublesTier:"(DUU)"},meowth:{tier:"LC"},meowthalola:{tier:"LC"},meowthgalar:{tier:"LC"},meowthgmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},persian:{tier:"(PU)",doublesTier:"(DUU)"},persianalola:{tier:"(PU)",doublesTier:"(DUU)"},perrserker:{tier:"(PU)",doublesTier:"(DUU)"},psyduck:{tier:"LC"},golduck:{tier:"(PU)",doublesTier:"(DUU)"},mankey:{isNonstandard:"Past",tier:"Illegal"},primeape:{isNonstandard:"Past",tier:"Illegal"},growlithe:{tier:"LC"},growlithehisui:{isNonstandard:"Future",tier:"Illegal"},arcanine:{tier:"NU",doublesTier:"DUU"},arcaninehisui:{isNonstandard:"Future",tier:"Illegal"},poliwag:{tier:"LC"},poliwhirl:{tier:"NFE"},poliwrath:{tier:"(PU)",doublesTier:"(DUU)"},politoed:{tier:"(PU)",doublesTier:"DUU"},abra:{tier:"LC"},kadabra:{tier:"NFE"},alakazam:{tier:"UUBL",doublesTier:"(DUU)"},alakazammega:{isNonstandard:"Past",tier:"Illegal"},machop:{tier:"LC"},machoke:{tier:"NFE"},machamp:{tier:"NUBL",doublesTier:"(DUU)"},machampgmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},bellsprout:{isNonstandard:"Past",tier:"Illegal"},weepinbell:{isNonstandard:"Past",tier:"Illegal"},victreebel:{isNonstandard:"Past",tier:"Illegal"},tentacool:{tier:"LC"},tentacruel:{tier:"RU",doublesTier:"(DUU)"},geodude:{isNonstandard:"Past",tier:"Illegal"},geodudealola:{isNonstandard:"Past",tier:"Illegal"},graveler:{isNonstandard:"Past",tier:"Illegal"},graveleralola:{isNonstandard:"Past",tier:"Illegal"},golem:{isNonstandard:"Past",tier:"Illegal"},golemalola:{isNonstandard:"Past",tier:"Illegal"},ponyta:{tier:"LC"},ponytagalar:{tier:"LC"},rapidash:{tier:"(PU)",doublesTier:"(DUU)"},rapidashgalar:{tier:"(PU)",doublesTier:"(DUU)"},slowpoke:{tier:"LC"},slowpokegalar:{tier:"LC"},slowbro:{tier:"OU",doublesTier:"(DUU)"},slowbromega:{isNonstandard:"Past",tier:"Illegal"},slowbrogalar:{tier:"RUBL",doublesTier:"(DUU)"},slowking:{tier:"UU",doublesTier:"(DUU)"},slowkinggalar:{tier:"OU",doublesTier:"(DUU)"},magnemite:{tier:"LC"},magneton:{tier:"PU",doublesTier:"NFE"},magnezone:{tier:"OU",doublesTier:"(DUU)"},farfetchd:{tier:"(PU)",doublesTier:"(DUU)"},farfetchdgalar:{tier:"LC"},sirfetchd:{tier:"NUBL",doublesTier:"(DUU)"},doduo:{isNonstandard:"Past",tier:"Illegal"},dodrio:{isNonstandard:"Past",tier:"Illegal"},seel:{isNonstandard:"Past",tier:"Illegal"},dewgong:{isNonstandard:"Past",tier:"Illegal"},grimer:{isNonstandard:"Past",tier:"Illegal"},grimeralola:{isNonstandard:"Past",tier:"Illegal"},muk:{isNonstandard:"Past",tier:"Illegal"},mukalola:{isNonstandard:"Past",tier:"Illegal"},shellder:{tier:"LC"},cloyster:{tier:"RU",doublesTier:"(DUU)"},gastly:{tier:"NFE"},haunter:{tier:"NFE"},gengar:{tier:"UUBL",doublesTier:"(DUU)"},gengarmega:{isNonstandard:"Past",tier:"Illegal"},gengargmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},onix:{tier:"LC"},steelix:{tier:"RU",doublesTier:"(DUU)"},steelixmega:{isNonstandard:"Past",tier:"Illegal"},drowzee:{isNonstandard:"Past",tier:"Illegal"},hypno:{isNonstandard:"Past",tier:"Illegal"},krabby:{tier:"LC"},kingler:{tier:"PUBL",doublesTier:"(DUU)"},kinglergmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},voltorb:{isNonstandard:"Past",tier:"Illegal"},voltorbhisui:{isNonstandard:"Future",tier:"Illegal"},electrode:{isNonstandard:"Past",tier:"Illegal"},electrodehisui:{isNonstandard:"Future",tier:"Illegal"},exeggcute:{tier:"LC"},exeggutor:{tier:"(PU)",doublesTier:"(DUU)"},exeggutoralola:{tier:"PUBL",doublesTier:"(DUU)"},cubone:{tier:"LC"},marowak:{tier:"(PU)",doublesTier:"(DUU)"},marowakalola:{tier:"RU",doublesTier:"(DUU)"},marowakalolatotem:{isNonstandard:"Past",tier:"Illegal"},tyrogue:{tier:"LC"},hitmonlee:{tier:"PU",doublesTier:"(DUU)"},hitmonchan:{tier:"(PU)",doublesTier:"(DUU)"},hitmontop:{tier:"NU",doublesTier:"DUU"},lickitung:{tier:"LC"},lickilicky:{tier:"(PU)",doublesTier:"(DUU)"},koffing:{tier:"LC"},weezing:{tier:"PU",doublesTier:"(DUU)"},weezinggalar:{tier:"RU",doublesTier:"(DUU)"},rhyhorn:{tier:"LC"},rhydon:{tier:"NFE"},rhyperior:{tier:"RU",doublesTier:"(DUU)"},happiny:{tier:"LC"},chansey:{tier:"UU",doublesTier:"NFE"},blissey:{tier:"OU",doublesTier:"(DUU)"},tangela:{tier:"NFE"},tangrowth:{tier:"UU",doublesTier:"(DUU)"},kangaskhan:{tier:"(PU)",doublesTier:"(DUU)"},kangaskhanmega:{isNonstandard:"Past",tier:"Illegal"},horsea:{tier:"LC"},seadra:{tier:"NFE"},kingdra:{tier:"PUBL",doublesTier:"DUU"},goldeen:{tier:"LC"},seaking:{tier:"(PU)",doublesTier:"(DUU)"},staryu:{tier:"LC"},starmie:{tier:"NU",doublesTier:"(DUU)"},mimejr:{tier:"LC"},mrmime:{tier:"(PU)",doublesTier:"(DUU)"},mrmimegalar:{tier:"NFE"},mrrime:{tier:"(PU)",doublesTier:"(DUU)"},scyther:{tier:"PUBL",doublesTier:"NFE"},scizor:{tier:"UU",doublesTier:"DUU"},scizormega:{isNonstandard:"Past",tier:"Illegal"},smoochum:{tier:"LC"},jynx:{tier:"(PU)",doublesTier:"(DUU)"},elekid:{tier:"LC"},electabuzz:{tier:"NFE"},electivire:{tier:"(PU)",doublesTier:"(DUU)"},magby:{tier:"NFE"},magmar:{tier:"NFE"},magmortar:{tier:"(PU)",doublesTier:"(DUU)"},pinsir:{tier:"(PU)",doublesTier:"(DUU)"},pinsirmega:{isNonstandard:"Past",tier:"Illegal"},tauros:{tier:"NU",doublesTier:"(DUU)"},magikarp:{tier:"LC"},gyarados:{tier:"UU",doublesTier:"(DUU)"},gyaradosmega:{isNonstandard:"Past",tier:"Illegal"},lapras:{tier:"(PU)",doublesTier:"(DUU)"},laprasgmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},ditto:{tier:"(PU)",doublesTier:"(DUU)"},eevee:{tier:"LC"},eeveestarter:{isNonstandard:"LGPE",tier:"Illegal"},eeveegmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},vaporeon:{tier:"NU",doublesTier:"(DUU)"},jolteon:{tier:"PU",doublesTier:"(DUU)"},flareon:{tier:"(PU)",doublesTier:"(DUU)"},espeon:{tier:"PUBL",doublesTier:"(DUU)"},umbreon:{tier:"RU",doublesTier:"(DUU)"},leafeon:{tier:"(PU)",doublesTier:"(DUU)"},glaceon:{tier:"(PU)",doublesTier:"(DUU)"},sylveon:{tier:"NU",doublesTier:"DUU"},porygon:{tier:"LC"},porygon2:{tier:"RU",doublesTier:"DOU"},porygonz:{tier:"NUBL",doublesTier:"(DUU)"},omanyte:{tier:"LC"},omastar:{tier:"PUBL",doublesTier:"(DUU)"},kabuto:{tier:"LC"},kabutops:{tier:"(PU)",doublesTier:"(DUU)"},aerodactyl:{tier:"NU",doublesTier:"(DUU)"},aerodactylmega:{isNonstandard:"Past",tier:"Illegal"},munchlax:{tier:"LC"},snorlax:{tier:"NU",doublesTier:"(DUU)"},snorlaxgmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},articuno:{tier:"(PU)",doublesTier:"(DUU)"},articunogalar:{tier:"PU",doublesTier:"(DUU)"},zapdos:{tier:"OU",doublesTier:"DOU"},zapdosgalar:{tier:"UUBL",doublesTier:"DUU"},moltres:{tier:"UU",doublesTier:"(DUU)"},moltresgalar:{tier:"UUBL",doublesTier:"DUU"},dratini:{tier:"LC"},dragonair:{tier:"NFE"},dragonite:{tier:"OU",doublesTier:"(DUU)"},mewtwo:{tier:"Uber",doublesTier:"DUber"},mewtwomegax:{isNonstandard:"Past",tier:"Illegal"},mewtwomegay:{isNonstandard:"Past",tier:"Illegal"},mew:{tier:"OU",doublesTier:"DOU"},chikorita:{isNonstandard:"Past",tier:"Illegal"},bayleef:{isNonstandard:"Past",tier:"Illegal"},meganium:{isNonstandard:"Past",tier:"Illegal"},cyndaquil:{isNonstandard:"Past",tier:"Illegal"},quilava:{isNonstandard:"Past",tier:"Illegal"},typhlosion:{isNonstandard:"Past",tier:"Illegal"},typhlosionhisui:{isNonstandard:"Future",tier:"Illegal"},totodile:{isNonstandard:"Past",tier:"Illegal"},croconaw:{isNonstandard:"Past",tier:"Illegal"},feraligatr:{isNonstandard:"Past",tier:"Illegal"},sentret:{isNonstandard:"Past",tier:"Illegal"},furret:{isNonstandard:"Past",tier:"Illegal"},hoothoot:{tier:"LC"},noctowl:{tier:"(PU)",doublesTier:"(DUU)"},ledyba:{isNonstandard:"Past",tier:"Illegal"},ledian:{isNonstandard:"Past",tier:"Illegal"},spinarak:{isNonstandard:"Past",tier:"Illegal"},ariados:{isNonstandard:"Past",tier:"Illegal"},chinchou:{tier:"LC"},lanturn:{tier:"PU",doublesTier:"(DUU)"},togepi:{tier:"LC"},togetic:{tier:"NFE"},togekiss:{tier:"RU",doublesTier:"DUU"},natu:{tier:"LC"},xatu:{tier:"NU",doublesTier:"(DUU)"},mareep:{isNonstandard:"Past",tier:"Illegal"},flaaffy:{isNonstandard:"Past",tier:"Illegal"},ampharos:{isNonstandard:"Past",tier:"Illegal"},ampharosmega:{isNonstandard:"Past",tier:"Illegal"},azurill:{tier:"LC"},marill:{tier:"NFE"},azumarill:{tier:"UU",doublesTier:"(DUU)"},bonsly:{tier:"LC"},sudowoodo:{tier:"(PU)",doublesTier:"(DUU)"},hoppip:{isNonstandard:"Past",tier:"Illegal"},skiploom:{isNonstandard:"Past",tier:"Illegal"},jumpluff:{isNonstandard:"Past",tier:"Illegal"},aipom:{isNonstandard:"Past",tier:"Illegal"},ambipom:{isNonstandard:"Past",tier:"Illegal"},sunkern:{isNonstandard:"Past",tier:"Illegal"},sunflora:{isNonstandard:"Past",tier:"Illegal"},yanma:{isNonstandard:"Past",tier:"Illegal"},yanmega:{isNonstandard:"Past",tier:"Illegal"},wooper:{tier:"LC"},quagsire:{tier:"PU",doublesTier:"(DUU)"},murkrow:{isNonstandard:"Past",tier:"Illegal"},honchkrow:{isNonstandard:"Past",tier:"Illegal"},misdreavus:{isNonstandard:"Past",tier:"Illegal"},mismagius:{isNonstandard:"Past",tier:"Illegal"},unown:{isNonstandard:"Past",tier:"Illegal"},wynaut:{tier:"LC"},wobbuffet:{tier:"(PU)",doublesTier:"(DUU)"},girafarig:{isNonstandard:"Past",tier:"Illegal"},pineco:{isNonstandard:"Past",tier:"Illegal"},forretress:{isNonstandard:"Past",tier:"Illegal"},dunsparce:{tier:"(PU)",doublesTier:"(DUU)"},gligar:{isNonstandard:"Past",tier:"Illegal"},gliscor:{isNonstandard:"Past",tier:"Illegal"},snubbull:{isNonstandard:"Past",tier:"Illegal"},granbull:{isNonstandard:"Past",tier:"Illegal"},qwilfish:{tier:"(PU)",doublesTier:"(DUU)"},qwilfishhisui:{isNonstandard:"Future",tier:"Illegal"},shuckle:{tier:"(PU)",doublesTier:"(DUU)"},heracross:{tier:"RU",doublesTier:"(DUU)"},heracrossmega:{isNonstandard:"Past",tier:"Illegal"},sneasel:{tier:"NFE"},sneaselhisui:{isNonstandard:"Future",tier:"Illegal"},weavile:{tier:"OU",doublesTier:"DUU"},teddiursa:{isNonstandard:"Past",tier:"Illegal"},ursaring:{isNonstandard:"Past",tier:"Illegal"},slugma:{isNonstandard:"Past",tier:"Illegal"},magcargo:{isNonstandard:"Past",tier:"Illegal"},swinub:{tier:"LC"},piloswine:{tier:"NFE"},mamoswine:{tier:"UU",doublesTier:"(DUU)"},corsola:{tier:"(PU)",doublesTier:"(DUU)"},corsolagalar:{tier:"NFE"},cursola:{tier:"(PU)",doublesTier:"(DUU)"},remoraid:{tier:"LC"},octillery:{tier:"(PU)",doublesTier:"(DUU)"},delibird:{tier:"(PU)",doublesTier:"(DUU)"},mantyke:{tier:"LC"},mantine:{tier:"NU",doublesTier:"(DUU)"},skarmory:{tier:"UU",doublesTier:"(DUU)"},houndour:{isNonstandard:"Past",tier:"Illegal"},houndoom:{isNonstandard:"Past",tier:"Illegal"},houndoommega:{isNonstandard:"Past",tier:"Illegal"},phanpy:{isNonstandard:"Past",tier:"Illegal"},donphan:{isNonstandard:"Past",tier:"Illegal"},stantler:{isNonstandard:"Past",tier:"Illegal"},smeargle:{isNonstandard:"Past",tier:"Illegal"},miltank:{tier:"(PU)",doublesTier:"(DUU)"},raikou:{tier:"RU",doublesTier:"(DUU)"},entei:{tier:"NUBL",doublesTier:"(DUU)"},suicune:{tier:"RU",doublesTier:"(DUU)"},larvitar:{tier:"LC"},pupitar:{tier:"NFE"},tyranitar:{tier:"OU",doublesTier:"DOU"},tyranitarmega:{isNonstandard:"Past",tier:"Illegal"},lugia:{tier:"Uber",doublesTier:"DUber"},hooh:{tier:"Uber",doublesTier:"DUber"},celebi:{tier:"RU",doublesTier:"(DUU)"},treecko:{tier:"LC"},grovyle:{tier:"NFE"},sceptile:{tier:"PUBL",doublesTier:"(DUU)"},sceptilemega:{isNonstandard:"Past",tier:"Illegal"},torchic:{tier:"LC"},combusken:{tier:"NFE"},blaziken:{tier:"UUBL",doublesTier:"(DUU)"},blazikenmega:{isNonstandard:"Past",tier:"Illegal"},mudkip:{tier:"LC"},marshtomp:{tier:"NFE"},swampert:{tier:"UU",doublesTier:"(DUU)"},swampertmega:{isNonstandard:"Past",tier:"Illegal"},poochyena:{isNonstandard:"Past",tier:"Illegal"},mightyena:{isNonstandard:"Past",tier:"Illegal"},zigzagoon:{tier:"NFE"},zigzagoongalar:{tier:"LC"},linoone:{tier:"NUBL",doublesTier:"(DUU)"},linoonegalar:{tier:"NFE"},obstagoon:{tier:"RUBL",doublesTier:"(DUU)"},wurmple:{isNonstandard:"Past",tier:"Illegal"},silcoon:{isNonstandard:"Past",tier:"Illegal"},beautifly:{isNonstandard:"Past",tier:"Illegal"},cascoon:{isNonstandard:"Past",tier:"Illegal"},dustox:{isNonstandard:"Past",tier:"Illegal"},lotad:{tier:"LC"},lombre:{tier:"NFE"},ludicolo:{tier:"(PU)",doublesTier:"(DUU)"},seedot:{tier:"LC"},nuzleaf:{tier:"NFE"},shiftry:{tier:"(PU)",doublesTier:"(DUU)"},taillow:{isNonstandard:"Past",tier:"Illegal"},swellow:{isNonstandard:"Past",tier:"Illegal"},wingull:{tier:"LC"},pelipper:{tier:"OU",doublesTier:"DOU"},ralts:{tier:"LC"},kirlia:{tier:"NFE"},gardevoir:{tier:"RU",doublesTier:"(DUU)"},gardevoirmega:{isNonstandard:"Past",tier:"Illegal"},gallade:{tier:"PU",doublesTier:"(DUU)"},gallademega:{isNonstandard:"Past",tier:"Illegal"},surskit:{isNonstandard:"Past",tier:"Illegal"},masquerain:{isNonstandard:"Past",tier:"Illegal"},shroomish:{isNonstandard:"Past",tier:"Illegal"},breloom:{isNonstandard:"Past",tier:"Illegal"},slakoth:{isNonstandard:"Past",tier:"Illegal"},vigoroth:{isNonstandard:"Past",tier:"Illegal"},slaking:{isNonstandard:"Past",tier:"Illegal"},nincada:{tier:"LC"},ninjask:{tier:"(PU)",doublesTier:"(DUU)"},shedinja:{tier:"(PU)",doublesTier:"(DUU)"},whismur:{tier:"LC"},loudred:{tier:"NFE"},exploud:{tier:"NU",doublesTier:"(DUU)"},makuhita:{isNonstandard:"Past",tier:"Illegal"},hariyama:{isNonstandard:"Past",tier:"Illegal"},nosepass:{isNonstandard:"Past",tier:"Illegal"},probopass:{isNonstandard:"Past",tier:"Illegal"},skitty:{isNonstandard:"Past",tier:"Illegal"},delcatty:{isNonstandard:"Past",tier:"Illegal"},sableye:{tier:"(PU)",doublesTier:"(DUU)"},sableyemega:{isNonstandard:"Past",tier:"Illegal"},mawile:{tier:"(PU)",doublesTier:"(DUU)"},mawilemega:{isNonstandard:"Past",tier:"Illegal"},aron:{tier:"LC"},lairon:{tier:"NFE"},aggron:{tier:"PU",doublesTier:"(DUU)"},aggronmega:{isNonstandard:"Past",tier:"Illegal"},meditite:{isNonstandard:"Past",tier:"Illegal"},medicham:{isNonstandard:"Past",tier:"Illegal"},medichammega:{isNonstandard:"Past",tier:"Illegal"},electrike:{tier:"LC"},manectric:{tier:"(PU)",doublesTier:"(DUU)"},manectricmega:{isNonstandard:"Past",tier:"Illegal"},plusle:{isNonstandard:"Past",tier:"Illegal"},minun:{isNonstandard:"Past",tier:"Illegal"},volbeat:{isNonstandard:"Past",tier:"Illegal"},illumise:{isNonstandard:"Past",tier:"Illegal"},budew:{tier:"LC"},roselia:{tier:"NFE"},roserade:{tier:"RU",doublesTier:"(DUU)"},gulpin:{isNonstandard:"Past",tier:"Illegal"},swalot:{isNonstandard:"Past",tier:"Illegal"},carvanha:{tier:"LC"},sharpedo:{tier:"RU",doublesTier:"(DUU)"},sharpedomega:{isNonstandard:"Past",tier:"Illegal"},wailmer:{tier:"LC"},wailord:{tier:"(PU)",doublesTier:"(DUU)"},numel:{isNonstandard:"Past",tier:"Illegal"},camerupt:{isNonstandard:"Past",tier:"Illegal"},cameruptmega:{isNonstandard:"Past",tier:"Illegal"},torkoal:{tier:"UU",doublesTier:"DOU"},spoink:{isNonstandard:"Past",tier:"Illegal"},grumpig:{isNonstandard:"Past",tier:"Illegal"},spinda:{isNonstandard:"Past",tier:"Illegal"},trapinch:{tier:"LC"},vibrava:{tier:"NFE"},flygon:{tier:"RU",doublesTier:"(DUU)"},cacnea:{isNonstandard:"Past",tier:"Illegal"},cacturne:{isNonstandard:"Past",tier:"Illegal"},swablu:{tier:"LC"},altaria:{tier:"(PU)",doublesTier:"(DUU)"},altariamega:{isNonstandard:"Past",tier:"Illegal"},zangoose:{isNonstandard:"Past",tier:"Illegal"},seviper:{isNonstandard:"Past",tier:"Illegal"},lunatone:{tier:"(PU)",doublesTier:"(DUU)"},solrock:{tier:"(PU)",doublesTier:"(DUU)"},barboach:{tier:"LC"},whiscash:{tier:"(PU)",doublesTier:"(DUU)"},corphish:{tier:"LC"},crawdaunt:{tier:"UU",doublesTier:"(DUU)"},baltoy:{tier:"LC"},claydol:{tier:"PU",doublesTier:"(DUU)"},lileep:{tier:"LC"},cradily:{tier:"(PU)",doublesTier:"(DUU)"},anorith:{tier:"LC"},armaldo:{tier:"(PU)",doublesTier:"(DUU)"},feebas:{tier:"LC"},milotic:{tier:"RU",doublesTier:"DUU"},castform:{isNonstandard:"Past",tier:"Illegal"},castformsunny:{isNonstandard:"Past"},castformrainy:{isNonstandard:"Past"},castformsnowy:{isNonstandard:"Past"},kecleon:{isNonstandard:"Past",tier:"Illegal"},shuppet:{isNonstandard:"Past",tier:"Illegal"},banette:{isNonstandard:"Past",tier:"Illegal"},banettemega:{isNonstandard:"Past",tier:"Illegal"},duskull:{tier:"LC"},dusclops:{tier:"NFE"},dusknoir:{tier:"(PU)",doublesTier:"(DUU)"},tropius:{isNonstandard:"Past",tier:"Illegal"},chingling:{isNonstandard:"Past",tier:"Illegal"},chimecho:{isNonstandard:"Past",tier:"Illegal"},absol:{tier:"PU",doublesTier:"(DUU)"},absolmega:{isNonstandard:"Past",tier:"Illegal"},snorunt:{tier:"LC"},glalie:{tier:"(PU)",doublesTier:"(DUU)"},glaliemega:{isNonstandard:"Past",tier:"Illegal"},froslass:{tier:"(PU)",doublesTier:"(DUU)"},spheal:{tier:"LC"},sealeo:{tier:"NFE"},walrein:{tier:"(PU)",doublesTier:"(DUU)"},clamperl:{isNonstandard:"Past",tier:"Illegal"},huntail:{isNonstandard:"Past",tier:"Illegal"},gorebyss:{isNonstandard:"Past",tier:"Illegal"},relicanth:{tier:"(PU)",doublesTier:"(DUU)"},luvdisc:{isNonstandard:"Past",tier:"Illegal"},bagon:{tier:"LC"},shelgon:{tier:"NFE"},salamence:{tier:"UU",doublesTier:"(DUU)"},salamencemega:{isNonstandard:"Past",tier:"Illegal"},beldum:{tier:"LC"},metang:{tier:"NFE"},metagross:{tier:"RU",doublesTier:"DOU"},metagrossmega:{isNonstandard:"Past",tier:"Illegal"},regirock:{tier:"PU",doublesTier:"(DUU)"},regice:{tier:"(PU)",doublesTier:"(DUU)"},registeel:{tier:"RU",doublesTier:"(DUU)"},latias:{tier:"UUBL",doublesTier:"(DUU)"},latiasmega:{isNonstandard:"Past",tier:"Illegal"},latios:{tier:"UUBL",doublesTier:"(DUU)"},latiosmega:{isNonstandard:"Past",tier:"Illegal"},kyogre:{tier:"Uber",doublesTier:"DUber"},kyogreprimal:{isNonstandard:"Past",tier:"Illegal"},groudon:{tier:"Uber",doublesTier:"DUber"},groudonprimal:{isNonstandard:"Past",tier:"Illegal"},rayquaza:{tier:"Uber",doublesTier:"DUber"},rayquazamega:{isNonstandard:"Past",tier:"Illegal"},jirachi:{tier:"UU",doublesTier:"DUber"},deoxys:{isNonstandard:"Past",tier:"Illegal"},deoxysattack:{isNonstandard:"Past",tier:"Illegal"},deoxysdefense:{isNonstandard:"Past",tier:"Illegal"},deoxysspeed:{isNonstandard:"Past",tier:"Illegal"},turtwig:{isNonstandard:"Past",tier:"Illegal"},grotle:{isNonstandard:"Past",tier:"Illegal"},torterra:{isNonstandard:"Past",tier:"Illegal"},chimchar:{isNonstandard:"Past",tier:"Illegal"},monferno:{isNonstandard:"Past",tier:"Illegal"},infernape:{isNonstandard:"Past",tier:"Illegal"},piplup:{isNonstandard:"Past",tier:"Illegal"},prinplup:{isNonstandard:"Past",tier:"Illegal"},empoleon:{isNonstandard:"Past",tier:"Illegal"},starly:{isNonstandard:"Past",tier:"Illegal"},staravia:{isNonstandard:"Past",tier:"Illegal"},staraptor:{isNonstandard:"Past",tier:"Illegal"},bidoof:{isNonstandard:"Past",tier:"Illegal"},bibarel:{isNonstandard:"Past",tier:"Illegal"},kricketot:{isNonstandard:"Past",tier:"Illegal"},kricketune:{isNonstandard:"Past",tier:"Illegal"},shinx:{tier:"LC"},luxio:{tier:"NFE"},luxray:{tier:"(PU)",doublesTier:"(DUU)"},cranidos:{isNonstandard:"Past",tier:"Illegal"},rampardos:{isNonstandard:"Past",tier:"Illegal"},shieldon:{isNonstandard:"Past",tier:"Illegal"},bastiodon:{isNonstandard:"Past",tier:"Illegal"},burmy:{isNonstandard:"Past",tier:"Illegal"},wormadam:{isNonstandard:"Past",tier:"Illegal"},wormadamsandy:{isNonstandard:"Past",tier:"Illegal"},wormadamtrash:{isNonstandard:"Past",tier:"Illegal"},mothim:{isNonstandard:"Past",tier:"Illegal"},combee:{tier:"LC"},vespiquen:{tier:"(PU)",doublesTier:"(DUU)"},pachirisu:{isNonstandard:"Past",tier:"Illegal"},buizel:{isNonstandard:"Past",tier:"Illegal"},floatzel:{isNonstandard:"Past",tier:"Illegal"},cherubi:{tier:"NFE"},cherrim:{tier:"(PU)",doublesTier:"(DUU)"},cherrimsunshine:{},shellos:{tier:"LC"},gastrodon:{tier:"NU",doublesTier:"DOU"},drifloon:{tier:"NFE"},drifblim:{tier:"(PU)",doublesTier:"(DUU)"},buneary:{tier:"LC"},lopunny:{tier:"(PU)",doublesTier:"(DUU)"},lopunnymega:{isNonstandard:"Past",tier:"Illegal"},glameow:{isNonstandard:"Past",tier:"Illegal"},purugly:{isNonstandard:"Past",tier:"Illegal"},stunky:{tier:"LC"},skuntank:{tier:"(PU)",doublesTier:"(DUU)"},bronzor:{tier:"LC"},bronzong:{tier:"RU",doublesTier:"(DUU)"},chatot:{isNonstandard:"Past",tier:"Illegal"},spiritomb:{tier:"(PU)",doublesTier:"(DUU)"},gible:{tier:"LC"},gabite:{tier:"NFE"},garchomp:{tier:"OU",doublesTier:"(DUU)"},garchompmega:{isNonstandard:"Past",tier:"Illegal"},riolu:{tier:"LC"},lucario:{tier:"RU",doublesTier:"(DUU)"},lucariomega:{isNonstandard:"Past",tier:"Illegal"},hippopotas:{tier:"LC"},hippowdon:{tier:"UU",doublesTier:"(DUU)"},skorupi:{tier:"LC"},drapion:{tier:"NU",doublesTier:"(DUU)"},croagunk:{tier:"LC"},toxicroak:{tier:"NU",doublesTier:"(DUU)"},carnivine:{isNonstandard:"Past",tier:"Illegal"},finneon:{isNonstandard:"Past",tier:"Illegal"},lumineon:{isNonstandard:"Past",tier:"Illegal"},snover:{tier:"LC"},abomasnow:{tier:"(PU)",doublesTier:"(DUU)"},abomasnowmega:{isNonstandard:"Past",tier:"Illegal"},rotom:{tier:"(PU)",doublesTier:"(DUU)"},rotomheat:{tier:"UU",doublesTier:"(DUU)"},rotomwash:{tier:"UU",doublesTier:"(DUU)"},rotomfrost:{tier:"(PU)",doublesTier:"(DUU)"},rotomfan:{tier:"(PU)",doublesTier:"(DUU)"},rotommow:{tier:"NU",doublesTier:"(DUU)"},uxie:{tier:"(PU)",doublesTier:"(DUU)"},mesprit:{tier:"PU",doublesTier:"(DUU)"},azelf:{tier:"UU",doublesTier:"(DUU)"},dialga:{tier:"Uber",doublesTier:"DUber"},dialgaorigin:{isNonstandard:"Future",tier:"Illegal"},palkia:{tier:"Uber",doublesTier:"DUber"},palkiaorigin:{isNonstandard:"Future",tier:"Illegal"},heatran:{tier:"OU",doublesTier:"DOU"},regigigas:{tier:"(PU)",doublesTier:"(DUU)"},giratina:{tier:"Uber",doublesTier:"DUber"},giratinaorigin:{tier:"Uber",doublesTier:"DUber"},cresselia:{tier:"NUBL",doublesTier:"DUU"},phione:{isNonstandard:"Past",tier:"Illegal"},manaphy:{isNonstandard:"Past",tier:"Illegal"},darkrai:{isNonstandard:"Past",tier:"Illegal"},shaymin:{isNonstandard:"Past",tier:"Illegal"},shayminsky:{isNonstandard:"Past",tier:"Illegal"},arceus:{isNonstandard:"Past",tier:"Illegal"},arceusbug:{isNonstandard:"Past"},arceusdark:{isNonstandard:"Past"},arceusdragon:{isNonstandard:"Past"},arceuselectric:{isNonstandard:"Past"},arceusfairy:{isNonstandard:"Past"},arceusfighting:{isNonstandard:"Past"},arceusfire:{isNonstandard:"Past"},arceusflying:{isNonstandard:"Past"},arceusghost:{isNonstandard:"Past"},arceusgrass:{isNonstandard:"Past"},arceusground:{isNonstandard:"Past"},arceusice:{isNonstandard:"Past"},arceuspoison:{isNonstandard:"Past"},arceuspsychic:{isNonstandard:"Past"},arceusrock:{isNonstandard:"Past"},arceussteel:{isNonstandard:"Past"},arceuswater:{isNonstandard:"Past"},victini:{tier:"OU",doublesTier:"DUU"},snivy:{isNonstandard:"Past",tier:"Illegal"},servine:{isNonstandard:"Past",tier:"Illegal"},serperior:{isNonstandard:"Past",tier:"Illegal"},tepig:{isNonstandard:"Past",tier:"Illegal"},pignite:{isNonstandard:"Past",tier:"Illegal"},emboar:{isNonstandard:"Past",tier:"Illegal"},oshawott:{isNonstandard:"Past",tier:"Illegal"},dewott:{isNonstandard:"Past",tier:"Illegal"},samurott:{isNonstandard:"Past",tier:"Illegal"},samurotthisui:{isNonstandard:"Future",tier:"Illegal"},patrat:{isNonstandard:"Past",tier:"Illegal"},watchog:{isNonstandard:"Past",tier:"Illegal"},lillipup:{tier:"LC"},herdier:{tier:"NFE"},stoutland:{tier:"(PU)",doublesTier:"(DUU)"},purrloin:{tier:"LC"},liepard:{tier:"(PU)",doublesTier:"(DUU)"},pansage:{isNonstandard:"Past",tier:"Illegal"},simisage:{isNonstandard:"Past",tier:"Illegal"},pansear:{isNonstandard:"Past",tier:"Illegal"},simisear:{isNonstandard:"Past",tier:"Illegal"},panpour:{isNonstandard:"Past",tier:"Illegal"},simipour:{isNonstandard:"Past",tier:"Illegal"},munna:{tier:"LC"},musharna:{tier:"(PU)",doublesTier:"(DUU)"},pidove:{tier:"LC"},tranquill:{tier:"NFE"},unfezant:{tier:"(PU)",doublesTier:"(DUU)"},blitzle:{isNonstandard:"Past",tier:"Illegal"},zebstrika:{isNonstandard:"Past",tier:"Illegal"},roggenrola:{tier:"LC"},boldore:{tier:"NFE"},gigalith:{tier:"PU",doublesTier:"DUU"},woobat:{tier:"NFE"},swoobat:{tier:"(PU)",doublesTier:"(DUU)"},drilbur:{tier:"LC"},excadrill:{tier:"UU",doublesTier:"DUU"},audino:{tier:"PU",doublesTier:"(DUU)"},audinomega:{isNonstandard:"Past",tier:"Illegal"},timburr:{tier:"LC"},gurdurr:{tier:"NFE"},conkeldurr:{tier:"UU",doublesTier:"(DUU)"},tympole:{tier:"LC"},palpitoad:{tier:"NFE"},seismitoad:{tier:"RU",doublesTier:"(DUU)"},throh:{tier:"(PU)",doublesTier:"(DUU)"},sawk:{tier:"(PU)",doublesTier:"(DUU)"},sewaddle:{isNonstandard:"Past",tier:"Illegal"},swadloon:{isNonstandard:"Past",tier:"Illegal"},leavanny:{isNonstandard:"Past",tier:"Illegal"},venipede:{tier:"LC"},whirlipede:{tier:"NFE"},scolipede:{tier:"RUBL",doublesTier:"(DUU)"},cottonee:{tier:"LC"},whimsicott:{tier:"PU",doublesTier:"DOU"},petilil:{tier:"LC"},lilligant:{tier:"(PU)",doublesTier:"(DUU)"},lilliganthisui:{isNonstandard:"Future",tier:"Illegal"},basculin:{tier:"(PU)",doublesTier:"(DUU)"},basculinbluestriped:{tier:"(PU)",doublesTier:"(DUU)"},basculinwhitestriped:{isNonstandard:"Future",tier:"Illegal"},sandile:{tier:"LC"},krokorok:{tier:"NFE"},krookodile:{tier:"UU",doublesTier:"DUU"},darumaka:{tier:"LC"},darumakagalar:{tier:"LC"},darmanitan:{tier:"UU",doublesTier:"(DUU)"},darmanitangalar:{tier:"Uber",doublesTier:"(DUU)"},darmanitangalarzen:{},maractus:{tier:"(PU)",doublesTier:"(DUU)"},dwebble:{tier:"LC"},crustle:{tier:"(PU)",doublesTier:"(DUU)"},scraggy:{tier:"NFE"},scrafty:{tier:"PU",doublesTier:"DUU"},sigilyph:{tier:"NUBL",doublesTier:"(DUU)"},yamask:{tier:"LC"},yamaskgalar:{tier:"LC"},cofagrigus:{tier:"(PU)",doublesTier:"(DUU)"},runerigus:{tier:"(PU)",doublesTier:"(DUU)"},tirtouga:{tier:"LC"},carracosta:{tier:"(PU)",doublesTier:"(DUU)"},archen:{tier:"LC"},archeops:{tier:"PU",doublesTier:"(DUU)"},trubbish:{tier:"LC"},garbodor:{tier:"PU",doublesTier:"(DUU)"},garbodorgmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},zorua:{tier:"LC"},zoruahisui:{isNonstandard:"Future",tier:"Illegal"},zoroark:{tier:"PUBL",doublesTier:"(DUU)"},zoroarkhisui:{isNonstandard:"Future",tier:"Illegal"},minccino:{tier:"LC"},cinccino:{tier:"PU",doublesTier:"(DUU)"},gothita:{tier:"NFE"},gothorita:{tier:"NFE"},gothitelle:{tier:"(PU)",doublesTier:"(DUU)"},solosis:{tier:"LC"},duosion:{tier:"NFE"},reuniclus:{tier:"RU",doublesTier:"(DUU)"},ducklett:{isNonstandard:"Past",tier:"Illegal"},swanna:{isNonstandard:"Past",tier:"Illegal"},vanillite:{tier:"LC"},vanillish:{tier:"NFE"},vanilluxe:{tier:"PUBL",doublesTier:"(DUU)"},deerling:{isNonstandard:"Past",tier:"Illegal"},sawsbuck:{isNonstandard:"Past",tier:"Illegal"},emolga:{tier:"(PU)",doublesTier:"(DUU)"},karrablast:{tier:"LC"},escavalier:{tier:"NU",doublesTier:"(DUU)"},foongus:{tier:"LC"},amoonguss:{tier:"UU",doublesTier:"DOU"},frillish:{tier:"LC"},jellicent:{tier:"PU",doublesTier:"(DUU)"},alomomola:{isNonstandard:"Past",tier:"Illegal"},joltik:{tier:"LC"},galvantula:{tier:"PU",doublesTier:"(DUU)"},ferroseed:{tier:"PU",doublesTier:"NFE"},ferrothorn:{tier:"OU",doublesTier:"DUU"},klink:{tier:"LC"},klang:{tier:"NFE"},klinklang:{tier:"(PU)",doublesTier:"(DUU)"},tynamo:{isNonstandard:"Past",tier:"Illegal"},eelektrik:{isNonstandard:"Past",tier:"Illegal"},eelektross:{isNonstandard:"Past",tier:"Illegal"},elgyem:{tier:"LC"},beheeyem:{tier:"(PU)",doublesTier:"(DUU)"},litwick:{tier:"LC"},lampent:{tier:"NFE"},chandelure:{tier:"RU",doublesTier:"(DUU)"},axew:{tier:"LC"},fraxure:{tier:"NFE"},haxorus:{tier:"RUBL",doublesTier:"(DUU)"},cubchoo:{tier:"LC"},beartic:{tier:"(PU)",doublesTier:"(DUU)"},cryogonal:{tier:"(PU)",doublesTier:"(DUU)"},shelmet:{tier:"LC"},accelgor:{tier:"(PU)",doublesTier:"(DUU)"},stunfisk:{tier:"(PU)",doublesTier:"(DUU)"},stunfiskgalar:{tier:"(PU)",doublesTier:"(DUU)"},mienfoo:{tier:"LC"},mienshao:{tier:"UUBL",doublesTier:"(DUU)"},druddigon:{tier:"PU",doublesTier:"(DUU)"},golett:{tier:"LC"},golurk:{tier:"NU",doublesTier:"(DUU)"},pawniard:{tier:"LC"},bisharp:{tier:"OU",doublesTier:"(DUU)"},bouffalant:{tier:"(PU)",doublesTier:"(DUU)"},rufflet:{tier:"NFE"},braviary:{tier:"NU",doublesTier:"(DUU)"},braviaryhisui:{isNonstandard:"Future",tier:"Illegal"},vullaby:{tier:"NFE"},mandibuzz:{tier:"UU",doublesTier:"(DUU)"},heatmor:{tier:"(PU)",doublesTier:"(DUU)"},durant:{tier:"RUBL",doublesTier:"(DUU)"},deino:{tier:"LC"},zweilous:{tier:"NFE"},hydreigon:{tier:"UU",doublesTier:"(DUU)"},larvesta:{tier:"LC"},volcarona:{tier:"OU",doublesTier:"(DUU)"},cobalion:{tier:"UU",doublesTier:"(DUU)"},terrakion:{tier:"UUBL",doublesTier:"(DUU)"},virizion:{tier:"PUBL",doublesTier:"(DUU)"},tornadus:{tier:"NUBL",doublesTier:"DUU"},tornadustherian:{tier:"OU",doublesTier:"(DUU)"},thundurus:{tier:"UUBL",doublesTier:"(DUU)"},thundurustherian:{tier:"UU",doublesTier:"(DUU)"},reshiram:{tier:"Uber",doublesTier:"DUber"},zekrom:{tier:"Uber",doublesTier:"DUber"},landorus:{tier:"Uber",doublesTier:"DOU"},landorustherian:{tier:"OU",doublesTier:"DOU"},kyurem:{tier:"Uber",doublesTier:"(DUU)"},kyuremblack:{tier:"Uber",doublesTier:"DOU"},kyuremwhite:{tier:"Uber",doublesTier:"DUber"},keldeo:{tier:"UU",doublesTier:"(DUU)"},keldeoresolute:{},meloetta:{isNonstandard:"Past",tier:"Illegal"},meloettapirouette:{isNonstandard:"Past"},genesect:{tier:"Uber",doublesTier:"DOU"},genesectdouse:{},chespin:{isNonstandard:"Past",tier:"Illegal"},quilladin:{isNonstandard:"Past",tier:"Illegal"},chesnaught:{isNonstandard:"Past",tier:"Illegal"},fennekin:{isNonstandard:"Past",tier:"Illegal"},braixen:{isNonstandard:"Past",tier:"Illegal"},delphox:{isNonstandard:"Past",tier:"Illegal"},froakie:{isNonstandard:"Past",tier:"Illegal"},frogadier:{isNonstandard:"Past",tier:"Illegal"},greninja:{isNonstandard:"Past",tier:"Illegal"},greninjaash:{isNonstandard:"Past",tier:"Illegal"},bunnelby:{tier:"LC"},diggersby:{tier:"RUBL",doublesTier:"(DUU)"},fletchling:{tier:"LC"},fletchinder:{tier:"NFE"},talonflame:{tier:"NU",doublesTier:"(DUU)"},scatterbug:{isNonstandard:"Past",tier:"Illegal"},spewpa:{isNonstandard:"Past",tier:"Illegal"},vivillon:{isNonstandard:"Past",tier:"Illegal"},vivillonfancy:{isNonstandard:"Past"},vivillonpokeball:{isNonstandard:"Past"},litleo:{isNonstandard:"Past",tier:"Illegal"},pyroar:{isNonstandard:"Past",tier:"Illegal"},flabebe:{isNonstandard:"Past",tier:"Illegal"},floette:{isNonstandard:"Past",tier:"Illegal"},floetteeternal:{isNonstandard:"Past",tier:"Illegal"},florges:{isNonstandard:"Past",tier:"Illegal"},skiddo:{isNonstandard:"Past",tier:"Illegal"},gogoat:{isNonstandard:"Past",tier:"Illegal"},pancham:{tier:"LC"},pangoro:{tier:"NUBL",doublesTier:"(DUU)"},furfrou:{isNonstandard:"Past",tier:"Illegal"},espurr:{tier:"LC"},meowstic:{tier:"(PU)",doublesTier:"(DUU)"},meowsticf:{tier:"(PU)",doublesTier:"(DUU)"},honedge:{tier:"LC"},doublade:{tier:"PU",doublesTier:"NFE"},aegislash:{tier:"UUBL",doublesTier:"(DUU)"},aegislashblade:{},spritzee:{tier:"LC"},aromatisse:{tier:"PU",doublesTier:"(DUU)"},swirlix:{tier:"NFE"},slurpuff:{tier:"NUBL",doublesTier:"(DUU)"},inkay:{tier:"LC"},malamar:{tier:"(PU)",doublesTier:"(DUU)"},binacle:{tier:"LC"},barbaracle:{tier:"NUBL",doublesTier:"(DUU)"},skrelp:{tier:"LC"},dragalge:{tier:"NUBL",doublesTier:"(DUU)"},clauncher:{tier:"LC"},clawitzer:{tier:"PUBL",doublesTier:"(DUU)"},helioptile:{tier:"LC"},heliolisk:{tier:"NU",doublesTier:"(DUU)"},tyrunt:{tier:"LC"},tyrantrum:{tier:"NU",doublesTier:"(DUU)"},amaura:{tier:"LC"},aurorus:{tier:"(PU)",doublesTier:"(DUU)"},hawlucha:{tier:"UUBL",doublesTier:"(DUU)"},dedenne:{tier:"(PU)",doublesTier:"(DUU)"},carbink:{tier:"(PU)",doublesTier:"(DUU)"},goomy:{tier:"LC"},sliggoo:{tier:"NFE"},sliggoohisui:{isNonstandard:"Future",tier:"Illegal"},goodra:{tier:"NUBL",doublesTier:"(DUU)"},goodrahisui:{isNonstandard:"Future",tier:"Illegal"},klefki:{tier:"RU",doublesTier:"(DUU)"},phantump:{tier:"LC"},trevenant:{tier:"(PU)",doublesTier:"(DUU)"},pumpkaboo:{tier:"LC"},pumpkaboosmall:{tier:"LC"},pumpkaboolarge:{tier:"LC"},pumpkaboosuper:{tier:"LC"},gourgeist:{tier:"(PU)",doublesTier:"(DUU)"},gourgeistsmall:{tier:"(PU)",doublesTier:"(DUU)"},gourgeistlarge:{tier:"(PU)",doublesTier:"(DUU)"},gourgeistsuper:{tier:"(PU)",doublesTier:"(DUU)"},bergmite:{tier:"LC"},avalugg:{tier:"(PU)",doublesTier:"(DUU)"},avalugghisui:{isNonstandard:"Future",tier:"Illegal"},noibat:{tier:"LC"},noivern:{tier:"RU",doublesTier:"(DUU)"},xerneas:{tier:"Uber",doublesTier:"DUber"},xerneasneutral:{isNonstandard:"Custom",tier:"Illegal"},yveltal:{tier:"Uber",doublesTier:"DUber"},zygarde:{tier:"Uber",doublesTier:"DOU"},zygarde10:{tier:"UU",doublesTier:"(DUU)"},zygardecomplete:{tier:"Uber",doublesTier:"DUber"},diancie:{tier:"NU",doublesTier:"DOU"},dianciemega:{isNonstandard:"Past",tier:"Illegal"},hoopa:{isNonstandard:"Past",tier:"Illegal"},hoopaunbound:{isNonstandard:"Past",tier:"Illegal"},volcanion:{tier:"OU",doublesTier:"DOU"},rowlet:{tier:"LC"},dartrix:{tier:"NFE"},decidueye:{tier:"NU",doublesTier:"(DUU)"},decidueyehisui:{isNonstandard:"Future",tier:"Illegal"},litten:{tier:"LC"},torracat:{tier:"NFE"},incineroar:{tier:"RU",doublesTier:"DOU"},popplio:{tier:"LC"},brionne:{tier:"NFE"},primarina:{tier:"UU",doublesTier:"DUU"},pikipek:{isNonstandard:"Past",tier:"Illegal"},trumbeak:{isNonstandard:"Past",tier:"Illegal"},toucannon:{isNonstandard:"Past",tier:"Illegal"},yungoos:{isNonstandard:"Past",tier:"Illegal"},gumshoos:{isNonstandard:"Past",tier:"Illegal"},gumshoostotem:{isNonstandard:"Past",tier:"Illegal"},grubbin:{tier:"LC"},charjabug:{tier:"NFE"},vikavolt:{tier:"(PU)",doublesTier:"(DUU)"},vikavolttotem:{isNonstandard:"Past",tier:"Illegal"},crabrawler:{isNonstandard:"Past",tier:"Illegal"},crabominable:{isNonstandard:"Past",tier:"Illegal"},oricorio:{isNonstandard:"Past",tier:"Illegal"},oricoriopompom:{isNonstandard:"Past",tier:"Illegal"},oricoriopau:{isNonstandard:"Past",tier:"Illegal"},oricoriosensu:{isNonstandard:"Past",tier:"Illegal"},cutiefly:{tier:"NFE"},ribombee:{tier:"PU",doublesTier:"(DUU)"},ribombeetotem:{isNonstandard:"Past",tier:"Illegal"},rockruff:{tier:"LC"},rockruffdusk:{tier:"LC"},lycanroc:{tier:"PU",doublesTier:"(DUU)"},lycanrocmidnight:{tier:"(PU)",doublesTier:"(DUU)"},lycanrocdusk:{tier:"UU",doublesTier:"(DUU)"},wishiwashi:{tier:"PU",doublesTier:"(DUU)"},wishiwashischool:{},mareanie:{tier:"LC"},toxapex:{tier:"OU",doublesTier:"(DUU)"},mudbray:{tier:"LC"},mudsdale:{tier:"NU",doublesTier:"(DUU)"},dewpider:{tier:"LC"},araquanid:{tier:"PUBL",doublesTier:"(DUU)"},araquanidtotem:{isNonstandard:"Past",tier:"Illegal"},fomantis:{tier:"LC"},lurantis:{tier:"(PU)",doublesTier:"(DUU)"},lurantistotem:{isNonstandard:"Past",tier:"Illegal"},morelull:{tier:"LC"},shiinotic:{tier:"(PU)",doublesTier:"(DUU)"},salandit:{tier:"LC"},salazzle:{tier:"NU",doublesTier:"(DUU)"},salazzletotem:{isNonstandard:"Past",tier:"Illegal"},stufful:{tier:"LC"},bewear:{tier:"NUBL",doublesTier:"(DUU)"},bounsweet:{tier:"LC"},steenee:{tier:"NFE"},tsareena:{tier:"NU",doublesTier:"DOU"},comfey:{tier:"PU",doublesTier:"DUU"},oranguru:{tier:"(PU)",doublesTier:"(DUU)"},passimian:{tier:"NU",doublesTier:"(DUU)"},wimpod:{tier:"LC"},golisopod:{tier:"RU",doublesTier:"(DUU)"},sandygast:{tier:"LC"},palossand:{tier:"(PU)",doublesTier:"(DUU)"},pyukumuku:{tier:"(PU)",doublesTier:"(DUU)"},typenull:{tier:"NFE"},silvally:{tier:"(PU)",doublesTier:"(DUU)"},silvallybug:{tier:"(PU)",doublesTier:"(DUU)"},silvallydark:{tier:"(PU)",doublesTier:"(DUU)"},silvallydragon:{tier:"(PU)",doublesTier:"(DUU)"},silvallyelectric:{tier:"(PU)",doublesTier:"(DUU)"},silvallyfairy:{tier:"PU",doublesTier:"(DUU)"},silvallyfighting:{tier:"(PU)",doublesTier:"(DUU)"},silvallyfire:{tier:"(PU)",doublesTier:"(DUU)"},silvallyflying:{tier:"(PU)",doublesTier:"(DUU)"},silvallyghost:{tier:"PU",doublesTier:"(DUU)"},silvallygrass:{tier:"(PU)",doublesTier:"(DUU)"},silvallyground:{tier:"NU",doublesTier:"(DUU)"},silvallyice:{tier:"(PU)",doublesTier:"(DUU)"},silvallypoison:{tier:"(PU)",doublesTier:"(DUU)"},silvallypsychic:{tier:"(PU)",doublesTier:"(DUU)"},silvallyrock:{tier:"(PU)",doublesTier:"(DUU)"},silvallysteel:{tier:"PU",doublesTier:"(DUU)"},silvallywater:{tier:"(PU)",doublesTier:"(DUU)"},minior:{isNonstandard:"Past",tier:"Illegal"},miniormeteor:{isNonstandard:"Past"},komala:{isNonstandard:"Past",tier:"Illegal"},turtonator:{tier:"(PU)",doublesTier:"(DUU)"},togedemaru:{tier:"PU",doublesTier:"(DUU)"},togedemarutotem:{isNonstandard:"Past",tier:"Illegal"},mimikyu:{tier:"RU",doublesTier:"(DUU)"},mimikyutotem:{isNonstandard:"Past",tier:"Illegal"},mimikyubustedtotem:{isNonstandard:"Past",tier:"Illegal"},bruxish:{isNonstandard:"Past",tier:"Illegal"},drampa:{tier:"PUBL",doublesTier:"(DUU)"},dhelmise:{tier:"NU",doublesTier:"(DUU)"},jangmoo:{tier:"LC"},hakamoo:{tier:"NFE"},kommoo:{tier:"UUBL",doublesTier:"(DUU)"},kommoototem:{isNonstandard:"Past",tier:"Illegal"},tapukoko:{tier:"OU",doublesTier:"DOU"},tapulele:{tier:"OU",doublesTier:"DOU"},tapubulu:{tier:"UU",doublesTier:"DUU"},tapufini:{tier:"OU",doublesTier:"DOU"},cosmog:{tier:"LC"},cosmoem:{tier:"NFE"},solgaleo:{tier:"Uber",doublesTier:"DUber"},lunala:{tier:"Uber",doublesTier:"DUber"},nihilego:{tier:"UU",doublesTier:"(DUU)"},buzzwole:{tier:"OU",doublesTier:"(DUU)"},pheromosa:{tier:"Uber",doublesTier:"(DUU)"},xurkitree:{tier:"RU",doublesTier:"(DUU)"},celesteela:{tier:"UU",doublesTier:"DOU"},kartana:{tier:"OU",doublesTier:"DUber"},guzzlord:{tier:"PUBL",doublesTier:"(DUU)"},necrozma:{tier:"RUBL",doublesTier:"DOU"},necrozmaduskmane:{tier:"Uber",doublesTier:"DUber"},necrozmadawnwings:{tier:"Uber",doublesTier:"DUber"},necrozmaultra:{isNonstandard:"Past",tier:"Illegal"},magearna:{tier:"Uber",doublesTier:"DUber"},magearnaoriginal:{},marshadow:{tier:"Uber",doublesTier:"DUber"},poipole:{tier:"NFE"},naganadel:{tier:"Uber",doublesTier:"DUU"},stakataka:{tier:"NU",doublesTier:"DOU"},blacephalon:{tier:"OU",doublesTier:"(DUU)"},zeraora:{tier:"OU",doublesTier:"DOU"},meltan:{tier:"(PU)",doublesTier:"(DUU)"},melmetal:{tier:"OU",doublesTier:"DUber"},melmetalgmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},grookey:{tier:"LC"},thwackey:{tier:"NFE"},rillaboom:{tier:"OU",doublesTier:"DOU"},rillaboomgmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},scorbunny:{tier:"LC"},raboot:{tier:"NFE"},cinderace:{tier:"Uber",doublesTier:"DUU"},cinderacegmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},sobble:{tier:"LC"},drizzile:{tier:"NFE"},inteleon:{tier:"PUBL",doublesTier:"(DUU)"},inteleongmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},skwovet:{tier:"LC"},greedent:{tier:"(PU)",doublesTier:"(DUU)"},rookidee:{tier:"LC"},corvisquire:{tier:"NFE"},corviknight:{tier:"OU",doublesTier:"(DUU)"},corviknightgmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},blipbug:{tier:"LC"},dottler:{tier:"NFE"},orbeetle:{tier:"(PU)",doublesTier:"(DUU)"},orbeetlegmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},nickit:{tier:"LC"},thievul:{tier:"(PU)",doublesTier:"(DUU)"},gossifleur:{tier:"LC"},eldegoss:{tier:"PU",doublesTier:"(DUU)"},wooloo:{tier:"LC"},dubwool:{tier:"(PU)",doublesTier:"(DUU)"},chewtle:{tier:"LC"},drednaw:{tier:"(PU)",doublesTier:"(DUU)"},drednawgmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},yamper:{tier:"LC"},boltund:{tier:"(PU)",doublesTier:"(DUU)"},rolycoly:{tier:"LC"},carkol:{tier:"NFE"},coalossal:{tier:"(PU)",doublesTier:"(DUU)"},coalossalgmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},applin:{tier:"LC"},flapple:{tier:"(PU)",doublesTier:"(DUU)"},flapplegmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},appletun:{tier:"(PU)",doublesTier:"(DUU)"},appletungmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},silicobra:{tier:"LC"},sandaconda:{tier:"PU",doublesTier:"(DUU)"},sandacondagmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},cramorant:{tier:"(PU)",doublesTier:"(DUU)"},arrokuda:{tier:"LC"},barraskewda:{tier:"OU",doublesTier:"(DUU)"},toxel:{tier:"LC"},toxtricity:{tier:"RU",doublesTier:"(DUU)"},toxtricitylowkey:{tier:"RU",doublesTier:"(DUU)"},toxtricitygmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},toxtricitylowkeygmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},sizzlipede:{tier:"LC"},centiskorch:{tier:"(PU)",doublesTier:"(DUU)"},centiskorchgmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},clobbopus:{tier:"LC"},grapploct:{tier:"(PU)",doublesTier:"(DUU)"},sinistea:{tier:"LC"},sinisteaantique:{tier:"LC"},polteageist:{tier:"RU",doublesTier:"(DUU)"},hatenna:{tier:"LC"},hattrem:{tier:"NFE"},hatterene:{tier:"UU",doublesTier:"DOU"},hatterenegmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},impidimp:{tier:"LC"},morgrem:{tier:"NFE"},grimmsnarl:{tier:"NU",doublesTier:"DUU"},grimmsnarlgmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},milcery:{tier:"LC"},alcremie:{tier:"(PU)",doublesTier:"(DUU)"},alcremiegmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},falinks:{tier:"(PU)",doublesTier:"(DUU)"},pincurchin:{tier:"(PU)",doublesTier:"(DUU)"},snom:{tier:"LC"},frosmoth:{tier:"PU",doublesTier:"(DUU)"},stonjourner:{tier:"(PU)",doublesTier:"(DUU)"},eiscue:{tier:"(PU)",doublesTier:"(DUU)"},indeedee:{tier:"NUBL",doublesTier:"DUU"},indeedeef:{tier:"NU",doublesTier:"DOU"},morpeko:{tier:"(PU)",doublesTier:"(DUU)"},cufant:{tier:"LC"},copperajah:{tier:"NU",doublesTier:"(DUU)"},copperajahgmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},dracozolt:{tier:"UUBL",doublesTier:"DUU"},arctozolt:{tier:"UUBL",doublesTier:"(DUU)"},dracovish:{tier:"Uber",doublesTier:"DOU"},arctovish:{tier:"(PU)",doublesTier:"(DUU)"},duraludon:{tier:"PUBL",doublesTier:"(DUU)"},duraludongmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},dreepy:{tier:"LC"},drakloak:{tier:"NFE"},dragapult:{tier:"OU",doublesTier:"DOU"},zacian:{tier:"AG",doublesTier:"DUber"},zaciancrowned:{tier:"AG",doublesTier:"DUber"},zamazenta:{tier:"Uber",doublesTier:"DUber"},zamazentacrowned:{tier:"Uber",doublesTier:"DUber"},eternatus:{tier:"Uber",doublesTier:"DUber"},eternatuseternamax:{isNonstandard:"Unobtainable",tier:"Illegal"},kubfu:{tier:"NFE"},urshifu:{tier:"Uber",doublesTier:"DUber"},urshifurapidstrike:{tier:"OU",doublesTier:"DOU"},urshifugmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},urshifurapidstrikegmax:{isNonstandard:"Gigantamax",tier:"AG",doublesTier:"(DUber)"},zarude:{tier:"UU",doublesTier:"(DUU)"},zarudedada:{},regieleki:{tier:"UU",doublesTier:"DOU"},regidrago:{tier:"NUBL",doublesTier:"(DUU)"},glastrier:{tier:"(PU)",doublesTier:"(DUU)"},spectrier:{tier:"Uber",doublesTier:"DUU"},calyrex:{tier:"(PU)",doublesTier:"(DUU)"},calyrexice:{tier:"Uber",doublesTier:"DUber"},calyrexshadow:{tier:"Uber",doublesTier:"DUber"},wyrdeer:{isNonstandard:"Future",tier:"Illegal"},kleavor:{isNonstandard:"Future",tier:"Illegal"},ursaluna:{isNonstandard:"Future",tier:"Illegal"},basculegion:{isNonstandard:"Future",tier:"Illegal"},basculegionf:{isNonstandard:"Future",tier:"Illegal"},sneasler:{isNonstandard:"Future",tier:"Illegal"},overqwil:{isNonstandard:"Future",tier:"Illegal"},enamorus:{isNonstandard:"Future",tier:"Illegal"},enamorustherian:{isNonstandard:"Future",tier:"Illegal"},missingno:{isNonstandard:"Custom",tier:"Illegal"},syclar:{isNonstandard:"CAP",tier:"CAP LC"},syclant:{isNonstandard:"CAP",tier:"CAP"},revenankh:{isNonstandard:"CAP",tier:"CAP"},embirch:{isNonstandard:"CAP",tier:"CAP LC"},flarelm:{isNonstandard:"CAP",tier:"CAP NFE"},pyroak:{isNonstandard:"CAP",tier:"CAP"},breezi:{isNonstandard:"CAP",tier:"CAP LC"},fidgit:{isNonstandard:"CAP",tier:"CAP"},rebble:{isNonstandard:"CAP",tier:"CAP LC"},tactite:{isNonstandard:"CAP",tier:"CAP NFE"},stratagem:{isNonstandard:"CAP",tier:"CAP"},privatyke:{isNonstandard:"CAP",tier:"CAP LC"},arghonaut:{isNonstandard:"CAP",tier:"CAP"},nohface:{isNonstandard:"CAP",tier:"CAP LC"},kitsunoh:{isNonstandard:"CAP",tier:"CAP"},monohm:{isNonstandard:"CAP",tier:"CAP LC"},duohm:{isNonstandard:"CAP",tier:"CAP NFE"},cyclohm:{isNonstandard:"CAP",tier:"CAP"},dorsoil:{isNonstandard:"CAP",tier:"CAP LC"},colossoil:{isNonstandard:"CAP",tier:"CAP"},protowatt:{isNonstandard:"CAP",tier:"CAP LC"},krilowatt:{isNonstandard:"CAP",tier:"CAP"},voodoll:{isNonstandard:"CAP",tier:"CAP LC"},voodoom:{isNonstandard:"CAP",tier:"CAP"},scratchet:{isNonstandard:"CAP",tier:"CAP LC"},tomohawk:{isNonstandard:"CAP",tier:"CAP"},necturine:{isNonstandard:"CAP",tier:"CAP LC"},necturna:{isNonstandard:"CAP",tier:"CAP"},mollux:{isNonstandard:"CAP",tier:"CAP"},cupra:{isNonstandard:"CAP",tier:"CAP LC"},argalis:{isNonstandard:"CAP",tier:"CAP NFE"},aurumoth:{isNonstandard:"CAP",tier:"CAP"},brattler:{isNonstandard:"CAP",tier:"CAP LC"},malaconda:{isNonstandard:"CAP",tier:"CAP"},cawdet:{isNonstandard:"CAP",tier:"CAP LC"},cawmodore:{isNonstandard:"CAP",tier:"CAP"},volkritter:{isNonstandard:"CAP",tier:"CAP LC"},volkraken:{isNonstandard:"CAP",tier:"CAP"},snugglow:{isNonstandard:"CAP",tier:"CAP LC"},plasmanta:{isNonstandard:"CAP",tier:"CAP"},floatoy:{isNonstandard:"CAP",tier:"CAP LC"},caimanoe:{isNonstandard:"CAP",tier:"CAP NFE"},naviathan:{isNonstandard:"CAP",tier:"CAP"},crucibelle:{isNonstandard:"CAP",tier:"CAP"},crucibellemega:{isNonstandard:"CAP",tier:"CAP"},pluffle:{isNonstandard:"CAP",tier:"CAP LC"},kerfluffle:{isNonstandard:"CAP",tier:"CAP"},pajantom:{isNonstandard:"CAP",tier:"CAP"},mumbao:{isNonstandard:"CAP",tier:"CAP LC"},jumbao:{isNonstandard:"CAP",tier:"CAP"},fawnifer:{isNonstandard:"CAP",tier:"CAP LC"},electrelk:{isNonstandard:"CAP",tier:"CAP NFE"},caribolt:{isNonstandard:"CAP",tier:"CAP"},smogecko:{isNonstandard:"CAP",tier:"CAP LC"},smoguana:{isNonstandard:"CAP",tier:"CAP NFE"},smokomodo:{isNonstandard:"CAP",tier:"CAP"},swirlpool:{isNonstandard:"CAP",tier:"CAP LC"},coribalis:{isNonstandard:"CAP",tier:"CAP NFE"},snaelstrom:{isNonstandard:"CAP",tier:"CAP"},justyke:{isNonstandard:"CAP",tier:"CAP LC"},equilibra:{isNonstandard:"CAP",tier:"CAP"},solotl:{isNonstandard:"CAP",tier:"CAP LC"},astrolotl:{isNonstandard:"CAP",tier:"CAP"},miasmite:{isNonstandard:"CAP",tier:"CAP LC"},miasmaw:{isNonstandard:"CAP",tier:"CAP"},chromera:{isNonstandard:"CAP",tier:"CAP"},venomicon:{isNonstandard:"CAP",tier:"CAP"},venomiconepilogue:{isNonstandard:"CAP",tier:"CAP"},saharaja:{isNonstandard:"CAP",tier:"CAP"},pokestarsmeargle:{isNonstandard:"Custom",tier:"Illegal"},pokestarufo:{isNonstandard:"Custom",tier:"Illegal"},pokestarufo2:{isNonstandard:"Custom",tier:"Illegal"},pokestarbrycenman:{isNonstandard:"Custom",tier:"Illegal"},pokestarmt:{isNonstandard:"Custom",tier:"Illegal"},pokestarmt2:{isNonstandard:"Custom",tier:"Illegal"},pokestartransport:{isNonstandard:"Custom",tier:"Illegal"},pokestargiant:{isNonstandard:"Custom",tier:"Illegal"},pokestargiant2:{isNonstandard:"Custom",tier:"Illegal"},pokestarhumanoid:{isNonstandard:"Custom",tier:"Illegal"},pokestarmonster:{isNonstandard:"Custom",tier:"Illegal"},pokestarf00:{isNonstandard:"Custom",tier:"Illegal"},pokestarf002:{isNonstandard:"Custom",tier:"Illegal"},pokestarspirit:{isNonstandard:"Custom",tier:"Illegal"},pokestarblackdoor:{isNonstandard:"Custom",tier:"Illegal"},pokestarwhitedoor:{isNonstandard:"Custom",tier:"Illegal"},pokestarblackbelt:{isNonstandard:"Custom",tier:"Illegal"},pokestargiantpropo2:{isNonstandard:"Custom",tier:"Illegal"},pokestarufopropu2:{isNonstandard:"Custom",tier:"Illegal"}}}},U=["Fighting","Flying","Poison","Ground","Rock","Bug","Ghost","Steel","Fire","Water","Grass","Electric","Psychic","Ice","Dragon","Dark"],D=["gen1","gen2","gen3","gen4","gen5","gen6","gen7","gen8"],T=D[7],F=Object.create(null),G=function(){function e(){var e,t,a=arguments.length>0&&void 0!==arguments[0]?arguments[0]:T,s=arguments.length>1?arguments[1]:void 0;this.modData=void 0;var r=D.includes(a);if(!r&&!s)throw new Error("Must provide mod data with mod '"+a+"'");this.modid=a,this.gen=parseInt((null!==(t=null===(e=null==s?void 0:s.Scripts)||void 0===e?void 0:e.inherit)&&void 0!==t?t:a).slice(3))||8,this.loadData(s),this.abilities=new l(this),this.conditions=new o(this),this.items=new d(this),this.learnsets=new b(this),this.moves=new u(this),this.natures=new p(this),this.species=new y(this),this.stats=new P(this),this.types=new w(this)}var t=e.prototype;return t.mod=function(t,a){return t in F?a?new e(t,a):F[t]:F[t]=new e(t,a)},t.forGen=function(e){if(e<1||e>8)throw new Error("Unsupported gen "+e);return this.mod("gen"+e)},t.getImmunity=function(e,t){var a,s="string"!=typeof e?e.type:e,r=(null===(a=t.getTypes)||void 0===a?void 0:a.call(t))||t.types||t;if(Array.isArray(r)){for(var i=0;i<r.length;i++){var o=r[i];if(!this.getImmunity(s,o))return!1}return!0}var n=this.types.get(r);return!n||3!==n.damageTaken[s]},t.getEffectiveness=function(e,t){var a,s="string"!=typeof e?e.type:e,r=(null===(a=t.getTypes)||void 0===a?void 0:a.call(t))||t.types||t,i=0;if(Array.isArray(r)){for(var o=0;o<r.length;o++){var n=r[o];i+=this.getEffectiveness(s,n)}return i}var l=this.types.get(r);if(!l)return 0;switch(l.damageTaken[s]){case 1:return 1;case 2:return-1;default:return 0}},t.getHiddenPower=function(e){var t=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return t?(e>>>0)%2**t:e>>>0};if(this.gen<=2){var a=t(e.atk/2),s=t(e.def/2),r=t(e.spe/2),i=t(e.spa/2);return{type:U[a%4*4+s%4],power:t((5*((i>>3)+2*(r>>3)+4*(s>>3)+8*(a>>3))+i%4)/2+31)}}var o=0,n=0,l=1;for(var c in{hp:31,atk:31,def:31,spe:31,spa:31,spd:31})o+=l*(e[c]%2),n+=l*(t(e[c]/2)%2),l*=2;return{type:U[t(15*o/63)],power:this.gen&&this.gen<6?t(40*n/63)+30:60}},t.includeModData=function(){return this},t.includeData=function(){return this},t.includeFormats=function(){return this},t.loadData=function(e){if(this.data)return this.data;for(var t in this.data={},S){var a=t;"Learnsets"!==a?"Aliases"!==a?this.load(a,e):this.data[a]=S[a]:this.modData=e}return this.data},t.load=function(e,t){var a,s;if(!this.data[e]){var r=t?t[e]:S[e][this.gen];if(r!==this.data[e]&&(this.data[e]=Object.assign(Object.assign({},r),this.data[e])),this.modid!==T){var i=(null===(a=null==t?void 0:t.Scripts)||void 0===a?void 0:a.inherit)?this.mod(t.Scripts.inherit):this.forGen(t?this.gen:this.gen+1);"Learnsets"===e&&i.load("Learnsets");var o=i.data[e],n=this.data[e]||(this.data[e]={});for(var l in o){var c=l;if(null===n[c])delete n[c];else if(c in n){if(null===(s=n[c])||void 0===s?void 0:s.inherit)for(var d in delete n[c].inherit,o[c])d in n[c]||(n[c][d]=o[c][d])}else n[c]="Species"===e?M(o[c]):o[c]}}}},e}();e.ModdedDex=G,G.STATS=["hp","atk","def","spa","spd","spe"];var H=["Fire","Water","Grass","Electric","Ice","Psychic","Dark","Dragon"];function M(e){if(null===e||"object"!=typeof e)return e;if(Array.isArray(e))return e.map((function(e){return M(e)}));for(var t=Object.create(Object.getPrototypeOf(e)),a=0,s=Object.keys(e);a<s.length;a++){var r=s[a];t[r]=M(e[r])}return t}F[T]=new G(T),e.Dex=F[T],window.Dex=e.Dex}();