Final Fantasy Wiki
No edit summary
No edit summary
Line 668: Line 668:
 
vit = 100,
 
vit = 100,
 
cost = 5000,
 
cost = 5000,
find = "[[Balouve Mines]] B4 (25% chance, boss area by the excavator machine), [[Insomnia]] (''Windows/Royal Editions:'' [[:File:Champions Anklet in Insomnia location from FFXVRE.png|Map]]), Ch.15: [[Pitioss Ruins]], Ch.15: [[Cauthess Rest Area]] region (water-filled crater to the west with fishing spot; [[:File:Champions-Anklet-Location-FFXV.png|Map]])",
+
find = "[[Balouve Mines]] B4 (25% chance, boss area by the excavator machine), [[Insomnia]] (''Windows/Royal Editions:'' [[:File:Champions Anklet in Insomnia location from FFXVRE.png|Map]]), Ch.15: [[Pitioss Ruins]], Ch.15: [[Archaean's Mirror]] ([[:File:Champions-Anklet-Location-FFXV.png|Map]])",
 
reward = "[[Quest (Final Fantasy XV)/Hunts#Feathered Giant of the Firesmoke|Feathered Giant of the Firesmoke]] hunt",
 
reward = "[[Quest (Final Fantasy XV)/Hunts#Feathered Giant of the Firesmoke|Feathered Giant of the Firesmoke]] hunt",
 
drop = "[[Ziggurat (Final Fantasy XV)|Ziggurat]] (3%)",
 
drop = "[[Ziggurat (Final Fantasy XV)|Ziggurat]] (3%)",

Revision as of 20:05, 21 September 2019

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

