Module:Rescue Team Move Data Cell: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 154: Line 154:
["Helping Hand"] = { ["ja"] = "てだすけ", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Allies in the room" },
["Helping Hand"] = { ["ja"] = "てだすけ", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Allies in the room" },
["Hi Jump Kick"] = { ["ja"] = "とびひざげり", ["type"] = "Fighting", ["pp"] = 11, ["range"] = "Enemy in front" },
["Hi Jump Kick"] = { ["ja"] = "とびひざげり", ["type"] = "Fighting", ["pp"] = 11, ["range"] = "Enemy in front" },
["Hidden Power"] = { ["ja"] = "めざめるパワー", ["type"] = "None", ["pp"] = 12, ["range"] = "Enemy in front" },
["Hidden Power"] = { ["ja"] = "めざめるパワー", ["type"] = "Unknown", ["pp"] = 12, ["range"] = "Enemy in front" },
["Horn Attack"] = { ["ja"] = "つのでつく", ["type"] = "Normal", ["pp"] = 18, ["range"] = "Enemy in front" },
["Horn Attack"] = { ["ja"] = "つのでつく", ["type"] = "Normal", ["pp"] = 18, ["range"] = "Enemy in front" },
["Horn Drill"] = { ["ja"] = "つのドリル", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front" },
["Horn Drill"] = { ["ja"] = "つのドリル", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front" },
Line 360: Line 360:
["Twister"] = { ["ja"] = "たつまき", ["type"] = "Dragon", ["pp"] = 15, ["range"] = "Enemy in front" },
["Twister"] = { ["ja"] = "たつまき", ["type"] = "Dragon", ["pp"] = 15, ["range"] = "Enemy in front" },
["Uproar"] = { ["ja"] = "さわぐ", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Allies in the room" },
["Uproar"] = { ["ja"] = "さわぐ", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Allies in the room" },
["Vacuum-Cut"] = { ["ja"] = "しんくうぎり", ["type"] = "None", ["pp"] = 7, ["range"] = "Enemies in the room" },
["Vacuum-Cut"] = { ["ja"] = "しんくうぎり", ["type"] = "Unknown", ["pp"] = 7, ["range"] = "Enemies in the room" },
["ViceGrip"] = { ["ja"] = "はさむ", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
["ViceGrip"] = { ["ja"] = "はさむ", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
["Vine Whip"] = { ["ja"] = "つるのムチ", ["type"] = "Grass", ["pp"] = 15, ["range"] = "Enemy in front" },
["Vine Whip"] = { ["ja"] = "つるのムチ", ["type"] = "Grass", ["pp"] = 15, ["range"] = "Enemy in front" },
Line 373: Line 373:
["Whirlpool"] = { ["ja"] = "うずしお", ["type"] = "Water", ["pp"] = 17, ["range"] = "Enemy in front" },
["Whirlpool"] = { ["ja"] = "うずしお", ["type"] = "Water", ["pp"] = 17, ["range"] = "Enemy in front" },
["Whirlwind"] = { ["ja"] = "ふきとばし", ["type"] = "Normal", ["pp"] = 27, ["range"] = "Enemy in front" },
["Whirlwind"] = { ["ja"] = "ふきとばし", ["type"] = "Normal", ["pp"] = 27, ["range"] = "Enemy in front" },
["Wide Slash"] = { ["ja"] = "すいへいぎり", ["type"] = "None", ["pp"] = 10, ["range"] = "Facing tile and 2 flanking tiles" },
["Wide Slash"] = { ["ja"] = "すいへいぎり", ["type"] = "Unknown", ["pp"] = 10, ["range"] = "Facing tile and 2 flanking tiles" },
["Will-O-Wisp"] = { ["ja"] = "おにび", ["type"] = "Fire", ["pp"] = 17, ["range"] = "Enemy in front, cuts corners" },
["Will-O-Wisp"] = { ["ja"] = "おにび", ["type"] = "Fire", ["pp"] = 17, ["range"] = "Enemy in front, cuts corners" },
["Wing Attack"] = { ["ja"] = "つばさでうつ", ["type"] = "Flying", ["pp"] = 22, ["range"] = "Enemy in front" },
["Wing Attack"] = { ["ja"] = "つばさでうつ", ["type"] = "Flying", ["pp"] = 22, ["range"] = "Enemy in front" },

Revision as of 04:26, 14 December 2023

Documentation for this module may be created at Module:Rescue Team Move Data Cell/doc

--------------------------------------------------------------------------------
--
--                     Module:Rescue Team Move Data Cell
--
-- This module covers a list of moves in Japanese, their types, base pp, and
-- ranges present in Pokémon Mystery Dungeon: Blue & Red Rescue Team.
--
-- Parameters
--
-- name: Insert the move's English name there.
-- getVar: Picks which key the module should return.
-- * ja: Returns the move's Japanese name.
-- * type: Returns the move's type.
-- * pp: Returns the move's base pp.
-- * range: Returns the move's range.
--
--------------------------------------------------------------------------------

p = {}

function p.rescueTeamMoveDataCell(f)
	-- Gets the arguments from #invoke:Rescue Team Move Data Cell|rescueTeamMoveDataCell
	local args = f.args

	-- List of every moves' Japanese names, their types, base pp, and ranges
	local list = {
		["Absorb"] = { ["ja"] = "すいとる", ["type"] = "Grass", ["pp"] = 18, ["range"] = "Enemy in front" },
		["Acid"] = { ["ja"] = "ようかいえき", ["type"] = "Poison", ["pp"] = 17, ["range"] = "Enemy in front, cuts corners" },
		["Acid Armor"] = { ["ja"] = "とける", ["type"] = "Poison", ["pp"] = 27, ["range"] = "User" },
		["Aerial Ace"] = { ["ja"] = "つばめがえし", ["type"] = "Flying", ["pp"] = 8, ["range"] = "Enemy in front" },
		["Aeroblast"] = { ["ja"] = "エアロブラスト", ["type"] = "Flying", ["pp"] = 12, ["range"] = "Pokémon within a 10 tile range" },
		["Agility"] = { ["ja"] = "こうそくいどう", ["type"] = "Psychic", ["pp"] = 22, ["range"] = "Allies in the room" },
		["Air Cutter"] = { ["ja"] = "エアカッター", ["type"] = "Flying", ["pp"] = 17, ["range"] = "Enemy in front, cuts corners" },
		["Amnesia"] = { ["ja"] = "ドわすれ", ["type"] = "Psychic", ["pp"] = 22, ["range"] = "User" },
		["Ancientpower"] = { ["ja"] = "げんしのちから", ["type"] = "Rock", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Arm Thrust"] = { ["ja"] = "つっぱり", ["type"] = "Fighting", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Aromatherapy"] = { ["ja"] = "アロマセラピー", ["type"] = "Grass", ["pp"] = 12, ["range"] = "Allies in the room" },
		["Assist"] = { ["ja"] = "ねこのて", ["type"] = "Normal", ["pp"] = 27, ["range"] = "Special" },
		["Astonish"] = { ["ja"] = "おどろかす", ["type"] = "Ghost", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Attract"] = { ["ja"] = "メロメロ", ["type"] = "Normal", ["pp"] = 10, ["range"] = "Enemy in front, cuts corners" },
		["Aurora Beam"] = { ["ja"] = "オーロラビーム", ["type"] = "Ice", ["pp"] = 17, ["range"] = "Pokémon within a 10 tile range" },
		["Barrage"] = { ["ja"] = "たまなげ", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front, cuts corners" },
		["Barrier"] = { ["ja"] = "バリアー", ["type"] = "Psychic", ["pp"] = 22, ["range"] = "User" },
		["Baton Pass"] = { ["ja"] = "バトンタッチ", ["type"] = "Normal", ["pp"] = 19, ["range"] = "Pokémon in the room" },
		["Beat Up"] = { ["ja"] = "ふくろだたき", ["type"] = "Dark", ["pp"] = 15, ["range"] = "Allies on the floor" },
		["Belly Drum"] = { ["ja"] = "はらだいこ", ["type"] = "Normal", ["pp"] = 10, ["range"] = "User" },
		["Bide"] = { ["ja"] = "がまん", ["type"] = "Normal", ["pp"] = 15, ["range"] = "User" },
		["Bind"] = { ["ja"] = "しめつける", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Bite"] = { ["ja"] = "かみつく", ["type"] = "Dark", ["pp"] = 19, ["range"] = "Enemy in front" },
		["Blast Burn"] = { ["ja"] = "ブラストバーン", ["type"] = "Fire", ["pp"] = 8, ["range"] = "All enemies within a 1-tile range" },
		["Blaze Kick"] = { ["ja"] = "ブレイズキック", ["type"] = "Fire", ["pp"] = 13, ["range"] = "Enemy in front" },
		["Blizzard"] = { ["ja"] = "ふぶき", ["type"] = "Ice", ["pp"] = 10, ["range"] = "Enemy in front, cuts corners" },
		["Block"] = { ["ja"] = "とおせんぼう", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Body Slam"] = { ["ja"] = "のしかかり", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Bone Club"] = { ["ja"] = "ホネこんぼう", ["type"] = "Ground", ["pp"] = 15, ["range"] = "Enemy in front" },
		["Bone Rush"] = { ["ja"] = "ボーンラッシュ", ["type"] = "Ground", ["pp"] = 12, ["range"] = "Enemy in front, cuts corners" },
		["Bonemerang"] = { ["ja"] = "ホネブーメラン", ["type"] = "Ground", ["pp"] = 14, ["range"] = "Pokémon within a 10 tile range" },
		["Bounce"] = { ["ja"] = "とびはねる", ["type"] = "Flying", ["pp"] = 11, ["range"] = "Enemy in front" },
		["Brick Break"] = { ["ja"] = "かわらわり", ["type"] = "Fighting", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Bubble"] = { ["ja"] = "あわ", ["type"] = "Water", ["pp"] = 15, ["range"] = "Pokémon within a 10 tile range" },
		["Bubblebeam"] = { ["ja"] = "バブルこうせん", ["type"] = "Water", ["pp"] = 19, ["range"] = "Pokémon within a 10 tile range" },
		["Bulk Up"] = { ["ja"] = "ビルドアップ", ["type"] = "Fighting", ["pp"] = 22, ["range"] = "User" },
		["Bullet Seed"] = { ["ja"] = "タネマシンガン", ["type"] = "Grass", ["pp"] = 10, ["range"] = "Pokémon within a 10 tile range" },
		["Calm Mind"] = { ["ja"] = "めいそう", ["type"] = "Psychic", ["pp"] = 19, ["range"] = "User" },
		["Camouflage"] = { ["ja"] = "ほごしょく", ["type"] = "Normal", ["pp"] = 22, ["range"] = "User" },
		["Charge"] = { ["ja"] = "じゅうでん", ["type"] = "Electric", ["pp"] = 25, ["range"] = "User" },
		["Charm"] = { ["ja"] = "あまえる", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Clamp"] = { ["ja"] = "からではさむ", ["type"] = "Water", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Comet Punch"] = { ["ja"] = "れんぞくパンチ", ["type"] = "Normal", ["pp"] = 19, ["range"] = "Enemy in front" },
		["Confuse Ray"] = { ["ja"] = "あやしいひかり", ["type"] = "Ghost", ["pp"] = 13, ["range"] = "Enemy in front" },
		["Confusion"] = { ["ja"] = "ねんりき", ["type"] = "Psychic", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Constrict"] = { ["ja"] = "からみつく", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Conversion"] = { ["ja"] = "テクスチャー", ["type"] = "Normal", ["pp"] = 22, ["range"] = "User" },
		["Conversion 2"] = { ["ja"] = "テクスチャー2", ["type"] = "Normal", ["pp"] = 22, ["range"] = "User" },
		["Cosmic Power"] = { ["ja"] = "コスモパワー", ["type"] = "Psychic", ["pp"] = 19, ["range"] = "User" },
		["Cotton Spore"] = { ["ja"] = "わたほうし", ["type"] = "Grass", ["pp"] = 13, ["range"] = "Enemy in front" },
		["Counter"] = { ["ja"] = "カウンター", ["type"] = "Fighting", ["pp"] = 17, ["range"] = "User" },
		["Covet"] = { ["ja"] = "ほしがる", ["type"] = "Normal", ["pp"] = 27, ["range"] = "Enemy in front" },
		["Crabhammer"] = { ["ja"] = "クラブハンマー", ["type"] = "Water", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Cross Chop"] = { ["ja"] = "クロスチョップ", ["type"] = "Fighting", ["pp"] = 10, ["range"] = "Enemy in front" },
		["Crunch"] = { ["ja"] = "かみくだく", ["type"] = "Dark", ["pp"] = 13, ["range"] = "Enemy in front" },
		["Crush Claw"] = { ["ja"] = "ブレイククロー", ["type"] = "Normal", ["pp"] = 15, ["range"] = "Enemy in front" },
		["Curse"] = { ["ja"] = "のろい", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Special" },
		["Cut"] = { ["ja"] = "いあいぎり", ["type"] = "Normal", ["pp"] = 10, ["range"] = "All enemies within a 1-tile range" },
		["Defense Curl"] = { ["ja"] = "まるくなる", ["type"] = "Normal", ["pp"] = 27, ["range"] = "User" },
		["Destiny Bond"] = { ["ja"] = "みちづれ", ["type"] = "Ghost", ["pp"] = 12, ["range"] = "Enemy in front, cuts corners" },
		["Detect"] = { ["ja"] = "みきり", ["type"] = "Fighting", ["pp"] = 12, ["range"] = "User" },
		["Dig"] = { ["ja"] = "あなをほる", ["type"] = "Ground", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Disable"] = { ["ja"] = "かなしばり", ["type"] = "Normal", ["pp"] = 9, ["range"] = "Enemy in front" },
		["Dive"] = { ["ja"] = "ダイビング", ["type"] = "Water", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Dizzy Punch"] = { ["ja"] = "ピヨピヨパンチ", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Doom Desire"] = { ["ja"] = "はめつのねがい", ["type"] = "Steel", ["pp"] = 11, ["range"] = "User" },
		["Double Kick"] = { ["ja"] = "にどげり", ["type"] = "Fighting", ["pp"] = 14, ["range"] = "Enemy in front" },
		["Double Team"] = { ["ja"] = "かげぶんしん", ["type"] = "Normal", ["pp"] = 17, ["range"] = "User" },
		["Double-Edge"] = { ["ja"] = "すてみタックル", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Doubleslap"] = { ["ja"] = "おうふくビンタ", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Dragon Claw"] = { ["ja"] = "ドラゴンクロー", ["type"] = "Dragon", ["pp"] = 10, ["range"] = "Enemy in front" },
		["Dragon Dance"] = { ["ja"] = "りゅうのまい", ["type"] = "Dragon", ["pp"] = 22, ["range"] = "User" },
		["Dragon Rage"] = { ["ja"] = "りゅうのいかり", ["type"] = "Dragon", ["pp"] = 17, ["range"] = "Enemy in front, cuts corners" },
		["Dragonbreath"] = { ["ja"] = "りゅうのいぶき", ["type"] = "Dragon", ["pp"] = 12, ["range"] = "Pokémon within a 10 tile range" },
		["Dream Eater"] = { ["ja"] = "ゆめくい", ["type"] = "Psychic", ["pp"] = 13, ["range"] = "Enemy in front" },
		["Drill Peck"] = { ["ja"] = "ドリルくちばし", ["type"] = "Flying", ["pp"] = 13, ["range"] = "Enemy in front" },
		["Dynamicpunch"] = { ["ja"] = "ばくれつパンチ", ["type"] = "Fighting", ["pp"] = 13, ["range"] = "Enemy in front" },
		["Earthquake"] = { ["ja"] = "じしん", ["type"] = "Ground", ["pp"] = 10, ["range"] = "Enemies and allies in the room" },
		["Egg Bomb"] = { ["ja"] = "タマゴばくだん", ["type"] = "Normal", ["pp"] = 15, ["range"] = "Enemy in front, cuts corners" },
		["Ember"] = { ["ja"] = "ひのこ", ["type"] = "Fire", ["pp"] = 18, ["range"] = "Enemy in front, cuts corners" },
		["Encore"] = { ["ja"] = "アンコール", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Endeavor"] = { ["ja"] = "がむしゃら", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Endure"] = { ["ja"] = "こらえる", ["type"] = "Normal", ["pp"] = 17, ["range"] = "User" },
		["Eruption"] = { ["ja"] = "ふんか", ["type"] = "Fire", ["pp"] = 10, ["range"] = "Enemy in front, cuts corners" },
		["Explosion"] = { ["ja"] = "だいばくはつ", ["type"] = "Normal", ["pp"] = 12, ["range"] = "All Pokémon within a 2-tile range" },
		["Extrasensory"] = { ["ja"] = "じんつうりき", ["type"] = "Psychic", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Extremespeed"] = { ["ja"] = "しんそく", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy within 2 tiles" },
		["Facade"] = { ["ja"] = "からげんき", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Faint Attack"] = { ["ja"] = "だましうち", ["type"] = "Dark", ["pp"] = 8, ["range"] = "Enemy in front" },
		["Fake Out"] = { ["ja"] = "ねこだまし", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy within 2 tiles" },
		["Fake Tears"] = { ["ja"] = "うそなき", ["type"] = "Dark", ["pp"] = 22, ["range"] = "Enemy in front" },
		["False Swipe"] = { ["ja"] = "みねうち", ["type"] = "Normal", ["pp"] = 15, ["range"] = "Enemy in front" },
		["Featherdance"] = { ["ja"] = "フェザーダンス", ["type"] = "Flying", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Fire Blast"] = { ["ja"] = "だいもんじ", ["type"] = "Fire", ["pp"] = 9, ["range"] = "Enemy in front, cuts corners" },
		["Fire Punch"] = { ["ja"] = "ほのおのパンチ", ["type"] = "Fire", ["pp"] = 13, ["range"] = "Enemy in front" },
		["Fire Spin"] = { ["ja"] = "ほのおのうず", ["type"] = "Fire", ["pp"] = 19, ["range"] = "Enemy in front" },
		["Fissure"] = { ["ja"] = "じわれ", ["type"] = "Ground", ["pp"] = 14, ["range"] = "Enemy in front" },
		["Flail"] = { ["ja"] = "じたばた", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Flame Wheel"] = { ["ja"] = "かえんぐるま", ["type"] = "Fire", ["pp"] = 11, ["range"] = "Enemy in front, cuts corners" },
		["Flamethrower"] = { ["ja"] = "かえんほうしゃ", ["type"] = "Fire", ["pp"] = 12, ["range"] = "Pokémon within a 10 tile range" },
		["Flash"] = { ["ja"] = "フラッシュ", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Flatter"] = { ["ja"] = "おだてる", ["type"] = "Dark", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Fly"] = { ["ja"] = "そらをとぶ", ["type"] = "Flying", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Focus Energy"] = { ["ja"] = "きあいだめ", ["type"] = "Normal", ["pp"] = 27, ["range"] = "User" },
		["Focus Punch"] = { ["ja"] = "きあいパンチ", ["type"] = "Fighting", ["pp"] = 10, ["range"] = "Enemy in front" },
		["Follow Me"] = { ["ja"] = "このゆびとまれ", ["type"] = "Normal", ["pp"] = 15, ["range"] = "User" },
		["Foresight"] = { ["ja"] = "みやぶる", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Frenzy Plant"] = { ["ja"] = "ハードプラント", ["type"] = "Grass", ["pp"] = 10, ["range"] = "Enemy in front, cuts corners" },
		["Frustration"] = { ["ja"] = "やつあたり", ["type"] = "Normal", ["pp"] = 20, ["range"] = "Enemy in front" },
		["Fury Attack"] = { ["ja"] = "みだれづき", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Fury Cutter"] = { ["ja"] = "れんぞくぎり", ["type"] = "Bug", ["pp"] = 14, ["range"] = "Enemy in front" },
		["Fury Swipes"] = { ["ja"] = "みだれひっかき", ["type"] = "Normal", ["pp"] = 19, ["range"] = "Enemy in front" },
		["Future Sight"] = { ["ja"] = "みらいよち", ["type"] = "Psychic", ["pp"] = 13, ["range"] = "User" },
		["Giga Drain"] = { ["ja"] = "ギガドレイン", ["type"] = "Grass", ["pp"] = 10, ["range"] = "Enemy in front" },
		["Glare"] = { ["ja"] = "へびにらみ", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Grasswhistle"] = { ["ja"] = "くさぶえ", ["type"] = "Grass", ["pp"] = 13, ["range"] = "Enemy in front, cuts corners" },
		["Growl"] = { ["ja"] = "なきごえ", ["type"] = "Normal", ["pp"] = 20, ["range"] = "Enemies in the room" },
		["Growth"] = { ["ja"] = "せいちょう", ["type"] = "Normal", ["pp"] = 22, ["range"] = "User" },
		["Grudge"] = { ["ja"] = "おんねん", ["type"] = "Ghost", ["pp"] = 12, ["range"] = "User" },
		["Guillotine"] = { ["ja"] = "ハサミギロチン", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Gust"] = { ["ja"] = "かぜおこし", ["type"] = "Flying", ["pp"] = 19, ["range"] = "Enemy in front" },
		["Hail"] = { ["ja"] = "あられ", ["type"] = "Ice", ["pp"] = 13, ["range"] = "Pokémon on the floor" },
		["Harden"] = { ["ja"] = "かたくなる", ["type"] = "Normal", ["pp"] = 22, ["range"] = "User" },
		["Haze"] = { ["ja"] = "くろいきり", ["type"] = "Ice", ["pp"] = 13, ["range"] = "Pokémon in the room" },
		["Headbutt"] = { ["ja"] = "ずつき", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Heal Bell"] = { ["ja"] = "いやしのすず", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Allies in the room" },
		["Heat Wave"] = { ["ja"] = "ねっぷう", ["type"] = "Fire", ["pp"] = 15, ["range"] = "Enemies in the room" },
		["Helping Hand"] = { ["ja"] = "てだすけ", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Allies in the room" },
		["Hi Jump Kick"] = { ["ja"] = "とびひざげり", ["type"] = "Fighting", ["pp"] = 11, ["range"] = "Enemy in front" },
		["Hidden Power"] = { ["ja"] = "めざめるパワー", ["type"] = "Unknown", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Horn Attack"] = { ["ja"] = "つのでつく", ["type"] = "Normal", ["pp"] = 18, ["range"] = "Enemy in front" },
		["Horn Drill"] = { ["ja"] = "つのドリル", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Howl"] = { ["ja"] = "とおぼえ", ["type"] = "Normal", ["pp"] = 27, ["range"] = "User" },
		["Hydro Cannon"] = { ["ja"] = "ハイドロカノン", ["type"] = "Water", ["pp"] = 9, ["range"] = "Pokémon within a 10 tile range" },
		["Hydro Pump"] = { ["ja"] = "ハイドロポンプ", ["type"] = "Water", ["pp"] = 9, ["range"] = "Pokémon within a 10 tile range" },
		["Hyper Beam"] = { ["ja"] = "はかいこうせん", ["type"] = "Normal", ["pp"] = 8, ["range"] = "Pokémon within a 10 tile range" },
		["Hyper Fang"] = { ["ja"] = "ひっさつまえば", ["type"] = "Normal", ["pp"] = 13, ["range"] = "Enemy in front" },
		["Hyper Voice"] = { ["ja"] = "ハイパーボイス", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front, cuts corners" },
		["Hypnosis"] = { ["ja"] = "さいみんじゅつ", ["type"] = "Psychic", ["pp"] = 17, ["range"] = "Enemy in front, cuts corners" },
		["Ice Ball"] = { ["ja"] = "アイスボール", ["type"] = "Ice", ["pp"] = 15, ["range"] = "Enemy in front, cuts corners" },
		["Ice Beam"] = { ["ja"] = "れいとうビーム", ["type"] = "Ice", ["pp"] = 8, ["range"] = "Pokémon within a 10 tile range" },
		["Ice Punch"] = { ["ja"] = "れいとうパンチ", ["type"] = "Ice", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Icicle Spear"] = { ["ja"] = "つららばり", ["type"] = "Ice", ["pp"] = 22, ["range"] = "Enemy in front, cuts corners" },
		["Icy Wind"] = { ["ja"] = "こごえるかぜ", ["type"] = "Ice", ["pp"] = 13, ["range"] = "Pokémon within a 10 tile range" },
		["Imprison"] = { ["ja"] = "ふういん", ["type"] = "Psychic", ["pp"] = 15, ["range"] = "Enemy in front" },
		["Ingrain"] = { ["ja"] = "ねをはる", ["type"] = "Grass", ["pp"] = 22, ["range"] = "User" },
		["Iron Defense"] = { ["ja"] = "てっぺき", ["type"] = "Steel", ["pp"] = 17, ["range"] = "User" },
		["Iron Tail"] = { ["ja"] = "アイアンテール", ["type"] = "Steel", ["pp"] = 10, ["range"] = "Enemy in front" },
		["Jump Kick"] = { ["ja"] = "とびげり", ["type"] = "Fighting", ["pp"] = 13, ["range"] = "Enemy in front" },
		["Karate Chop"] = { ["ja"] = "からてチョップ", ["type"] = "Fighting", ["pp"] = 18, ["range"] = "Enemy in front" },
		["Kinesis"] = { ["ja"] = "スプーンまげ", ["type"] = "Psychic", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Knock Off"] = { ["ja"] = "はたきおとす", ["type"] = "Dark", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Leaf Blade"] = { ["ja"] = "リーフブレード", ["type"] = "Grass", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Leech Life"] = { ["ja"] = "きゅうけつ", ["type"] = "Bug", ["pp"] = 19, ["range"] = "Enemy in front" },
		["Leech Seed"] = { ["ja"] = "やどりぎのタネ", ["type"] = "Grass", ["pp"] = 17, ["range"] = "Enemy in front, cuts corners" },
		["Leer"] = { ["ja"] = "にらみつける", ["type"] = "Normal", ["pp"] = 27, ["range"] = "Enemy in front" },
		["Lick"] = { ["ja"] = "したでなめる", ["type"] = "Ghost", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Light Screen"] = { ["ja"] = "ひかりのかべ", ["type"] = "Psychic", ["pp"] = 14, ["range"] = "User" },
		["Lock-On"] = { ["ja"] = "ロックオン", ["type"] = "Normal", ["pp"] = 12, ["range"] = "User" },
		["Lovely Kiss"] = { ["ja"] = "あくまのキッス", ["type"] = "Normal", ["pp"] = 13, ["range"] = "All enemies within a 1-tile range" },
		["Low Kick"] = { ["ja"] = "けたぐり", ["type"] = "Fighting", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Luster Purge"] = { ["ja"] = "ラスターパージ", ["type"] = "Psychic", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Mach Punch"] = { ["ja"] = "マッハパンチ", ["type"] = "Fighting", ["pp"] = 22, ["range"] = "Enemy within 2 tiles" },
		["Magic Coat"] = { ["ja"] = "マジックコート", ["type"] = "Psychic", ["pp"] = 19, ["range"] = "User" },
		["Magical Leaf"] = { ["ja"] = "マジカルリーフ", ["type"] = "Grass", ["pp"] = 8, ["range"] = "Enemy in front, cuts corners" },
		["Magnitude"] = { ["ja"] = "マグニチュード", ["type"] = "Ground", ["pp"] = 15, ["range"] = "Enemies and allies in the room" },
		["Mean Look"] = { ["ja"] = "くろいまなざし", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Meditate"] = { ["ja"] = "ヨガのポーズ", ["type"] = "Psychic", ["pp"] = 22, ["range"] = "User" },
		["Mega Drain"] = { ["ja"] = "メガドレイン", ["type"] = "Grass", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Mega Kick"] = { ["ja"] = "メガトンキック", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Mega Punch"] = { ["ja"] = "メガトンパンチ", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Megahorn"] = { ["ja"] = "メガホーン", ["type"] = "Bug", ["pp"] = 10, ["range"] = "Enemy in front, cuts corners" },
		["Memento"] = { ["ja"] = "おきみやげ", ["type"] = "Dark", ["pp"] = 15, ["range"] = "Enemies in the room" },
		["Metal Claw"] = { ["ja"] = "メタルクロー", ["type"] = "Steel", ["pp"] = 15, ["range"] = "Enemy in front" },
		["Metal Sound"] = { ["ja"] = "きんぞくおん", ["type"] = "Steel", ["pp"] = 17, ["range"] = "Enemy in front, cuts corners" },
		["Meteor Mash"] = { ["ja"] = "コメットパンチ", ["type"] = "Steel", ["pp"] = 9, ["range"] = "Pokémon within a 10 tile range" },
		["Metronome"] = { ["ja"] = "ゆびをふる", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Special" },
		["Milk Drink"] = { ["ja"] = "ミルクのみ", ["type"] = "Normal", ["pp"] = 15, ["range"] = "User + Allies on the floor" },
		["Mimic"] = { ["ja"] = "ものまね", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Mind Reader"] = { ["ja"] = "こころのめ", ["type"] = "Normal", ["pp"] = 12, ["range"] = "User" },
		["Minimize"] = { ["ja"] = "ちいさくなる", ["type"] = "Normal", ["pp"] = 27, ["range"] = "User" },
		["Mirror Coat"] = { ["ja"] = "ミラーコート", ["type"] = "Psychic", ["pp"] = 15, ["range"] = "User" },
		["Mirror Move"] = { ["ja"] = "オウムがえし", ["type"] = "Flying", ["pp"] = 7, ["range"] = "User" },
		["Mist"] = { ["ja"] = "しろいきり", ["type"] = "Ice", ["pp"] = 19, ["range"] = "User" },
		["Mist Ball"] = { ["ja"] = "ミストボール", ["type"] = "Psychic", ["pp"] = 10, ["range"] = "Enemy in front, cuts corners" },
		["Moonlight"] = { ["ja"] = "つきのひかり", ["type"] = "Normal", ["pp"] = 12, ["range"] = "User + Allies on the floor" },
		["Morning Sun"] = { ["ja"] = "あさのひざし", ["type"] = "Normal", ["pp"] = 12, ["range"] = "User + Allies on the floor" },
		["Mud Shot"] = { ["ja"] = "マッドショット", ["type"] = "Ground", ["pp"] = 13, ["range"] = "Enemy in front, cuts corners" },
		["Mud Sport"] = { ["ja"] = "どろあそび", ["type"] = "Ground", ["pp"] = 17, ["range"] = "Pokémon on the floor" },
		["Mud-Slap"] = { ["ja"] = "どろかけ", ["type"] = "Ground", ["pp"] = 16, ["range"] = "Enemy in front, cuts corners" },
		["Muddy Water"] = { ["ja"] = "だくりゅう", ["type"] = "Water", ["pp"] = 10, ["range"] = "Enemy in front" },
		["Nature Power"] = { ["ja"] = "しぜんのちから", ["type"] = "Normal", ["pp"] = 27, ["range"] = "Special" },
		["Needle Arm"] = { ["ja"] = "ニードルアーム", ["type"] = "Grass", ["pp"] = 11, ["range"] = "Enemy in front" },
		["Night Shade"] = { ["ja"] = "ナイトヘッド", ["type"] = "Ghost", ["pp"] = 17, ["range"] = "All enemies within a 1-tile range" },
		["Nightmare"] = { ["ja"] = "あくむ", ["type"] = "Ghost", ["pp"] = 15, ["range"] = "Enemy in front" },
		["Octazooka"] = { ["ja"] = "オクタンほう", ["type"] = "Water", ["pp"] = 15, ["range"] = "Pokémon within a 10 tile range" },
		["Odor Sleuth"] = { ["ja"] = "かぎわける", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemies in the room" },
		["Outrage"] = { ["ja"] = "げきりん", ["type"] = "Dragon", ["pp"] = 9, ["range"] = "Enemy in front" },
		["Overheat"] = { ["ja"] = "オーバーヒート", ["type"] = "Fire", ["pp"] = 10, ["range"] = "All enemies within a 1-tile range" },
		["Pain Split"] = { ["ja"] = "いたみわけ", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Pay Day"] = { ["ja"] = "ネコにこばん", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Peck"] = { ["ja"] = "つつく", ["type"] = "Flying", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Perish Song"] = { ["ja"] = "ほろびのうた", ["type"] = "Normal", ["pp"] = 15, ["range"] = "Enemies on the floor" },
		["Petal Dance"] = { ["ja"] = "はなびらのまい", ["type"] = "Grass", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Pin Missile"] = { ["ja"] = "ミサイルばり", ["type"] = "Bug", ["pp"] = 17, ["range"] = "Pokémon within a 10 tile range" },
		["Poison Fang"] = { ["ja"] = "どくどくのキバ", ["type"] = "Poison", ["pp"] = 15, ["range"] = "Enemy in front" },
		["Poison Gas"] = { ["ja"] = "どくガス", ["type"] = "Poison", ["pp"] = 27, ["range"] = "Enemy in front" },
		["Poison Sting"] = { ["ja"] = "どくばり", ["type"] = "Poison", ["pp"] = 19, ["range"] = "Enemy in front, cuts corners" },
		["Poison Tail"] = { ["ja"] = "ポイズンテール", ["type"] = "Poison", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Poisonpowder"] = { ["ja"] = "どくのこな", ["type"] = "Poison", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Pound"] = { ["ja"] = "はたく", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Powder Snow"] = { ["ja"] = "こなゆき", ["type"] = "Ice", ["pp"] = 17, ["range"] = "Enemies in the room" },
		["Present"] = { ["ja"] = "プレゼント", ["type"] = "Normal", ["pp"] = 19, ["range"] = "Enemy in front, cuts corners" },
		["Protect"] = { ["ja"] = "まもる", ["type"] = "Normal", ["pp"] = 10, ["range"] = "User" },
		["Psybeam"] = { ["ja"] = "サイケこうせん", ["type"] = "Psychic", ["pp"] = 17, ["range"] = "Pokémon within a 10 tile range" },
		["Psych Up"] = { ["ja"] = "じこあんじ", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Facing Pokémon" },
		["Psychic"] = { ["ja"] = "サイコキネシス", ["type"] = "Psychic", ["pp"] = 10, ["range"] = "Enemy in front" },
		["Psycho Boost"] = { ["ja"] = "サイコブースト", ["type"] = "Psychic", ["pp"] = 8, ["range"] = "Enemy in front" },
		["Psywave"] = { ["ja"] = "サイコウェーブ", ["type"] = "Psychic", ["pp"] = 19, ["range"] = "Pokémon within a 10 tile range" },
		["Pursuit"] = { ["ja"] = "おいうち", ["type"] = "Dark", ["pp"] = 17, ["range"] = "User" },
		["Quick Attack"] = { ["ja"] = "でんこうせっか", ["type"] = "Normal", ["pp"] = 13, ["range"] = "Enemy within 2 tiles" },
		["Rage"] = { ["ja"] = "いかり", ["type"] = "Normal", ["pp"] = 22, ["range"] = "User" },
		["Rain Dance"] = { ["ja"] = "あまごい", ["type"] = "Water", ["pp"] = 12, ["range"] = "Pokémon on the floor" },
		["Rapid Spin"] = { ["ja"] = "こうそくスピン", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Razor Leaf"] = { ["ja"] = "はっぱカッター", ["type"] = "Grass", ["pp"] = 17, ["range"] = "Pokémon within a 10 tile range" },
		["Razor Wind"] = { ["ja"] = "かまいたち", ["type"] = "Normal", ["pp"] = 13, ["range"] = "Enemy in front, cuts corners" },
		["Recover"] = { ["ja"] = "じこさいせい", ["type"] = "Normal", ["pp"] = 12, ["range"] = "User" },
		["Recycle"] = { ["ja"] = "リサイクル", ["type"] = "Normal", ["pp"] = 17, ["range"] = "All TMs in the bag" },
		["Reflect"] = { ["ja"] = "リフレクター", ["type"] = "Psychic", ["pp"] = 22, ["range"] = "User" },
		["Refresh"] = { ["ja"] = "リフレッシュ", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Allies in the room" },
		["Rest"] = { ["ja"] = "ねむる", ["type"] = "Psychic", ["pp"] = 10, ["range"] = "User" },
		["Return"] = { ["ja"] = "おんがえし", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Revenge"] = { ["ja"] = "リベンジ", ["type"] = "Fighting", ["pp"] = 12, ["range"] = "User" },
		["Reversal"] = { ["ja"] = "きしかいせい", ["type"] = "Fighting", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Roar"] = { ["ja"] = "ほえる", ["type"] = "Normal", ["pp"] = 14, ["range"] = "Enemy in front" },
		["Rock Blast"] = { ["ja"] = "ロックブラスト", ["type"] = "Rock", ["pp"] = 17, ["range"] = "Enemy in front, cuts corners" },
		["Rock Slide"] = { ["ja"] = "いわなだれ", ["type"] = "Rock", ["pp"] = 13, ["range"] = "Enemy in front" },
		["Rock Smash"] = { ["ja"] = "いわくだき", ["type"] = "Fighting", ["pp"] = 99, ["range"] = "Wall in front" },
		["Rock Throw"] = { ["ja"] = "いわおとし", ["type"] = "Rock", ["pp"] = 16, ["range"] = "Enemy in front" },
		["Rock Tomb"] = { ["ja"] = "がんせきふうじ", ["type"] = "Rock", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Role Play"] = { ["ja"] = "なりきり", ["type"] = "Psychic", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Rolling Kick"] = { ["ja"] = "まわしげり", ["type"] = "Fighting", ["pp"] = 13, ["range"] = "Enemy in front" },
		["Rollout"] = { ["ja"] = "ころがる", ["type"] = "Rock", ["pp"] = 14, ["range"] = "Enemy in front" },
		["Sacred Fire"] = { ["ja"] = "せいなるほのお", ["type"] = "Fire", ["pp"] = 10, ["range"] = "Enemy in front" },
		["Safeguard"] = { ["ja"] = "しんぴのまもり", ["type"] = "Normal", ["pp"] = 15, ["range"] = "Allies in the room" },
		["Sand Tomb"] = { ["ja"] = "すなじごく", ["type"] = "Ground", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Sand-Attack"] = { ["ja"] = "すなかけ", ["type"] = "Ground", ["pp"] = 22, ["range"] = "Enemy in front, cuts corners" },
		["Sandstorm"] = { ["ja"] = "すなあらし", ["type"] = "Rock", ["pp"] = 14, ["range"] = "Pokémon on the floor" },
		["Scary Face"] = { ["ja"] = "こわいかお", ["type"] = "Normal", ["pp"] = 14, ["range"] = "Enemy in front" },
		["Scratch"] = { ["ja"] = "ひっかく", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Screech"] = { ["ja"] = "いやなおと", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front, cuts corners" },
		["Secret Power"] = { ["ja"] = "ひみつのちから", ["type"] = "Normal", ["pp"] = 10, ["range"] = "Enemy in front" },
		["Seismic Toss"] = { ["ja"] = "ちきゅうなげ", ["type"] = "Fighting", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Selfdestruct"] = { ["ja"] = "じばく", ["type"] = "Normal", ["pp"] = 12, ["range"] = "All Pokémon within a 1-tile range" },
		["Shadow Ball"] = { ["ja"] = "シャドーボール", ["type"] = "Ghost", ["pp"] = 10, ["range"] = "Pokémon within a 10 tile range" },
		["Shadow Punch"] = { ["ja"] = "シャドーパンチ", ["type"] = "Ghost", ["pp"] = 8, ["range"] = "Enemy in front" },
		["Sharpen"] = { ["ja"] = "かくばる", ["type"] = "Normal", ["pp"] = 17, ["range"] = "User" },
		["Sheer Cold"] = { ["ja"] = "ぜったいれいど", ["type"] = "Ice", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Shock Wave"] = { ["ja"] = "でんげきは", ["type"] = "Electric", ["pp"] = 8, ["range"] = "Pokémon within a 10 tile range" },
		["Signal Beam"] = { ["ja"] = "シグナルビーム", ["type"] = "Bug", ["pp"] = 15, ["range"] = "Pokémon within a 10 tile range" },
		["Silver Wind"] = { ["ja"] = "ぎんいろのかぜ", ["type"] = "Bug", ["pp"] = 13, ["range"] = "Enemies in the room" },
		["Sing"] = { ["ja"] = "うたう", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front, cuts corners" },
		["Sketch"] = { ["ja"] = "スケッチ", ["type"] = "Normal", ["pp"] = 1, ["range"] = "Enemy in front" },
		["Skill Swap"] = { ["ja"] = "スキルスワップ", ["type"] = "Psychic", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Skull Bash"] = { ["ja"] = "ロケットずつき", ["type"] = "Normal", ["pp"] = 15, ["range"] = "Enemy in front" },
		["Sky Attack"] = { ["ja"] = "ゴッドバード", ["type"] = "Flying", ["pp"] = 9, ["range"] = "Enemy in front, cuts corners" },
		["Sky Uppercut"] = { ["ja"] = "スカイアッパー", ["type"] = "Fighting", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Slack Off"] = { ["ja"] = "なまける", ["type"] = "Normal", ["pp"] = 17, ["range"] = "User" },
		["Slam"] = { ["ja"] = "たたきつける", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Slash"] = { ["ja"] = "きりさく", ["type"] = "Normal", ["pp"] = 11, ["range"] = "Enemy in front" },
		["Sleep Powder"] = { ["ja"] = "ねむりごな", ["type"] = "Grass", ["pp"] = 19, ["range"] = "All enemies within a 1-tile range" },
		["Sleep Talk"] = { ["ja"] = "ねごと", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Special" },
		["Sludge"] = { ["ja"] = "ヘドロこうげき", ["type"] = "Poison", ["pp"] = 22, ["range"] = "Enemy in front, cuts corners" },
		["Sludge Bomb"] = { ["ja"] = "ヘドロばくだん", ["type"] = "Poison", ["pp"] = 10, ["range"] = "Pokémon within a 10 tile range" },
		["Smellingsalt"] = { ["ja"] = "きつけ", ["type"] = "Normal", ["pp"] = 15, ["range"] = "Enemy in front" },
		["Smog"] = { ["ja"] = "スモッグ", ["type"] = "Poison", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Smokescreen"] = { ["ja"] = "えんまく", ["type"] = "Normal", ["pp"] = 10, ["range"] = "Enemy in front, cuts corners" },
		["Snatch"] = { ["ja"] = "よこどり", ["type"] = "Dark", ["pp"] = 17, ["range"] = "User" },
		["Snore"] = { ["ja"] = "いびき", ["type"] = "Normal", ["pp"] = 16, ["range"] = "Special" },
		["Softboiled"] = { ["ja"] = "タマゴうみ", ["type"] = "Normal", ["pp"] = 15, ["range"] = "Allies in the room" },
		["Solarbeam"] = { ["ja"] = "ソーラービーム", ["type"] = "Grass", ["pp"] = 9, ["range"] = "Enemy in front, cuts corners" },
		["Sonicboom"] = { ["ja"] = "ソニックブーム", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Pokémon within a 10 tile range" },
		["Spark"] = { ["ja"] = "スパーク", ["type"] = "Electric", ["pp"] = 15, ["range"] = "Enemy in front" },
		["Spider Web"] = { ["ja"] = "クモのす", ["type"] = "Bug", ["pp"] = 16, ["range"] = "Enemy in front, cuts corners" },
		["Spike Cannon"] = { ["ja"] = "とげキャノン", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Pokémon within a 10 tile range" },
		["Spikes"] = { ["ja"] = "まきびし", ["type"] = "Ground", ["pp"] = 22, ["range"] = "Tile below user" },
		["Spit Up"] = { ["ja"] = "はきだす", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Spite"] = { ["ja"] = "うらみ", ["type"] = "Ghost", ["pp"] = 15, ["range"] = "Enemy in front" },
		["Splash"] = { ["ja"] = "はねる", ["type"] = "Normal", ["pp"] = 50, ["range"] = "User" },
		["Spore"] = { ["ja"] = "キノコのほうし", ["type"] = "Grass", ["pp"] = 19, ["range"] = "Enemies in the room" },
		["Steel Wing"] = { ["ja"] = "はがねのつばさ", ["type"] = "Steel", ["pp"] = 10, ["range"] = "Enemy in front" },
		["Stockpile"] = { ["ja"] = "たくわえる", ["type"] = "Normal", ["pp"] = 17, ["range"] = "User" },
		["Stomp"] = { ["ja"] = "ふみつけ", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Strength"] = { ["ja"] = "かいりき", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Enemy in front" },
		["String Shot"] = { ["ja"] = "いとをはく", ["type"] = "Bug", ["pp"] = 16, ["range"] = "Pokémon within a 10 tile range" },
		["Struggle"] = { ["ja"] = "わるあがき", ["type"] = "Normal", ["pp"] = 1, ["range"] = "Enemy in front" },
		["Stun Spore"] = { ["ja"] = "しびれごな", ["type"] = "Grass", ["pp"] = 17, ["range"] = "All enemies within a 1-tile range" },
		["Submission"] = { ["ja"] = "じごくぐるま", ["type"] = "Fighting", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Substitute"] = { ["ja"] = "みがわり", ["type"] = "Normal", ["pp"] = 7, ["range"] = "Facing Pokémon" },
		["Sunny Day"] = { ["ja"] = "にほんばれ", ["type"] = "Fire", ["pp"] = 12, ["range"] = "Pokémon on the floor" },
		["Super Fang"] = { ["ja"] = "いかりのまえば", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Superpower"] = { ["ja"] = "ばかぢから", ["type"] = "Fighting", ["pp"] = 11, ["range"] = "Enemy in front" },
		["Supersonic"] = { ["ja"] = "ちょうおんぱ", ["type"] = "Normal", ["pp"] = 10, ["range"] = "Enemy in front, cuts corners" },
		["Surf"] = { ["ja"] = "なみのり", ["type"] = "Water", ["pp"] = 11, ["range"] = "Enemy in front" },
		["Swagger"] = { ["ja"] = "いばる", ["type"] = "Normal", ["pp"] = 18, ["range"] = "Enemy in front" },
		["Swallow"] = { ["ja"] = "のみこむ", ["type"] = "Normal", ["pp"] = 15, ["range"] = "User" },
		["Sweet Kiss"] = { ["ja"] = "てんしのキッス", ["type"] = "Normal", ["pp"] = 15, ["range"] = "Enemy in front" },
		["Sweet Scent"] = { ["ja"] = "あまいかおり", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemies in the room" },
		["Swift"] = { ["ja"] = "スピードスター", ["type"] = "Normal", ["pp"] = 8, ["range"] = "Enemy in front, cuts corners" },
		["Swords Dance"] = { ["ja"] = "つるぎのまい", ["type"] = "Normal", ["pp"] = 17, ["range"] = "User" },
		["Synthesis"] = { ["ja"] = "こうごうせい", ["type"] = "Grass", ["pp"] = 12, ["range"] = "User" },
		["Tackle"] = { ["ja"] = "たいあたり", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Tail Glow"] = { ["ja"] = "ほたるび", ["type"] = "Bug", ["pp"] = 22, ["range"] = "User" },
		["Tail Whip"] = { ["ja"] = "しっぽをふる", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Take Down"] = { ["ja"] = "とっしん", ["type"] = "Normal", ["pp"] = 19, ["range"] = "Enemy in front" },
		["Taunt"] = { ["ja"] = "ちょうはつ", ["type"] = "Dark", ["pp"] = 20, ["range"] = "Enemy in front" },
		["Teeter Dance"] = { ["ja"] = "フラフラダンス", ["type"] = "Normal", ["pp"] = 15, ["range"] = "Pokémon on the floor" },
		["Teleport"] = { ["ja"] = "テレポート", ["type"] = "Psychic", ["pp"] = 15, ["range"] = "User" },
		["Thief"] = { ["ja"] = "どろぼう", ["type"] = "Dark", ["pp"] = 20, ["range"] = "Enemy in front" },
		["Thrash"] = { ["ja"] = "あばれる", ["type"] = "Normal", ["pp"] = 12, ["range"] = "Adjacent Pokémon" },
		["Thunder"] = { ["ja"] = "かみなり", ["type"] = "Electric", ["pp"] = 9, ["range"] = "Enemy in front" },
		["Thunder Wave"] = { ["ja"] = "でんじは", ["type"] = "Electric", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Thunderbolt"] = { ["ja"] = "10まんボルト", ["type"] = "Electric", ["pp"] = 10, ["range"] = "All enemies within a 1-tile range" },
		["Thunderpunch"] = { ["ja"] = "かみなりパンチ", ["type"] = "Electric", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Thundershock"] = { ["ja"] = "でんきショック", ["type"] = "Electric", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Tickle"] = { ["ja"] = "くすぐる", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Torment"] = { ["ja"] = "いちゃもん", ["type"] = "Dark", ["pp"] = 16, ["range"] = "Enemy in front" },
		["Toxic"] = { ["ja"] = "どくどく", ["type"] = "Poison", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Transform"] = { ["ja"] = "へんしん", ["type"] = "Normal", ["pp"] = 1, ["range"] = "User" },
		["Tri Attack"] = { ["ja"] = "トライアタック", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front, cuts corners" },
		["Trick"] = { ["ja"] = "トリック", ["type"] = "Psychic", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Triple Kick"] = { ["ja"] = "トリプルキック", ["type"] = "Fighting", ["pp"] = 15, ["range"] = "Enemy in front" },
		["Twineedle"] = { ["ja"] = "ダブルニードル", ["type"] = "Bug", ["pp"] = 15, ["range"] = "Pokémon within a 10 tile range" },
		["Twister"] = { ["ja"] = "たつまき", ["type"] = "Dragon", ["pp"] = 15, ["range"] = "Enemy in front" },
		["Uproar"] = { ["ja"] = "さわぐ", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Allies in the room" },
		["Vacuum-Cut"] = { ["ja"] = "しんくうぎり", ["type"] = "Unknown", ["pp"] = 7, ["range"] = "Enemies in the room" },
		["ViceGrip"] = { ["ja"] = "はさむ", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Vine Whip"] = { ["ja"] = "つるのムチ", ["type"] = "Grass", ["pp"] = 15, ["range"] = "Enemy in front" },
		["Vital Throw"] = { ["ja"] = "あてみなげ", ["type"] = "Fighting", ["pp"] = 17, ["range"] = "User" },
		["Volt Tackle"] = { ["ja"] = "ボルテッカー", ["type"] = "Electric", ["pp"] = 12, ["range"] = "Pokémon within a 10 tile range" },
		["Water Gun"] = { ["ja"] = "みずでっぽう", ["type"] = "Water", ["pp"] = 17, ["range"] = "Enemy in front, cuts corners" },
		["Water Pulse"] = { ["ja"] = "みずのはどう", ["type"] = "Water", ["pp"] = 12, ["range"] = "Pokémon within a 10 tile range" },
		["Water Sport"] = { ["ja"] = "みずあそび", ["type"] = "Water", ["pp"] = 19, ["range"] = "Pokémon on the floor" },
		["Water Spout"] = { ["ja"] = "しおふき", ["type"] = "Water", ["pp"] = 8, ["range"] = "Enemy in front" },
		["Waterfall"] = { ["ja"] = "たきのぼり", ["type"] = "Water", ["pp"] = 12, ["range"] = "Enemy in front" },
		["Weather Ball"] = { ["ja"] = "ウェザーボール", ["type"] = "Normal", ["pp"] = 15, ["range"] = "Pokémon within a 10 tile range" },
		["Whirlpool"] = { ["ja"] = "うずしお", ["type"] = "Water", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Whirlwind"] = { ["ja"] = "ふきとばし", ["type"] = "Normal", ["pp"] = 27, ["range"] = "Enemy in front" },
		["Wide Slash"] = { ["ja"] = "すいへいぎり", ["type"] = "Unknown", ["pp"] = 10, ["range"] = "Facing tile and 2 flanking tiles" },
		["Will-O-Wisp"] = { ["ja"] = "おにび", ["type"] = "Fire", ["pp"] = 17, ["range"] = "Enemy in front, cuts corners" },
		["Wing Attack"] = { ["ja"] = "つばさでうつ", ["type"] = "Flying", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Wish"] = { ["ja"] = "ねがいごと", ["type"] = "Normal", ["pp"] = 15, ["range"] = "User" },
		["Withdraw"] = { ["ja"] = "からにこもる", ["type"] = "Water", ["pp"] = 32, ["range"] = "User" },
		["Wrap"] = { ["ja"] = "まきつく", ["type"] = "Normal", ["pp"] = 22, ["range"] = "Enemy in front" },
		["Yawn"] = { ["ja"] = "あくび", ["type"] = "Normal", ["pp"] = 17, ["range"] = "Enemy in front" },
		["Zap Cannon"] = { ["ja"] = "でんじほう", ["type"] = "Electric", ["pp"] = 9, ["range"] = "Pokémon within a 10 tile range" }
	}

	-- Returns the selected move with the object's specified key value
	return list[args.name][args.getVar]
end

return p