Final Fantasy Wiki
Advertisement

Documentation for this module may be created at Module:FFXV Data/Fish/doc

--adapted from the Piggyback 1.02 patch update
--http://piggyback.com/downloadfile.php?id_download=1868&mode=download&type=guide
--

return {
    datafrom = "Patch 1.23",
    mainpage = "Final Fantasy XV fish",
    keyfield = "name",
    fields = {
        name = {
            datatype = "string",
            title = "Name",
            unique = true
        },
        jpn = {
            datatype = "string",
            title = "Japanese",
            unique = true
        },
        rom = {
            datatype = "string",
            title = "Rōmaji",
            unique = true
        },
        lit = {
            datatype = "string",
            title = "Lit.",
            description = "Translation of the Japanese"
        },
        link = {
            datatype = "string",
            title = "Link",
            description = "Link to the page covering the creature in the series"
        },
        image = {
            datatype = "image",
            title = "Image",
            description = "Image of the fish"
        },
        sp = {
            datatype = "number",
            title = "SP",
            default = 0
        },
        exp = {
            datatype = "number",
            title = "EXP",
            default = 0
        },
        ap = {
            datatype = "number",
            title = "AP",
        },
        item = {
            datatype = "string",
            title = "Item obtained",
        },
        stm = {
            datatype = "number",
            title = "Stamina",
            default = 0
        },
        pwr = {
            datatype = "number",
            dp = 1,
            title = "Power",
            default = 0
        },
        spots = {
            datatype = "list",
            title = "Fishing spots",
            description = "Fishing spots where the fish can be caught"
        },
        info = {
            datatype = "string",
            format = "longtext",
            title = "Notes",
            description = "Additional information not covered in other fields"
        }
    },
    {
        name = "Alstor Bass (small)",
        jpn = "アルストバス(小)",--i don't even know if ō and ko are used in the game
		rom = "Arusuto Basu (shō)",
		lit = "Alstor Bass (small)",
		image = "Alstor Bass.jpg",
        sp = 14,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Alstor Bass Bones|Alstor Bass Bones]]",
        stm = 30000,
        pwr = 1.2,
        spots = { "[[Crestholm Reservoir]]", "[[Swainsmere]]", "[[Malacchi Pond]]", "[[Daurell Spring]] (daytime)", "[[Rachsia Bridge]]", "[[Archaean's Mirror]]" }
    },
    {
        name = "Alstor Bass (big)",
		jpn = "アルストバス(大)",
		rom = "Arusuto Basu (ō)",
		lit = "Alstor Bass (big)",
		image = "Alstor Bass.jpg",
        sp = 24,
        exp = 45,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Alstor Bass Bones|Alstor Bass Bones]]",
        stm = 60000,
        pwr = 2.0,
        spots = { "[[Crestholm Reservoir]]", "[[Neeglyss Pond]]", "[[Swainsmere]] (night)", "[[Malacchi Pond]]", "[[Daurell Spring]] (daytime/rainy)", "[[Rachsia Bridge]] (rainy)", "[[Neeglyss Towerfront]]", "[[Archaean's Mirror]]" }
    },
    {
        name = "Spiked Alstor Bass",
		jpn = "スパイクアルストバス",
		rom = "Supaiku Arusuto Basu",
		lit = "Spike Alstor Bass",--I choose "spike" because there are some adjectives the devs use later that include the "do" at the end
		image = "Spiked Alstor Bass.jpg",
        sp = 20,
        exp = 15,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Alstor Bass Bones|Alstor Bass Bones]]",
        stm = 50000,
        pwr = 1.8,
        spots = { "[[Malacchi Pond]]", "[[Daurell Spring]] (daytime)", "[[Swainsmere]]" }
    },
    {
        name = "Panther Bass",
		jpn = "パンテーラバス",
		rom = "Pantēra Basu",
		lit = "Pantera Bass",--Pantera is a car, also an FFV enemy; though it does really mean Panther, it's an equally foreign word to the japanese
        image = "Panther Bass.jpg",
        sp = 22,
        exp = 40,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Bass Teeth|Bass Teeth]]",
        stm = 65000,
        pwr = 1.9,
        spots = { "[[The Vesperpool - West Bank]]", "[[The Vesperpool - Cape]]" }
    },
    {
        name = "Risorath Peacock Bass",
		jpn = "リゾラスピーコックバス",
		rom = "Rizorasu Pīkokku Basu",
		lit = "Risorath Peacock Bass",
		image = "Risorath Peacock Bass.jpg",
        sp = 22,
        exp = 70,
        ap = 2,
        item = "[[Treasures (Final Fantasy XV)#Bass Teeth|Bass Teeth]]",
        stm = 130000,
        pwr = 2.1,
        spots = { "[[The Vesperpool - North Bank]]" }
    },
    {
        name = "Phoenix Bass",
		jpn = "フェニックスバス",
		rom = "Fenikkusu Basu",
		lit = "Phoenix Bass",
		image = "Phoenix Bass.jpg",
        sp = 20,
        exp = 70,
        ap = 2,
        item = "[[Treasures (Final Fantasy XV)#Phoenix Bass Bladder|Phoenix Bass Bladder]]",
        stm = 65000,
        pwr = 1.8,
        spots = { "[[Daurell Spring]] (daytime)", "[[The Vesperpool - East Bank]]" }
    },
    {
        name = "Redeye Bass",
		jpn = "レッドアイバス",
		rom = "Reddoai Basu",
		lit = "Redeye Bass",
		image = "Redeye Bass.jpg",
        sp = 28,
        exp = 100,
        ap = 3,
        item = "[[Treasures (Final Fantasy XV)#Bass Eye|Bass Eye]]",
        stm = 50000,
        pwr = 1.7,
        spots = { "[[Archaean's Mirror]] (daytime/rainy)", "[[Daurell Spring]]" }
    },
    {
        name = "Horned Bluegill",
		jpn = "ホーンギル",
		rom = "Hōn Giru",
		lit = "Horn Bluegill",--"Gill" is a common Japanese name for the Bluegill, it does not work in English. other fish use "shorthorn" rather than "shorthorned" so this isn't that weird
        image = "Horned Bluegill.jpg",
        sp = 5,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Bluegill Scale|Bluegill Scale]]",
        stm = 10000,
        pwr = 1.0,
        spots = { "[[Crestholm Reservoir]]", "[[Neeglyss Pond]]", "[[Swainsmere]]", "[[Malacchi Pond]]", "[[Neeglyss Towerfront]]", "[[Forgotten Pool]]" }
    },
    {
        name = "Chipped Bluegill",
		jpn = "チップドギル",
		rom = "Chippudo Giru",
		lit = "Chipped Bluegill",
		image = "Chipped Bluegill.jpg",
        sp = 8,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Bluegill Scale|Bluegill Scale]]",
        stm = 20000,
        pwr = 1.1,
        spots = { "[[Neeglyss Pond]]", "[[Swainsmere]]", "[[Malacchi Pond]]", "[[Rachsia Bridge]]", "[[Forgotten Pool]] (evening)" }
    },
    {
        name = "Glimmering Bluegill",
		jpn = "グリラーギル",
		rom = "Gurirā Giru",
		lit = "Griller Bluegill",--is that an onomatopoeia? what am i missing?
        image = "Glimmering Bluegill.jpg",
        sp = 10,
        exp = 15,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Bluegill Scale|Bluegill Scale]]",
        stm = 30000,
        pwr = 1.2,
        spots = { "[[The Vesperpool - East Bank]]", "[[The Vesperpool - West Bank]] (night)" }
    },
    {
        name = "Shorthorn Bluegill",
		jpn = "ショートホーンギル",
		rom = "Shōtohōn Giru",
		lit = "Shorthorn Bluegill",
		image = "Shorthorn Bluegill.jpg",
        sp = 12,
        exp = 15,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Bluegill Scale|Bluegill Scale]]",
        stm = 12000,
        pwr = 1.2,
        spots = { "[[Neeglyss Pond]]", "[[Swainsmere]]", "[[Neeglyss Towerfront]] (night)", "[[Forgotten Pool]] (night)" }
    },
    {
        name = "Hookhorn Bluegill",
		jpn = "ベンドホーンギル",
		rom = "Bendohōn Giru",
		lit = "Bendhorn Bluegill",
		image = "Hookhorn Bluegill.jpg",
        sp = 12,
        exp = 15,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Bluegill Scale|Bluegill Scale]]",
        stm = 14000,
        pwr = 1.3,
        spots = { "[[Malacchi Pond]] (night)", "[[Forgotten Pool]]", "[[Archaean's Mirror]]" }
    },
    {
        name = "Lotus Bluegill",
		jpn = "ロータスギル",
		rom = "Rōtasu Giru",
		lit = "Lotus Bluegill",
		image = "Lotus Bluegill.jpg",
        sp = 20,
        exp = 25,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Bluegill Scale|Bluegill Scale]]",
        stm = 15000,
        pwr = 1.3,
        spots = { "[[The Vesperpool - East Bank]]", "[[The Vesperpool - North Bank]]" }
    },
    {
        name = "Fan Bluegill",
		jpn = "レッドファンギル",
		rom = "Reddo Fan Giru",
		lit = "Red Fan Bluegill",--Red Blue!
		image = "Fan Bluegill.jpg",
        sp = 16,
        exp = 25,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Bluegill Fin|Bluegill Fin]]",
        stm = 40000,
        pwr = 1.3,
        spots = { "[[The Vesperpool - West Bank]] (night/rainy)", "[[The Vesperpool - North Bank]] (rainy)" }
    },
    {
        name = "Butterfly Bluegill",
		jpn = "アズールファンギル",
		rom = "Azūru Fan Giru",
		lit = "Azul Fan Bluegill",--or Blue Fan Blue Gill!
		image = "Butterfly Bluegill.jpg",
        sp = 24,
        exp = 40,
        ap = 2,
        item = "[[Treasures (Final Fantasy XV)#Bluegill Fin|Bluegill Fin]]",
        stm = 50000,
        pwr = 1.3,
        spots = { "[[The Vesperpool - North Bank]]" }
    },
    {
        name = "Snakehead",
		jpn = "スネークヘッド",
		rom = "Sunēkuheddo",
		lit = "Snakehead",
		image = "Snakehead.jpg",
        sp = 18,
        exp = 15,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Snakehead Teeth|Snakehead Teeth]]",
        stm = 50000,
        pwr = 1.3,
        spots = { "[[Malacchi Pond]]", "[[Daurell Spring]] (daytime)", "[[Saxham Reservoir]]" }
    },
    {
        name = "Phantom Snakehead",
		jpn = "ファントムスネークヘッド",
		rom = "Fantomu Sunēkuheddo",
		lit = "Phantom Snakehead",
		image = "Phantom Snakehead.jpg",
        sp = 18,
        exp = 15,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Snakehead Teeth|Snakehead Teeth]]",
        stm = 80000,
        pwr = 2.0,
        spots = { "[[Malacchi Pond]] (night/rainy)" }
    },
    {
        name = "Garnet Snakehead",
		jpn = "ガーネットスネークヘッド",
		rom = "Gānetto Sunēkuheddo",
		lit = "Garnet Snakehead",
		image = "Garnet Snakehead.jpg",
        sp = 20,
        exp = 40,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Snakehead Teeth|Snakehead Teeth]]",
        stm = 60000,
        pwr = 1.7,
        spots = { "[[Malacchi Pond]]", "[[Daurell Spring]] (daytime)", "[[The Vesperpool - West Bank]]" }
    },
    {
        name = "Jade Snakehead",
		jpn = "ジェイドスネークヘッド",
		rom = "Jeido Sunēkuheddo",
		lit = "Jade Snakehead",
		image = "Jade Snakehead.jpg",
        sp = 24,
        exp = 85,
        ap = 2,
        item = "[[Treasures (Final Fantasy XV)#Snakehead Scales|Snakehead Scales]]",
        stm = 70000,
        pwr = 1.9,
        spots = { "[[Daurell Spring]] (night/rainy)", "[[The Vesperpool - East Bank]] (night/rainy)" }
    },
    {
        name = "Sapphire Snakehead",
		jpn = "サファイアスネークヘッド",
		rom = "Safaia Sunēkuheddo",
		lit = "Sapphire Snakehead",
		image = "Sapphire Snakehead.jpg",
        sp = 30,
        exp = 140,
        ap = 3,
        item = "[[Treasures (Final Fantasy XV)#Snakehead Scales|Snakehead Scales]]",
        stm = 90000,
        pwr = 2.1,
        spots = { "[[The Vesperpool - East Bank]] (morning/rainy)", "[[The Vesperpool - West Bank]]" }
    },
    {
        name = "Opal Snakehead",
		jpn = "オパールスネークヘッド",
		rom = "Opāru Sunēkuheddo",
		lit = "Opal Snakehead",
		image = "Opal Snakehead.jpg",
        sp = 32,
        exp = 150,
        ap = 3,
        item = "[[Treasures (Final Fantasy XV)#Snakehead Scales|Snakehead Scales]]",
        stm = 300000,
        pwr = 3.2,
        spots = { "[[Daurell Stills]] (night)" }
    },
    {
        name = "Lucian Catfish",
		jpn = "ルシスキャットフィッシュ",
		rom = "Rushisu Kyattofisshu",
		lit = "Lucis Catfish",--if it used no particle i would go with "Lucian". there are real fish that don't use possessive, like "Mozambique Tilapia"
        image = "Lucian Catfish.jpg",
        sp = 16,
        exp = 20,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Catfish Barbel|Catfish Barbel]]",
        stm = 50000,
        pwr = 1.2,
        spots = { "[[Crestholm Reservoir]] (night)", "[[Neeglyss Pond]] (night)", "[[Swainsmere]] (night)", "[[Malacchi Pond]] (night)", "[[Neeglyss Towerfront]] (night)" }
    },
    {
        name = "Striped Catfish",
		jpn = "バンデッドキャットフィッシュ",
		rom = "Bandeddo Kyattofisshu",
		lit = "Banded Catfish",
		image = "Striped Catfish.jpg",
        sp = 24,
        exp = 40,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Catfish Mucus|Catfish Mucus]]",
        stm = 60000,
        pwr = 1.4,
        spots = { "[[Daurell Spring]] (night)", "[[Archaean's Mirror]] (night)" }
    },
    {
        name = "Spotted Catfish",
		jpn = "モトルドキャットフィッシュ",
		rom = "Motorudo Kyattofisshu",
		lit = "Mottled Catfish",
		image = "Spotted Catfish.jpg",
        sp = 30,
        exp = 70,
        ap = 2,
        item = "[[Treasures (Final Fantasy XV)#Catfish Mucus|Catfish Mucus]]",
        stm = 65000,
        pwr = 1.8,
        spots = { "[[Saxham Reservoir]] (night)", "[[Forgotten Pool]] (night)" }
    },
    {
        name = "Golden Catfish",
		jpn = "ゴールデンキャットフィッシュ",
		rom = "Gōruden Kyattofisshu",
		lit = "Golden Catfish",
		image = "Golden Catfish.jpg",
        sp = 30,
        exp = 120,
        ap = 3,
        item = "[[Treasures (Final Fantasy XV)#Catfish Barbel|Catfish Barbel]]",
        stm = 100000,
        pwr = 1.7,
        spots = { "[[Crestholm Reservoir]] (night)", "[[The Vesperpool - East Bank]] (night)", "[[The Vesperpool - West Bank]] (night)" }
    },
    {
        name = "Grim Catfish",
		jpn = "グリミーキャットフィッシュ",
		rom = "Gurimī Kyattofisshu",
		lit = "Grimmy Catfish",--or Grimmie? were they Christina Grimmie fans?
        image = "Grim Catfish.jpg",
        sp = 35,
        exp = 80,
        ap = 3,
        item = "[[Treasures (Final Fantasy XV)#Poisonous Catfish Fin|Poisonous Catfish Fin]]",
        stm = 150000,
        pwr = 2.0,
        spots = { "[[Archaean's Mirror]] (evening/rainy)" }
    },
    {
        name = "Lurking Catfish",
		jpn = "ラークキャットフィッシュ",
		rom = "Rāku Kyattofisshu",
		lit = "Lurk Catfish",
		image = "Lurking Catfish.jpg",
        sp = 38,
        exp = 80,
        ap = 3,
        item = "[[Treasures (Final Fantasy XV)#Poisonous Catfish Fin|Poisonous Catfish Fin]]",
        stm = 200000,
        pwr = 2.8,
        spots = { "[[Daurell Stills]] (night)" }
    },
    {
        name = "Giant Catfish",
		jpn = "マグナキャットフィッシュ",
		rom = "Maguna Kyattofisshu",
		lit = "Magna Catfish",
		image = "Giant Catfish.jpg",
        sp = 34,
        exp = 240,
        ap = 4,
        item = "[[Treasures (Final Fantasy XV)#Catfish Heart|Catfish Heart]]",
        stm = 550000,
        pwr = 3.4,
        spots = { "[[The Vesperpool - North Bank]] (night)", "[[The Vesperpool - Cape]] (night)" }
    },
    {
        name = "King Catfish",
		jpn = "キングキャットフィッシュ",
		rom = "Kingu Kyattofisshu",
		lit = "King Catfish",
		image = "King Catfish.jpg",
        sp = 35,
        exp = 500,
        ap =7,
        item = "[[Treasures (Final Fantasy XV)#Catfish Heart|Catfish Heart]]",
        stm = 450000,
        pwr = 2.5,
        spots = { "[[Neeglyss Pond]] (night)", "[[Swainsmere]]" }
    },
    {
        name = "Vesper Gar",
		jpn = "ヴェスペル・ガー",
		rom = "Vesuperu Gā",
		lit = "Vesper Gar",
		image = "Vesper Gar.jpg",
        sp = 30,
        exp = 300,
        ap = 5,
        item = "[[Final Fantasy XV ingredients#Vesper Gar Fillet|Vesper Gar Fillet]]",
        stm = 180000,
        pwr = 3.5,
        spots = { "[[The Vesperpool - East Bank]] (morning)", "[[The Vesperpool - West Bank]] (morning)" }
    },
    {
        name = "Spotted Devil Gar",
		jpn = "スポットデビルガー",
		rom = "Supotto Debiru Gā",
		lit = "Spot Devil Gar",
		image = "Spotted Devil Gar.jpg",
        sp = 38,
        exp = 650,
        ap = 7,
        item = "[[Final Fantasy XV ingredients#Devil Gar Fillet|Devil Gar Fillet]]",
        stm = 600000,
        pwr = 2.7,
        spots = { "[[The Vesperpool - Islet]]" }
    },
    {
        name = "Barbaric Gar",
		jpn = "バーバリックガー",
		rom = "Bābarikku Gā",
		lit = "Barbaric Gar",
		image = "Barbaric Gar.jpg",
        sp = 38,
        exp = 650,
        ap = 11,
        item = "[[Treasures (Final Fantasy XV)#Gar Fin|Gar Fin]]",
        stm = 450000,
        pwr = 3.5,
        spots = { "[[The Vesperpool - Cape]]" }
    },
    {
        name = "Pink Jade Gar",
		jpn = "ピンクイビルガー",
		rom = "Pinku Ibiru Gā",
		lit = "Pink Evil Gar",--"evil" usually has a chōonpu, but "Evilhead" didn't
        image = "Pink Jade Gar.jpg",
        sp = 40,
        exp = 800,
        ap = 11,
        item = "[[Treasures (Final Fantasy XV)#Jade Gar Mirrorscale|Jade Gar Mirrorscale]]",
        stm = 300000,
        pwr = 5.4,
        spots = { "[[Daurell Spring]]" }
    },
    {
        name = "Noble Arapaima",
		jpn = "ノーブルピラルク",
		rom = "Nōburu Piraruku",
		lit = "Noble Pirarucu",--pirarucu, but common english name is "arapaima"... maybe?
        image = "Noble Arapaima.jpg",
        sp = 44,
        exp = 1000,
        ap = 13,
        item = "[[Treasures (Final Fantasy XV)#Arapaima Scales|Arapaima Scales]]",
        stm = 1100000,
        pwr = 2.3,
        spots = { "[[The Vesperpool - East Bank]] (morning)" }
    },
    {
        name = "Regal Arapaima",
		jpn = "リーガルピラルク",
		rom = "Rīgaru Piraruku",
		lit = "Regal Arapaima",
		image = "Regal Arapaima.jpg",
        sp = 48,
        exp = 900,
        ap = 13,
        item = "[[Treasures (Final Fantasy XV)#Large Arapaima Scales|Large Arapaima Scales]]",
        stm = 1300000,
        pwr = 3.5,
        spots = { "[[The Vesperpool - North Bank]] (morning)" }
    },
    {
        name = "Lucian Carp",
		jpn = "ルシス鯉",
		rom = "Rushisu Koi",
		lit = "Lucis Carp",--Japanese Koi is general carp
		image = "Lucian Carp.jpg",
        sp = 34,
        exp = 450,
        ap = 6,
        item = "[[Final Fantasy XV ingredients#Lucian Carp Fillet|Lucian Carp Fillet]]",
        stm = 690000,
        pwr = 1.5,
        spots = { "[[Crestholm Reservoir]] (night)", "[[Saxham Reservoir]] (night)" }
    },
    {
        name = "Bronze Lucian Carp",
		jpn = "ルシス錦鯉・彩漆",--7
		rom = "Rushisu Nishikigoi - Irōrushi",
		lit = "Lucis Koi - Lacquer Mix",--but English Koi is Japanese Nishikigoi. also, i don't know either a-ha https://ja.wikipedia.org/wiki/絵具#.E5.BD.A9.E6.BC.86
        image = "Bronze Lucian Carp.jpg",
        sp = 34,
        exp = 450,
        ap = 6,
        item = "[[Final Fantasy XV ingredients#Lucian Carp Fillet|Lucian Carp Fillet]]",
        stm = 700000,
        pwr = 1.6,
        spots = { "[[Saxham Reservoir]] (night)" }
    },
    {
        name = "Gold Lucian Carp",
		jpn = "ルシス錦鯉・金鯱",
		rom = "Rushisu Nishikigoi - Kinshachi",
		lit = "Lucis Koi - Golden Dolphin",
		image = "Gold Lucian Carp.jpg",
        sp = 48,
        exp = 1000,
        ap = 13,
        item = "[[Treasures (Final Fantasy XV)#Lucian Carp Reverscales|Lucian Carp Reverscales]]",
        stm = 720000,
        pwr = 1.8,
        spots = { "[[Saxham Reservoir]]" }
    },
    {
        name = "Silver Lucian Carp",
		jpn = "ルシス錦鯉・白金",
		rom = "Rushisu Nishikigoi - Hakkin",
		lit = "Lucis Koi - Platinum",
		image = "Silver Lucian Carp.jpg",
        sp = 38,
        exp = 600,
        ap = 11,
        item = "[[Treasures (Final Fantasy XV)#Lucian Carp Rowscales|Lucian Carp Rowscales]]",
        stm = 730000,
        pwr = 1.6,
        spots = { "[[Saxham Reservoir]] (night)" }
    },
    {
        name = "Sunny Lucian Carp",
		jpn = "ルシス錦鯉・日輪",
		rom = "Rushisu Nishikigoi - Nichirin",
		lit = "Lucis Koi - Sun",
		image = "Sunny Lucian Carp.jpg",
        sp = 38,
        exp = 600,
        ap = 11,
        item = "[[Treasures (Final Fantasy XV)#Lucian Carp Rowscales|Lucian Carp Rowscales]]",
        stm = 740000,
        pwr = 1.7,
        spots = { "[[Saxham Reservoir]]" }
    },
    {
        name = "Cloudy Lucian Carp",
		jpn = "ルシス錦鯉・斑雪",
		rom = "Rushisu Nishikigoi - Hadarayuki",
		lit = "Lucis Koi - Snow Spot",
		image = "Cloudy Lucian Carp.jpg",
        sp = 38,
        exp = 600,
        ap = 11,
        item = "[[Treasures (Final Fantasy XV)#Lucian Carp Rowscales|Lucian Carp Rowscales]]",
        stm = 750000,
        pwr = 1.6,
        spots = { "[[Saxham Reservoir]] (night/rainy)" }
    },
    {
        name = "Marble Lucian Carp",
		jpn = "ルシス錦鯉・寿三色",--3
		rom = "Lucis Nishikigoi - Kotobuki Sanshoku",
		lit = "Lucis Koi - Longevity Tricolor",--*shrugs*
		image = "Marble Lucian Carp.jpg",
        sp = 38,
        exp = 600,
        ap = 11,
        item = "[[Treasures (Final Fantasy XV)#Lucian Carp Rowscales|Lucian Carp Rowscales]]",
        stm = 700000,
        pwr = 1.7,
        spots = { "[[Saxham Reservoir]] (morning/rainy)" }
    },
    {
        name = "Amber Lucian Carp",
		jpn = "ルシス錦鯉・紅六紋",--6
		rom = "Rishisu Nishikigoi - Kōroku Mon",
		lit = "Lucis Koi - Red Six Crest",
		image = "Amber Lucian Carp.jpg",
        sp = 38,
        exp = 600,
        ap = 11,
        item = "[[Treasures (Final Fantasy XV)#Lucian Carp Rowscales|Lucian Carp Rowscales]]",
        stm = 710000,
        pwr = 1.9,
        spots = { "[[Saxham Reservoir]] (morning)" }
    },
    {
        name = "Sunrise Lucian Carp",
		jpn = "ルシス錦鯉・緋衣",
		rom = "Rushisu Nishikigoi - Higoromo",
		lit = "Lucis Koi - Scarlet Clothing",
		image = "Sunrise Lucian Carp.jpg",
        sp = 38,
        exp = 600,
        ap = 11,
        item = "[[Treasures (Final Fantasy XV)#Lucian Carp Rowscales|Lucian Carp Rowscales]]",
        stm = 720000,
        pwr = 1.8,
        spots = { "[[Saxham Reservoir]] (evening)" }
    },
    {
        name = "Sunset Lucian Carp",
		jpn = "ルシス錦鯉・黄昏",
		rom = "Rushisu Nishikigoi - Tasogare",
		lit = "Lucis Koi - Twilight",--oh, here's one i can do
		image = "Sunset Lucian Carp.jpg",
        sp = 34,
        exp = 450,
        ap = 6,
        item = "[[Final Fantasy XV ingredients#Lucian Carp Fillet|Lucian Carp Fillet]]",
        stm = 730000,
        pwr = 2.5,
        spots = { "[[The Vesperpool - Islet]] (evening)", "[[The Vesperpool - Islet]] (night)" }
    },
    {
        name = "Dusk Lucian Carp",
		jpn = "ルシス錦鯉・玄松葉",
		rom = "Rushisu Nishikigoi - Gen Matsuba",
		lit = "Lucis Koi - Mysterious Pine Needle",
		image = "Dusk Lucian Carp.jpg",
        sp = 34,
        exp = 450,
        ap = 6,
        item = "[[Final Fantasy XV ingredients#Lucian Carp Fillet|Lucian Carp Fillet]]",
        stm = 740000,
        pwr = 2.2,
        spots = { "[[Saxham Reservoir]] (night)" }
    },
    {
        name = "Dawn Lucian Carp",
		jpn = "ルシス錦鯉・東雲",
		rom = "Rushisu Nishikigoi - Shininome",
		lit = "Lucis Koi - Daybreak",--or Dawn, but Dawn's too normal sounding
        image = "Dawn Lucian Carp.jpg",
        sp = 38,
        exp = 600,
        ap = 11,
        item = "[[Treasures (Final Fantasy XV)#Lucian Carp Rowscales|Lucian Carp Rowscales]]",
        stm = 850000,
        pwr = 2.0,
        spots = { "[[Crestholm Reservoir]] (morning)" }
    },
    {
        name = "Duscaen Dace",
		jpn = "ダスカデイス",
		rom = "Dasuka Deisu",
		lit = "Duscae Dace",--ah, katakana, now i feel safe
		image = "Duscaen Dace.jpg",
        sp = 8,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Dace Scales|Dace Scales]]",
        stm = 10000,
        pwr = 1.1,
        spots = { "[[Crestholm Reservoir]]", "[[Saxham Reservoir]]" }
    },
    {
        name = "River Dace",
		jpn = "リバーデイス",
		rom = "Ribā Deisu",
		--lit = "Reaver Dace"--this was funny to like one person
		lit = "River Dace",
		image = "River Dace.jpg",
        sp = 8,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Dace Scales|Dace Scales]]",
        stm = 16000,
        pwr = 1.5,
        spots = { "[[Maidenwater|The Maidenwater]] (night)" }
    },
    {
        name = "Specular Dace",
		jpn = "スペクルムデイス",
		rom = "Supekurumu Deisu",
		lit = "Speculum Dace",--Latin word for mirror
		image = "Specular Dace.jpg",
        sp = 8,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Dace Scales|Dace Scales]]",
        stm = 15000,
        pwr = 1.3,
        spots = { "[[Forgotten Pool]]" }
    },
    {
        name = "Mud Dace",
		jpn = "マッドデイス",
		rom = "Maddo Deisu",
		lit = "Mud Dace",
		image = "Mud Dace.jpg",
        sp = 8,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Dace Scales|Dace Scales]]",
        stm = 12500,
        pwr = 1.2,
        spots = { "[[Swainsmere]] (night/rainy)", "[[Malacchi Pond]] (night)" }
    },
    {
        name = "Pale Dace",
		jpn = "ペイルデイス",
		rom = "Peiru Deisu",
		lit = "Pale Dace",
		image = "Pale Dace.jpg",
        sp = 8,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Dace Scales|Dace Scales]]",
        stm = 18000,
        pwr = 1.5,
        spots = { "[[Rachsia Bridge]]" }
    },
    {
        name = "Vesper Dace",
		jpn = "ヴェスペルデイス",
		rom = "Vesuperu Deisu",
		lit = "Vesper Dace",
		image = "Vesper Dace.jpg",
        sp = 8,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Dace Scales|Dace Scales]]",
        stm = 21000,
        pwr = 1.3,
        spots = { "[[The Vesperpool - North Bank]]", "[[The Vesperpool - Cape]]" }
    },
    {
        name = "Cave Dace",
		jpn = "ケイブデイス",
		rom = "Keibu Deisu",
		lit = "Cave Dace",
		image = "Cave Dace.jpg",
        sp = 8,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Dace Scales|Dace Scales]]",
        stm = 25000,
        pwr = 1.3,
        spots = { "[[Daurell Stills]]" }
    },
    {
        name = "Wennath Dace",
		jpn = "ウェナスデイス",
		rom = "Wenasu Deisu",
		lit= "Wennath Dace",--River Wennath
		image = "Wennath Dace.jpg",
        sp = 8,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Dace Scales|Dace Scales]]",
        stm = 28000,
        pwr = 1.5,
        spots = { "[[Rachsia Bridge]] (night)" }
    },
    {
        name = "Regal Dace",
		jpn = "レグルスデイス",
		rom = "Regurusu Deisu",
		lit = "Regulus Dace",--all their fancy Latin
		image = "Regal Dace.jpg",
        sp = 8,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Dace Scales|Dace Scales]]",
        stm = 440000,
        pwr = 2.0,
        spots = { "[[Saxham Reservoir]] (night)" }
    },
    {
        name = "Cascade Dace",
		jpn = "カタラクタデイス",
		rom = "Katarakuta Deisu",
		lit = "Cataracta Dace",
		image = "Cascade Dace.jpg",
        sp = 8,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Dace Scales|Dace Scales]]",
        stm = 25000,
        pwr = 1.2,
        spots = { "[[Myrlwood Falls]]" }
    },
    {
        name = "Coeurl Dace",
		jpn = "クアールデイス",
		rom = "Kuāru Deisu",
		lit = "Coeurl Dace",
		image = "Coeurl Dace.jpg",
        sp = 8,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Dace Scales|Dace Scales]]",
        stm = 32000,
        pwr = 1.3,
        spots = { "[[The Vesperpool - Cape]]" }
    },
    {
        name = "Sandy Dace",
		jpn = "ワドムデイス",
		rom = "Wadomu Deisu",
		lit = "Vadum Dace",--latin
		image = "Sandy Dace.jpg",
        sp = 8,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Dace Scales|Dace Scales]]",
        stm = 26000,
        pwr = 1.4,
        spots = { "[[River Wennath]] (night)" }
    },
    {
        name = "Rainbow Trout (small)",
		jpn = "レインボートラウト(小)",
		rom = "Reinbō Torauto (shō)",
		lit = "Rainbow Trout (small)",
		image = "Rainbow Trout.jpg",
        sp = 16,
        exp = 10,
        ap = 1,
        item = "[[Final Fantasy XV ingredients#Trout Fillet|Trout Fillet]]",
        stm = 30000,
        pwr = 1.0,
        spots = { "[[Forgotten Pool]]", "[[River Wennath]]", "[[Maidenwater|The Maidenwater]]" }
    },
    {
        name = "Rainbow Trout (big)",
		jpn = "レインボートラウト(大)",
		rom = "Reinbō Torauto (ō)",
		lit = "Rainbow Trout (big)",
		image = "Rainbow Trout.jpg",
        sp = 22,
        exp = 10,
        ap = 2,
        item = "[[Final Fantasy XV ingredients#Trout Fillet|Trout Fillet]]",
        stm = 50000,
        pwr = 1.8,
        spots = { "[[Forgotten Pool]]", "[[River Wennath]]", "[[Maidenwater|The Maidenwater]]" }
    },
    {
        name = "Cleigne Brown Trout (small)",
		jpn = "クレインブラウントラウト(小)",
		rom = "Kurein Buraun Torauto (shō)",
		lit = "Cleigne Brown Trout (small)",
		image = "Cleigne Brown Trout.jpg",
        sp = 14,
        exp = 35,
        ap = 1,
        item = "[[Final Fantasy XV ingredients#Trout Fillet|Trout Fillet]]",
        stm = 30000,
        pwr = 1.2,
        spots = { "[[Myrlwood Falls]] (morning/day)", "[[Maidenwater|The Maidenwater]] (evening)" }
    },
    {
        name = "Cleigne Brown Trout (big)",
		jpn = "クレインブラウントラウト(大)",
		rom = "Kurein Buraun Torauto (ō)",
		lit = "Cleigne Brown Trout (big)",
		image = "Cleigne Brown Trout.jpg",
        sp = 24,
        exp = 35,
        ap = 2,
        item = "[[Final Fantasy XV ingredients#Trout Fillet|Trout Fillet]]",
        stm = 80000,
        pwr = 1.9,
        spots = { "[[Myrlwood Falls]] (morning/day)" }
    },
    {
        name = "Lambent Trout",
		jpn = "ラーミナトラウト",
		rom = "Rāmina Torauto",
		lit = "Lamina Trout",--not really that sure about this one
		image = "Lambent Trout.jpg",
        sp = 20,
        exp = 15,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Trout Scales|Trout Scales]]",
        stm = 50000,
        pwr = 2.2,
        spots = { "[[Forgotten Pool]] (evening)", "[[Myrlwood Falls]] (evening)" }
    },
    {
        name = "Maiden Brook Trout",
		jpn = "メーダブルックトラウト",
		rom = "Mēda Burukku Toraut",
		lit = "Meda Brook Trout",--メーダ is Lunatick from DQ. it's also Meda the Italian city
		image = "Maiden Brook Trout.jpg",
        sp = 20,
        exp = 15,
        ap = 1,
        item = "[[Final Fantasy XV ingredients#Trout Fillet|Trout Fillet]]",
        stm = 40000,
        pwr = 1.3,
        spots = { "[[Maidenwater|The Maidenwater]]", "[[Myrlwood Falls]]" }
    },
    {
        name = "Callatein Brook Trout",
		jpn = "カルタインブルックトラウト",
		rom = "Karutain Burukku Toraut",
		lit = "Callatein Brook Trout",
		image = "Callatein Brook Trout.jpg",
        sp = 25,
        exp = 80,
        ap = 3,
        item = "[[Final Fantasy XV ingredients#Trout Fillet|Trout Fillet]]",
        stm = 70000,
        pwr = 1.6,
        spots = { "[[River Wennath]] (evening)", "[[Myrlwood Falls]]" }
    },
    {
        name = "Chrome Rainbow Trout",
		jpn = "クロームレインボートラウト",
		rom = "Kurōmu Reinbō Toraut",
		lit = "Chrome Rainbow Trout",
		image = "Chrome Rainbow Trout.jpg",
        sp = 30,
        exp = 100,
        ap = 2,
        item = "[[Final Fantasy XV ingredients#Trout Fillet|Trout Fillet]]",
        stm = 80000,
        pwr = 1.8,
        spots = { "[[River Wennath]] (night)", "[[Myrlwood Falls]]" }
    },
    {
        name = "Leopard Trout",
		jpn = "レパードトラウト",
		rom = "Repādo Toraut",
		lit = "Leopard Trout",
		image = "Leopard Trout.jpg",
        sp = 22,
        exp = 15,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Trout Scales|Trout Scales]]",
        stm = 100000,
        pwr = 2.4,
        spots = { "[[The Vesperpool - Islet]] (morning)" }
    },
    {
        name = "Cherrycomb Trout",
		jpn = "コウムチェリートラウト",
		rom = "Kōmu Cherī Toraut",
		--lit = "Combcherry Trout",
		image = "Cherrycomb Trout.jpg",
        sp = 18,
        exp = 15,
        ap = 1,
        item = "[[Final Fantasy XV ingredients#Trout Fillet|Trout Fillet]]",
        stm = 40000,
        pwr = 1.2,
        spots = { "[[River Wennath]]", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Morion Trout",
		jpn = "カンゴームトラウト",
		rom = "Kangōmu Toraut",
		lit = "Cairngorm Trout",--type of smoky quartz. Morion is another type
        image = "Morion Trout.jpg",
        sp = 26,
        exp = 75,
        ap = 3,
        item = "[[Treasures (Final Fantasy XV)#Morion Trout Scales|Morion Trout Scales]]",
        stm = 90000,
        pwr = 2.6,
        spots = { "[[Myrlwood Falls]] (night)" }
    },
    {
        name = "King Trout",
		jpn = "ロードトラウト",
		rom = "Rōdo Toraut",
		lit = "Lord Trout",
		image = "King Trout.jpg",
        sp = 32,
        exp = 180,
        ap = 4,
        item = "[[Final Fantasy XV ingredients#King Trout Fillet|King Trout Fillet]]",
        stm = 120000,
        pwr = 3.2,
        spots = { "[[The Vesperpool - Islet]] (rainy)" }
    },
    {
        name = "Platinum Myrltrout",
		jpn = "メルロープラチナトラウト",
		rom = "Merurō Purachina Torauto",
		lit = "Merlot Platinum Trout",
		image = "Platinum Myrltrout.jpg",
        sp = 32,
        exp = 200,
        ap = 4,
        item = "[[Final Fantasy XV ingredients#Platinum Myrltrout Fillet|Platinum Myrltrout Fillet]]",
        stm = 100000,
        pwr = 3.3,
        spots = { "[[Myrlwood Falls]] (morning/day)", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Nebula Salmon",
		jpn = "ネブラサーモン",
		rom = "Nebura Sāmon",
		lit = "Nebula Salmon",
		image = "Nebula Salmon.jpg",
        sp = 26,
        exp = 55,
        ap = 1,
        item = "[[Final Fantasy XV ingredients#Nebula Salmon Fillet|Nebula Salmon Fillet]]",
        stm = 80000,
        pwr = 2.2,
        spots = { "[[Rachsia Bridge]] (rainy)", "[[Maidenwater|The Maidenwater]] (evening)", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Great Nebula Salmon",
		jpn = "フォルティスネブラサーモン",
		rom = "Forutisu Nebura Sāmon",
		lit = "Fortis Nebula Salmon",
		image = "Great Nebula Salmon.jpg",
        sp = 24,
        exp = 50,
        ap = 1,
        item = "[[Final Fantasy XV ingredients#Nebula Salmon Fillet|Nebula Salmon Fillet]]",
        stm = 160000,
        pwr = 3.2,
        spots = { "[[Maidenwater|The Maidenwater]] (evening)" }
    },
    {
        name = "Argus Salmon",
		jpn = "アルゴスサーモン",
		rom = "Arugosu Sāmon",
		lit = "Argus Salmon",--or Argos
		image = "Argus Salmon.jpg",
        sp = 28,
        exp = 80,
        ap = 3,
        item = "[[Treasures (Final Fantasy XV)#Salmon Fin|Salmon Fin]]",
        stm = 120000,
        pwr = 2.8,
        spots = { "[[River Wennath]]" }
    },
    {
        name = "Wennath Salmon",
		jpn = "ウェナスサーモン",
		rom = "Wenasu Sāmon",
		lit = "Wennath Salmon",
		image = "Wennath Salmon.jpg",
        sp = 32,
        exp = 220,
        ap = 4,
        item = "[[Final Fantasy XV ingredients#Wennath Salmon Fillet|Wennath Salmon Fillet]]",
        stm = 100000,
        pwr = 2.5,
        spots = { "[[Rachsia Bridge]] (morning)", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Dank Barramundi",
		jpn = "ウィードバラマンディ",
		rom = "Wīdo Baramandi",
		lit = "Weed Barramundi",
		image = "Dank Barramundi.jpg",
        sp = 14,
        exp = 15,
        ap = 1,
        item = "[[Final Fantasy XV ingredients#Dank Barramundi Fillet|Dank Barramundi Fillet]]",
        stm = 57500,
        pwr = 1.2,
        spots = { "[[Neeglyss Towerfront]]", "[[Archaean's Mirror]]" }
    },
    {
        name = "Crag Barramundi",
        jpn = "クラッグ・バラマンディ",
        rom = "Kuraggu Baramandi",
        lit = "Crag Barramundi",
        image = "Crag Barramundi.jpg",
        sp = 22,
        exp = 30,
        ap = 1,
        item = "[[Final Fantasy XV ingredients#Barramundi Fillet|Barramundi Fillet]]",
        stm = 50000,
        pwr = 1.6,
        spots = { "[[Neeglyss Pond]]", "[[Swainsmere]]", "[[The Vesperpool - East Bank]]", "[[Neeglyss Towerfront]]", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Rock Barramundi",
		jpn = "ロックバラマンディ",
		rom = "Rokku Baramandi",
		lit = "Rock Barramundi",
		image = "Rock Barramundi.jpg",
        sp = 26,
        exp = 80,
        ap = 2,
        item = "[[Treasures (Final Fantasy XV)#Spiny Barramundi Fin|Spiny Barramundi Fin]]",
        stm = 70000,
        pwr = 2.0,
        spots = { "[[Galdin Shoals]]" }
    },
    {
        name = "Striped Barramundi",
		jpn = "ストライプド・バラマンディ",
		rom = "Sutoraipudo Baramandi",
		lit = "Striped Barramundi",
		image = "Striped Barramundi.jpg",
        sp = 30,
        exp = 180,
        ap = 3,
        item = "[[Final Fantasy XV ingredients#Barramundi Fillet|Barramundi Fillet]]",
        stm = 100000,
        pwr = 2.0,
        spots = { "[[Caem Shore]]", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Vesper Barramundi",
		jpn = "ヴェスペルバラマンディ",
		rom = "Vesuperu Baramandi",
		lit = "Vesper Barramundi",
		image = "Vesper Barramundi.jpg",
        sp = 26,
        exp = 40,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Spiny Barramundi Fin|Spiny Barramundi Fin]]",
        stm = 200000,
        pwr = 2.1,
        spots = { "[[The Vesperpool - Islet]]" }
    },
    {
        name = "Bizarre Barramundi",
		jpn = "ウィアードバラマンディ",
		rom = "Wiādo Baramandi",
		lit = "Weird Barramundi",
		image = "Bizarre Barramundi.jpg",
        sp = 30,
        exp = 180,
        ap = 5,
        item = "[[Treasures (Final Fantasy XV)#Barramundi Innards|Barramundi Innards]]",
        stm = 140000,
        pwr = 2.0,
        spots = { "[[Daurell Stills]] (daytime)" }
    },
    {
        name = "Zipper Barramundi",
		jpn = "ジッパーバラマンディ",
		rom = "Jippā Baramandi",
		lit = "Zipper Barramundi",
		image = "Zipper Barramundi.jpg",
        sp = 26,
        exp = 75,
        ap = 2,
        item = "[[Final Fantasy XV ingredients#Zipper Barramundi Fillet|Zipper Barramundi Fillet]]",
        stm = 60000,
        pwr = 1.9,
        spots = { "[[Rachsia Bridge]] (night)", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Mighty Barramundi",
		jpn = "カーネルバラマンディ",
		rom = "Kāneru Baramandi",
		lit = "Colonel Barramundi",
		image = "Mighty Barramundi.jpg",
        sp = 34,
        exp = 550,
        ap = 11,
        item = "[[Final Fantasy XV ingredients#Mighty Barramundi Fillet|Mighty Barramundi Fillet]]",
        stm = 380000,
        pwr = 3.6,
        spots = { "[[The Vesperpool - Cape]]" }
    },
    {
        name = "Cygillan Sea Bass (small)",
		jpn = "シジラシーバス(小)",
		rom = "Shijira Shī Basu (shō)",
		lit = "Cygilla Sea Bass (small)",
		image = "Cygillian Sea Bass.jpg",
        sp = 18,
        exp = 10,
        ap = 1,
        item = "[[Final Fantasy XV ingredients#Sea Bass Fillet|Sea Bass Fillet]]",
        stm = 40000,
        pwr = 1.2,
        spots = { "[[Gondola Marina]]", "[[Furgola Canal]]", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Cygillan Sea Bass (big)",
		jpn = "シジラシーバス(大)",
		rom = "Shijira Shī Basu (ō)",
		lit = "Cygilla Sea Bass (big)",
		image = "Cygillian Sea Bass.jpg",
        sp = 26,
        exp = 50,
        ap = 1,
        item = "[[Final Fantasy XV ingredients#Sea Bass Fillet|Sea Bass Fillet]]",
        stm = 80000,
        pwr = 1.7,
        spots = { "[[Gondola Marina]]", "[[Furgola Canal]]", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Lucinian Sea Bass",
		jpn = "ラスニアシーバス",
		rom = "Rasunia Shī Basu",
		--lit = "Lasnier Sea Bass",--what's Lucinian? that makes it sound related to Lucis but it's not
		image = "Lucinian Sea Bass.jpg",
        sp = 26,
        exp = 95,
        ap = 2,
        item = "[[Final Fantasy XV ingredients#Sea Bass Fillet|Sea Bass Fillet]]",
        stm = 100000,
        pwr = 2.4,
        spots = { "[[Gondola Marina]]", "[[Sonelio Plaza]]", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Dark Allural Sea Bass",
		jpn = "ディムアルロシーバス",
		rom = "Dimu Aruro Shī Basu",
		lit = "Dim Alluro Sea Bass",--Alluro isn't a thing, but it's not Allural
        image = "Dark Allural Sea Bass.jpg",
        sp = 26,
        exp = 160,
        ap = 3,
        item = "[[Final Fantasy XV ingredients#Sea Bass Fillet|Sea Bass Fillet]]",
        stm = 120000,
        pwr = 1.8,
        spots = { "[[Caem Shore]] (evening)", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Allural Sea Bass",
		jpn = "アルロシーバス",
		rom = "Aruro Shī Basu",
		lit = "Alluro Sea Bass",
		image = "Allural Sea Bass.jpg",
        sp = 30,
        exp = 200,
        ap = 5,
        item = "[[Final Fantasy XV ingredients#Allural Sea Bass Fillet|Allural Sea Bass Fillet]]",
        stm = 90000,
        pwr = 1.8,
        spots = { "[[Galdin Shoals]] (evening)" }
    },
    {
        name = "Coral Allural Sea Bass",
		jpn = "タビーアルロシーバス",
		rom = "Tabī Aruro Shī Basu",
		lit = "Tubby Alluro Sea Bass",
		image = "Coral Allural Sea Bass.jpg",
        sp = 24,
        exp = 75,
        ap = 2,
        item = "[[Final Fantasy XV ingredients#Allural Sea Bass Fillet|Allural Sea Bass Fillet]]",
        stm = 230000,
        pwr = 3.2,
        spots = { "[[Sonelio Plaza]]", "[[Furgola Canal]]" }
    },
    {
        name = "Copper Allural Sea Bass",
		jpn = "コッパーアルロシーバス",
		rom = "Koppā Aruro Shī Basu",
		lit = "Copper Alluro Sea Bass",
		image = "Copper Allural Sea Bass.jpg",
        sp = 28,
        exp = 120,
        ap = 3,
        item = "[[Final Fantasy XV ingredients#Allural Sea Bass Fillet|Allural Sea Bass Fillet]]",
        stm = 240000,
        pwr = 2.4,
        spots = { "[[Galdin Shoals]] (evening)", "[[Caem Shore]] (evening)" }
    },
    {
        name = "Scorpion Grouper",
		jpn = "スコルピオングルーパー",
		rom = "Sukorupion Gurūpā",
		lit = "Scorpion Grouper",
		image = "Scorpion Grouper.jpg",
        sp = 32,
        exp = 380,
        ap = 6,
        item = "[[Treasures (Final Fantasy XV)#Grouper Skin|Grouper Skin]]",
        stm = 700000,
        pwr = 2.6,
        spots = { "[[Gondola Marina]] (evening)" }
    },
    {
        name = "Pigeon Grouper",
		jpn = "ピジョングルーパー",
		rom = "Pijon Gurūpā",
		lit = "Pigeon Grouper",
		image = "Pigeon Grouper.jpg",
        sp = 22,
        exp = 75,
        ap = 2,
        item = "[[Treasures (Final Fantasy XV)#Grouper Bones|Grouper Bones]]",
        stm = 300000,
        pwr = 2.3,
        spots = { "[[Sonelio Plaza]] (evening)" }
    },
    {
        name = "Cygillan Grouper",
		jpn = "シジラグルーパー",
		rom = "Shijira Gurūpā",
		lit = "Cygilla Grouper",
		image = "Cygillian Grouper.jpg",
        sp = 26,
        exp = 100,
        ap = 3,
        item = "[[Treasures (Final Fantasy XV)#Grouper Skin|Grouper Skin]]",
        stm = 160000,
        pwr = 2.1,
        spots = { "[[Galdin Shoals]]", "[[Caem Shore]] (night)" }
    },
    {
        name = "Tide Grouper",
		jpn = "タイドグルーパー",
		rom = "Taido Gurūpā",
		lit = "Tide Grouper",
		image = "Tide Grouper.jpg",
        sp = 32,
        exp = 400,
        ap = 6,
        item = "[[Final Fantasy XV ingredients#Tide Grouper Fillet|Tide Grouper Fillet]]",
        stm = 180000,
        pwr = 2.7,
        spots = { "[[Caem Shore]]", "[[Gondola Marina]]", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Murk Grouper",
		jpn = "アビスグルーパー",
		rom = "Abisu Gurūpā",
		lit = "Abyss Grouper",
		image = "Murk Grouper.jpg",
        sp = 35,
        exp = 600,
        ap = 8,
        item = "[[Treasures (Final Fantasy XV)#Murk Grouper Eye|Murk Grouper Eye]]",
        stm = 900000,
        pwr = 2.4,
        spots = { "[[Vannath Coast]]" }
    },
    {
        name = "Dread Grouper",
		jpn = "メナスグルーパー",
		rom = "Menasu Gurūpā",
		lit = "Menace Grouper",
		image = "Dread Grouper.jpg",
        sp = 32,
        exp = 650,
        ap = 11,
        item = "[[Treasures (Final Fantasy XV)#Grouper Fin|Grouper Fin]]",
        stm = 1000000,
        pwr = 2.6,
        spots = { "[[Vannath Coast]] (morning)" }
    },
    {
        name = "Giant Trevally (small)",
		jpn = "ジャイアントトレバリー(小)",
		rom = "Jaianto Torebarī (shō)",
		lit = "Giant Trevally (small)",
		image = "Giant Trevally.jpg",
        sp = 14,
        exp = 10,
        ap = 1,
        item = "[[Final Fantasy XV ingredients#Trevally Fillet|Trevally Fillet]]",
        stm = 45000,
        pwr = 1.0,
        spots = { "[[Vannath Coast]]", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Giant Trevally (big)",
		jpn = "ジャイアントトレバリー(大)",
		rom = "Jaianto Torebarī (ō)",
		lit = "Giant Trevally (big)",
		image = "Giant Trevally.jpg",
        sp = 24,
        exp = 60,
        ap = 1,
        item = "[[Final Fantasy XV ingredients#Trevally Fillet|Trevally Fillet]]",
        stm = 75000,
        pwr = 2.3,
        spots = { "[[Vannath Coast]]", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Galdin Trevally",
		jpn = "ガーディートレバリー",
		rom = "Gādī Torebarī",
		lit = "Galdin Trevally",--is "Galdin" meant to be adjectival and it's just not seen in any other form?
		image = "Galdin Trevally.jpg",
        sp = 22,
        exp = 15,
        ap = 1,
        item = "[[Final Fantasy XV ingredients#Trevally Fillet|Trevally Fillet]]",
        stm = 60000,
        pwr = 1.1,
        spots = { "[[Vannath Coast]]", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Reef Trevally",
		jpn = "アトールトレバリー",
		rom = "Atōru Torebarī",
		lit = "Atoll Trevally",
		image = "Reef Trevally.jpg",
        sp = 28,
        exp = 120,
        ap = 3,
        item = "[[Treasures (Final Fantasy XV)#Trevally Scales|Trevally Scales]]",
        stm = 120000,
        pwr = 2.1,
        spots = { "[[Vannath Coast]]" }
    },
    {
        name = "Crimson Trevally",
		jpn = "クリムゾントレバリー",
		rom = "Kurimuzon Torebarī",
		lit = "Crimson Trevally",
		image = "Crimson Trevally.jpg",
        sp = 22,
        exp = 50,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Trevally Fin|Trevally Fin]]",
        stm = 280000,
        pwr = 3.0,
        spots = { "[[Galdin Shoals]]" }
    },
    {
        name = "Glowing Barrelfish",
		jpn = "グローリーバレルフィッシュ",
		rom = "Gurōrī Barerufisshu",
		lit = "Glory Barrelfish",
		image = "Glowing Barrelfish.jpg",
        sp = 10,
        exp = 10,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Barrelfish Scales|Barrelfish Scales]]",
        stm = 35000,
        pwr = 1.1,
        spots = { "[[Vannath Coast]] (night)", "Cygillan Sea (royal vessel)" }
    },
    {
        name = "Red Barrelfish",
		jpn = "レッドバレルフィッシュ",
		rom = "Reddo Barerufisshu",
		lit = "Red Barrelfish",
		image = "Red Barrelfish.jpg",
        sp = 18,
        exp = 15,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Barrelfish Mucus|Barrelfish Mucus]]",
        stm = 40000,
        pwr = 1.3,
        spots = { "[[Gondola Marina]]" }
    },
    {
        name = "Black Barrelfish",
		jpn = "ブラックバレルフィッシュ",
		rom = "Burakku Barerufisshu",
		lit = "Black Barrelfish",
		image = "Black Barrelfish.jpg",
        sp = 16,
        exp = 15,
        ap = 1,
        item = "[[Treasures (Final Fantasy XV)#Barrelfish Mucus|Barrelfish Mucus]]",
        stm = 50000,
        pwr = 1.5,
        spots = { "[[Galdin Shoals]] (night)", "[[Caem Shore]] (night)" }
    },
    {
        name = "Dynnel Barramundi",
        image = "Dynnel-Barramundi-FFXV.png",
        exp = 700,
        ap = 13,
        item = "[[Treasures (Final Fantasy XV)#Barramundi Goldfin|Barramundi Goldfin]]",
        spots = { "Leirity Seaside (day, night) (royal vessel, near Cape Caem)" },
        info = "Added in Windows and Royal Editions"
    },
    {
        name = "Nephilim Grouper",
        image = "Nephilim-Grouper-FFXV.png",
        exp = "?",
        ap = 13,
        item = "[[Treasures (Final Fantasy XV)#Grouper Combscale|Grouper Combscale]]",
        spots = { "Altissian Isle (morning, evening, night) (royal vessel, near an island near to Altissia)" },
        info = "Added in Windows and Royal Editions"
    },
    {
        name = "Mummy Bass",
        image = "Mummy Bass.jpg",
        exp = 3000, -- Not 100% certain, but there was no value at all before and husband believes this is accurate
        ap = 31,
        item = "[[Treasures (Final Fantasy XV)#Mummy Bass Guts|Mummy Bass Guts]]",
        spots = { "Royal vessel, near Angelgard (Monster of the Deep quest)" },
        info = "Added in Windows and Royal Editions. Use other fish as bait. Catch any fish and hold it on the line (do not reel it in). Sooner or later the Mummy Bass will bite."
    },
    {
        name = "Styrial Bluefin Tuna",
        image = "Styrial Bluefin Tuna.jpg",
        exp = 1000,
		ap = 9,
        item = "[[Final Fantasy XV ingredients#Bluefin Tuna Fillet|Bluefin Tuna Fillet]]",
        spots = { "Cygillan Sea (royal vessel where [[Bismarck (Final Fantasy XV)|Bismarck]] shows up; accept A Second Sea God from the Maagho first)" },
        info = "Added in Windows and Royal Editions"
    }
}
Advertisement