Module:Etrian 1 Monster Data Cell
Jump to navigation
Jump to search
This template covers a list of monsters, their names in Japanese and the amount of experience points they drop present in Etrian Mystery Dungeon for use only in table Templates such as Module:Etrian 1 Dungeon Monsters table.
In this example, the attribute {{{monster_n|}}} uses this module...
{{#invoke:Etrian 1 Dungeon Monsters table|main | monster_1 = Woodfly | floor_1 = 2 }}
...and will result in:
Model | Monsters | Experience | Floors | |
---|---|---|---|---|
English | Japanese | |||
![]() | Woodfly | シンリンチョウ | 20 | 2 |
--------------------------------------------------------------------------------
--
-- Module:Etrian 1 Monster Data Cell
--
-- This module covers a list of monsters in Japanese and the amount of
-- experience points they drop present in Etrian Mystery Dungeon.
--
-- Parameters
--
-- name: Insert the monster's English name there.
-- getVar: Picks which key the module should return.
-- * ja: Returns the monster's Japanese name.
-- * exp: Returns the monster's experience points.
--
--------------------------------------------------------------------------------
p = {}
function p.etrian1MonsterDataCell(f)
-- Gets the arguments from #invoke:Etrian 1 Monster Data Cell|etrian1MonsterDataCell
local args = f.args
-- List of every monster's Japanese names and experience points
local list = {
["Angry Baboon"] = {["ja"] = "荒くれ狒狒", ["exp"] = "1,180"},
["Arbor Beetle"] = {["ja"] = "朱に染まる宿り木", ["exp"] = "4,000"},
["Beetle Lord"] = {["ja"] = "ビートルロード", ["exp"] = "1,120"},
["Berserker King"] = {["ja"] = "獣王ベルゼルケル", ["exp"] = "2,000"},
["Blizzard King"] = {["ja"] = "氷嵐の支配者", ["exp"] = "1,280"},
["Bloodbear"] = {["ja"] = "血の裂断者", ["exp"] = "2,000"},
["Bloody Knuckle"] = {["ja"] = "ブラッドナックル", ["exp"] = "900"},
["Blood Tiger"] = {["ja"] = "緋と漆黒の猛虎", ["exp"] = "3,333"},
["Blue Byakko"] = {["ja"] = "青陽炎の白虎", ["exp"] = "2,000"},
["Blue Wallaby"] = {["ja"] = "ブルーワラビー", ["exp"] = "720"},
["Bounding Beast"] = {["ja"] = "うろつく跳獣", ["exp"] = "560"},
["Calamity God"] = {["ja"] = "災いの巨神", ["exp"] = "580"},
["Calamity Root"] = {["ja"] = "災厄の木の根", ["exp"] = "1,240"},
["Calm King"] = {["ja"] = "悠然たる堅王", ["exp"] = "1,000"},
["Carmine Beak"] = {["ja"] = "カーマインビーク", ["exp"] = "1,220"},
["Clawed Mole"] = {["ja"] = "ひっかきモグラ", ["exp"] = "240"},
["Claw Beetle"] = {["ja"] = "はさみカブト", ["exp"] = "300"},
["Cold Watchman"] = {["ja"] = "冷徹な監視者", ["exp"] = "1,800"},
["Cruel Nightwing"] = {["ja"] = "闇夜に羽ばたく者", ["exp"] = "3,333"},
["Cursed Shroom"] = {["ja"] = "ノロイダケ", ["exp"] = "1,080"},
["Curse Locust"] = {["ja"] = "呪いバッタ", ["exp"] = "1,140"},
["Cutter"] = {["ja"] = "森の破壊者", ["exp"] = "2,000"},
["Demented King"] = {["ja"] = "狂宴に誘う魔王", ["exp"] = "2,000"},
["Demon Drake"] = {["ja"] = "デモンドレイク", ["exp"] = "1,440"},
["Demon Hopper"] = {["ja"] = "デモンホッパー", ["exp"] = "220"},
["Dinogator"] = {["ja"] = "ディノゲーター", ["exp"] = "2,000"},
["Dinolich"] = {["ja"] = "死を呼ぶ骨竜", ["exp"] = "2,000"},
["Divine Bee"] = {["ja"] = "神蜂", ["exp"] = "840"},
["Doom Bison"] = {["ja"] = "ドゥームバイソン", ["exp"] = "1,200"},
["Dragonfly"] = {["ja"] = "モリヤンマ", ["exp"] = "80"},
["Dread Muspell"] = {["ja"] = "怨讐のムスペル", ["exp"] = "3,000"},
["Ent Beetle"] = {["ja"] = "呪われし古木の僕", ["exp"] = "3,333"},
["Eternal King"] = {["ja"] = "永劫の玄王", ["exp"] = "2,000"},
["Executioner"] = {["ja"] = "水辺の処刑者", ["exp"] = "820"},
["Famed Snowbird"] = {["ja"] = "断崖を馳せる古竜", ["exp"] = "3,333"},
["Fanged Vine"] = {["ja"] = "噛みつき草", ["exp"] = "260"},
["Firebird"] = {["ja"] = "火喰い鳥", ["exp"] = "960"},
["Fire Bulb"] = {["ja"] = "爆弾カズラ", ["exp"] = "160"},
["Flame Rat"] = {["ja"] = "火炎ネズミ", ["exp"] = "860"},
["Flygourd"] = {["ja"] = "幻惑の飛南瓜", ["exp"] = "2,000"},
["Flying Beetle"] = {["ja"] = "羽ばたきカブト", ["exp"] = "660"},
["Forest Bat"] = {["ja"] = "フォレストバット", ["exp"] = "380"},
["Forest Frog"] = {["ja"] = "森林カエル", ["exp"] = "280"},
["Forest Hare"] = {["ja"] = "森ウサギ", ["exp"] = "360"},
["Frozen Despot"] = {["ja"] = "覇者の氷柱", ["exp"] = "2,000"},
["Furyhorn"] = {["ja"] = "狂乱の角鹿", ["exp"] = "1,200"},
["Gasser Tree"] = {["ja"] = "うごめく毒樹", ["exp"] = "980"},
["Giant Moa"] = {["ja"] = "ジャイアントモア", ["exp"] = "1,600"},
["Ghost Owl"] = {["ja"] = "お化けフクロウ", ["exp"] = "740"},
["Glacier Beast"] = {["ja"] = "超ヒョウガジュウ", ["exp"] = "1,480"},
["Glutton Vine"] = {["ja"] = "大食い草", ["exp"] = "400"},
["Golden Deer"] = {["ja"] = "ゴールドホーン", ["exp"] = "1,500"},
["Gold Guardian"] = {["ja"] = "金鉱の守護者", ["exp"] = "0"},
["Grand Binder"] = {["ja"] = "グランバインド", ["exp"] = "200"},
["Grasseater"] = {["ja"] = "グラスイーター", ["exp"] = "40"},
["Great Dragon"] = {["ja"] = "偉大なる赤竜", ["exp"] = "1,260"},
["Great Lynx"] = {["ja"] = "オオヤマネコ", ["exp"] = "480"},
["Greedy Lizard"] = {["ja"] = "貪欲な毒蜥蜴", ["exp"] = "2,000"},
["Hellish Despot"] = {["ja"] = "覇者の火焔", ["exp"] = "2,000"},
["Hexgourd"] = {["ja"] = "呪われし飛南瓜", ["exp"] = "2,000"},
["Huge Moa"] = {["ja"] = "ヒュージモア", ["exp"] = "1,600"},
["Ice Bulb"] = {["ja"] = "氷爆カズラ", ["exp"] = "600"},
["Ice Salamander"] = {["ja"] = "氷弾サラマンダー", ["exp"] = "3,333"},
["Ichthyosaur"] = {["ja"] = "紅蓮の魚蜥蜴", ["exp"] = "2,560"},
["Icy Pincer"] = {["ja"] = "アイスシザーズ", ["exp"] = "2,000"},
["Iron Golem"] = {["ja"] = "クロガネゴーレム", ["exp"] = "3,333"},
["Jig Lizard"] = {["ja"] = "踊る虹蜥蜴", ["exp"] = "1,320"},
["King Dragonfly"] = {["ja"] = "大王ヤンマ", ["exp"] = "180"},
["Lucifer Hawk"] = {["ja"] = "ルシファーホーク", ["exp"] = "1,420"},
["Magma Beast"] = {["ja"] = "超ヨウガンジュウ", ["exp"] = "1,460"},
["Mandrake"] = {["ja"] = "マンドレイク", ["exp"] = "1,040"},
["Mauler Mole"] = {["ja"] = "かぎづめモグラ", ["exp"] = "520"},
["Maya Owl"] = {["ja"] = "変幻フクロウ", ["exp"] = "500"},
["Medusa Tree"] = {["ja"] = "メデューサツリー", ["exp"] = "1,060"},
["Metal Claw"] = {["ja"] = "メタルシザース", ["exp"] = "780"},
["Monarch Tree"] = {["ja"] = "樹の下の大王", ["exp"] = "1,400"},
["Nomad Baboon"] = {["ja"] = "彷徨う狒狒", ["exp"] = "920"},
["Omnihunter"] = {["ja"] = "全てを狩るもの", ["exp"] = "2,000"},
["Plated Chaser"] = {["ja"] = "鎧の追跡者", ["exp"] = "620"},
["Plated Roller"] = {["ja"] = "アーマービースト", ["exp"] = "460"},
["Pooka"] = {["ja"] = "プーカ", ["exp"] = "10"},
["Proto-Bot"] = {["ja"] = "プロトボーグ", ["exp"] = "1,380"},
["Purple Anoir"] = {["ja"] = "パープルアノール", ["exp"] = "1,360"},
["Rafflesia"] = {["ja"] = "ラフレシア", ["exp"] = "2,000"},
["Raging Boar"] = {["ja"] = "大イノシシ", ["exp"] = "540"},
["Red Lion"] = {["ja"] = "赤獅子", ["exp"] = "2,000"},
["Red Pooka"] = {["ja"] = "アカプーカ", ["exp"] = "10"},
["Roller"] = {["ja"] = "ボールアニマル", ["exp"] = "120"},
["Shining Bird"] = {["ja"] = "シャインバード", ["exp"] = "140"},
["Sky Kaiser"] = {["ja"] = "虚空を統べる仙獣", ["exp"] = "2,000"},
["Sleeping Lion"] = {["ja"] = "眠れる大獅子", ["exp"] = "800"},
["Sloth"] = {["ja"] = "大ナマケモノ", ["exp"] = "1,020"},
["Soldier Bee"] = {["ja"] = "軍隊バチ", ["exp"] = "340"},
["Spiteful Hand"] = {["ja"] = "怨念の手底", ["exp"] = "1,000"},
["Spotted Frog"] = {["ja"] = "トノサマカエル", ["exp"] = "440"},
["Stalking Shadow"] = {["ja"] = "忍び寄る影", ["exp"] = "1,340"},
["Stone Hulk"] = {["ja"] = "剛腕の石灰魔人", ["exp"] = "1,280"},
["Storm Emperor"] = {["ja"] = "雷鳴と共に現る者", ["exp"] = "1,300"},
["Stun Eryngii"] = {["ja"] = "痺れエリンギ", ["exp"] = "760"},
["Suicide Hare"] = {["ja"] = "バニースーサイド", ["exp"] = "1,160"},
["Sylvan Beetle"] = {["ja"] = "背樹に仕えし甲虫", ["exp"] = "3,333"},
["Teralich"] = {["ja"] = "とこしえの魔竜", ["exp"] = "2,000"},
["Thunder Cat"] = {["ja"] = "鉤爪の雷獣", ["exp"] = "3,333"},
["Thunder Despot"] = {["ja"] = "覇者の稲妻", ["exp"] = "2,000"},
["Thunder Hare"] = {["ja"] = "ラクライウサギ", ["exp"] = "680"},
["Thunder Spawn"] = {["ja"] = "ライデンジュウ", ["exp"] = "1,500"},
["Toxic Lizard"] = {["ja"] = "太古の毒牙", ["exp"] = "3,333"},
["Tree Rat"] = {["ja"] = "森ネズミ", ["exp"] = "60"},
["Trigourd"] = {["ja"] = "三頭飛南瓜", ["exp"] = "2,000"},
["Trip Mushroom"] = {["ja"] = "トリップマッシュ", ["exp"] = "420"},
["Tusked Crusher"] = {["ja"] = "粉砕する大牙", ["exp"] = "2,000"},
["Utopian Lord"] = {["ja"] = "楽園の覇者", ["exp"] = "2,000"},
["Vampire Bat"] = {["ja"] = "バンパイアバット", ["exp"] = "880"},
["Vengeful Minion"] = {["ja"] = "復讐の下僕 ", ["exp"] = "1,000"},
["Venomfly"] = {["ja"] = "毒吹きアゲハ", ["exp"] = "1,100"},
["Venomshroom"] = {["ja"] = "毒マツタケ", ["exp"] = "320"},
["Venom Spider"] = {["ja"] = "ベノムスパイダー", ["exp"] = "100"},
["Volt Cat"] = {["ja"] = "ボルトキャット", ["exp"] = "700"},
["Warrior King"] = {["ja"] = "魔界の武王", ["exp"] = "2,000"},
["War Bison"] = {["ja"] = "暴れ野牛", ["exp"] = "940"},
["Woodfly"] = {["ja"] = "シンリンチョウ", ["exp"] = "20"},
["Wrath Bloom"] = {["ja"] = "巨大な邪花", ["exp"] = "2,000"},
["Yellow Volptera"] = {["ja"] = "恐鳥稲魂の如し", ["exp"] = "2,400"},
["Zapper Frog"] = {["ja"] = "電気ガエル", ["exp"] = "640"},
}
-- Returns the selected monster with the object's specified key value
return list[args.name][args.getVar]
end
return p