finalfantasy

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

return {
    datafrom = "Patch 1.21",
    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 recurring entity in the series"
        },
        image = {
            datatype = "image",
            title = "Image",
            description = "Image of the accessory"
        },
        category = {
            datatype = "string",
            title = "Category",
            description = "The category of weapon it goes under"
        },
        cost = {
            datatype = "number",
            title = "Cost",
            description = "The buy price for the accessory, two times the sell price for the accessory",
            default = 0
        },
        unsellable = {
            datatype = "boolean",
            format = "yesno",
            title = "Cannot be sold",
            description = "Whether the weapon cannot be sold",
        },
        desc = {
            datatype = "string",
            format = "quote",
            title = "In-game description",
        },
        eff = {
            datatype = "string",
            format = "longtext",
            title = "How performance of Regalia is effected",
        },
        find = {
            datatype = "string",
            format = "longtext",
            title = "Find",
            description = "Ways in which the weapon can be picked up"
        },
        reward = {
            datatype = "string",
            format = "longtext",
            title = "Reward",
            description = "Ways in which the weapon can be obtained as a reward"
        },
        shop = {
            datatype = "string",
            format = "longtext",
            title = "Shop",
            description = "Shops the weapon can be bought from"
        },
        upgrade = {
            datatype = "string",
            format = "longtext",
            title = "Upgrade",
            description = "Ways in which the weapon can be obtained via upgrade"
        },
        trade = {
            datatype = "string",
            format = "longtext",
            title = "Trade",
            description = "Ways in which the Auto Part can be obtained via trading"
        },
        drop = {
            datatype = "string",
            format = "longtext",
            title = "Enemy drop",
            description = "Enemies the weapon can be dropped from"
        },
        default = {
            datatype = "string",
            format = "longtext",
            title = "Default",
            description = "Ways in which the weapon is owned by default"
        },
        download = {
            datatype = "string",
            format = "longtext",
            title = "Download",
            description = "Ways in which the weapon is obtained via download"
        },
        patchnotes = {
            datatype = "string",
            format = "longtext",
            title = "Values in previous versions",
        },
        used = {
            datatype = "list",
            title = "Used",
            source = "Regalia_(Final_Fantasy_XV)/Color.name",
        },
    }, {
        name= "Basic Color Samples",
        category = "Color Sample Books",
        unsellable = true,
        reward = "[[Quest (Final Fantasy XV)/Sidequests#The Ever Elegant Regalia|The Ever Elegant Regalia]] quest (Cindy)",
        used = { "Ocean Blue", "Metallic Turquoise", "Candy Green", "Metallic Racing Green", "Solid Yellow", "Metallic Orange", "Crimson", "Brown Quartz", "Dark Ruby", "Metallic Lavender", "Black Mica", "Royal Gray", "Ice Silver", "Ice White"},
        desc = "A colour sample book containing a complete collection of industry-grade hues, providing material for the garage's recolor palette.",
    }, {
        name= "Advanced Color Samples",
        category = "Color Sample Books",
        cost = 3000,
        unsellable = true,
        shop = "Mini-mart (Hammerhead)",
        used = { "Pale Blue", "Velvet Blue", "Pastel Lime", "Royal Green", "Sunlight Yellow", "Vanilla", "Pure Gold", "Solid Orange", "Copper", "Racing Red", "Vivid Pink", "Amethyst", "Onyx", "Bright Duralumin", "Metallic Steel"},
        desc = "A color sample book containing a complete collection of industry-grade hues, providing material for the garage's recolor palette.",
    }, {
        name= "Expert Color Samples",
        category = "Color Sample Books",
        cost = 10000,
        unsellable = true,
        shop = "Coernix Station (Lestallum)",
        used = { "Powder Blue", "Compose Blue", "Pale Green", "Lemon Yellow", "Champagne Gold", "Metallic Tangerine", "Prime Red", "Garnet", "Metallic Bronze", "Coral Pink", "Cobalt Violet", "Metallic Blue-Gray", "Oyster White"},
        desc = "A color sample book containing a complete collection of special hues, providing material for the garage's recolor palette.",
    }, {
        name= "Mythic Color Samples",
        category = "Color Sample Books",
        unsellable = true,
        reward = "[[Totomostro]] (360,000 points)",
        used = { "Metallic Sapphire", "Bright Emerald", "Starbright Gold", "Matte Black", "Matte Silver", "Starbright Silver", "Aurora Amethyst", "Aurora Sunset", "Aurora Forest", "Aurora Epidote", "Olive Drab", "Sand Yellow"},
        desc = "A color sample book containing a complete collection of rare hues, providing material for the garage's recolor palette.",
    }, {
        name= "Whitestone Shard",
        category = "Paint Pigment",
        cost = 5,
        find = "Leide",
        drop = "[[Ice Bomb (Final Fantasy XV)|Ice Bomb]]",
        used = {"Ocean Blue", "Solid Yellow", "Metallic Orange", "Royal Gray", "Ice Silver", "Ice White"},
        desc = "A shard of mined ore used to make pigment for white paint, it could be moxed with other ores to create new colors.",
    }, {
        name= "Blackstone Shard",
        category = "Paint Pigment",
        cost = 5,
        find = "Leide",
        drop = "[[Bomb (Final Fantasy XV)|Bomb]]",
        used = {"Metallic Racing Green", "Brown Quartz", "Dark Ruby", "Metallic Lavender", "Black Mica", "Royal Gray", "Ice Silver", "Ice White"},
        desc = "A shard of mined ore used to make pigment for black paint, it could be moxed with other ores to create new colors.",
    }, {
        name= "Redstone Shard",
        category = "Paint Pigment",
        cost = 5,
        find = "Leide",
        drop = "[[Bomb (Final Fantasy XV)|Bomb]]",
        used = {"Candy Green", "Solid Yellow", "Metallic Orange", "Crimson", "Brown Quartz", "Dark Ruby", "Metallic Lavender", "Black Mica", "Royal Gray", "Ice Silver"},
        desc = "A shard of mined ore used to make pigment for red paint, it could be moxed with other ores to create new colors.",
    }, {
        name= "Bluestone Shard",
        category = "Paint Pigment",
        cost = 5,
        find = "Leide",
        drop = "[[Ice Bomb (Final Fantasy XV)|Ice Bomb]]",
        used = {"Ocean Blue", "Metallic Turquoise", "Metallic Racing Green", "Crimson", "Brown Quartz", "Dark Ruby", "Metallic Lavender", "Royal Gray", "Ice Silver", "Ice White"},
        desc = "A shard of mined ore used to make pigment for blue paint, it could be moxed with other ores to create new colors.",
    }, {
        name= "Greenstone Shard",
        category = "Paint Pigment",
        cost = 5,
        find = "Leide",
        drop = "[[Thunder Bomb (Final Fantasy XV)|Thunder Bomb]]",
        used = {"Ocean Blue", "Metallic Turquoise", "Candy Green", "Metallic Racing Green", "Metallic Orange", "Crimson", "Brown Quartz", "Dark Ruby", "Metallic Lavender", "Black Mica", "Royal Gray", "Ice Silver"},
        desc = "A shard of mined ore used to make pigment for green paint, it could be moxed with other ores to create new colors.",
    }, {
        name= "Yellowstone Shard",
        category = "Paint Pigment",
        cost = 5,
        find = "Leide",
        drop = "[[Thunder Bomb (Final Fantasy XV)|Thunder Bomb]]",
        used = {"Metallic Turquoise", "Candy Green", "Solid Yellow", "Metallic Orange", "Crimson"},
        desc = "A shard of mined ore used to make pigment for yellow paint, it could be moxed with other ores to create new colors.",
    }, {
        name= "Silver Dust",
        category = "Paint Pigment",
        cost = 50,
        find = "Leide",
        used = {"Velvet Blue", "Pastel Lime", "Royal Green", "Sunlight Yellow", "Pure Gold", "Amethyst", "Onyx", "Bright Duralumin", "Metallic Steel", "Moonstone White"},
        desc = "A rare powder that glitters a metallic silver. Essential for making metallic and silver paints.",
    }, {
        name= "Gold Dust",
        category = "Paint Pigment",
        cost = 75,
        find = "Leide",
        used = {"Pure Gold", "Copper", "Bright Duralumin", "Moonstone White"},
        desc = "A rare powder that glitters a metallic gold. Essential for making gold paints.",
    }, {
        name= "Prismatic Dust",
        category = "Paint Pigment",
        cost = 100,
        find = "Leide, Ch.15: [[Balouve Mines|Balouve Mines Menace]] (Level 16 right)",
        used = {"Champagne Gold", "Prime Red", "Cobalt Violet"},
        desc = "An extremely rare powder that glitters with the colors of the rainbbow. Essential for creating special pearlescent paints.",
    }, {
        name= "Whitestone Ore",
        category = "Paint Pigment",
        cost = 50,
        find = "Duscae",
        drop = "[[Ice Bomb (Final Fantasy XV)|Ice Bomb]], [[Cryonade (Final Fantasy XV)|Cryonade]]",
        used = {"Pale Blue", "Sunlight Yellow", "Vanilla", "Pure Gold", "Solid Orange", "Racing Red", "Vivid Pink", "Bright Duralumin", "Metallic Steel", "Moonstone White"},
        desc = "Mined ore that is used to make pigment for white paint. It fetches high prices on the market.",
    }, {
        name= "Blackstone Ore",
        category = "Paint Pigment",
        cost = 50,
        find = "Duscae",
        drop = "[[Bomb (Final Fantasy XV)|Bomb]], [[Grenade (Final Fantasy XV)|Grenade]]",
        used = {"Onyx", "Bright Duralumin", "Metallic Steel"},
        desc = "Mined ore that is used to make pigment for black paint. It fetches high prices on the market.",
    }, {
        name= "Redstone Ore",
        category = "Paint Pigment",
        cost = 50,
        find = "Duscae",
        drop = "[[Bomb (Final Fantasy XV)|Bomb]], [[Grenade (Final Fantasy XV)|Grenade]]",
        used = {"Pale Blue", "Velvet Blue", "Pastel Lime", "Royal Green", "Sunlight Yellow", "Vanilla", "Solid Orange", "Copper", "Racing Red", "Vivid Pink", "Amethyst"},
        desc = "Mined ore that is used to make pigment for red paint. It fetches high prices on the market.",
    }, {
        name= "Bluestone Ore",
        category = "Paint Pigment",
        cost = 50,
        find = "Duscae",
        drop = "[[Ice Bomb (Final Fantasy XV)|Ice Bomb]], [[Cryonade (Final Fantasy XV)|Cryonade]]",
        used = {"Pale Blue", "Velvet Blue", "Pastel Lime", "Royal Green", "Amethyst", "Onyx"},
        desc = "Mined ore that is used to make pigment for blue paint. It fetches high prices on the market.",
    }, {
        name= "Greenstone Ore",
        category = "Paint Pigment",
        cost = 50,
        find = "Duscae",
        drop = "[[Thunder Bomb (Final Fantasy XV)|Thunder Bomb]], [[Galvanade (Final Fantasy XV)|Galvanade]]",
        used = {"Pale Blue", "Velvet Blue", "Pastel Lime", "Royal Green", "Amethyst", "Onyx", "Metallic Steel"},
        desc = "Mined ore that is used to make pigment for green paint. It fetches high prices on the market.",
    }, {
        name= "Yellowstone Ore",
        category = "Paint Pigment",
        cost = 50,
        find = "Duscae",
        drop = "[[Thunder Bomb (Final Fantasy XV)|Thunder Bomb]], [[Galvanade (Final Fantasy XV)|Galvanade]]",
        used = {"Sunlight Yellow", "Vanilla", "Pure Gold", "Solid Orange", "Copper", "Racing Red", "Vivid Pink"},
        desc = "Mined ore that is used to make pigment for yellow paint. It fetches high prices on the market.",
    }, {
        name= "Silver Shard",
        category = "Paint Pigment",
        cost = 150,
        find = "Duscae",
        used = {"Garnet", "Metallic Bronze", "Metallic Blue-Gray"},
        desc = "A rare fragment that is used as an ingredient in silver paints. It almost never appears on the open market.",
    }, {
        name= "Gold Shard",
        category = "Paint Pigment",
        cost = 200,
        find = "Duscae",
        used = {"Lemon Yellow", "Metallic Tangerine", "Prime Red", "Cobalt Violet"},
        link = "Gold Shard",
        desc = "A rare fragment that is used as an ingredient in gold paints. It almost never appears on the open market.",
    }, {
        name= "Prismatic Shard",
        category = "Paint Pigment",
        cost = 300,
        find = "Duscae, Ch.15: [[Greyshire Glacial Grotto|Greyshire Glacial Grotto Menace]] (Level 16 & 28 middle), Ch.15: [[Fociaugh Hollow|Fociaugh Hollow Menace]] (Level 6 left path), Ch.15: [[Daurell Caverns|Daurell Caverns Menace]] (Level 27), Ch.15: [[Balouve Mines|Balouve Mines Menace]] (Levels 14 & 16)",
        trade = "2 [[Oracle Ascension Coin]]s at Alessio's trading post in Altissia",
        used = {"Aurora Amethyst", "Aurora Sunset", "Aurora Forest", "Aurora Epidote"},
        desc = "An extremely rare fragment that glitters with the colors of the rainbow. Essential for creating special pearlescent paints.",
        patchnotes = "Added to Alessio's trading post in patch 1.21"
    }, {
        name= "Whitestone Crystal",
        category = "Paint Pigment",
        cost = 200,
        find = "Cleigne",
        drop = "[[Cryonade (Final Fantasy XV)|Cryonade]]",
        used = {"Powder Blue", "Metallic Sapphire", "Pale Green", "Bright Emerald", "Lemon Yellow", "Champagne Gold", "Metallic Tangerine", "Coral Pink", "Metallic Blue-Gray", "Matte Silver", "Starbright Silver", "Oyster White", "Aurora Sunset", "Sand Yellow"},
        desc = "Mined ore crystals that are used to make pigment for white paint. Might be used to create a rare white color.",
    }, {
        name= "Blackstone Crystal",
        category = "Paint Pigment",
        cost = 200,
        find = "Cleigne",
        drop = "[[Grenade (Final Fantasy XV)|Grenade]]",
        used = {"Garnet", "Metallic Bronze", "Matte Black", "Metallic Blue-Gray", "Matte Silver", "Starbright Silver", "Olive Drab"},
        desc = "Mined ore crystals that are used to make pigment for black paint. Might be used to create a rare black color.",
    }, {
        name= "Redstone Crystal",
        category = "Paint Pigment",
        cost = 200,
        find = "Cleigne",
        drop = "[[Grenade (Final Fantasy XV)|Grenade]]",
        used = {"Compose Blue", "Lemon Yellow", "Starbright Gold", "Champagne Gold", "Metallic Tangerine", "Prime Red", "Garnet", "Metallic Bronze", "Coral Pink", "Cobalt Violet", "Matte Black", "Matte Silver", "Aurora Amethyst", "Aurora Sunset", "Aurora Epidote", "Sand Yellow"},
        desc = "Mined ore crystals that are used to make pigment for red paint. Might be used to create a rare red color.",
    }, {
        name= "Bluestone Crystal",
        category = "Paint Pigment",
        cost = 200,
        find = "Cleigne",
        drop = "[[Cryonade (Final Fantasy XV)|Cryonade]]",
        used = {"Powder Blue", "Compose Blue", "Metallic Sapphire", "Bright Emerald", "Starbright Gold", "Garnet", "Metallic Bronze", "Coral Pink", "Cobalt Violet", "Matte Black", "Metallic Blue-Gray", "Oyster White", "Aurora Amethyst"},
        desc = "Mined ore crystals that are used to make pigment for blue paint. Might be used to create a rare blue color.",
    }, {
        name= "Greenstone Crystal",
        category = "Paint Pigment",
        cost = 200,
        find = "Cleigne",
        drop = "[[Galvanade (Final Fantasy XV)|Galvanade]]",
        used = {"Powder Blue", "Compose Blue", "Metallic Sapphire", "Pale Green", "Bright Emerald", "Metallic Bronze", "Coral Pink", "Matte Black", "Metallic Blue-Gray", "Matte Silver", "Oyster White", "Aurora Amethyst", "Olive Drab", "Sand Yellow"},
        desc = "Mined ore crystals that are used to make pigment for green paint. Might be used to create a rare green color.",
    }, {
        name= "Yellowstone Crystal",
        category = "Paint Pigment",
        cost = 200,
        find = "Cleigne",
        drop = "[[Galvanade (Final Fantasy XV)|Galvanade]]",
        used = {"Powder Blue", "Compose Blue", "Pale Green", "Lemon Yellow", "Starbright Gold", "Champagne Gold", "Metallic Tangerine", "Prime Red", "Coral Pink", "Matte Black", "Oyster White", "Aurora Sunset", "Aurora Forest", "Olive Drab", "Sand Yellow"},
        desc = "Mined ore crystals that are used to make pigment for yellow paint. Might be used to create a rare yellow color.",
    }, {
        name= "Silver Ore",
        category = "Paint Pigment",
        cost = 400,
        link = "Silver Ore",
        find = "Cleigne, Ch.15: [[Balouve Mines|Balouve Mines Menace]] (Level 12 right)",
        trade = "2 [[Oracle Ascension Coin]]s at Alessio's trading post in Altissia",
        used = {"Metallic Sapphire", "Bright Emerald", "Matte Silver", "Starbright Silver", "Aurora Amethyst", "Aurora Forest", "Aurora Epidote"},
        desc = "A rare ore that used as an ingredient in silver paints. Essential if you want a complete paint collection",
        patchnotes = "Added to Alessio's trading post in patch 1.21"
    }, {
        name= "Gold Ore",
        category = "Paint Pigment",
        cost = 500,
        link = "Gold Ore",
        find = "Cleigne, Ch.15: [[Balouve Mines|Balouve Mines Menace]] (Level 12 middle)",
        trade = "2 [[Oracle Ascension Coin]]s at Alessio's trading post in Altissia",
        used = {"Bright Emerald", "Starbright Gold", "Starbright Silver", "Aurora Sunset", "Aurora Forest", "Aurora Epidote"},
        desc = "A rare ore that used as an ingredient in gold paints. Essential if you want a complete paint collection",
        patchnotes = "Added to Alessio's trading post in patch 1.21"
    }, {
        name= "Prismatic Ore",
        category = "Paint Pigment",
        cost = 600,
        find = "Cleigne, Ch.15: [[Balouve Mines|Balouve Mines Menace]] (Level 5)",
        trade = "3 [[Oracle Ascension Coin]]s at Alessio's trading post in Altissia",
        used = {"Aurora Forest", "Aurora Epidote", "Secret 1"},
        desc = "An extremely rare ore that glitters with the colors of the rainbow. Essential if you want a complete paint collection.",
    }
}