"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); var moves_exports = {}; __export(moves_exports, { Moves: () => Moves }); module.exports = __toCommonJS(moves_exports); const Moves = { aeroblast: { inherit: true, isNonstandard: "Unobtainable" }, astralbarrage: { inherit: true, isNonstandard: "Unobtainable" }, coreenforcer: { inherit: true, isNonstandard: "Unobtainable" }, crushgrip: { inherit: true, isNonstandard: "Unobtainable" }, diamondstorm: { inherit: true, isNonstandard: "Unobtainable" }, dragonascent: { inherit: true, isNonstandard: "Unobtainable" }, dragonenergy: { inherit: true, isNonstandard: "Unobtainable" }, eeriespell: { inherit: true, isNonstandard: "Unobtainable" }, fierywrath: { inherit: true, isNonstandard: "Unobtainable" }, freezingglare: { inherit: true, isNonstandard: "Unobtainable" }, geomancy: { inherit: true, isNonstandard: "Unobtainable" }, glaciallance: { inherit: true, isNonstandard: "Unobtainable" }, iceball: { inherit: true, 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 or Ice Face 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.", shortDesc: "Power doubles with each hit. Repeats for 5 turns." }, landswrath: { inherit: true, isNonstandard: "Unobtainable" }, lovelykiss: { inherit: true, isNonstandard: "Unobtainable" }, lunardance: { inherit: true, isNonstandard: "Unobtainable" }, lusterpurge: { inherit: true, isNonstandard: "Unobtainable" }, magmastorm: { inherit: true, isNonstandard: "Unobtainable" }, mindblown: { inherit: true, isNonstandard: "Unobtainable" }, mistball: { inherit: true, isNonstandard: "Unobtainable" }, naturesmadness: { inherit: true, isNonstandard: "Unobtainable" }, oblivionwing: { inherit: true, isNonstandard: "Unobtainable" }, originpulse: { inherit: true, isNonstandard: "Unobtainable" }, precipiceblades: { inherit: true, isNonstandard: "Unobtainable" }, roaroftime: { inherit: true, isNonstandard: "Unobtainable" }, rollout: { inherit: true, 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 or Ice Face 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.", shortDesc: "Power doubles with each hit. Repeats for 5 turns." }, sacredfire: { inherit: true, isNonstandard: "Unobtainable" }, searingshot: { inherit: true, isNonstandard: "Unobtainable" }, shadowforce: { inherit: true, isNonstandard: "Unobtainable" }, spacialrend: { inherit: true, isNonstandard: "Unobtainable" }, steameruption: { inherit: true, isNonstandard: "Unobtainable" }, technoblast: { inherit: true, isNonstandard: "Unobtainable" }, thousandarrows: { inherit: true, isNonstandard: "Unobtainable" }, thousandwaves: { inherit: true, isNonstandard: "Unobtainable" }, thundercage: { inherit: true, isNonstandard: "Unobtainable" }, thunderouskick: { inherit: true, isNonstandard: "Unobtainable" } }; //# sourceMappingURL=moves.js.map