return {
    datafrom = "Patch 1.23",
    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 weapon in the series"
        },
        image = {
            datatype = "image",
            title = "Image",
            description = "Image of the accessory"
        },
        category = {
            datatype = "string",
            title = "Category",
            description = "Category of accessory, indicated by icon",
            default = 0
        },
        crt = {
            datatype = "number",
            signs = true,
            title = "Critical",
            default = 0
        },
        mhp = {
            datatype = "number",
            signs = true,
            title = "Max HP modifier",
            default = 0
        },
        hpr = {
            datatype = "number",
            format = "percent",
            signs = true,
            title = "HP recovery rate",
            default = 0
        },
        mpr = {
            datatype = "number",
            format = "percent",
            signs = true,
            title = "MP recovery rate",
            default = 0
        },
        mmp = {
            datatype = "number",
            signs = true,
            title = "Max MP modifier",
            default = 0
        },
        str = {
            datatype = "number",
            signs = true,
            title = "Strength modifier",
            default = 0
        },
        vit = {
            datatype = "number",
            signs = true,
            title = "Vitality modifier",
            default = 0
        },
        mag = {
            datatype = "number",
            signs = true,
            title = "Magic modifier",
            default = 0
        },
        spr = {
            datatype = "number",
            signs = true,
            title = "Spirit modifier",
            default = 0
        },
        sht = {
            datatype = "number",
            format = "percent",
            signs = true,
            title = "Shot resistance modifier",
            default = 0
        },
        fir = {
            datatype = "number",
            format = "percent",
            signs = true,
            title = "Fire resistance modifier",
            default = 0
        },
        ice = {
            datatype = "number",
            format = "percent",
            signs = true,
            title = "Ice resistance modifier",
            default = 0
        },
        ltn = {
            datatype = "number",
            format = "percent",
            signs = true,
            title = "Lightning resistance modifier",
            default = 0
        },
        drk = {
            datatype = "number",
            format = "percent",
            signs = true,
            title = "Dark resistance modifier",
            default = 0
        },
        exp = {
            datatype = "number",
            format = "percent",
            signs = true,
            title = "EXP modifier",
            default = 0
        },
        dirt = {
            datatype = "number",
            format = "percent",
            signs = true,
            title = "Dirt accumulation modifier",
            default = 0
        },
        phasemp = {
            datatype = "number",
            format = "percent",
            title = "Phase MP cost modifier",
            default = 0
        },
        halfhpitem = {
            datatype = "string",
            title = "Item used when Noctis HP < 50%",
        },
        effect = {
            datatype = "string",
            format = "longtext",
            title = "Additional effects",
        },
        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 accessory cannot be sold",
        },
        desc = {
            datatype = "string",
            format = "quote",
            title = "In-game description",
        },
        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 weapon 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"
        },
        dlc = {
            datatype = "boolean",
            format = "yesno",
            title = "DLC?",
            description = "Whether the weapon is DLC",
            default = false
        },
        noctis = {
            datatype = "boolean",
            title = "Equippable by Noctis",
            default = true
        },
        gladiolus = {
            datatype = "boolean",
            title = "Equippable by Gladiolus",
            default = true
        },
        ignis = {
            datatype = "boolean",
            title = "Equippable by Ignis",
            default = true
        },
        prompto = {
            datatype = "boolean",
            title = "Equippable by Prompto",
            default = true
        },
        iris = {
            datatype = "boolean",
            title = "Equippable by Iris",
            default = false
        },
        cor = {
            datatype = "boolean",
            title = "Equippable by Prompto",
            default = false
        },
        aranea = {
            datatype = "boolean",
            title = "Equippable by Aranea",
            default = false
        },
        patchnotes = {
            datatype = "string",
            format = "longtext",
            title = "Values in previous versions",
        }
    }, {
        name= "Bronze Bangle",
        jpn = "ブロンズバングル",
        rom = "Buronzu Banguru",
        lit = "Bronze Bangle",
        link = "Bronze Bangle",
        mhp = 50,
        shop = "[[Galdin Quay]], [[Prairie Outpost]]",
        find = "The Weaverwilds ([[Leide]]; [[:File:Bronze-Bangle-Location-Leide-FFXV.png|Map]]), Prairie Outpost Area ([[:File:Bronze-Bangle-Prairie-Outpost-Location-FFXV.png|Map]])",
        drop = "[[Imp (Final Fantasy XV)|Imp]] (3%)",
        cost = 500,
        desc = "A bangle forged of bronze. Increases maximum HP slightly."
    }, {
        name = "Iron Bangle",
        jpn = "アイアンバングル",
        rom = "Aian Banguru",
        lit = "Iron Bangle",
        link = "Iron Bangle",
        category = "Shield",
        mhp = 100,
        shop = "[[Wiz Chocobo Post]], [[Coernix Station - Cauthess]]",
        reward = "[[Quest (Final Fantasy XV)/Hunts#Gorgers in the Dust|Gorgers in the Dust]] (Hammerhead) hunt",
        find = "[[Wiz Chocobo Post]] (west; [[:File:Iron-Bangle-Wiz-Chocobo-Post-FFXV.png|Map]])",
        drop = "[[Alv]] (3%), [[Skeleton (Final Fantasy XV)|Skeleton]] (5%)",
        cost  = 1200,
        desc = "A bangle forged of iron. Increases maximum HP incrementally."
    }, {
        name = "Carbon Bangle",
        jpn = "カーボンバングル",
        rom = "Kābon Banguru",
        lit = "Carbon Bangle",
        link = "Carbon Bangle",
        mhp = 150,
        shop = "[[Taelpar Rest Area]], [[Lestallum]], Ch.07: Imperial vendor outside [[Steyliff Grove]], [[Verinas Mart - Ravatogh]]",
        reward = "[[Quest (Final Fantasy XV)/Hunts#A Nightmare Came by Ferry|A Nightmare Came by Ferry]] (Galdin Quay) hunt, [[Justice Monsters Five]] minigame (25 chests in 10 gil machine)",
        find = "[[Keycatrich Trench]], [[Wiz Chocobo Post]], [[Greyshire Glacial Grotto]], Ch.15: [[Pitioss Ruins]]",
        default = "Cor (locked)",
        cor = true,
        cost = 2000,
        desc = "A bangle forged of carbon steel. Increases maximum HP nominally."
    }, {
        name = "Titanium Bangle",
        jpn = "チタンバングル",
        rom = "Chitan Banguru",
        lit = "Titanium Bangle",
        link = "Titanium Bangle",
        mhp = 200,
        shop = "[[Meldacio Hunter HQ]], [[Altissia]], [[Cartanica]], [[Tenebrae (Final Fantasy XV)|Tenebrae]], [[Zegnautus Keep]]",
        reward = "[[Quest (Final Fantasy XV)/Hunts#Blobs Ashore|Blobs Ashore]] (Old Lestallum) hunt, [[Justice Monsters Five]] minigame (35 chests in 10 gil machine)",
        find = "[[Cauthess Rest Area]] (warehouse), [[Fociaugh Hollow]], [[Daurell Caverns]] (25% chance, south of the lightning deposit)",
        drop = "[[Skeleton (Final Fantasy XV)|Skeleton]] [dungeon variant] (5%)",
        cost = 2500,
        desc = "A bangle forged of titanium. Increases maximum HP mildly."
    }, {
        name = "Silver Bangle",
        jpn = "シルバーバングル",
        rom = "Shirubā Banguru",
        lit = "Silver Bangle",
        link = "Silver Bangle",
        category = "Shield",
        mhp = 300,
        cost = 3000,
        reward = "[[Quest (Final Fantasy XV)/Hunts#In a Heat Haze of Glory|In a Heat Haze of Glory]] (Lestallum, Market) hunt, become Hunter Rank 2, [[Totomostro]] minigame",
        find = "Near entrance to [[Formouth Garrison]] in Leide ([[:File:Silver-Bangle-Leide-Location-FFXV.png|Map]]), Top of the northern arch between Altor Slough and Rydielle Ley ([[:File:Silver-Bangle-Duscae-Arch-Map-FFXV.png|Map]]), [[Verinas Mart - Ravatogh]] (outskirts to the east in a patch of grass), the [[Rock of Ravatogh]] (25% chance, after climbing the steep hill there's an outcrop on the left), [[Daurell Caverns]], [[EXINERIS Industries|EXINERIS Power Plant]], Ch.15: [[Pitioss Ruins]]",
        drop = "[[Imp (Final Fantasy XV)|Imp]] [dungeon variant] (5%)",
        desc = "A bangle forged of silver. Increases maximum HP moderately.",
        patchnotes = "The arches in Duscae were made climbable in patch 1.06, and each has an item in the middle."
    }, {
        name = "Gold Bangle",
        jpn = "ゴールドバングル",
        rom = "Gōrudo Banguru",
        lit = "Gold Bangle",
        link = "Gold Bangle",
        category = "Shield",
        mhp = 500,
        cost = 3500,
        reward = "[[Quest (Final Fantasy XV)/Hunts#A Most Behemoth Undertaking|A Most Behemoth Undertaking]] (Wiz Chocobo Post) hunt, become Hunter Rank 4, complete training level 5, [[Justice Monsters Five]] minigame (50 chests in 10 gil machine)",
        find = "The [[Myrlwood]], Ch.15: [[Pitioss Ruins]], Ch.15: [[Hammerhead (Final Fantasy XV)|Hammerhead]] region, Ch.15: [[Keycatrich Trench]] maze",
        desc = "A bangle forged of gold. Increases maximum HP significantly."
    }, {
        name = "Platinum Bangle",
        jpn = "プラチナバングル",
        rom = "Purachina Banguru",
        lit = "Platinum Bangle",
        link = "Platinum Bangle",
        category = "Shield",
        mhp = 700,
        cost = 4000,
        find = "[[Costlemark Tower]] ([[:File:Platinum Bangle Costlemark map from FFXV.png|Map]]), Ch.15: [[Pitioss Ruins]], Ch.15: [[Balouve Mines]] maze (Level 16 right; 50% chance), Ch.15: [[Steyliff Grove]] maze (Level 58; 50% chance)",
        reward = "[[Justice Monsters Five]] minigame (80 chests in 10 gil machine & 20 chests in 10,000 gil machine)",
        desc = "A bangle forged of platinum. Increases maximum HP considerably."
    }, {
        name = "Centurion Bangle",
        jpn = "センチュリオンバングル",
        rom = "Senchurion Banguru",
        lit = "Centurion Bangle",
        category = "Shield",
        mhp = 1000,
        cost = 6000,
        reward = "Become Hunter Rank 8, [[Justice Monsters Five]] minigame (30 chests in 10,000 gil machine)",
        find = "Ch.15: [[Fociaugh Hollow]] maze (Level 12), Ch.15: [[Steyliff Grove]] maze (Level 94; 50% chance)",
        desc = "A bangle once worn by a battlefield commander. Increases maximum HP remarkably."
    }, {
        name = "Legatus Bangle",
        jpn = "グレートバングル",
        rom = "Gurēto Banguru",
        lit = "Great Bangle",
        category = "Shield",
        mhp = 1200,
        cost = 10000,
        reward = "Become Hunter Rank 9, [[Justice Monsters Five]] minigame (45 chests in 10,000 gil machine)",
        find = "Ch.15: [[Steyliff Grove]] maze (Level 14), Ch.15: [[Crestholm Channels]] maze (Level 26; 50% chance)",
        desc = "A bangle once worn by a great general. Increases maximum HP phenomenally."
    }, {
        name = "Gigas Bangle",
        jpn = "ギガースバングル",
        rom = "Gigāsu Banguru",
        lit = "Gigas Bangle",
        category = "Shield",
        mhp = 1500,
        cost = 20000,
        find = "Ch.15: [[Crestholm Channels]] maze (final floor), Ch.15: [[Costlemark Tower]] maze (Level 26 right; 50% chance)",
        reward = "[[Justice Monsters Five]] minigame (60 chests in 10,000 gil machine)",
        desc = "A giant bangle engraved with a giant's motif. Increases maximum HP magnificently."
    }, {
        name = "Onion Bangle",
        jpn = "オニオンバングル",
        rom = "Onion Banguru",
        lit = "Onion Bangle",
        mhp = 2500,
        cost = 40000,
        find = "Ch.15: [[Costlemark Tower]] maze (Level 18)",
        reward = "[[Justice Monsters Five]] minigame (90 chests in 10,000 gil machine), [[Totomostro]] prize (replaces [[Auto Parts#Magitek Generator|Magitek Generator]])",
        desc = "A storied bangle engraved with an onion motif. Increases maximum HP incredibly."
    }, {
        name = "Adamantite Bangle",
        jpn = "アダマンバングル",
        rom = "Adaman Banguru",
        lit = "Adaman Bangle",
        category = "Shield",
        mhp = 10000,
        cost = 60000,
        reward = "[[Quest (Final Fantasy XV)/Hunts#Lonely Rumbles in Longwythe|Lonely Rumbles in Longwythe]] (Hammerhead) hunt",
        desc = "A bangle forged of adamantite. Increases maximum HP ridiculously."
    }, {
        name = "White Choker",
        jpn = "白のチョーカー",
        rom = "Shiro no Chōkā",
        lit = "White Choker",
        link = "White Choker",
        hpr = 2,
        cost = 150,
        find = "[[Hammerhead (Final Fantasy XV)|Hammerhead]], [[Keycatrich|Keycatrich Ruins]] ([[:File:White-Choker-Keycatrich-Map-FFXV.png|Map]]), [[Greyshire Glacial Grotto]] ([[:File:White-Choker-Glacial-Grotto-Map-FFXV.png|Map]]), Ch.15: [[Pitioss Ruins]]",
        drop = "[[Tonberry (Final Fantasy XV)|Tonberry]] (5%)",
        desc = "A white choker with a silver clasp. Increases HP recovery rate slightly. "
    }, {
        name = "Green Choker",
        jpn = "緑のチョーカー",
        rom = "Midori no Chōkā",
        lit = "Green Choker",
        hpr = 3,
        cost = 600,
        find = "[[Longwythe Rest Area]] (north by the mountain; [[:File:Green-Choker-Longqythe-Location-FFXV.png|Map]]), Ch.15: [[Pitioss Ruins]]",
        reward = "[[Quest (Final Fantasy XV)/Hunts#To Sting in Anger|To Sting in Anger]] (Lestallum Thoroughfare) hunt",
        drop = "[[Master Tonberry (Final Fantasy XV)|Master Tonberry]] (6%)",
        desc = "A green choker of patent leather. Increases HP recovery rate nominally."
    }, {
        name = "Blue Choker",
        jpn = "青のチョーカー",
        rom = "Ao no Chōkā",
        lit = "Blue Choker",
        category = "Shield",
        hpr = 4,
        cost = 1000,
        reward = "[[Quest (Final Fantasy XV)/Hunts#Marsh Madness! The Giant Awakens|Marsh Madness! The Giant Awakens]] (Coernix Station - Alstor) hunt",
        find = "[[Fociaugh Hollow]], Ch.15: [[Pitioss Ruins]]",
        drop = "[[Tonberry (Final Fantasy XV)|Tonberry]] [dungeon variant] (5%)",
        desc = "A blue choker with a stylish matte finish. Increases HP recovery rate moderately."
    }, {
        name = "Red Choker",
        jpn = "赤のチョーカー",
        rom = "Aka no Chōkā",
        lit = "Red Choker",
        category = "Shield",
        hpr = 5,
        cost = 3000,
        reward = "[[Quest (Final Fantasy XV)/Hunts#An Omen Crawls Upon the Ground|An Omen Crawls Upon the Ground]] (Lestallum, Thoroughfare) hunt",
        find = "Ch.14: [[Hammerhead (Final Fantasy XV)|Hammerhead]] (Takka's Pit Stop behind the counter on a stool), [[Crestholm Channels]] ([[:File:Red-Choker-Location-Map-Crestholm-Channels-FFXV.png|Map]]), Ch.15: [[Pitioss Ruins]]",
        drop = "[[Master Tonberry (Final Fantasy XV)|Master Tonberry]] [dungeon variant] (10%), [[Sir Tonberry]] (6%)",
        desc = "A red choker with a gold clasp. Increases HP recovery rate significantly."
    }, {
        name = "Black Choker",
        jpn = "黒のチョーカー",
        rom = "Kuro no Chōkā",
        lit = "Black Choker",
        link = "Obsidian Choker",
        category = "Shield",
        hpr = 6,
        cost = 10000,
        reward = "[[Quest (Final Fantasy XV)/Hunts#Devils Cry Curses|Devils Cry Curses]] (Cauthess Rest Area) hunt, become Hunter Rank 6",
        find = "[[Costlemark Tower]] ([[:File:Black Choker Costlemap map from FFXV.png|Map]]), Ch.15: West from [[Nebulawood]] ([[:File:Black-Chocker-Ch15-Map-FFXV.png|Map]]), Ch.15: [[Costlemark Tower]] maze (Level 24; 50% chance)",
        desc = "A black choker adorned with red lines. Increases HP recovery rate phenomenally."
    }, {
        name = "Garnet Bracelet",
        jpn = "ガーネットの腕輪",
        rom = "Gānetto no Udewa",
        lit = "Garnet Bracelet",
        category = "Sword",
        str = 30,
        shop = "[[Wiz Chocobo Post]], [[Coernix Station - Cauthess]], [[Lestallum]], [[Taelpar Rest Area]], [[Verinas Mart - Ravatogh]]",
        find = "East from [[Longwythe Peak]] ([[:File:Garnet-Bracelet-Location-Longwythe-FFXV.png|Map]]), [[Greyshire Glacial Grotto]], Ch.15: [[Pitioss Ruins]]",
        drop = "[[Hobgoblin (Final Fantasy XV)|Hobgoblin]] (3%)",
        reward = "A Gentleman's Agreement (Chapter 1 main quest), [[Justice Monsters Five]] minigame (20 chests in 10 gil machine)",
        cost = 800,
        desc = "A bracelet studded with garnet. Enhances strength slightly."
    }, {
        name = "Amethyst Bracelet",
        jpn = "アメジストの腕輪",
        rom = "Amejisuto no Udewa",
        lit = "Amethyst Bracelet",
        category = "Sword",
        str = 35,
        cost = 1200,
        reward = "[[Quest (Final Fantasy XV)/Sidequests#The Aspiring Artisan|The Aspiring Artisan]] (Dino) sidequest, [[Quest (Final Fantasy XV)/Hunts#A Behemoth Unertaking|A Behemoth Unertaking]] (Wiz Chocobo Post) hunt, [[Justice Monsters Five]] minigame (30 chests in 10 gil machine)",
        find = "Tip of the 'peninsula' on the eastern side of of Alstor Slough lake in Duscae north from the [[Neeglyss Pond]] fishing spot ([[:File:Amethyst-Bracelet-Alstor-Slough-Location-FFXV.png|Map]]), [[Fociaugh Hollow]], Ch.15: [[Pitioss Ruins]]",
        drop = "[[Bussemand]] (3%)",
        desc = "A bracelet studded with amethyst. Enhances strength incrementally."
    }, {
        name = "Heliodor Bracelet",
        jpn = "ヘリオドールの腕輪",
        rom = "Heliodōru no Udewa",
        lit = "Heliodor Bracelet",
        category = "Sword",
        str = 40,
        shop = "[[Meldacio Hunter HQ]], [[Verinas Mart - Ravatogh]], [[Altissia]], [[Cartanica]], [[Tenebrae (Final Fantasy XV)|Tenebrae]], [[Zegnautus Keep]], Ch.14: [[Hammerhead (Final Fantasy XV)|Hammerhead]]",
        reward = "[[Quest (Final Fantasy XV)/Sidequests#A Stone-Studded Stunner|A Stone-Studded Stunner]] (Dino) sidequest, [[Quest (Final Fantasy XV)/Hunts#Back Alley Spook|Back Alley Spook]] (Altissia, Maagho) hunt",
        find = "[[Daurell Caverns]] (near fishing spot), [[Steyliff Grove]] (25% chance of a treasure in the room with collapsing walkways), [[Cape Caem]] (basement)",
        drop = "[[Hobgoblin (Final Fantasy XV)|Hobgoblin]] [dungeon variant] (3%)",
        cost = 2000,
        desc = "A bracelet studded with heliodor. Enhances strength nominally."
    }, {
        name = "Sapphire Bracelet",
        category = "Sword",
        jpn = "サファイアの腕輪",
        rom = "Safaia no Udewa",
        lit = "Sapphire Bracelet",
        category = "Sword",
        str = 45,
        cost = 2500,
        reward = "[[Quest (Final Fantasy XV)/Sidequests#Reliable Royalty|Reliable Royalty]] (Dino) sidequest, become Hunter Rank 3, [[Justice Monsters Five]] minigame (45 chests in 10 gil machine)",
        find = "[[Daurell Caverns]], [[Steyliff Grove]] (go down the elevator on the first floor once the rockfall is removed), [[Malmalam Thicket]] (25% chance, path after the first clearing), the [[Myrlwood]] (25% chance in the south end of the first area), Ch.15: [[Pitioss Ruins]]",
        drop = "[[Hobgoblin (Final Fantasy XV)|Hobgoblin]] [dungeon variant] (3%)",
        desc = "A bracelet studded with sapphire. Enhances strength mildly."
    }, {
        name = "Ruby Bracelet",
        jpn = "ルビーの腕輪",
        rom = "Rubī no Udewa",
        lit = "Ruby Bracelet",
        category = "Sword",
        str = 50,
        cost = 3000,
        reward = "[[Quest (Final Fantasy XV)/Sidequests#No Pain, No Gain|No Pain, No Gain]] (Dino) sidequest, [[Quest (Final Fantasy XV)/Hunts#Serpent of the Abyss|Serpent of the Abyss]] (Hammerhead) hunt, [[Justice Monsters Five]] minigame (70 chests in 10 gil machine & 15 chests in 10,000 gil machine)",
        find = "[[Balouve Mines]], [[Crestholm Channels]] (25% chance by the third control panel; [[:File:Ruby-Bracelet-Map-Crestholm-Channels-FFXV.png|Map]]), [[Verinas Mart - Ravatogh]] (hot spring to the northwest; [[:File:Ruby Bracelet Verinas Mart location in FFXV.png|Map]]), the [[Rock of Ravatogh]] (in front of the lava pit), Ch.15: [[Pitioss Ruins]]",
        desc = "A bracelet studded with ruby. Enhances strength moderately."
    }, {
        name = "Emerald Bracelet",
        jpn = "エメラルドの腕輪",
        rom = "Emerarudo no Udewa",
        lit = "Emerald Bracelet",
        category = "Sword",
        str = 60,
        cost = 5000,
        reward = "[[Quest (Final Fantasy XV)/Sidequests#A Treasure Beyond Measure|A Treasure Beyond Measure]] (Dino) sidequest, [[Quest (Final Fantasy XV)/Hunts#A Wall in Our Way|A Wall in Our Way]] (Meldacio Hunter HQ) hunt, [[Justice Monsters Five]] minigame (90 chests in 10 gil machine & 25 chests in 10,000 gil machine)",
        find = "[[Three Valleys]] in Leide (atop a barn—jump and warp midair to reach it from nearby structures), [[Balouve Mines]] (very top of the boss room), Ch.15: [[Pitioss Ruins]], Ch.15: [[Keycatrich Trench]] maze",
        desc = "A bracelet studded with emerald. Enhances strength significantly.",
    }, {
        name = "Diamond Bracelet",
        jpn = "ダイアの腕輪",
        rom = "Daia no Udewa",
        lit = "Diamond Bracelet",
        category = "Sword",
        str = 70,
        cost = 10000,
        reward = "[[Totomostro]] minigame",
        find = "Ch.15: Schier Heights near the tunnel ([[:File:Diamond-Bracelet-Location-Duscae-FFXV.png|Map]]), Ch.15: [[Fociaugh Hollow]] maze (Level 16; 50% chance), Ch.15: [[Keycatrich Trench]] maze",
        desc = "A bracelet studded with diamond. Enhances strength considerably."
    }, {
        name = "Blue Diamond Bracelet",
        jpn = "ブルーダイアの腕輪",
        rom = "Burū Daia no Udewa",
        lit = "Blue Diamond Bracelet",
        category = "Sword",
        str = 80,
        cost = 30000,
        reward = "Become Hunter Rank 7, complete Final Trial training at camp, [[Justice Monsters Five]] minigame (50 chests in 10,000 gil machine)",
        find = "Ch.15: [[Crestholm Channels]] maze (Level 22), Ch.15: [[Costlemark Tower]] maze (Level 22; 50% chance)",
        desc = "A bracelet studded with very precious blue diamond. Enhances strength remarkably."
    }, {
        name = "Dark Matter Bracelet",
        jpn = "ダークマターの腕輪",
        rom = "Dāku Matā no Udewa",
        lit = "Dark Matter Bracelet",
        category = "Sword",
        str = 100,
        cost = 40000,
        reward = "Become Hunter Rank 10, [[Justice Monsters Five]] minigame (80 chests in 10,000 gil machine), Win against Lv.120 [[Aranea (Final Fantasy XV boss)|Aranea]] in a training session at camp",
        find = "Ch.15: [[Costlemark Tower]] maze (Level 60)",
        desc = "A bracelet studded with a mysterious black substance. Enhances strength phenominally.",
        patchnotes = "Aranea was added as a training partner in patch 1.21"
    }, {
        name = "Niella Bracelet",
        jpn = "黒金の腕輪",
        rom = "Kurogane no Udewa",
        lit = "Niello Bracelet",--yaknow, i've only seen a low quality screenshot. are we sure this isn't really called "Niello" and someone mistook the "o" for an "a"?
        category = "Sword",
        default = "Cor (locked)",
        noctis = false,
        gladiolus = false,
        ignis = false,
        prompto = false,
        cor = true,
        unsellable = true
    }, {
        name = "Soldier's Anklet",
        jpn = "兵士のアンクレット",
        rom = "Heishi no Ankuretto",
        lit = "Soldier's Anklet",
        category = "Shield",
        vit = 40,
        shop = "[[Galdin Quay]], [[Prairie Outpost]]",
        find = "Ch.15: [[Pitioss Ruins]]",
        cost = 1000,
        desc = "An anklet bearing the motif of an ancient soldier. Enhances vitality slightly.",
        patchnotes = "<1.2: Vit +30"
    }, {
        name = "Warrior's Anklet",
        jpn = "戦士のアンクレット",
        rom = "Senshi no Ankuretto",
        lit = "Warrior's Anklet",
        category = "Shield",
        vit = 50,
        shop = "[[Wiz Chocobo Post]], [[Coernix Station - Cauthess]]",
        reward = "[[Quest (Final Fantasy XV)/Hunts#Beasts Wallow in the Wetlands|Beasts Wallow in the Wetlands]] (Coernix Station - Alstor) hunt",
        find = "Southwest of [[Hammerhead (Final Fantasy XV)|Hammerhead]], Ch.15: [[Pitioss Ruins]]",
        drop = "[[Garchimacera (Final Fantasy XV)|Garchimacera]] (3%)",
        cost = 1500,
        desc = "An anklet bearing the motif of an ancient warrior. Enhances vitality incrementally.",
        patchnotes = "<1.2: Vit +35"
    }, {
        name = "Fencer's Anklet",
        jpn = "剣闘士のアンクレット",
        rom = "Kentōshi no Ankuretto",
        lit = "Gladiator's Anklet",
        category = "Shield",
        vit = 60,
        shop = "[[Taelpar Rest Area]], [[Lestallum]], Ch.7: Imperial vendor outiside [[Steyliff Grove]]",
        find = "[[Galdin Quay]] near the beach north from the fishing spot ([[:File:Fencers-Anklet-Galdin-Quay-Location-FFXV.png|Map]]), north of [[Fociaugh Hollow]] east from Alstor Slough lake ([[:File:Fencers-Anklet-Duscae-Location-FFXV.png|Map]])",
        reward = "[[Quest (Final Fantasy XV)/Hunts#Stealers of Lives|Stealers of Lives]] (Galdin Quay) hunt",
        drop = "[[Ereshkigal (Final Fantasy XV)|Ereshkigal]] (3%), [[Salpinx]] (3%), [[Alberich]] (3%)",
        cost = 2000,
        desc = "An anklet bearing the motif of an ancient fencer. Enhances vitality nominally.",
        patchnotes = "<1.2: Vit +40"
    }, {
        name = "Knight's Anklet",
        jpn = "騎士のアンクレット",
        rom = "Kishi no Ankuretto",
        lit = "Knight's Anklet",
        category = "Shield",
        vit = 70,
        shop = "[[Meldacio Hunter HQ]], [[Verinas Mart - Ravatogh]], [[Altissia]], [[Cartanica]], [[Tenebrae (Final Fantasy XV)|Tenebrae]], [[Zegnautus Keep]], Ch.14 [[Hammerhead (Final Fantasy XV)|Hammerhead]]",
        reward = "[[Quest (Final Fantasy XV)/Hunts#Acquit Not Evil|Acquit Not Evil]] (Lestallum, Thoroughfare) hunt",
        find = "[[Steyliff Grove]] (25% chance, [[:File:Knights-Anklet-Location-Steyliff-Map-FFXV.png|Map]]), Ch.15: [[Pitioss Ruins]]",
        drop = "[[Gargoyle (Final Fantasy XV)|Gargoyle]] (3%), [[Ereshkigal (Final Fantasy XV)|Ereshkigal]] [dungeon variant] (3%)",
        cost = 2500,
        desc = "An anklet bearing the motif of an medieval knight. Enhances vitality mildly.",
        patchnotes = "<1.2: Vit +45"
    }, {
        name = "Crusader's Anklet",
        jpn = "聖騎士のアンクレット",
        rom = "Seikishi no Ankuretto",
        lit = "Holy Knight's Anklet",
        category = "Shield",
        vit = 80,
        cost = 3000,
        reward = "[[Quest (Final Fantasy XV)/Hunts#King of the Great Escape|King of the Great Escape]] (Altissia) hunt",
        drop = "[[Foras]] (3%)",
        find = "[[Costlemark Tower]] (25% chance, floor below the first spiral staircase)",
        desc = "An anklet bearing the motif of a medieval templar. Enhances vitality moderately.",
        patchnotes = "<1.2: Vit +50"
    }, {
        name = "Champion's Anklet",
        jpn = "英雄のアンクレット",
        rom = "Eiyū no Ankuretto",
        lit = "Hero's Anklet",
        category = "Shield",
        vit = 100,
        cost = 5000,
        find = "[[Balouve Mines]] B4 (25% chance, boss area by the excavator machine), [[Insomnia]] (''Windows/Royal Editions:'' [[:File:Champions Anklet in Insomnia location from FFXVRE.png|Map]]), Ch.15: [[Pitioss Ruins]], Ch.15: [[Archaean's Mirror]] ([[:File:Champions-Anklet-Location-FFXV.png|Map]])",
        reward = "[[Quest (Final Fantasy XV)/Hunts#Feathered Giant of the Firesmoke|Feathered Giant of the Firesmoke]] hunt",
        drop = "[[Ziggurat (Final Fantasy XV)|Ziggurat]] (3%)",
        desc = "An anklet bearing the motif of a medieval champion. Enhances vitality signifcantly.",
        patchnotes = "<1.2: Vit +55"
    }, {
        name = "Emperor's Anklet",
        jpn = "皇帝のアンクレット",
        rom = "Kōtei no Ankuretto",
        lit = "Emperor's Anklet",
        category = "Shield",
        vit = 120,
        cost = 10000,
        find = "Ch.15: [[Daurell Caverns]] maze (Level 4 right), Ch.15: [[Steyliff Grove]] maze (Level 26 right; 50% chance), Ch.15: [[Balouve Mines]] maze (Level 12 middle; 50% chance)",
        desc = "An anklet bearing the motif of a medieval emperor. Enhances vitality remarkably.",
        patchnotes = "<1.2: Vit +60"
    }, {
        name = "Anklet of the Gods",
        jpn = "神々のアンクレット",
        rom = "Kamigami no Ankuretto",
        lit = "Anklet of the Gods",--inconsistent >:(
        category = "Shield",
        vit = 150,
        cost = 15000,
        find = "Ch.15: [[Steyliff Grove]] maze (Level 48), Ch.15 [[Crestholm Channels]] maze (Level 2 left; 50% chance)",
        reward = "Win against Lv.99 [[Aranea (Final Fantasy XV boss)|Aranea]] in a training session at camp",
        desc = "An anklet bearing the motif of divinity. Enhances vitality phenomenally.",
        patchnotes = "<1.2: Vit +70; Aranea was added as training partner in patch 1.21"
    }, {
        name = "Amulet",
        jpn = "アミュレット",
        rom = "Amyuretto",
        lit = "Amulet",
        category = "Shield",
        link = "Amulet (accessory)",
        mag = 60,
        shop = "[[Wiz Chocobo Post]], [[Coernix Station - Cauthess]]",
        find = "[[Galdin Quay]]",
        desc = "A charm imbued with feeling and passion. Enhances magic slightly.",
        cost = 1000
    }, {
        name = "Angel Earring",
        jpn = "天使のピアス",
        rom = "Tenshi no Piasu",
        lit = "Angel Earring",
        link = "Angel Earrings",
        mag = 70,
        shop = "[[Taelpar Rest Area]], [[Lestallum]], Ch.07: Imperial vendor outside [[Steyliff Grove]]",
        drop = "[[Naga (Final Fantasy XV)|Naga]] (8%), [[Kadru]] (8%)",
        cost = 1500,
        desc = "An earring etched with the figures of angels. Enhances magic incrementally."
    }, {
        name = "Talisman",
        jpn = "タリスマン",
        rom = "Tarisuman",
        lit = "Talisman",
        link = "Talisman",
        mag = 80,
        shop = "[[Meldacio Hunter HQ]], [[Verinas Mart - Ravatogh]], [[Altissia]], [[Cartanica]], [[Tenebrae (Final Fantasy XV)|Tenebrae]], [[Zegnautus Keep]], Ch.14: [[Hammerhead (Final Fantasy XV)|Hammerhead]]",
        find = "Behind Tomb of the Tall ([[:File:Talisman-Tomb-of-the-Tall-Location-FFXV.png|Map]]), [[Steyliff Grove]] ([[:File:Talisman-Steyliff-Location-Map-FFXV.png|Map]]), the [[Myrlwood]] (25% chance, by haven past fire deposit)",
        drop = "[[Nagarani]] (4%), [[Mahanaga]] (8%)",
        cost = 2000,
        desc = "A common charm found throughout the world. Enhances magic nominally."
    }, {
        name = "Rune Earring",
        jpn = "ルーンのピアス",
        rom = "Rūn no Piasu",
        lit = "Rune Earring",
        category = "Sword",
        mag = 100,
        cost = 2000,
        reward = "[[Quest (Final Fantasy XV)/Hunts#Things from the Past|Things from the Past]] (Cauthess Rest Area) hunt",
        find = "[[Citadel]] (one of the benches on the southern side), Ch.15: [[Pitioss Ruins]], Ch.15: [[Keycatrich Trench]] maze",
        drop = "[[Serpentess]] (8%)",
        desc = "An earring etched with an ancient script. Enhances magic mildly."
    }, {
        name = "Circlet",
        jpn = "サークレット",
        rom = "Sākuretto",
        lit = "Circlet",
        link = "Circlet",
        category = "Sword",
        mag = 150,
        cost = 2500,
        find = "[[Balouve Mines]], [[Insomnia]] (''Windows/Royal Edition''), Ch.15: the [[Vesperpool]] region (on the rocks just north of the haven; [[:File:Circlet-Vesperpool-Location-Ch15-FFXV.png|Map]]), Ch.15: [[Greyshire Glacial Grotto]] maze (Level 2; 50% chance), Ch.15: [[Keycatrich Trench]] maze, Ch.15: [[Costlemark Tower]] maze (Level 48; 25% chance)",
        desc = "An elegant headpiece studded with many precious stones. Enhances magic moderately."
    }, {
        name = "Oracle Earring",
        jpn = "神凪のピアス",
        rom = "Kannagi no Piasu",
        lit = "Oracle Earring",--[[Oracle (Final Fantasy XV)]]
        category = "Sword",
        mag = 200,
        cost = 5000,
        reward = "[[Justice Monsters Five]] minigame (55 chests in 10 gil machine)",
        find = "Ch.15: [[Daurell Caverns]] maze (Level 28), Ch.15: [[Balouve Mines]] maze (Level 12 right; 50% chance)",
        desc = "An earring fabled to have been worn by an Oracle of yore. Enhances magic significantly."
    }, {
        name = "Mystic Circlet",
        jpn = "神秘のサークレット",
        rom = "Shinpi no Sākuretto",
        lit = "Mysterious Circlet",
        category = "Sword",
        mag = 250,
        cost = 10000,
        find = "Ch.15: [[Crestholm Channels]] maze (Level 10 camp), Ch.15: [[Costlemark Tower]] maze",
        reward = "[[Justice Monsters Five]] minigame (35 chests in 10,000 gil machine)",
        trade = "60 [[Oracle Ascension Coin]]s at Alessio's trading post in Altissia",
        desc = "An elegant headpiece studded with many valuable gems. Enhances magic remarkably.",
        patchnotes = "Added to Alessio's trading post in patch 1.21",
    }, {
        name = "Hypno Crown",
        jpn = "ヒュプノクラウン",
        rom = "Hyupuno Kuraun",
        lit = "Hypno Crown",
        link = "Hypno Crown",
        category = "Sword",
        mag = 300,
        cost = 20000,
        find = "Ch.15: [[Costlemark Tower]] maze (Level 26 middle)",
        desc = "A crown named after the spirit of sleep. Enhances magic phenomenally."
    }, {
        name = "Potpourri",
        jpn = "ポプリ",
        rom = "Popuri",
        lit = "Potpourri",
        category = "Shield",
        spr = 40,
        shop = "[[Galdin Quay]], [[Prairie Outpost]]",
        find = "Ch.15: [[Pitioss Ruins]]",
        cost = 500,
        desc = "A sweet smelling bundle of herbs and grasses. Enhances spirit slightly.",
        patchnotes = "<1.2: Spr +30"
    }, {
        name = "White Sage",
        jpn = "ホワイトセージ",
        rom = "Howaito Sēji",
        lit = "White Sage",
        category = "Shield",
        spr = 50,
        shop = "[[Wiz Chocobo Post]], [[Coernix Station - Cauthess]]",
        find = "Ch.15: [[Pitioss Ruins]]",
        drop = "[[Mindflayer (Final Fantasy XV)|Mindflayer]] (3%)",
        cost = 1200,
        desc = "A plant with the power to purify. Enhances spirit incrementally.",
        patchnotes = "<1.2: Spr +35"
    }, {
        name = "Power Stone",
        jpn = "パワーストーン",
        rom = "Pawā Sutōn",
        lit = "Power Stone",
        category = "Shield",
        spr = 60,
        shop = "[[Taelpar Rest Area]], [[Lestallum]]",
        find = "Ch.15: [[Pitioss Ruins]]",
        cost = 2000,
        desc = "A rock that soothes troubled minds. Enhances spirit nominally.",
        patchnotes = "<1.2: Spr +40"
    }, {
        name = "Oracle Card",
        jpn = "オラクルカード",
        rom = "Orakuru Kādo",
        lit = "Oracle Card",
        category = "Shield",
        spr = 70,
        shop = "[[Meldacio Hunter HQ]], [[Altissia]], [[Cartanica]], [[Tenebrae (Final Fantasy XV)|Tenebrae]], [[Zegnautus Keep]], Ch.14: [[Hammerhead (Final Fantasy XV)|Hammerhead]]",
        find = "[[Fociaugh Hollow]], Ch.15: [[Pitioss Ruins]]",
        drop = "[[Daemonwall]] (5%)",
        cost = 2500,
        desc = "A mystical card said to place fate in one's own hands. Enhances spirit mildly.",
        patchnotes = "<1.2: Spr +45"
    }, {
        name = "Pendulum",
        jpn = "ペンデュラム",
        rom = "Pendyuramu",
        lit = "Pendulum",
        category = "Shield",
        spr = 80,
        cost = 3000,
        find = "[[Malmalam Thicket]] (25% chance, path after the first clearing; [[:File:Variable-Treasure-Spot-Malmalam-Thicket-FFXV.png|Map]]), Ch.15: [[Pitioss Ruins]]",
        desc = "A hypnotist's tool that unlocks the subconscious mind. Enhances spirit moderately.",
        patchnotes = "<1.2: Spr +50"
    }, {
        name = "Lavender Oil",
        jpn = "ラベンダーの精油",
        rom = "Rabendā no Seiya",
        lit = "Lavender Oil",
        category = "Shield",
        spr = 100,
        cost = 8000,
        find = "Ch.15: [[Fociaugh Hollow]] maze (Level 14 left), Ch.15: [[Daurell Caverns]] maze (Level 4; 50% chance)",
        drop = "[[Braindrainer]] (5%), [[Mindflayer (Final Fantasy XV)|Mindflayer]] [dungeon variant] (5%)",
        desc = "A healing oil that soothes troubled minds. Enhances spirit significantly.",
        patchnotes = "<1.2: Vit +55"
    }, {
        name = "Purified Salt",
        jpn = "清めの塩",
        rom = "Kiyomenoshio",
        lit = "Purifying Salt",--sumo salt
        category = "Shield",
        spr = 120,
        cost = 15000, 
        find = "Ch.15: [[Steyliff Grove]] maze (Levels 12, 88; 50% chance)",
        trade = "60 [[Oracle Ascension Coin]]s at Alessio's trading post in Altissia",
        desc = "Grains believed to ward off evil thoughts and influence. Enhances spirit remarkably.",
        patchnotes = "<1.2: Vit +60, added to Alessio's trading post in patch 1.21"
    }, {
        name = "Tarot Card",
        jpn = "タロットカード",
        rom = "Tarotto Kādo",
        lit = "Tarot Card",
        links = "Tarot Cards",
        category = "Shield",
        spr = 150,
        cost = 30000,
        find = "Ch.15: [[Crestholm Channels]] maze (Levels 14 right; 50% chance, 18 right), Ch.15: [[Costlemark Tower]] maze (Level 54; 50% chance)",
        desc = "A mystical card said to reveal the fate of its beholder. Enhances spirit phenomenally.",
        patchnotes = "<1.2: Vit +70"
    }, {
        name = "Assist Suit",
        jpn = "アシストスーツ",
        rom = "Ashisuto Sūtsu",
        lit = "Assist Suit",
        category = "Shield",
        mhp = 500,
        str = 30,
        vit = 20,
        cost = 3000,
        reward = "[[Justice Monsters Five]] (70 chests in 10,000 gil machine)",
        drop = "[[MA-X Maniple]] (5%)",
        desc = "A mechanized suit that assists movement. Enhances strength, vitality, and maximum HP considerably."
    }, {
        name = "Magitek Suit",
        jpn = "魔導スーツ",
        rom = "Madō Sūtsu",
        lit = "Magic Suit",
        category = "Shield",
        mhp = 1000,
        str = 70,
        vit = 50,
        cost = 6000,
        reward = "[[Quest (Final Fantasy XV)/Sidequests#O Partner, My Partner|O Partner, My Partner]] quest",
        drop = "[[MA-X Angelus-0]] (95%)",
        find = "[[Insomnia]] (''Windows/Royal Edition:'' [[:File:Magitek Suit location in Insomnia in FFXVRE.png|Map]])",
        desc = "A prototype assist suit powered by magitek. Enhances strength, vitality, and maximum HP remarkably."
    }, {
        name = "Magitek Suit V2",
        jpn = "魔導スーツbis",
        rom = "Madō Sūtsu bis",
        lit = "Magic Suit Bis",
        category = "Shield",
        mhp = 2000,
        str = 100,
        vit = 70,
        cost = 10000,
        drop = "[[MA-X Angelus-0]] (5%)",
        desc = "First model of a production assist suit powered by magitek. Enhances strength, vitality, and maximum HP phenomenally."
    }, {
        name = "Star Pendant",
        jpn = "星のペンダント",
        rom = "Hoshi no Pendanto",
        lit = "Star Pendant",
        link = "Star Pendant",
        category = "Shield",
        effect = "Prevents [[Final Fantasy XV statuses#Poison|Poison]] status (does not protect against Poison from Ignis's Quick Recipeh)",
        shop = "[[Lestallum]]",
        reward = "[[Quest (Final Fantasy XV)/Sidequests|The Professor's Protégé]] (Sania) sidequest",
        find = "Southeast from [[Longwythe Rest Area]] among some pipes and crates ([[:File:Star-Pendant-Leide-Location-FFXV.png|Map]]), top of an arch in Duscae (south end of the westernmost arch near chocobo racing track; [[:File:Star-Pendant-Arch-Duscae-Map-FFXV.png|Map]]), [[Greyshire Glacial Grotto]], [[Malmalam Thicket]] (25% chance, just north of lightning deposit; [[:File:Golden Hourglass treasure in Malmalam Thicket in FFXV.png|Map]]), [[Fodina Caestino]], Ch.15: [[Pitioss Ruins]], Ch.15: [[Greyshire Glacial Grotto]] maze (Level 27; 50% chance)",
        cost = 3000,
        desc = "A pendant with a celestial motif. Protects the wearer from poison.",
        patchnotes = "The arches in Duscae were made climbable in patch 1.06, and each has an item in the middle."
    }, {
        name = "Rainbow Pendant",
        jpn = "虹のペンダント",
        rom = "Niji no Pendanto",
        lit = "Rainbow Pendant",
        effect = "Prevents [[Final Fantasy XV statuses#Confusion|Confusion]] status",
        shop = "[[Lestallum]]",
        reward = "[[Quest (Final Fantasy XV)/Sidequests#The Professor's Protégé - Yellow Frogs|The Professor's Protégé - Yellow Frogs]] (Sania) sidequest, [[Quest (Final Fantasy XV)/Hunts#In the Drylands, It Rains Spines|In the Drylands, It Rains Spines]] (Longwythe Rest Area) hunt",
        find = "[[Balouve Mines]], Ch.15: [[Pitioss Ruins]], Ch.15: [[Greyshire Glacial Grotto]] maze (Level 16 right; 50% chance)",
        drop = "[[Lich (Final Fantasy XV)|Lich]] (3%), [[Necromancer (Final Fantasy XV)|Necromancer]] (3%), [[Wraith (Final Fantasy XV)|Wraith]] (3%)",
        cost = 3000,
        desc = "A pendant with a rainbow motif. Protects the wearer from confusion."
    }, {
        name = "Moon Pendant",
        jpn = "月のペンダント",
        rom = "Tsuki no Pendanto",
        lit = "Moon Pendant",
        effect = "Prevents [[Final Fantasy XV statuses#Toad|Toad]] status",
        shop = "[[Lestallum]]",
        reward = "[[Quest (Final Fantasy XV)/Sidequests#The Professor's Protégé - Gigantoad|The Professor's Protégé - Gigantoad]] (Sania) sidequest, [[Quest (Final Fantasy XV)/Hunts#Exorcism of the Nebulawood|Exorcism of the Nebulawood]] (Wiz Chocobo Post) hunt",
        find = "[[Taelpar Rest Area]] (follow the path all the way to west; [[:File:Moon-Pendant-Location-FFXV.png|Map]]), [[Malmalam Thicket]] (next to the waterfall), Ch.15: [[Pitioss Ruins]], Ch.15: [[Fociaugh Hollow]] maze (Level 6 follow left path; 50% chance)",
        drop = "[[Chadarnook (Final Fantasy XV)|Chadarnook]] (5%), [[Psychomancer]] (3%)",
        cost = 3000,
        desc = "A pendant with a lunar motif. Protects the wearer from toad."
    }, {
        name = "Earth Pendant",
        jpn = "大地のペンダント",
        rom = "Daichi no Pendanto",
        lit = "Earth Pendant",
        category = "Shield",
        effect = "Prevents [[Final Fantasy XV statuses#Stone|Stone]] status",
        shop = "[[Lestallum]]",
        cost = 3000,
        reward = "[[Quest (Final Fantasy XV)/Sidequests#The Professor's Protégé - Wyvern|The Professor's Protégé - Wyvern]] (Sania) sidequest, [[Quest (Final Fantasy XV)/Hunts#Hunters of the Secullum Pass|Hunters of the Secullum Pass]] (Taelpar Rest Area) hunt",
        find = "[[Crestholm Channels]] ([[:File:Earth-Pendant-Map-Crestholm-Channels-FFXV.png|Map]]), Ch.15: [[Fociaugh Hollow]] maze (Level 6; 50% chance)",
        drop = "[[Psychomancer]] [dungeon variant] (3%)",
        desc = "A pendant with a landscape motif. Protects the wearer from petrification."
    }, {
        name = "Golden Hourglass",
        jpn = "金の砂時計",
        rom = "Kin no Sunadokei",
        lit = "Golden Hourglass",
        link = "Gold Hourglass",
        category = "Shield",
        effect = "Prevents Stop status",
        shop = "[[Lestallum]]",
        cost = 3000,
        reward = "[[Quest (Final Fantasy XV)/Sidequests#The Professor's Protégé - Myrlwood Firefly|The Professor's Protégé - Myrlwood Firefly]] (Sania) sidequest, [[Quest (Final Fantasy XV)/Hunts#No Stopping the Great Stink|No Stopping the Great Stink]] (Lestallum, Thoroughfare) hunt",
        find = "Top of the southern arch between Altor Slough and Rydielle Ley ([[:File:Golden-Hourglass-Arch-Map-FFXV.png|Map]]), [[Malmalam Thicket]] (25% chance, just north of lightning deposit; [[:File:Golden Hourglass treasure in Malmalam Thicket in FFXV.png|Map]]), Ch.15: [[Pitioss Ruins]], Ch.15: [[Daurell Caverns]] maze (Level 12 right; 50% chance)",
        desc = "An hourglass that glitters with gold. Protects the wearer from stop.",
        patchnotes = "The arches in Duscae were made climbable in patch 1.06, and each has an item in the middle."
    }, {
        name = "Safety Bit",
        jpn = "セーフティビット",
        rom = "Sēfuti Bitto",
        lit = "Safety Bit",
        link = "Safety Bit (equipment)",
        category = "Shield",
        cost = 3000,
        effect = "Prevents [[Final Fantasy XV statuses#Down|Instant Death]]",
        reward = "[[Quest (Final Fantasy XV)/Sidequests#The Professor's Protégé - Griffon|The Professor's Protégé - Griffon]] (Sania) sidequest, [[Quest (Final Fantasy XV)/Hunts#Trembling Killer|Trembling Killer]] (Lestallum, Thoroughfare) hunt",
        find = "[[Zegnautus Keep]], Ch.15: [[Pitioss Ruins]], Ch.15: [[Greyshire Glacial Grotto]] maze (Level 28 middle; 50% chance)",
        drop = "[[Mindflayer (Final Fantasy XV)|Mindflayer]] [dungeon variant] (2%), [[Ronin (Final Fantasy XV)|Ronin]]/[[Aramusha]]/[[Yojimbo (Final Fantasy XV)|Yojimbo]]/[[Kengo]]/[[Ayakashi (Final Fantasy XV)|Ayakashi]] (1%)",
        desc = "A protective charm made by worshipers of a particular king of yore. Protects the wearer from sudden death."
    }, {
        name = "Ribbon",
        jpn = "リボン",
        rom = "Ribon",
        lit = "Ribbon",
        link = "Ribbon (equipment)",
        category = "Shield",
        cost = 10000,
        effect = "Prevents 'almost all' [[Final Fantasy XV statuses|status ailments]], including Instant Death, stat debuffs, and periodic elemental damage. Doesn't prevent Ignis's Quick Recipeh debuffs or Danger and Down.",
        reward = "[[The Frogs of Legend]] (Sania) sidequest, [[Quest (Final Fantasy XV)/Hunts#Dead General Strikes Down the King|Dead General Strikes Down the King]] (Lestallum, Thoroughfare) hunt",
        trade = "40 [[Oracle Ascension Coin]]s to Alessio in Altissia",
        desc = "A surprisingly cute and charming red ribbon. Protects the wearer from almost all status ailments."
    }, {
        name = "Bulletproof Vest",
        jpn = "防弾ベスト",
        rom = "Bōdan Besuto",
        lit = "Bulletproof Vest",
        link = "Bulletproof Vest",
        category = "Shield",
        sht = 10,
        shop = "[[Wiz Chocobo Post]], [[Lestallum]], [[Coernix Station - Cauthess]], [[Verinas Mart - Ravatogh]]",
        drop = "[[Imperial Rifleman]] (1%), [[Imperial Sniper]] (1%), [[Battery Soldier]] (1%), [[Imperial Trooper (Final Fantasy XV)|Imperial Trooper]] (1%), [[Eternal Artilleryman]] (''Windows/Royal Edition'')",
        cost = 2000,
        desc = "A Nilfheim-made vest that can resist bullets. Reduces ballistic damage mildly."
    }, {
        name = "Bulletproof Suit",
        jpn = "対弾スーツ",
        rom = "Taidan Sūtsu",
        lit = "Anti-Bullet Suit",--right?
        sht = 20,
        shop = "[[Lestallum]], [[Altissia]]",
        find = "[[Taelpar Rest Area]] (southeast; [[:File:Bulletproof-Suit-Taelpar-Location-FFXV.png|Map]]), [[Aracheole Stronghold]] (behind the fort atop a barrack—jump with a chocobo from the nearby pipe; [[:File:Bulletproof-Suit-Map-Archaeole-Stronghold-FFXV.png|Map]]), [[Zegnautus Keep]] (meeting room in 'united route')",
        drop = "[[Magitek Bannerman]] (1%)",
        cost = 5000,
        desc = "A Niflheim-made suit that can resist bullets. Reduces ballistic damage moderately."
    }, {
        name = "Chobham Armor",
        jpn = "チョバムアーマー",
        rom = "Chobamu Āmā",
        lit = "Chobham Armor",
        sht = 30,
        cost = 8000,
        find = "[[Saxham Outpost]] Furloch Farms rain cover (jump onto the roof with a chocobo or stand under the treasure by climbing onto the boxes), along the western road to the [[Vesperpool]] ([[:File:Chobham-Armor-Location-Map-FFXV.png|Map]]), [[Zegnautus Keep]] ([[:File:Chobham Armor location map in Zegnautus Keep from FFXV.png|Map]]), [[Insomnia]] (''Windows/Royal Edition'': [[:File:Chobham Armor location in Insomnia in FFXVRE.png|Map]]), Ch.15: South from [[Lestallum]] behind an imperial base ([[:File:Chobham-Armor-Location-Lestallum-Area-FFXV.png|Map]])",
        drop = "[[MA Veles-Bis]] (5%)",
        desc = "A reinforced Niflheim-made suit that can resist bullets. Reduces ballistic damage significantly."
    }, {
        name = "Fireproof Inners",
        jpn = "耐熱インナー",
        rom = "Tainetsu Innā",
        lit = "Heat-resistant Undergarments",
        category = "Shield",
        fir = 20,
        shop ="[[Lestallum]], [[Altissia]]",
        find = "Ch.15: [[Pitioss Ruins]]",
        cost = 3000,
        desc = "Undergarment sewn from flame-retardant cloth. Reduces fire damage"
    }, {
        name = "Fire Crest",
        jpn = "火炎の紋章",
        rom = "Kaen no Monshō",
        lit = "Blaze Crest",--/Flame Crest
        category = "Shield",
        fir = 30,
        cost = 10000,
        reward = "[[Quest (Final Fantasy XV)/Hunts#Old Denizens of the Woods|Old Denizens of the Woods]] (Taelpar Rest Area) hunt",
        --drop = "Imperial Rifleman (1%), Imperial Sniper (1%), Battery Soldier (1%)", --The piggyback guide erroneously copies this from Bulletproof Vest
        find = "[[Verinas Mart - Ravatogh]] ([[:File:Fire Crest near Verinas Mart in FFXV.png|Map]]), The [[Rock of Ravatogh]] ([[:File:Fire Crest location map Rock of Racatogh from FFXV.png|Map]]), [[Insomnia]] (original & ''Windows/Royal Edition'': [[:File:Fire Crest in Insomnia location from FFXVRE.png|Map]]), near entrance to the [[Pitioss Ruins]] ([[:File:Fire-Crest-Location-Pitioss-FFXV.png|Map]])",
        drop = "[[Dolce (Final Fantasy XV)|Dolce]] (3%), [[Bavarois (Final Fantasy XV)|Bavarois]] (2%)",--official guide erroneusly says bombs and grenades
        trade = "4 [[Oracle Ascension Coin]]s to Alessio",
        desc = "A crest carved with an enchantment to ward off flames. Reduces fire damage significantly."
    }, {
        name = "Warm Inners",
        jpn = "耐寒インナー",
        rom = "Taikin Innā",
        lit = "Cold-resistant Undergarment",--I haven't heard "Inners" before
        category = "Shield",
        ice = 20,
        shop = "[[Lestallum]], [[Altissia]]",
        find = "[[Verinas Mart - Ravatogh]], Ch.15: [[Pitioss Ruins]]",
        cost = 3000,
        desc = "Undergarment sewn of threads that keep out the cold. Reduces ice damage."
    }, {
        name = "Ice Crest",
        jpn = "氷の紋章",
        rom = "Kōri no Monshō",
        lit = "Ice Crest",
        ice = 30,
        cost = 10000,
        find = "Atop a pylon in Cleigne (along the road north from [[Old Lestallum]], part of the [[Quest (Final Fantasy XV)/Sidequests#Power to the Pylons II|Power to the Pylons II]] quest; [[:File:Power to the Pylons II location from FFXV.png|Map]])",
        reward = "[[Quest (Final Fantasy XV)/Hunts#Hunter HQ Line of Defense|Hunter HQ Line of Defense]] (Meldacio Hunter HQ) hunt",
        drop = "[[Gelatin (Final Fantasy XV)|Gelatin]] (2%), [[Marshmallow (Final Fantasy XV)|Marshmallow]] (2%)",
        trade = "4 [[Oracle Ascension Coin]]s to Alessio",
        desc = "A crest carved with an enchantment to ward off the cold. Reduces ice damage significantly."
    }, {
        name = "Insulated Inners",
        jpn = "耐電インナー",
        rom = "Taiden Innā",
        lit = "Electricity-resistant Undergarments",
        category = "Shield",
        ltn = 20,
        shop = "[[Lestallum]], [[Altissia]]",
        find = "Causcherry Plains outside [[Perpetouss Keep]] on a storage container (need chocobo with boosted jump or warp up the curved part of the pipe to the north, then warp over; [[:File:Insulated-Inners-Location-Map-Perpetouss-Keep-FFXV.png|Map]]), Ch.15: [[Pitioss Ruins]]",
        cost = 3000,
        desc = "Undergarment made of a material that serves as an electrical insulator. Reduces lightning damage."
    }, {
        name = "Lightning Crest",
        jpn = "雷の紋章",
        rom = "Kaminari no Monshō",
        lit = "Lightning Crest",
        ltn = 30,
        cost = 10000,
        reward = "[[Quest (Final Fantasy XV)/Hunts#Off with Their Heads|Off with Their Heads]] (Lestallum, Market) hunt",
        drop = "[[Custard]] (2%), [[Crème Brûlée (Final Fantasy XV)|Crème Brûlée]] (1%)",
        trade = "4 [[Oracle Ascension Coin]]s to Alessio",
        desc = "A crest carved with an enchantment to ward off lightning. Reduces lightning damage significantly."
    }, {
        name = "Anti-darkness Inners",
        jpn = "耐闇インナー",
        rom = "Taian Innā",--i guess?
        lit = "Dark-resistant Undergarments",
        category = "Shield",
        drk = 20,
        cost = 3000,
        reward = "[[Quest (Final Fantasy XV)/Hunts#A Fistful of Gil|A Fistful of Gil]] (Longwythe Rest Area) hunt",
        find = "Ch.15: [[Pitioss Ruins]]",
        desc = "Ungarment sewn from a blessed fabric that wards off evil. Reduces darkness damage."
    }, {
        name = "Dark Crest",
        jpn = "闇の紋章",
        rom = "Yami no Monshō",
        lit = "Dark Crest",
        category = "Shield",
        drk = 30,
        cost = 10000,
        reward = "[[Quest (Final Fantasy XV)/Hunts#Bones Seek an Offering|Bones Seek an Offering]] (Lestallum, Thoroughfare) hunt",
        drop = "[[Black Flan (Final Fantasy XV)|Black Flan]] (1%), [[Lakhmu Flan]] (2%), [[Matcha Mousse]] (3%), [[Hecteyes (Final Fantasy XV)|Hecteyes]] (1%)",
        trade = "8 [[Oracle Ascension Coin]]s to Alessio",
        desc = "A crest bearing holy runes. Reduces darkness damage significantly."
    }, {
        name = "Celestriad",
        jpn = "スリースターズ",
        rom = "Surī Sutāzu",
        lit = "Three Stars",
        link = "Three Stars (item)",
        fir = 30,
        ice = 30,
        ltn = 30,
        cost = 30000,
        find = "Ch.15: [[Steyliff Grove]] maze (Level 12 right), Ch.15: [[Costlemark Tower]] maze (Level 48, 50% chance)",
        reward = "[[Justice Monsters Five]] minigame (99 chests in 10 gil machine)",
        desc = "A crest with three gemstones inlaid. Reduces fire, ice, and lightning damage significantly."
    }, {
        name = "Mighty Guard",
        jpn = "マイティガード",
        rom = "Maiti Gādo",
        lit = "Mighty Guard",
        category = "Shield",
        fir = 30,
        ice = 30,
        ltn = 30,
        drk = 30,
        cost = 40000,
        find = "Ch.15: [[Crestholm Channels]] maze (Level 20 camp)",
        trade = "20 [[Oracle Ascension Coin]]s to Alessio",
        desc = "A crest bearing the effigies of the six Astrals. Reduces fire, ice, lightning, and darkness damage significantly."
    }, {
        name = "Protective Amulet",
        jpn = "セーフティガード",
        rom = "Sēfuti Gādo",
        lit = "Safety Guard",
        category = "Shield",
        default = "Cor (locked)",
        noctis = false,
        gladiolus = false,
        ignis = false,
        prompto = false,
        cor = true,--chances are this gives Cor his 50% shot protection but i can't say for sure
        unsellable = true
    }, {
        name = "Stone Wall",
        jpn = "ストーンウォール",
        rom = "Sutōn Wōru",
        lit = "Stone Wall",
        fir = 30,
        ice = 30,
        sht = 30,
        cost = 10000,
        trade = "30 [[Oracle Ascension Coin]]s to Alessio",
        desc = "A crest enchanted with the unyielding might of the earth. Reduces fire, ice, and ballistic damage significantly."
    }, {
        name = "Genji Gloves",
        jpn = "源氏の小手",
        rom = "Genji no Kote",
        lit = "Genji Bracers",--what our article uses
        link = "Genji Gloves",
        category = "Shield",
        ltn = 30,
        drk = 30,
        sht = 30,
        cost = 60000,
        find = "Ch.15: [[Pitioss Ruins]]",
        desc = "Armor from a faraway land. Reduces lightning, darkness, and ballistic damage significantly."
    }, {
        name = "Tempered Shield",
        jpn = "硬化シールド",
        rom = "Kōka Shīrudo",
        lit = "Hardening Shield",--idk
        category = "Shield",
        mhp = 800,
        vit = 40,
        cost = 2000,
        find = "[[Zegnautus Keep]] ([[:File:Temepered Shield in Zegnautus Keep map from FFXV.png|Map]]), [[Citadel]] (one of the receptionists' desks)",
        drop = "[[MA Veles-Bis]] (5%)",
        desc = "A personal barrier made using imperial military technology. Enhances utility and increases maximum HP moderately."
    }, {
        name = "Magitek Shield",
        jpn = "魔導シールド",
        rom = "Madō Shīrudo",
        lit = "Magic Shield",
        link = "Magitek Shield",
        category = "Shield",
        mhp = 1000,
        vit = 60,
        cost = 2000,
        find = "[[Insomnia]] (''Windows/Royal Editions:'' [[:File:Magitek Shield location in Insomnia from FFXVRE.png|Map]])",
        drop = "[[MA Veles-Bis]] (5%), [[MA-X Cuirass]] [Formouth Garrison] (100%)",
        desc = "A personal barrier that employs magitek armor technology. Enhances vitality and increases maximum HP phenomenally."
    }, {
        name = "Towel",
        jpn = "タオル",
        rom = "Taoru",
        lit = "Towel",
        dirt = -100,
        shop = "[[Wiz Chocobo Post]] (arms dealer)",
        reward = "[[Quest (Final Fantasy XV)/Hunts#Rulers of the Banks|Rulers of the Banks]] (Old Lestallum) hunt",
        cost = 5000,
        desc = "An irrisistibly soft towel. Keeps the owner spotless throughout the grimiest times."
    }, {
        name = "Handkerchief",
        jpn = "ハンカチ",
        rom = "Hankachi",
        lit = "Handkerchief",
        dirt = -66,
        shop = "[[Wiz Chocobo Post]] (arms dealer)",
        reward = "[[Quest (Final Fantasy XV)/Hunts#A Lost Painting|A Lost Painting]] (Altissia, Maagho) hunt",
        cost = 1000,
        desc = "A fine handkerchief sporting a checkered pattern. Protects the owner from some staining."
    }, {
        name = "White Sneakers",
        jpn = "白いスニーカー",
        rom = "Shiroi Sunīkā",
        lit = "White Sneakers",
        dirt = 100,
        shop = "[[Lestallum]] market",
        cost = 1000,
        desc = "A squeaky clean part of white sneakers. Makes the owner more susceptible to staining."
    }, {
        name = "Bandage",
        jpn = "包帯",
        rom = "Hotai",
        lit = "Bandage",
        effect = "Prevents bloodstains",
        shop = "[[Lestallum]] market",
        cost = 1000,
        desc = "A giant roll of gauze that's gentle on the skin. Protects the owner from bloodstains."
    }, {
        name = "Styling Gel",
        jpn = "整髪料",
        rom = "Seihatsu-ryō",
        lit = "Hairstyling Product",
        effect = "Retains hairstyle in any [[weather]]",
        shop = "[[Lestallum]] market",
        cost = 1000,
        find = "Top of an arch in Duscae near [[Cauthess Rest Area]]",
        desc = "A heavy-duty hair gel with unsurpassed holding power. Hairstyles retain their shape even when drenched.",
        patchnotes = "The arches in Duscae were made climbable in patch 1.06, and each has an item in the middle."
    }, {
        name = "Thieves' Way",
        jpn = "盗賊の心得",
        rom = "Tōzoku no Kokoroe",
        --lit = "Way of the Thief",
        lit = "Thieves' Way",--it's not in accurate so i'll leave it
        category = "Orb",
        gladiolus = false,
        ignis = false,
        prompto = false,
        phasemp = -20,
        cost = 5000,
        find = "[[Fociaugh Hollow]] ([[:File:Thieves-Way-Fociaugh-Hollow-Map-FFXV.png|Map]])",
        desc = "An accessory exclusively for Noctis. Reduces MP cost of phasing."
    }, {
        name = "Thieves' Way II",
        jpn = "盗賊の真髄",
        rom = "Tōzoku no Shinzui",
        lit = "Thieves' Essence",
        category = "Orb",
        gladiolus = false,
        ignis = false,
        prompto = false,
        phasemp = -40,
        cost = 10000,
        find = "[[Costlemark Tower]] (room with the Ereshkigal, cross the ledge the opposite of the pipe; [[:File:Thieves Way II Costlemark map from FFXV.png|Map]])",
        desc = "An accessory exclusively for Noctis. Greatly reduces MP cost of phasing."
    }, {
        name = "Friendship Band",
        jpn = "友情のミサンガ",
        rom = "Yūjō no Misanga",
        lit = "Friendship Misanga",--"misanga" isn't a common Eng word, but it is more specific
        category = "Orb",
        noctis = false,
        cost = 2000,
        effect = "Increases [[link-strike]] activation radius",
        find = "[[Balouve Mines]], [[Greyshire Glacial Grotto]], [[Crestholm Channels]] (player must be Lv.35+ for it to appear)",
        desc = "An accessory that can be worn by Noctis's friends. Wearers can unleash link strikes even over great distances."
    }, {
        name = "Auto-changer",
        jpn = "オートチェンジャー",
        rom = "Ōtochenjā",
        lit = "Auto-changer",
        category = "Orb",
        gladiolus = false,
        ignis = false,
        prompto = false,
        effect = "Automatically switches to the next clockwise weapon after each attack or combo. Performing a normal attack with the accessory equipped leaves behind a warp decoy.",
        mhp = 100,
        str = 30,
        vit = 30,
        cost = 2000,
        find = "[[Crestholm Channels]]",
        desc = "An accessory exclusively for Noctis. Produces a warp decoy and automatically switches arms after an attack.",
        patchnotes = "Added warp decoy effect."
    }, {
        name = "Megaphone",
        jpn = "メガホン",
        rom = "Megahon",
        lit = "Megaphone",
        noctis = false,
        ignis = false,
        prompto = false,
        cost = 2000,
        effect = "HP Recovery Rate +10% for the whole party. Max HP Recovery Rate unaffected.",
        find = "The [[Myrlwood]] (northern point of the large area after entering the forest; [[:File:Megaphone location in Myrlwood in FFXV.png|Map]])"
    }, {
        name = "The Good Chamberlain",
        jpn = "侍従の基本",
        rom = "Jijū no Kihon",
        lit = "Basics of a Chamberlain",
        category = "Orb",
        noctis = false,
        gladiolus = false,
        prompto = false,
        cost = 2000,
        effect = "Ignis will attempt to run over and heal the party leader, including himself, when their HP falls to half, assuming there are no obstructions",
        find = "[[Costlemark Tower]] (after dropping down to a lower floor twice from where Thieves' Way was found, find at a dead end; [[:File:The Good Chamberlain Costlemark map from FFXV.png|Map]]), Ch.15: [[Fociaugh Hollow]] maze",
        desc = "An accessory exclusively for Ignis. Automatically uses hi-potion when the player-controlled character's HP falls to half."
    }, {
        name = "The Grand Chamberlain",
        jpn = "侍従長の基本",
        rom = "Jijū-chō no Kihon",
        lit = "Basics of a Grand Chamberlain",
        category = "Orb",
        noctis = false,
        gladiolus = false,
        prompto = false,
        cost = 3000,
        effect = "Ignis will attempt to run over and heal the party leader, including himself, when their HP falls to half, assuming there are no obstructions",
        find = "Ch.15: [[Fociaugh Hollow]] maze (Level 6 right path)",
        desc = "An accessory exclusively for Ignis. Automatically uses an elixir when the player-controlled character's maximum HP falls to half."
    }, {
        name = "Target Scope",
        jpn = "ターゲットスコープ",
        rom = "Tāgetto Sukōpu",
        lit = "Target Scope",
        noctis = false,
        gladiolus = false,
        ignis = false,
        effect = "+50% damage to small enemies",
        find = "[[Crestholm Channels]] (player must be Lv.35+ for it to appear)",
        cost = 2000,
        desc = "An accessory exclusively for Prompto. Significantly increases attacking strength when fighting small foes."
    }, {
        name = "Camera Strap",
        jpn = "カメラストラップ",
        rom = "Kamera Sutorappu",
        lit = "Camera Strap",
        category = "Orb",
        noctis = false,
        gladiolus = false,
        ignis = false,
        effect = "+5 to max [[photos]] per day",
        cost = 2000,
        find = "[[Wiz Chocobo Post]]",
        desc = "An accessory exclusively for Prompto. Slightly increases the number of photos that can be taken in one day."
    }, {
        name = "Moogle Charm",
        jpn = "モグのお守り",
        rom = "Mogu no Omamori",
        lit = "Mog's Charm",
        link = "Mog's Amulet",
        category = "Orb",
        exp = 20,
        cost = 10000,
        find = "Top of an arch in Duscae (easternmost arch near to the chocobo racing track; [[:File:Moogle-Charm-Arch-Map-FFXV.png|Map]]), [[Crestholm Channels]] ([[:File:Moogle-Charm-Crestholm-Channels-Map-FFXV.png|Map]]), [[Daurell Caverns]], [[Costlemark Tower]] ([[:File:Moogle Charm Costlemark map from FFXV.png|Map]]), Ch.15: [[Pitioss Ruins]], Ch.15: [[Daurell Caverns]] maze (Level 10 camp)",
        reward = "[[Justice Monsters Five]] minigame (40 chests in 10,000 gil machine), 'A Flower for Iris' Tour",
        desc = "An amulet decorated with a picture of a moogle. Increases EXP earned.",
        patchnotes = "The arches in Duscae were made climbable in patch 1.06, and each has an item in the middle."
    }, {
        name = "Field Medicine",
        jpn = "医学の心得",
        rom = "Igaku no Kokoroe",
        lit = "Way of Medicine",--alternatively Medicinal Knowledge/Medical Knowledge. i translated to be consistent with Thieves' Way
        category = "Orb",
        gladiolus = false,
        ignis = false,
        prompto = false,
        halfhpitem = "Potion",
        cost = 5000,
        find = "Ch.15: [[Daurell Caverns]] maze (Level 18 middle path)",
        desc = "An accessory exclusively for Noctis. Automatically uses potion when HP falls to half."
        }, {
        name = "Soul of Thamasa",
        jpn = "ソウル・オブ・サマサ",
        rom = "Sōru obu Samasa",
        lit = "Soul of Thamasa",
        link = "Soul of Thamasa",
        category = "Orb",
        gladiolus = false,
        ignis = false,
        prompto = false,
        mmp = 50,
        cost = 40000,
        find = "Ch.15: [[Costlemark Tower]] maze (Level 28)",
        desc = "An accessory exclusively for Noctis. Increases maximum MP.",
        patchnotes = "<1.2: Max MP +30"
    }, {
        name = "Robe of the Lord",
        jpn = "ローブ・オブ・ロード",
        rom = "Rōbu obu Rōdo",
        lit = "Robe of the Lord",
        link = "Lordly Robes",
        category = "Orb",
        gladiolus = false,
        ignis = false,
        prompto = false,
        mpr = 5,
        cost = 60000,
        find = "Ch.15: [[Steyliff Grove]] maze (Level 62 right)",
        desc = "An accessory exclusively for Noctis. Increases MP recovery rate.",
        patchnotes = "<1.2: MP Rcv. Rate +25%"
    }, {
        name = "Applied Sorcery",
        jpn = "魔術の心得",
        rom = "Majutsu no Kokoroe",
        lit = "Way of Sorcery",
        category = "Orb",
        gladiolus = false,
        ignis = false,
        prompto = false,
        halfmpitem = "Ether",
        cost = 40000,
        find = "Ch.15: [[Costlemark Tower]] maze (Level 38)",
        desc = "An accessory exclusively for Noctis. Automatically uses ether when MP falls to half."
    }, {
        name = "Black Hood",
        jpn = "黒頭巾",
        rom = "Kuro Zukin",
        lit = "Black Hood",
        link = "Black Cowl",
        category = "Orb",
        gladiolus = false,
        ignis = false,
        prompto = false,
        effect = "Enables auto-parries and automatic passing through attacks even while running, but takes away phasing related abilities (e.g. MP cost is the maximum, disables Blink). Does not work with the Ring of the Lucii as weapon.",
        find = "Ch.15: [[Pitioss Ruins]]",
        desc = "An accessory exclusively for Noctis. The wearer automatically evades attacks."
    }, {
        name = "Black Belt",
        jpn = "ブラックベルト",
        rom = "Burakku Beruto",
        lit = "Black Belt",
        link = "Black Belt (equipment)",
        category = "Orb",
        noctis = false,
        ignis = false,
        prompto = false,
        cost = 2000,
        effect = "+50% damage to larger enemies",
        find = "Ch.15: [[Greyshire Glacial Grotto]] maze (Level 4)",
        desc = "An accessory exclusively for Gladiolus. Significantly increases attacking strength when fighting massive foes."
    }, {
        name = "Ring of Resistance",
        jpn = "守りの指輪",
        rom = "Mamori no yubiwa",
        lit = "Protective Ring",
        desc = "A protective piece of jewelry that renders the entire party impervious to magical friendly fire.",
        effect = "All allies become immune to friendly fire from Elemancy, with varied results",--Seems Elemancy consists of the opening blast, and then the aftermath.
        download = "[[Final Fantasy XV downloadable content#FFXV Holiday Pack +|Holiday Pack+]] download",
        dlc = true,
        unsellable = true,
    }, {
        name = "Tech Turbocharger",
        jpn = "コマンドブースター",
        rom = "Komandobūsutā",
        lit = "Command Booster",
        gladiolus = false,
        ignis = false,
        prompto = false,
        desc = "A device for Noctis that accelerates the tech bar replenishment rate, but freezes the Armiger bar.",
        effect = "Doubles the rate Noctis's tech bar increases. Prompto's First Shot skill adds 2 segments. Prevents Armiger bar from increasing.",--seems to be double, based on first shot
        download = "[[Final Fantasy XV downloadable content#FFXV Holiday Pack +|Holiday Pack+]] download",
        dlc = true,
        unsellable = true,
    }, {
        name = "Armiger Accelerator",
        jpn = "ファントムブースター",
        rom = "Fantomubūsutā",
        lit = "Phantom Booster",
        gladiolus = false,
        ignis = false,
        prompto = false,
        desc = "A device for Noctis that accelerates the Armiger bar replenishment rate, but freezes the tech bar.",
        effect = "Doubles Armiger bar increase rate. Prevents Tech bar from increasing.",
        download = "[[Final Fantasy XV downloadable content#FFXV Holiday Pack +|Holiday Pack+]] download",
        dlc = true,
        unsellable = true,
    }, {
        name = "Blitzer's Fanfare",
        jpn = "瞬殺の凱歌",
        rom = "Shunsatsu no Gaika",
        lit = "Instant Kill Fanfare",
        desc = "A scroll of sheet music containing a song of jubilation that provides additional AP for earning an A+ in Time outside of training.",
        effect = "+2 AP when getting A+ in Time in non-training battle",
        download = "[[Final Fantasy XV downloadable content#FFXV Holiday Pack +|Holiday Pack+]] download",
        dlc = true,
        unsellable = true,
    }, {
        name = "Tactician's Fanfare",
        jpn = "殲滅の凱歌",
        rom = "Senwaza no Gaika",
        lit = "War Skill Fanfare",
        desc = " A scroll of sheet music containing a song of jubilation that provides additional AP for earning an A+ in Finesse outside of training.",
        effect = "+4 AP when getting A+ in Finesse in non-training battle",
        download = "[[Final Fantasy XV downloadable content#FFXV Holiday Pack +|Holiday Pack+]] download",
        dlc = true,
        unsellable = true,
    }, {
        name = "Warrior's Fanfare",
        jpn = "殲滅の凱歌",
        rom = "Senmetsu no Gaika",
        lit = "Annihilation Fanfare",
        desc = "A scroll of sheet music containing a song of jubilation that provides additional AP for earning an A+ in Offense outside of training.",
        effect = "+1 AP when getting A+ in Offense in non-training battle",
        download = "[[Final Fantasy XV downloadable content#FFXV Holiday Pack (Free Version)|Holiday Pack (Free)]] download",
        dlc = true,
        unsellable = true,
    }, {
        name = "Key of Prosperity",
        jpn = "幸運の鍵",
        rom = "Kōun no kagi",
        lit = "Fortune's Key",
        desc = "A lucky charm that increases the rate at which fallen foes leave behind items of value.",
        effect = "Drop Rate increases pitifully",
        download = "[[Final Fantasy XV downloadable content#FFXV Holiday Pack +|Holiday Pack+]] download",
        dlc = true,
        unsellable = true,
    }, {
        name = "Stamina Badge",
        jpn = "スタミナアンカー",
        rom = "Sutaminaankā",
        lit = "Stamina Anchor",
        gladiolus = false,
        ignis = false,
        prompto = false,
        desc = "A device that enables Noctis to sprint and hang without expending stamina.",
        effect = "Eliminates Noctis's stamina bar and its limitations",
        download = "[[Final Fantasy XV downloadable content#FFXV Holiday Pack +|Holiday Pack+]] download",
        dlc = true,
        unsellable = true,
    }, {
        name = "Nixperience Band",
        jpn = "レベルストッパー",
        rom = "Reberusutoppā",
        lit = "Level Stopper",
        desc = "A device that stops experience points from being tallied, preventing the party from leveling up for an added challenge.",
        effect = "EXP is still gained, but never tallied when resting, etc. Cannot save EXP if already at max level",
        download = "[[Final Fantasy XV downloadable content#FFXV Holiday Pack (Free Version)|Holiday Pack (Free)]] download",
        dlc = true,
        unsellable = true,
    }, {
        name = "The Founder King's Sigil",
        effect = "Enables [[Armiger Unleashed]]",
        find = "In northern Leide, near [[Keycatrich]], interact with the statue of the Founder King after collecting all 13 royal arms. Only one available.",
        download = "Exclusive to ''Final Fantasy XV Royal/Windows Edition''",
        gladiolus = false,
        ignis = false,
        prompto = false,
        dlc = true,
        unsellable = true,
        desc = "Crest containing the combined strength of all the rulers of yore. Awakens Noctis to the true power of kings."
    }, {
        name = "The Wanderer's Talisman",
        effect = "Increases growth rate of total clarity gauge",
        download = "Exclusive to ''Final Fantasy XV Royal/Windows Edition''",
        gladiolus = false,
        noctis = false,
        prompto = false,
        dlc = true,
        unsellable = true,
        mhp = 10,
        hpr= 10,--a guess, but the regen is high and compared it with other buffs
        mmp = 10,
        str = 10,
        vit = 10,
        mag = 10,
        spr = 10,
        fir = 10,
        ice = 10,
        ltn = 10,
        drk = 10,
        sht = 10,
        reward = "Chapter 14 quest [[Quest (Final Fantasy XV)/Sidequests#A Glaive out of Time|A Glaive out of Time]]. Only one available",
        desc = "Amulet infused with the power of the Lucii. Accelerates the rate at which Ignis gains total clarity."
    }, {
        name = "The Clever's Talisman",
        effect = "Boosts Prompto's critical hit rate and Rapidus SMG never runs out of ammo.",
        download = "Exclusive to ''Final Fantasy XV Royal/Windows Edition''",
        gladiolus = false,
        noctis = false,
        ignis = false,
        dlc = true,
        unsellable = true,
        mhp = 10,
        hpr= 10,--a guess, but the regen is high and compared it with other buffs
        mmp = 10,
        str = 10,
        vit = 10,
        mag = 10,
        spr = 10,
        fir = 10,
        ice = 10,
        ltn = 10,
        drk = 10,
        sht = 10,
        reward = "Chapter 14 quest [[Quest (Final Fantasy XV)/Sidequests#Crown City Without a King|Crown City Without a King]]. Only one available",
        desc = "Amulet infused with the power of the Lucii. Increases Prompto’s critical hit rate and allows him to fire the Rapidus SMG without running out of ammo."
    }, {
        name = "The Tall's Talisman",
        effect = "Increases the growth rate of valor gauge.",
        download = "Exclusive to ''Final Fantasy XV Royal/Windows Edition''",
        prompto = false,
        noctis = false,
        ignis = false,
        dlc = true,
        unsellable = true,
        mhp = 10,
        hpr= 10,--a guess, but the regen is high and compared it with other buffs
        mmp = 10,
        str = 10,
        vit = 10,
        mag = 10,
        spr = 10,
        fir = 10,
        ice = 10,
        ltn = 10,
        drk = 10,
        sht = 10,
        reward = "Chapter 14 quest [[Quest (Final Fantasy XV)/Sidequests#Relics of the Empire|Relics of the Empire]]. Only one available",
        desc = "Amulet infused with the power of the Lucii. Accelerates the rate at which Gladiolus’s valor increases."
    }, {
        name = "Trihead Heart",
        find = "On the ground after defeating [[Cerberus (Final Fantasy XV boss)|Cerberus]]",
        download = "Exclusive to ''Final Fantasy XV Royal/Windows Edition''",
        dlc = true,
        unsellable = true,
        fir = 100,
        mhp = 1000,
        desc = "Blood-pumping organ ripped from the chest of a three-headed Cerberus. Increases maximum HP and nullifies fire attacks."
    }, {
        name = "Rare Metal",
        effect = "All attacks can [[Break Damage Limit|break the damage limit]], but reduces max HP by 90% (max HP boosts gained from food and attire are unaffected)",
        str = 500,
        vit = -500,
        drop = "[[Omega (Final Fantasy XV)|Omega]] (only one allowed in inventory)",
        download = "Exclusive to ''Final Fantasy XV Royal/Windows Edition''",
        gladiolus = false,
        ignis = false,
        prompto = false,
        dlc = true,
        unsellable = true,
        desc = "Scrap of metal salvaged from the Omega. Drastically changes vitality, power, and maximum HP. Allows Noctis to deal incredible damage with some attacsks."
    }, {
        name = "Power Wristband",
        jpn = "パワーリスト",
        rom = "Pawā Risuto",
        lit = "Power Wrist",
        link = "Power Armlet",
        category = "Sword",
        default = "Iris (locked)",
        str = 50,--i got this from a jp site. i don't know if you can do the calculation in-game or something
        noctis = false,
        gladiolus = false,
        ignis = false,
        prompto = false,
        iris = true,
        unsellable = true
    }, {
        name = "Electric Actuator",
        jpn = "電動アクチュエーター",
        rom = "Dendō Akuchuētā",
        lit = "Electric Actuator",
        category = "Sword",
        default = "Aranea (locked)",
        noctis = false,
        gladiolus = false,
        ignis = false,
        prompto = false,
        aranea = true,
        unsellable = true
    }, {
        name = "A1-Class Powershield",
        jpn = "士官用特A級シールド",
        rom = "Shikan-yō Toku A-kyū Shīrudo",
        lit = "Officer-Use Special A-Class Shield",
        link = "A1-Class Powershield",
        category = "Shield",
        default = "Aranea (locked)",
        noctis = false,
        gladiolus = false,
        ignis = false,
        prompto = false,
        aranea = true,
        unsellable = true
    }, {
        name = "Inertia Controller",
        jpn = "慣性制御装置",
        rom = "Kansei Seigyo Sōchi",
        lit = "Inertia Controller",--/Control Device
        category = "Orb",
        default = "Aranea (locked)",
        noctis = false,
        gladiolus = false,
        ignis = false,
        prompto = false,
        aranea = true,
        unsellable = true
    }
}