Module:Rescue Team Boss Data Cell: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
-- | -- | ||
-- | -- Module:Rescue Team Boss Data Cell | ||
-- | -- | ||
-- This module covers a list of bosses in Japanese, their types and their moves | -- This module covers a list of bosses in Japanese, their types and their moves | ||
Line 18: | Line 18: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
return { | |||
-- Main story | |||
["Skarmory (boss)"] = { ["ja"] = "エアームド", ["type1"] = "Steel", ["type2"] = "Flying", ["move1"] = "Sand-Attack", ["move2"] = "Peck", ["move3"] = "Leer" }, | |||
["Gengar (boss)"] = { ["ja"] = "ゲンガー", ["type1"] = "Ghost", ["type2"] = "Poison", ["move1"] = "Curse", ["move2"] = "Lick", ["move3"] = "Spite", ["move4"] = "Hypnosis" }, | |||
["Ekans (boss)"] = { ["ja"] = "アーボ", ["type1"] = "Poison", ["move1"] = "Bite", ["move2"] = "Wrap", ["move3"] = "Leer", ["move4"] = "Poison Sting" }, | |||
["Medicham (boss)"] = { ["ja"] = "チャーレム", ["type1"] = "Fighting", ["type2"] = "Psychic", ["move1"] = "Ice Punch", ["move2"] = "Thunderpunch", ["move3"] = "Detect", ["move4"] = "Confusion" }, | |||
["Zapdos (boss - story)"] = { ["ja"] = "サンダー", ["type1"] = "Electric", ["type2"] = "Flying", ["move1"] = "Agility", ["move2"] = "Peck", ["move3"] = "Thundershock", ["move4"] = "Thunder Wave" }, | |||
["Mankey Gang (boss)"] = { ["ja"] = "マンキー", ["type1"] = "Fighting", ["move1"] = "Karate Chop", ["move2"] = "Low Kick", ["move3"] = "Leer", ["move4"] = "Scratch" }, | |||
["Moltres (boss - story)"] = { ["ja"] = "ファイヤー", ["type1"] = "Fire", ["type2"] = "Flying", ["move1"] = "Agility", ["move2"] = "Wing Attack", ["move3"] = "Ember", ["move4"] = "Fire Spin" }, | |||
["Articuno (boss - story)"] = { ["ja"] = "フリーザー", ["type1"] = "Ice", ["type2"] = "Flying", ["move1"] = "Gust", ["move2"] = "Agility", ["move3"] = "Powder Snow", ["move4"] = "Mist" }, | |||
["Groudon (boss - story)"] = { ["ja"] = "グラードン", ["type1"] = "Ground", ["move1"] = "Slash", ["move2"] = "Ancientpower", ["move3"] = "Scary Face", ["move4"] = "Mud Shot" }, | |||
["Rayquaza (boss - story)"] = { ["ja"] = "レックウザ", ["type1"] = "Dragon", ["type2"] = "Flying", ["move1"] = "Crunch", ["move2"] = "Ancientpower", ["move3"] = "Scary Face", ["move4"] = "Twister", ["move5"] = "Dragon Claw", ["move6"] = "Dragon Dance" }, | |||
-- Post-credits | |||
["Zapdos (boss - post-credits)"] = { ["ja"] = "サンダー", ["type1"] = "Electric", ["type2"] = "Flying", ["move1"] = "Thundershock", ["move2"] = "Detect", ["move3"] = "Drill Peck", ["move4"] = "Thunder", ["recruit"] = "30.0%", ["friendArea"] = "Legendary Island" }, | |||
["Moltres (boss - post-credits)"] = { ["ja"] = "ファイヤー", ["type1"] = "Fire", ["type2"] = "Flying", ["move1"] = "Flamethrower", ["move2"] = "Agility", ["move3"] = "Endure", ["move4"] = "Wing Attack", ["move5"] = "Ember", ["move6"] = "Fire Spin", ["recruit"] = "30.0%", ["friendArea"] = "Legendary Island" }, | |||
["Articuno (boss - post-credits)"] = { ["ja"] = "フリーザー", ["type1"] = "Ice", ["type2"] = "Flying", ["move1"] = "Gust", ["move2"] = "Agility", ["move3"] = "Mind Reader", ["move4"] = "Powder Snow", ["move5"] = "Mist", ["move6"] = "Ice Beam", ["recruit"] = "30.0%", ["friendArea"] = "Legendary Island" }, | |||
["Groudon (boss - post-credits)"] = { ["ja"] = "グラードン", ["type1"] = "Ground", ["move1"] = "Slash", ["move2"] = "Ancientpower", ["move3"] = "Scary Face", ["move4"] = "Earthquake", ["move5"] = "Bulk Up", ["move6"] = "Mud Shot", ["recruit"] = "-10.0%", ["friendArea"] = "Volcanic Pit" }, | |||
["Rayquaza (boss - post-credits)"] = { ["ja"] = "レックウザ", ["type1"] = "Dragon", ["type2"] = "Flying", ["move1"] = "Crunch", ["move2"] = "Ancientpower", ["move3"] = "Scary Face", ["move4"] = "Fly", ["move5"] = "Twister", ["move6"] = "Dragon Claw", ["move7"] = "Dragon Dance", ["recruit"] = "-10.0%", ["friendArea"] = "Stratos Lookout" }, | |||
["Deoxys (boss)"] = { ["ja"] = "デオキシス", ["type1"] = "Psychic", ["move1"] = "", ["move2"] = "", ["move3"] = "", ["move4"] = "", ["recruit"] = "-10.0%", ["friendArea"] = "Enclosed Island" }, | |||
["Entei (boss)"] = { ["ja"] = "エンテイ", ["type1"] = "Fire", ["move1"] = "Bite", ["move2"] = "Leer", ["move3"] = "Ember", ["move4"] = "Stomp", ["move5"] = "Roar", ["move6"] = "Fire Spin", ["recruit"] = "0.1%", ["friendArea"] = "Sacred Field" }, | |||
["Ho-Oh (boss)"] = { ["ja"] = "ホウオ", ["type1"] = "Fire", ["type2"] = "Flying", ["move1"] = "Gust", ["move2"] = "Recover", ["move3"] = "Safeguard", ["move4"] = "Fire Blast", ["move5"] = "Whirlwind", ["recruit"] = "99.9%", ["friendArea"] = "Rainbow Peak" }, | |||
["Jirachi (boss)"] = { ["ja"] = "ジラーチ", ["type1"] = "Steel", ["type2"] = "Psychic", ["move1"] = "Psychic", ["move2"] = "Double-Edge", ["move3"] = "Swift", ["move4"] = "Helping Hand", ["recruit"] = "99.9%", ["friendArea"] = "Mt. Moonview" }, | |||
["Kyogre (boss)"] = { ["ja"] = "カイオーガ ", ["type1"] = "Water", ["move1"] = "Ancientpower", ["move2"] = "Scary Face", ["move3"] = "Body Slam", ["move4"] = "Water Pulse", ["recruit"] = "50.0%", ["friendArea"] = "Seafloor Cave" }, | |||
["Latios (boss)"] = { ["ja"] = "ラティオス ", ["type1"] = "Dragon", ["type2"] = "Psychic", ["move1"] = "Memento", ["move2"] = "Psywave", ["move3"] = "Safeguard", ["move4"] = "Helping Hand", ["move5"] = "Protect", ["move6"] = "Refresh", ["move7"] = "Dragonbreath", ["recruit"] = "100%", ["friendArea"] = "Southern Island" }, | |||
["Lugia"] = { ["ja"] = "ルギア", ["type1"] = "Psychic", ["type2"] = "Flying", ["move1"] = "Gust", ["move2"] = "Safeguard", ["move3"] = "Amnesia", ["move4"] = "Whirlwind", ["recruit"] = "99.9%", ["friendArea"] = "Deep-Sea Curren" }, | |||
["Mewtwo (boss)"] = { ["ja"] = "ミュウツー", ["type1"] = "Psychic", ["move1"] = "Disable", ["move2"] = "Mist", ["move3"] = "Swift", ["move4"] = "Confusion", ["move5"] = "Barrier", ["recruit"] = "99.9%", ["friendArea"] = "Cryptic Cave" }, | |||
["Raikou (boss)"] = { ["ja"] = "ライコウ", ["type1"] = "Electric", ["move1"] = "Bite", ["move2"] = "Spark", ["move3"] = "Thundershock", ["move4"] = "Quick Attack", ["move5"] = "Leer", ["move6"] = "Roar", ["recruit"] = "0.1%", ["friendArea"] = "Sacred Field" }, | |||
["Regice (boss)"] = { ["ja"] = "レジアイス", ["type1"] = "Ice", ["move1"] = "Icy Wind", ["move2"] = "Explosion", ["move3"] = "Curse", ["recruit"] = "0.1%", ["friendArea"] = "Ancient Relic" }, | |||
["Regirock (boss)"] = { ["ja"] = "レジロック", ["type1"] = "Rock", ["move1"] = "Rock Throw", ["move2"] = "Explosion", ["move3"] = "Curse", ["recruit"] = "0.1%", ["friendArea"] = "Ancient Relic" }, | |||
["Registeel (boss)"] = { ["ja"] = "レジスチル", ["type1"] = "Steel", ["move1"] = "Explosion", ["move2"] = "Curse", ["move3"] = "Superpower", ["move4"] = "Metal Claw", ["recruit"] = "0.1%", ["friendArea"] = "Ancient Relic" }, | |||
["Suicune (boss)"] = { ["ja"] = "スイクン", ["type1"] = "Water", ["move1"] = "Rain Dance", ["move2"] = "Aurora Beam", ["move3"] = "Gust", ["move4"] = "Bite", ["move5"] = "Leer", ["move6"] = "Bubblebeam", ["recruit"] = "0.1%", ["friendArea"] = "Sacred Field" }, | |||
-- Dojo | |||
["Nuzleaf (dojo)"] = { ["ja"] = "コノハナ", ["type1"] = "Grass", ["type2"] = "Dark", ["move1"] = "Pound", ["move2"] = "Growth", ["move3"] = "Harden", ["recruit"] = "-19.0%", ["friendArea"] = "Mushroom Forest" }, | |||
["Shiftry (dojo)"] = { ["ja"] = "ダーテング", ["type1"] = "Grass", ["type2"] = "Dark", ["move1"] = "Harden", ["move2"] = "Nature Power", ["move3"] = "Growth", ["move4"] = "Pound", ["recruit"] = "-30.0%", ["friendArea"] = "Mushroom Forest" }, | |||
["Graveler (dojo)"] = { ["ja"] = "コノハナ", ["type1"] = "Rock", ["type2"] = "Ground", ["move1"] = "Rock Throw", ["move2"] = "Tackle", ["move3"] = "Mud Sport", ["move4"] = "Selfdestruct", ["recruit"] = "-19.0%", ["friendArea"] = "Mt. Deepgreen" }, | |||
["Golem (dojo)"] = { ["ja"] = "ダーテング", ["type1"] = "Rock", ["type2"] = "Ground", ["move1"] = "Defense Curl", ["move2"] = "Mud Sport", ["move3"] = "Tackle", ["move4"] = "Rock Throw", ["recruit"] = "-30.0%", ["friendArea"] = "Mt. Deepgreen" }, | |||
["Blastoise (dojo)"] = { ["ja"] = "カメックス", ["type1"] = "Water", ["move1"] = "", ["move2"] = "", ["move3"] = "", ["move4"] = "", ["recruit"] = "-33.9%", ["friendArea"] = "Turtleshell Pond" }, | |||
["Feraligatr (dojo)"] = { ["ja"] = "オーダイル", ["type1"] = "Water", ["move1"] = "", ["move2"] = "", ["move3"] = "", ["move4"] = "",["recruit"] = "-33.9%", ["friendArea"] = "Rub-a-Dub River" }, | |||
["Swampert (dojo)"] = { ["ja"] = "ラグラージ", ["type1"] = "Water", ["type2"] = "Ground", ["move1"] = "", ["move2"] = "", ["move3"] = "", ["move4"] = "", ["recruit"] = "-33.9%", ["friendArea"] = " Peanut Swamp" }, | |||
["Tentacruel (dojo)"] = { ["ja"] = "ドククラゲ", ["type1"] = "Water", ["type2"] = "Poison", ["move1"] = "", ["move2"] = "", ["move3"] = "", ["move4"] = "", ["recruit"] = "-30.0%", ["friendArea"] = "Bountiful Sea" }, | |||
["Octillery (dojo)"] = { ["ja"] = "オクタン", ["type1"] = "Water", ["type2"] = "Poison", ["move1"] = "", ["move2"] = "", ["move3"] = "", ["move4"] = "", ["recruit"] = "-30.0%", ["friendArea"] = " Treasure Sea" }, | |||
["Cradily (dojo)"] = { ["ja"] = "ユレイドル", ["type1"] = "Water", ["move1"] = "", ["move2"] = "", ["move3"] = "", ["move4"] = "", ["recruit"] = "-30.0%", ["friendArea"] = "Deep-Sea Floor" } | |||
} | |||
Latest revision as of 19:22, 12 October 2024
Documentation for this module may be created at Module:Rescue Team Boss Data Cell/doc
--------------------------------------------------------------------------------
--
-- Module:Rescue Team Boss Data Cell
--
-- This module covers a list of bosses in Japanese, their types and their moves
-- present in Pokémon Mystery Dungeon: Rescue Team.
--
-- Parameters
--
-- name: Insert the Pokémon's English name there.
-- getVar: Picks which key the module should return.
-- * ja: Returns the Pokémon's Japanese name.
-- * type1: Returns the Pokémon's first type.
-- * type2: Returns the Pokémon's second type.
-- * move<n>: Returns the Pokémon's numbered move (up to 9).
-- * recruit: Returns the Pokémon's recruit chance.
--
--------------------------------------------------------------------------------
return {
-- Main story
["Skarmory (boss)"] = { ["ja"] = "エアームド", ["type1"] = "Steel", ["type2"] = "Flying", ["move1"] = "Sand-Attack", ["move2"] = "Peck", ["move3"] = "Leer" },
["Gengar (boss)"] = { ["ja"] = "ゲンガー", ["type1"] = "Ghost", ["type2"] = "Poison", ["move1"] = "Curse", ["move2"] = "Lick", ["move3"] = "Spite", ["move4"] = "Hypnosis" },
["Ekans (boss)"] = { ["ja"] = "アーボ", ["type1"] = "Poison", ["move1"] = "Bite", ["move2"] = "Wrap", ["move3"] = "Leer", ["move4"] = "Poison Sting" },
["Medicham (boss)"] = { ["ja"] = "チャーレム", ["type1"] = "Fighting", ["type2"] = "Psychic", ["move1"] = "Ice Punch", ["move2"] = "Thunderpunch", ["move3"] = "Detect", ["move4"] = "Confusion" },
["Zapdos (boss - story)"] = { ["ja"] = "サンダー", ["type1"] = "Electric", ["type2"] = "Flying", ["move1"] = "Agility", ["move2"] = "Peck", ["move3"] = "Thundershock", ["move4"] = "Thunder Wave" },
["Mankey Gang (boss)"] = { ["ja"] = "マンキー", ["type1"] = "Fighting", ["move1"] = "Karate Chop", ["move2"] = "Low Kick", ["move3"] = "Leer", ["move4"] = "Scratch" },
["Moltres (boss - story)"] = { ["ja"] = "ファイヤー", ["type1"] = "Fire", ["type2"] = "Flying", ["move1"] = "Agility", ["move2"] = "Wing Attack", ["move3"] = "Ember", ["move4"] = "Fire Spin" },
["Articuno (boss - story)"] = { ["ja"] = "フリーザー", ["type1"] = "Ice", ["type2"] = "Flying", ["move1"] = "Gust", ["move2"] = "Agility", ["move3"] = "Powder Snow", ["move4"] = "Mist" },
["Groudon (boss - story)"] = { ["ja"] = "グラードン", ["type1"] = "Ground", ["move1"] = "Slash", ["move2"] = "Ancientpower", ["move3"] = "Scary Face", ["move4"] = "Mud Shot" },
["Rayquaza (boss - story)"] = { ["ja"] = "レックウザ", ["type1"] = "Dragon", ["type2"] = "Flying", ["move1"] = "Crunch", ["move2"] = "Ancientpower", ["move3"] = "Scary Face", ["move4"] = "Twister", ["move5"] = "Dragon Claw", ["move6"] = "Dragon Dance" },
-- Post-credits
["Zapdos (boss - post-credits)"] = { ["ja"] = "サンダー", ["type1"] = "Electric", ["type2"] = "Flying", ["move1"] = "Thundershock", ["move2"] = "Detect", ["move3"] = "Drill Peck", ["move4"] = "Thunder", ["recruit"] = "30.0%", ["friendArea"] = "Legendary Island" },
["Moltres (boss - post-credits)"] = { ["ja"] = "ファイヤー", ["type1"] = "Fire", ["type2"] = "Flying", ["move1"] = "Flamethrower", ["move2"] = "Agility", ["move3"] = "Endure", ["move4"] = "Wing Attack", ["move5"] = "Ember", ["move6"] = "Fire Spin", ["recruit"] = "30.0%", ["friendArea"] = "Legendary Island" },
["Articuno (boss - post-credits)"] = { ["ja"] = "フリーザー", ["type1"] = "Ice", ["type2"] = "Flying", ["move1"] = "Gust", ["move2"] = "Agility", ["move3"] = "Mind Reader", ["move4"] = "Powder Snow", ["move5"] = "Mist", ["move6"] = "Ice Beam", ["recruit"] = "30.0%", ["friendArea"] = "Legendary Island" },
["Groudon (boss - post-credits)"] = { ["ja"] = "グラードン", ["type1"] = "Ground", ["move1"] = "Slash", ["move2"] = "Ancientpower", ["move3"] = "Scary Face", ["move4"] = "Earthquake", ["move5"] = "Bulk Up", ["move6"] = "Mud Shot", ["recruit"] = "-10.0%", ["friendArea"] = "Volcanic Pit" },
["Rayquaza (boss - post-credits)"] = { ["ja"] = "レックウザ", ["type1"] = "Dragon", ["type2"] = "Flying", ["move1"] = "Crunch", ["move2"] = "Ancientpower", ["move3"] = "Scary Face", ["move4"] = "Fly", ["move5"] = "Twister", ["move6"] = "Dragon Claw", ["move7"] = "Dragon Dance", ["recruit"] = "-10.0%", ["friendArea"] = "Stratos Lookout" },
["Deoxys (boss)"] = { ["ja"] = "デオキシス", ["type1"] = "Psychic", ["move1"] = "", ["move2"] = "", ["move3"] = "", ["move4"] = "", ["recruit"] = "-10.0%", ["friendArea"] = "Enclosed Island" },
["Entei (boss)"] = { ["ja"] = "エンテイ", ["type1"] = "Fire", ["move1"] = "Bite", ["move2"] = "Leer", ["move3"] = "Ember", ["move4"] = "Stomp", ["move5"] = "Roar", ["move6"] = "Fire Spin", ["recruit"] = "0.1%", ["friendArea"] = "Sacred Field" },
["Ho-Oh (boss)"] = { ["ja"] = "ホウオ", ["type1"] = "Fire", ["type2"] = "Flying", ["move1"] = "Gust", ["move2"] = "Recover", ["move3"] = "Safeguard", ["move4"] = "Fire Blast", ["move5"] = "Whirlwind", ["recruit"] = "99.9%", ["friendArea"] = "Rainbow Peak" },
["Jirachi (boss)"] = { ["ja"] = "ジラーチ", ["type1"] = "Steel", ["type2"] = "Psychic", ["move1"] = "Psychic", ["move2"] = "Double-Edge", ["move3"] = "Swift", ["move4"] = "Helping Hand", ["recruit"] = "99.9%", ["friendArea"] = "Mt. Moonview" },
["Kyogre (boss)"] = { ["ja"] = "カイオーガ ", ["type1"] = "Water", ["move1"] = "Ancientpower", ["move2"] = "Scary Face", ["move3"] = "Body Slam", ["move4"] = "Water Pulse", ["recruit"] = "50.0%", ["friendArea"] = "Seafloor Cave" },
["Latios (boss)"] = { ["ja"] = "ラティオス ", ["type1"] = "Dragon", ["type2"] = "Psychic", ["move1"] = "Memento", ["move2"] = "Psywave", ["move3"] = "Safeguard", ["move4"] = "Helping Hand", ["move5"] = "Protect", ["move6"] = "Refresh", ["move7"] = "Dragonbreath", ["recruit"] = "100%", ["friendArea"] = "Southern Island" },
["Lugia"] = { ["ja"] = "ルギア", ["type1"] = "Psychic", ["type2"] = "Flying", ["move1"] = "Gust", ["move2"] = "Safeguard", ["move3"] = "Amnesia", ["move4"] = "Whirlwind", ["recruit"] = "99.9%", ["friendArea"] = "Deep-Sea Curren" },
["Mewtwo (boss)"] = { ["ja"] = "ミュウツー", ["type1"] = "Psychic", ["move1"] = "Disable", ["move2"] = "Mist", ["move3"] = "Swift", ["move4"] = "Confusion", ["move5"] = "Barrier", ["recruit"] = "99.9%", ["friendArea"] = "Cryptic Cave" },
["Raikou (boss)"] = { ["ja"] = "ライコウ", ["type1"] = "Electric", ["move1"] = "Bite", ["move2"] = "Spark", ["move3"] = "Thundershock", ["move4"] = "Quick Attack", ["move5"] = "Leer", ["move6"] = "Roar", ["recruit"] = "0.1%", ["friendArea"] = "Sacred Field" },
["Regice (boss)"] = { ["ja"] = "レジアイス", ["type1"] = "Ice", ["move1"] = "Icy Wind", ["move2"] = "Explosion", ["move3"] = "Curse", ["recruit"] = "0.1%", ["friendArea"] = "Ancient Relic" },
["Regirock (boss)"] = { ["ja"] = "レジロック", ["type1"] = "Rock", ["move1"] = "Rock Throw", ["move2"] = "Explosion", ["move3"] = "Curse", ["recruit"] = "0.1%", ["friendArea"] = "Ancient Relic" },
["Registeel (boss)"] = { ["ja"] = "レジスチル", ["type1"] = "Steel", ["move1"] = "Explosion", ["move2"] = "Curse", ["move3"] = "Superpower", ["move4"] = "Metal Claw", ["recruit"] = "0.1%", ["friendArea"] = "Ancient Relic" },
["Suicune (boss)"] = { ["ja"] = "スイクン", ["type1"] = "Water", ["move1"] = "Rain Dance", ["move2"] = "Aurora Beam", ["move3"] = "Gust", ["move4"] = "Bite", ["move5"] = "Leer", ["move6"] = "Bubblebeam", ["recruit"] = "0.1%", ["friendArea"] = "Sacred Field" },
-- Dojo
["Nuzleaf (dojo)"] = { ["ja"] = "コノハナ", ["type1"] = "Grass", ["type2"] = "Dark", ["move1"] = "Pound", ["move2"] = "Growth", ["move3"] = "Harden", ["recruit"] = "-19.0%", ["friendArea"] = "Mushroom Forest" },
["Shiftry (dojo)"] = { ["ja"] = "ダーテング", ["type1"] = "Grass", ["type2"] = "Dark", ["move1"] = "Harden", ["move2"] = "Nature Power", ["move3"] = "Growth", ["move4"] = "Pound", ["recruit"] = "-30.0%", ["friendArea"] = "Mushroom Forest" },
["Graveler (dojo)"] = { ["ja"] = "コノハナ", ["type1"] = "Rock", ["type2"] = "Ground", ["move1"] = "Rock Throw", ["move2"] = "Tackle", ["move3"] = "Mud Sport", ["move4"] = "Selfdestruct", ["recruit"] = "-19.0%", ["friendArea"] = "Mt. Deepgreen" },
["Golem (dojo)"] = { ["ja"] = "ダーテング", ["type1"] = "Rock", ["type2"] = "Ground", ["move1"] = "Defense Curl", ["move2"] = "Mud Sport", ["move3"] = "Tackle", ["move4"] = "Rock Throw", ["recruit"] = "-30.0%", ["friendArea"] = "Mt. Deepgreen" },
["Blastoise (dojo)"] = { ["ja"] = "カメックス", ["type1"] = "Water", ["move1"] = "", ["move2"] = "", ["move3"] = "", ["move4"] = "", ["recruit"] = "-33.9%", ["friendArea"] = "Turtleshell Pond" },
["Feraligatr (dojo)"] = { ["ja"] = "オーダイル", ["type1"] = "Water", ["move1"] = "", ["move2"] = "", ["move3"] = "", ["move4"] = "",["recruit"] = "-33.9%", ["friendArea"] = "Rub-a-Dub River" },
["Swampert (dojo)"] = { ["ja"] = "ラグラージ", ["type1"] = "Water", ["type2"] = "Ground", ["move1"] = "", ["move2"] = "", ["move3"] = "", ["move4"] = "", ["recruit"] = "-33.9%", ["friendArea"] = " Peanut Swamp" },
["Tentacruel (dojo)"] = { ["ja"] = "ドククラゲ", ["type1"] = "Water", ["type2"] = "Poison", ["move1"] = "", ["move2"] = "", ["move3"] = "", ["move4"] = "", ["recruit"] = "-30.0%", ["friendArea"] = "Bountiful Sea" },
["Octillery (dojo)"] = { ["ja"] = "オクタン", ["type1"] = "Water", ["type2"] = "Poison", ["move1"] = "", ["move2"] = "", ["move3"] = "", ["move4"] = "", ["recruit"] = "-30.0%", ["friendArea"] = " Treasure Sea" },
["Cradily (dojo)"] = { ["ja"] = "ユレイドル", ["type1"] = "Water", ["move1"] = "", ["move2"] = "", ["move3"] = "", ["move4"] = "", ["recruit"] = "-30.0%", ["friendArea"] = "Deep-Sea Floor" }
}