Final Fantasy Wiki
Register
Advertisement

Documentation for this module may be created at Module:FFXII Data/Weapons/doc

return {
    keyfield = "name",--this is invalid but for easier errorchecking
    fields = {
        name = {
            datatype = "string",
            title = "Name"
        },
        japanese = {
            datatype = "string",
            title = "Japanese"
        },
        romaji = {
            datatype = "string",
            title = "Rōmaji"
        },
        lit = {
            datatype = "string",
            title = "Lit."
        },
        original = {
            datatype = "boolean",
            default = false,
            title = "Original?",
            description = "Weapon as it appears in the original version?"
        },
        zodiac = {--split this if TZA has differences
            datatype = "boolean",
            default = false,
            title = "Zodiac?",
            description = "Weapon as it appears in the Zodiac versions?"
        },
        link = {
            datatype = "string",
            title = "Main page",
            description = "Article for covering the weapon as it appears in the game"
        },
        recurring = {
            datatype = "string",
            title = "Recurring page",
            description = "Article for covering the weapon as it appears in the series in general"
        },
        image = {
            datatype = "image",
            title = "Image",
        },
        type = {
            datatype = "string",
            title = "Weapon type",
            fromlist = { "Unarmed", "Sword", "Dagger", "Axe", "Hammer", "Mace", "Measure", "Greatsword", "Katana", "Ninja Sword", "Spear", "Pole", "Rod", "Staff", "Bow", "Crossbow", "Gun", "Hand-bomb" }
        },
        formula = {
            datatype = "string",
            title = "Damage formula",
            fromlist = {
                "Unarmed",
                "Strength",--Sword, Greatsword, Spear, Staff, Crossbow
                "Speed",--Dagger, Ninja Sword, Bow
                "Vitality",--Axe, Hammer, Hand-bomb
                "Mace",--Mace
                "Pierce",--Measure, Gun
                "Magick Power",--Katana, Staff
                "Pole"--Pole
            }
        },
        attack = {
            datatype = "number",
            title = "Attack",
            maxdp = 0,
            min = 0
        },
        evade = {
            datatype = "number",
            title = "Evade",
            maxdp = 0,
            min = 0
        },
        effectfire = {
            datatype = "boolean",
            title = "Effect: Fire",
            default = false,
            description = "Weapon deals Fire damage"
        },
        effectice = {
            datatype = "boolean",
            title = "Effect: Ice",
            default = false,
            description = "Weapon deals Ice damage"
        },
        effectthunder = {
            datatype = "boolean",
            title = "Effect: Thunder",
            default = false,
            description = "Weapon deals Thunder damage"
        },
        effectearth = {
            datatype = "boolean",
            title = "Effect: Earth",
            default = false,
            description = "Weapon deals Earth damage"
        },
        effectwind = {
            datatype = "boolean",
            title = "Effect: Wind",
            default = false,
            description = "Weapon deals Wind damage"
        },
        effectwater = {
            datatype = "boolean",
            title = "Effect: Water",
            default = false,
            description = "Weapon deals Water damage"
        },
        effectholy = {
            datatype = "boolean",
            title = "Effect: Holy",
            default = false,
            description = "Weapon deals Holy damage"
        },
        effectdark = {
            datatype = "boolean",
            title = "Effect: Dark",
            default = false,
            description = "Weapon deals Dark damage"
        },
        potencyfire = {
            datatype = "boolean",
            title = "Potency: Fire",
            default = false,
            description = "Weapon increases potency of Fire elemental abilities by 50%",
        },
        potencyice = {
            datatype = "boolean",
            title = "Potency: Ice",
            default = false,
            description = "Weapon increases potency of Ice elemental abilities by 50%",
        },
        potencythunder = {
            datatype = "boolean",
            title = "Potency: Thunder",
            default = false,
            description = "Weapon increases potency of Thunder elemental abilities by 50%",
        },
        potencyearth = {
            datatype = "boolean",
            title = "Potency: Earth",
            default = false,
            description = "Weapon increases potency of Earth elemental abilities by 50%",
        },
        potencywind = {
            datatype = "boolean",
            title = "Potency: Wind",
            default = false,
            description = "Weapon increases potency of Wind elemental abilities by 50%",
        },
        potencywater = {
            datatype = "boolean",
            title = "Potency: Water",
            default = false,
            description = "Weapon increases potency of Water elemental abilities by 50%",
        },
        potencyholy = {
            datatype = "boolean",
            title = "Potency: Holy",
            default = false,
            description = "Weapon increases potency of Holy elemental abilities by 50%",
        },
        potencydark = {
            datatype = "boolean",
            title = "Potency: Dark",
            default = false,
            description = "Weapon increases potency of Dark elemental abilities by 50%",
        },
        onhitrate = {
            datatype = "number",
            format = "percent",
            title = "On Hit rate",
            description = "Chance of inflicting status on attack",
        },
        onhitnodamage = {
            datatype = "boolean",
            title = "On Hit: No damage",
            default = false,
            description = "Weapon does not inflict damage if On Hit status triggers"
        },
        onhitko = {
            datatype = "boolean",
            title = "On Hit: KO",
            default = false,
            description = "Weapon has chance of inflicting KO status"
        },
        onhitpetrify = {
            datatype = "boolean",
            title = "On Hit: Petrify",
            default = false,
            description = "Weapon has chance of inflicting Petrify status"
        },
        onhitstop = {
            datatype = "boolean",
            title = "On Hit: Stop",
            default = false,
            description = "Weapon has chance of inflicting Stop status"
        },
        onhitdoom = {
            datatype = "boolean",
            title = "On Hit: Doom",
            default = false,
            description = "Weapon has chance of inflicting Doom status"
        },
        onhitconfuse = {
            datatype = "boolean",
            title = "On Hit: Confuse",
            default = false,
            description = "Weapon has chance of inflicting Confuse status"
        },
        onhitdisease = {
            datatype = "boolean",
            title = "On Hit: Disease",
            default = false,
            description = "Weapon has chance of inflicting Disease status"
        },
        onhitslow = {
            datatype = "boolean",
            title = "On Hit: Slow",
            default = false,
            description = "Weapon has chance of inflicting Slow status"
        },
        onhitdisable = {
            datatype = "boolean",
            title = "On Hit: Disable",
            default = false,
            description = "Weapon has chance of inflicting Disable status"
        },
        onhitimmobilize = {
            datatype = "boolean",
            title = "On Hit: Immobilize",
            default = false,
            description = "Weapon has chance of inflicting Immobilize status"
        },
        onhitsilence = {
            datatype = "boolean",
            title = "On Hit: Silence",
            default = false,
            description = "Weapon has chance of inflicting Silence status"
        },
        onhitblind = {
            datatype = "boolean",
            title = "On Hit: Blind",
            default = false,
            description = "Weapon has chance of inflicting Blind status"
        },
        onhitpoison = {
            datatype = "boolean",
            title = "On Hit: Poison",
            default = false,
            description = "Weapon has chance of inflicting Poison status"
        },
        onhitoil = {
            datatype = "boolean",
            title = "On Hit: Oil",
            default = false,
            description = "Weapon has chance of inflicting Oil status"
        },
        onhitsap = {
            datatype = "boolean",
            title = "On Hit: Sap",
            default = false,
            description = "Weapon has chance of inflicting Sap status"
        },
        onhitprotect = {
            datatype = "boolean",
            title = "On Hit: Protect",
            default = false,
            description = "Weapon has chance of inflicting Protect status"
        },
        onhitshell = {
            datatype = "boolean",
            title = "On Hit: Shell",
            default = false,
            description = "Weapon has chance of inflicting Shell status"
        },
        onhithaste = {
            datatype = "boolean",
            title = "On Hit: Haste",
            default = false,
            description = "Weapon has chance of inflicting Haste status"
        },
        onhitbravery = {
            datatype = "boolean",
            title = "On Hit: Bravery",
            default = false,
            description = "Weapon has chance of inflicting Bravery status"
        },
        onhitfaith = {
            datatype = "boolean",
            title = "On Hit: Faith",
            default = false,
            description = "Weapon has chance of inflicting Faith status"
        },
        onhitinvisible = {
            datatype = "boolean",
            title = "On Hit: Invisible",
            default = false,
            description = "Weapon has chance of inflicting Invisible status"
        },
        onhitregen = {
            datatype = "boolean",
            title = "On Hit: Regen",
            default = false,
            description = "Weapon has chance of inflicting Regen status"
        },
        onhitberserk = {
            datatype = "boolean",
            title = "On Hit: Berserk",
            default = false,
            description = "Weapon has chance of inflicting Berserk status"
        },
        onhitbubble = {
            datatype = "boolean",
            title = "On Hit: Bubble",
            default = false,
            description = "Weapon has chance of inflicting Bubble status"
        },
        equipslow = {
            datatype = "boolean",
            title = "Equip: Slow",
            default = false,
            description = "Weapon grants Slow when equipped"
        },
        equipblind = {
            datatype = "boolean",
            title = "Equip: Blind",
            default = false,
            description = "Weapon grants Blind when equipped"
        },
        equippoison = {
            datatype = "boolean",
            title = "Equip: Poison",
            default = false,
            description = "Weapon grants Poison when equipped"
        },
        equipsap = {
            datatype = "boolean",
            title = "Equip: Sap",
            default = false,
            description = "Weapon grants Sap when equipped"
        },
        equipreflect = {
            datatype = "boolean",
            title = "Equip: Reflect",
            default = false,
            description = "Weapon grants Reflect when equipped"
        },
        equipprotect = {
            datatype = "boolean",
            title = "Equip: Protect",
            default = false,
            description = "Weapon grants Protect when equipped"
        },
        equipshell = {
            datatype = "boolean",
            title = "Equip: Shell",
            default = false,
            description = "Weapon grants Shell when equipped"
        },
        equiphaste = {
            datatype = "boolean",
            title = "Equip: Haste",
            default = false,
            description = "Weapon grants Haste when equipped"
        },
        equipbravery = {
            datatype = "boolean",
            title = "Equip: Bravery",
            default = false,
            description = "Weapon grants Bravery when equipped"
        },
        equipfaith = {
            datatype = "boolean",
            title = "Equip: Faith",
            default = false,
            description = "Weapon grants Faith when equipped"
        },
        equipinvisible = {
            datatype = "boolean",
            title = "Equip: Invisible",
            default = false,
            description = "Weapon grants Invisible when equipped"
        },
        equipregen = {
            datatype = "boolean",
            title = "Equip: Regen",
            default = false,
            description = "Weapon grants Regen when equipped"
        },
        equipfloat = {
            datatype = "boolean",
            title = "Equip: Float",
            default = false,
            description = "Weapon grants Float when equipped"
        },
        equipberserk = {
            datatype = "boolean",
            title = "Equip: Berserk",
            default = false,
            description = "Weapon grants Berserk when equipped"
        },
        equipbubble = {
            datatype = "boolean",
            title = "Equip: Bubble",
            default = false,
            description = "Weapon grants Bubble when equipped"
        },
        equiplibra = {
            datatype = "boolean",
            title = "Equip: Libra",
            default = false,
            description = "Weapon grants Libra when equipped"
        },
        mp = {
            datatype = "number",
            signs = true,
            title = "MP",
            default = 0,
            maxdp = 0,
            min = 0
        },
        speed = {
            datatype = "number",
            signs = true,
            title = "Speed",
            default = 0,
            maxdp = 0,
            min = 0
        },
        magickpower = {
            datatype = "number",
            signs = true,
            title = "Magick Power",
            default = 0,
            maxdp = 0,
            min = 0
        },
        vitality = {
            datatype = "number",
            signs = true,
            title = "Vitality",
            default = 0,
            maxdp = 0,
            min = 0
        },
        ct = {
            datatype = "number",
            title = "CT",
            description = "Cooldown time",
            default = 0,
            maxdp = 0,
            min = 0
        },
        combo = {
            datatype = "number",
            format = "percent",
            title = "Combo rate",
            default = 0,
            maxdp = 0,
            min = 0,
            max = 100
        },
        critical = {
            datatype = "number",
            format = "percent",
            title = "Critical rate",
            default = 0,
            maxdp = 0,
            min = 0,
            max = 100
        },
        metal = {--金属度
            datatype = "number",
            title = "Metal",
            default = 0,
            maxdp = 0,
            min = 0
        },
        range = {--射程
            datatype = "number",
            title = "Range",
            default = 1,
            maxdp = 0,
            min = 0
        },
        knockback = {
            datatype = "number",
            title = "Knockback",
            default = 0,
            maxdp = 0,
            min = 0
        },
        value = {
            datatype = "number",
            maxdp = 0,
            min = 0,
            default = 0,
            title = "Value",
            description = "The buy price. The sell price is half this value.",
        },
        unsellable = {
            datatype = "boolean",
            title = "Cannot be sold?",
            default = false
        },
        nomodel = {
            datatype = "boolean",
            title = "No model",
            default = false,
            description = "Weapon appears invisible on the grounds of having no model"
        },
        license = {
            datatype = "string",
            title = "License",
            description = "License required to equip weapon"
        },
        shop = {
            datatype = "string",
            format = "longtext",
            title = "Shop",
            description = "Shops the weapon can be bought from"
        },
        bazaar = {
            datatype = "string",
            format = "longtext",
            title = "Bazaar",
            description = "Item packets the weapon comes in at the Bazaar"
        },
        treasure = {
            datatype = "string",
            format = "longtext",
            title = "Treasure",
            description = "Locations of pots the weapon can be found in"
        },
        drop = {
            datatype = "string",
            format = "longtext",
            title = "Drop",
            description = "Enemies the weapon can be dropped from (and the rate)"
        },
        steal = {
            datatype = "string",
            format = "longtext",
            title = "Steal",
            description = "Enemies the weapon can be stolen from (and the rate)"
        },
        poach = {
            datatype = "string",
            format = "longtext",
            title = "Poach",
            description = "Enemies the weapon can be poached from (and the rate)"
        },
        hunt = {
            datatype = "string",
            format = "longtext",
            title = "Hunt",
            description = "Hunts in which the weapon can be obtained as a reward"
        },
        reward = {
            datatype = "string",
            format = "longtext",
            title = "Reward",
            description = "Quests in which the weapon can be obtained as a reward"
        },
        initial = {
            datatype = "string",
            format = "longtext",
            title = "Default",
            description = "Characters the weapon is found initially equipped to"
        }
    },
    {
        name = "Unarmed",
        original = true,
        link = "Unarmed (Final Fantasy XII)",
        recurring = "Unarmed (weapon)",
        image = "FFXII Unarmed Icon.png",
        type = "Unarmed",
        formula = "Unarmed",
        range = 1,
        knockback = 0,
        attack = 11,
        evade = 0,
        ct = 26,--not confirmed
        combo = 5,
        metal = 0,
        unsellable = true,
        initial = "Everyone by dequipping both hands",
    }, {
        name = "Unarmed",
        zodiac = true,
        link = "Unarmed (Final Fantasy XII)",
        recurring = "Unarmed (weapon)",
        image = "FFXII Unarmed Icon.png",
        type = "Unarmed",
        formula = "Unarmed",
        range = 1,
        knockback = 0,
        attack = 12,
        evade = 0,
        ct = 26,--not confirmed
        combo = 5,
        metal = 0,
        unsellable = true,
        initial = "Everyone by dequipping both hands",
    }, {
        name = "Mythril Sword",
        japanese = "ミスリルソード",
        romaji = "Misuriru Sōdo",
        lit = "Mithril Sword",
        original = true,
        link = "Mythril Sword (Final Fantasy XII)",
        recurring = "Mythril Sword",
        image = "MythrilSword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 13,
        evade = 5,
        ct = 35,
        combo = 5,
        metal = 0,
        value = 300,
        license = "[[License Board/Original#Smallswords|Smallswords]]",
        drop = "[[Omega Mark XII]] (1%)",
        initial = "[[Reks (Final Fantasy XII party member)|Reks]] / [[Vaan (Final Fantasy XII party member)|Vaan]]"
    }, {
        name = "Broadsword",
        japanese = "ブロードソード",
        romaji = "Burōdosōdo",
        lit = "Broadsword",
        original = true,
        link = "Broadsword (Final Fantasy XII)",
        recurring = "Broadsword",
        image = "Broadsword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 15,
        evade = 5,
        ct = 35,
        combo = 5,
        metal = 1,
        value = 400,
        license = "[[License Board/Original#Swords 1|Swords 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] / [[Giza Plains (Final Fantasy XII)|Giza Plains - The Dry]] / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Barheim Passage]] (Before obtaining the Treaty-Blade) / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        treasure = "[[Giza Plains (Final Fantasy XII)|Giza Plains]] (Gizas South Bank)",
        drop = "[[Sleipnir (Final Fantasy XII)|Sleipnir]] (3%)",
        steal = "[[Cactoid (Final Fantasy XII)|Cactoid]] (3%) / [[Cactite]] (3%)"
    }, {
        name = "Longsword",
        japanese = "ロングソード",
        romaji = "Rongusōdo",
        lit = "Longsword",
        original = true,
        link = "Longsword (Final Fantasy XII)",
        recurring = "Longsword",
        image = "Longsword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 19,
        evade = 5,
        ct = 35,
        combo = 5,
        metal = 1,
        value = 700,
        license = "[[License Board/Original#Swords 1|Swords 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Barheim Passage]] (Before obtaining the Treaty-Blade) / [[Nalbina Fortress]] / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        treasure = "[[Garamsythe Waterway (Final Fantasy XII)|Garamsythe Waterway]] (No. 11 Channel (Flooded))",               
        initial = "[[Ashe (Final Fantasy XII party member)|Ashe]]"
    }, {
        name = "Iron Sword",
        japanese = "アイアンソード",
        romaji = "Aian Sōdo",
        lit = "Iron Sword",
        original = true,
        link = "Iron Sword (Final Fantasy XII)",
        recurring = "Iron Sword",
        image = "IronSword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 24,
        evade = 5,
        ct = 35,
        combo = 5,
        metal = 2,
        value = 1200,
        license = "[[License Board/Original#Swords 2|Swords 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Nalbina Fortress]] / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        drop = "[[Razorfin]] (3%)",
        steal = "[[Mimic (Final Fantasy XII)|Mimic]] (3%) / [[Seeker (Final Fantasy XII)|Seeker]] (Barheim Passage - 10%)", 
        bazaar = "[[Bazaar (Final Fantasy XII)#Swords|Iron-forged Blade]]"
    }, {
        name = "Mythril Blade",
        japanese = "ミスリルブレイド",
        romaji = "Misuriru Bureido",
        lit = "Mithril Blade",
        original = true,
        link = "Mythril Blade (Final Fantasy XII)",
        recurring = "Mythril Blade",
        image = "MythrilBlade-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 22,
        evade = 5,
        ct = 35,
        combo = 5,
        metal = 0,
        value = 1500,
        license = "[[License Board/Original#Smallswords|Smallswords]]",
        initial = "[[Basch (Final Fantasy XII party member)|Basch]]"
    }, {
        name = "Zwill Blade",
        japanese = "ゾーリンブレイド",
        romaji = "Zōrin Bureido",
        lit = "Solin Blade",
        original = true,
        link = "Zwill Blade (Final Fantasy XII)",
        recurring = "Zwill Blade",
        image = "ZwillBlade-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 29,
        evade = 5,
        ct = 35,
        combo = 5,
        metal = 1,
        value = 1700,
        license = "[[License Board/Original#Swords 2|Swords 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After the ''Leviathan''} / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Bhujerba]] (After Ba'Gamnan in Lhusu Mines) / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']] / [[Tomb of Raithwall]]",
        treasure = "[[Ogir-Yensa Sandsea]] (East Junction)"
    }, {
        name = "Ancient Sword",
        japanese = "古代の剣",
        romaji = "Kodai no Tsurugi",
        lit = "Ancient Sword",
        original = true,
        link = "Ancient Sword (Final Fantasy XII)",
        recurring = "Ancient Sword",
        image = "AncientSword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 35,
        evade = 5,
        onhitrate = 15,
        onhitpetrify = true,
        ct = 35,
        combo = 5,
        metal = 1,
        value = 2400,
        license = "[[License Board/Original#Swords 2|Swords 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After the ''Leviathan''}} / [[Tomb of Raithwall]]",
        treasure = "[[Dreadnought Leviathan|Dreadnought ''Leviathan'']] (Sub-control Room) / [[Nam-Yensa Sandsea]] (Withering Shores)",
        steal = "[[Emeralditan|Urutan Eater]] (10%)"
    }, {
        name = "Blood Sword",
        japanese = "ブラッドソード",
        romaji = "Buraddo Sōdo",
        lit = "Blood Sword",
        original = true,
        link = "Blood Sword (Final Fantasy XII)",
        recurring = "Blood Sword (weapon)",
        image = "BloodSword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 41,
        evade = 5,
        onhitrate = 100,
        onhitsap = true,
        ct = 35,
        combo = 5,
        metal = 1,
        value = 5000,
        license = "[[License Board/Original#Blood Sword|Blood Sword]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias)",
        drop = "[[Seeker (Final Fantasy XII)|Seeker]] (1%)",
        steal = "[[Seeker (Final Fantasy XII)|Seeker]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Swords|Crimson Blade]]"
    }, {
        name = "Lohengrin",
        japanese = "ローエングリン",
        romaji = "Rōengurin",
        lit = "Lohengrin",
        original = true,
        link = "Lohengrin (Final Fantasy XII)",
        recurring = "Lohengrin",
        image = "Lohengrin-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 47,
        evade = 5,
        ct = 35,
        combo = 5,
        metal = 1,
        value = 4500,
        license = "[[License Board/Original#Swords 3|Swords 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Jahara]] / [[Mt Bur-Omisace]]",
        steal = "[[Twintania (Final Fantasy XII)|Twintania]] (3%)"
    }, {
        name = "Flametongue",
        japanese = "フレイムタン",
        romaji = "Fureimutan",
        lit = "Flametongue",
        original = true,
        link = "Flametongue (Final Fantasy XII)",
        recurring = "Flametongue (weapon)",
        image = "Flametongue-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 53,
        evade = 5,
        effectfire = true,
        ct = 35,
        combo = 5,
        metal = 1,
        value = 5200,
        license = "[[License Board/Original#Swords 3|Swords 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Jahara]] (After visiting Eruyt Village) / [[Mt Bur-Omisace]]",
        poach = "[[Jelly (Final Fantasy XII)|Jelly]] (5%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Swords|Burning Blade]]"
    }, {
        name = "Demonsbane",
        japanese = "エビルスレイヤー",
        romaji = "Ebiru Sureiyā",
        lit = "Evil Slayer",
        original = true,
        recurring = "Demonsbane",
        link = "Demonsbane (Final Fantasy XII)",
        image = "Demonsbane-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 59,
        evade = 5,
        ct = 35,
        combo = 5,
        metal = 1,
        value = 6000,
        license = "[[License Board/Original#Swords 3|Swords 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mt Bur-Omisace]] (After defeating Judge Bergan)",
        treasure = "[[Tomb of Raithwall]] (Royal Passage)",
        drop = "[[Yeti (Final Fantasy XII)|Yeti]] (1%)"
    }, {
        name = "Icebrand",
        japanese = "アイスブランド",
        romaji = "Aisu Burando",
        lit = "Icebrand",
        original = true,
        link = "Icebrand (Final Fantasy XII)",
        recurring = "Icebrand (weapon)",
        image = "Icebrand-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 65,
        evade = 5,
        effectice = true,
        ct = 35,
        combo = 5,
        metal = 2,
        value = 7000,
        license = "[[License Board/Original#Swords 4|Swords 4]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mosphoran Highwaste]] (After defeating Judge Bergan)",
        drop = "[[Zombie Warrior]] (1%)",
        hunt = "[[Hunt (Final Fantasy XII)/Original#For Whom the Wyrm Tolls|For Whom the Wyrm Tolls]] ([[Ring Wyrm]])"
    }, {
        name = "Platinum Sword",
        japanese = "プラチナソード",
        romaji = "Purachina Sōdo",
        lit = "Platinum Sword",
        original = true,
        link = "Platinum Sword (Final Fantasy XII)",
        recurring = "Platinum Sword",
        image = "PlatinumSword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 70,
        evade = 5,
        ct = 35,
        combo = 5,
        metal = 0,
        value = 9000,
        license = "[[License Board/Original#Swords 4|Swords 4]]",
        shop = "[[Phon Coast]] / [[Archades]]",
        reward = "[[Ktjn|Conversations with Ktjn]]",
    }, {
        name = "Bastard Sword",
        japanese = "バスタードソード",
        romaji = "Basutādo Sōdo",
        lit = "Bastard Sword",
        original = true,
        link = "Bastard Sword (Final Fantasy XII)",
        recurring = "Bastard Sword",
        image = "BastardSword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 75,
        evade = 5,
        ct = 35,
        combo = 5,
        metal = 2,
        value = 11000,
        license = "[[License Board/Original#Swords 5|Swords 5]]",
        shop = "[[Archades]]",
        drop = "[[Skulwyrm]] (1%)",
        steal = "[[Skulwyrm]] (3%)"
    }, {
        name = "Diamond Sword",
        japanese = "ダイヤソード",
        romaji = "Daiya Sōdo",
        lit = "Diamond Sword",
        link = "Diamond Sword (Final Fantasy XII)",
        original = true,
        recurring = "Diamond Sword (weapon)",
        image = "DiamondSword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 80,
        evade = 5,
        ct = 35,
        combo = 5,
        metal = 0,
        value = 12500,
        license = "[[License Board/Original#Swords 5|Swords 5]]",
        shop = "[[Balfonheim Port]]", 
        bazaar = "[[Bazaar (Final Fantasy XII)#Swords|Warped Blade]]",
        reward = "[[Hunt Club]] / [[Great cockatrice escape]]"
    }, {
        name = "Runeblade",
        japanese = "ルーンブレイド",
        romaji = "Rūnbureido",
        lit = "Runeblade",
        original = true,
        link = "Runeblade (Final Fantasy XII)",
        recurring = "Rune Blade",
        image = "Runeblade-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 85,
        evade = 5,
        ct = 35,
        combo = 5,
        metal = 2,
        value = 14500,
        license = "[[License Board/Original#Swords 6|Swords 6]]",
        shop = "[[Balfonheim Port]] (After obtaining the Treaty-Blade)",
        drop =" [[Babil (Final Fantasy XII)|Babil]] (3%)",
        reward = "[[Hunt Club]]"
    }, {
        name = "Deathbringer",
        japanese = "デスブリンガー",
        romaji = "Desuburingā",
        lit = "Deathbringer",
        original = true,
        link = "Deathbringer (Final Fantasy XII)",
        recurring = "Deathbringer",
        image = "Deathbringer-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 90,
        evade = 5,
        onhitrate = 10,
        onhitko = true,
        ct = 35,
        combo = 5,
        metal = 2,
        value = 16000,
        license = "[[License Board/Original#Swords 6|Swords 6]]",
        shop = "[[Balfonheim Port]] (Once the Sky Fortress ''Bahamut'' appears) ",
        treasure = "[[Feywood]] (The Edge of Reason) / [[Pharos (Final Fantasy XII)|Pharos - Subterra]] (Abyssal - South)",
        steal = "[[Ithuno]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Swords|The Leering Blade]]",
        reward = "[[Hunt Club]]"
    }, {
        name = "Stoneblade",
        japanese = "ブレイクブレイド",
        romaji = "Bureiku Bureido",
        lit = "Break Blade",
        original = true,
        link = "Stoneblade (Final Fantasy XII)",
        recurring = "Stoneblade",
        image = "Stoneblade-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 95,
        evade = 0,
        ct = 35,
        combo = 10,
        metal = 2,
        value = 19500,
        license = "[[License Board/Original#Swords 7|Swords 7]]",
        treasure = "[[Great Crystal (Final Fantasy XII)|Great Crystal]] (Uldobi Phullam Udiipraa)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Swords|Darksteel Blade]]"
    }, {
        name = "Durandal",
        japanese = "デュランダル",
        romaji = "Dyurandaru",
        lit = "Durandal",
        original = true,
        link = "Durandal (Final Fantasy XII)",
        recurring = "Durandal",
        image = "Durandal-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 99,
        evade = 5,
        ct = 35,
        combo = 5,
        metal = 2,
        value = 24000,
        license = "[[License Board/Original#Swords 7|Swords 7]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Swords|Well-forged Blade]]"
    }, {
        name = "Dagger",
        japanese = "ダガー",
        romaji = "Dagā",
        lit = "Dagger",
        original = true,
        link = "Dagger (Final Fantasy XII)",
        recurring = "Dagger (weapon)",
        image = "Dagger-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 14,
        evade = 5,
        ct = 25,
        combo = 7,
        metal = 1,
        value = 200,
        license = "[[License Board/Original#Daggers 1|Daggers 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Barheim Passage]] (Before obtaining the Treaty-Blade) / [[Bhujerba]] / [[Dreadnought Leviathan]]",
        treasure = "[[Garamsythe Waterway (Final Fantasy XII)|Garamsythe Waterway]] (Southern Sluiceway)",
        drop = "[[Seeq Thief]] (25%)",
        initial = "[[Penelo (Final Fantasy XII party member)|Penelo]]"
    }, {
        name = "Mage Masher",
        japanese = "メイジマッシャー",
        romaji = "Meiji Masshā",
        lit = "Mage Masher",
        original = true,
        link = "Mage Masher (Final Fantasy XII)",
        recurring = "Mage Masher (weapon)",
        image = "MageMasher-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 19,
        evade = 5,
        onhitrate = 15,
        onhitsilence = true,
        ct = 25,
        combo = 7,
        metal = 1,
        value = 700,
        license = "[[License Board/Original#Daggers 1|Daggers 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Barheim Passage]] (Before obtaining the Treaty-Blade) / [[Nalbina Fortress]] / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]", 
        treasure = "[[Garamsythe Waterway (Final Fantasy XII)|Garamsythe Waterway]] (North Spur Sluiceway) / [[Barheim Passage]] (Op Sector 37) / [[Ogir-Yensa Sandsea]] (Primary Tank Complex)"
    }, {
        name = "Assassin's Dagger",
        japanese = "アサシンダガー",
        romaji = "Asashin Dagā",
        lit = "Assassin Dagger",
        original = true,
        link = "Assassin's Dagger (Final Fantasy XII)",
        recurring = "Assassin's Dagger (weapon)",
        image = "Assassin'sDagger-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 25,
        evade = 5,
        onhitrate = 5,
        onhitko = true,
        ct = 25,
        combo = 7,
        metal = 1,
        value = 1400,
        license = "[[License Board/Original#Daggers 2|Daggers 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Bhujerba]] (After Ba'Gamnan in Lhusu Mines) / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]", 
        treasure = "[[Lhusu Mines]] (Site 2) / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']] (Sub-control Room)"
    }, {
        name = "Chopper",
        japanese = "チョッパー",
        romaji = "Choppā",
        lit = "Chopper",
        original = true,
        link = "Chopper (Final Fantasy XII)",
        recurring = "Chopper (weapon)",
        image = "Chopper-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 31,
        evade = 5,
        onhitrate = 10,
        onhitsap = true,
        ct = 24,
        combo = 7,
        metal = 1,
        value = 2200,
        license = "[[License Board/Original#Daggers 2|Daggers 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After the ''Leviathan'') / [[Tomb of Raithwall]]",
        treasure = "[[Ogir-Yensa Sandsea]] (East Junction) / [[Nam-Yensa Sandsea]] (The Urutan-Yensa Sea) / [[Nam-Yensa Sandsea]] (Augur Hill)"
    }, {
        name = "Main Gauche",
        japanese = "マインゴーシュ",
        romaji = "Main Gōshu",
        lit = "Main Gauche",
        original = true,
        link = "Main Gauche (Final Fantasy XII)",
        recurring = "Main Gauche",
        image = "MainGauche-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 38,
        evade = 34,
        ct = 24,
        combo = 7,
        metal = 1,
        value = 3500,
        license = "[[License Board/Original#Daggers 3|Daggers 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Jahara]]",
        treasure = "[[Giza Plains (Final Fantasy XII)|Giza Plains - The Rains]] (Toam Hills)",
        poach = "[[Lesser Chimera]] (5%)"
    }, {
        name = "Gladius",
        japanese = "グラディウス",
        romaji = "Guradiusu",
        lit = "Gladius",
        original = true,
        link = "Gladius (Final Fantasy XII)",
        recurring = "Gladius (weapon)",
        image = "Gladius-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 45,
        evade = 5,
        effectwind = true,
        ct = 24,
        combo = 7,
        metal = 1,
        value = 4800,
        license = "[[License Board/Original#Daggers 3|Daggers 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Jahara]] / [[Mt Bur-Omisace]]",
        treasure = "[[Ozmone Plain]] (Haulo Greens)",
        steal = "[[Lindbur Wolf]] (3%)"
    }, {
        name = "Avenger",
        japanese = "アベンジャー",
        romaji = "Abenjā",
        lit = "Avenger",
        original = true,
        link = "Avenger (Final Fantasy XII weapon)",
        recurring = "Avenger (weapon)",
        image = "Avenger-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 52,
        evade = 5,
        onhitrate = 10,
        onhitberserk = true,
        ct = 23,
        combo = 7,
        metal = 1,
        value = 6000,
        license = "[[License Board/Original#Daggers 4|Daggers 4]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mt Bur-Omisace]] (After defeating Judge Bergan)"
    }, {
        name = "Orichalcum Dirk",
        japanese = "オリハルコン",
        romaji = "Oriharukon",
        lit = "Orichalcum",
        original = true,
        link = "Orichalcum Dirk (Final Fantasy XII)",
        recurring = "Orichalcum (weapon)",
        image = "OrichalchumDirk-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 59,
        evade = 5,
        onhitrate = 10,
        onhitslow = true,
        ct = 23,
        combo = 7,
        metal = 2,
        value = 8500,
        license = "[[License Board/Original#Daggers 4|Daggers 4]]",
        shop = "[[Phon Coast]]",
        steal = "[[Feral Croc (Final Fantasy XII)|Feral Croc]] (3%)"
    }, {
        name = "Platinum Dagger",
        japanese = "プラチナメッサー",
        romaji = "Purachina Messā",
        lit = "Platinum Messer",
        original = true,
        link = "Platinum Dagger (Final Fantasy XII)",
        recurring = "Platinum Dagger",
        image = "PlatinumDagger-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 66,
        evade = 5,
        onhitrate = 10,
        onhitimmobilize = true,
        ct = 23,
        combo = 7,
        metal = 0,
        value = 11500,
        license = "[[License Board/Original#Daggers 5|Daggers 5]]",
        shop = "[[Archades]]",
        treasure = "[[Henne Mines]] (Phase 2 Dig)",
        drop = "[[Shambling Corpse (Final Fantasy XII)|Shambling Corpse]] (1% Drop Rate)",
        reward = "[[Great cockatrice escape]]"
    }, {
        name = "Zwill Crossblade",
        japanese = "ゾーリンシェイプ",
        romaji = "Zōrin Sheipu",
        lit = "Solin Shape",
        original = true,
        link = "Zwill Crossblade (Final Fantasy XII)",
        recurring = "Zwill Crossblade",
        image = "ZwillCrossblade-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 73,
        evade = 5,
        effectwind = true,
        ct = 22,
        combo = 7,
        metal = 2,
        value = 15000,
        license = "[[License Board/Original#Daggers 5|Daggers 5]]",
        shop = "[[Balfonheim Port]] (Once the Sky Fortress ''Bahamut'' appears)",
        treasure = "[[Cerobi Steppe]] (Feddik River)  / [[Pharos (Final Fantasy XII)|Pharos - Subterra]] (Abyssal - North)",
        drop = "[[Vampyr (Final Fantasy XII)|Vampyr]] (1%)",
        steal = "[[Deathclaw (Final Fantasy XII)|Deathclaw]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Daggers|Double-bladed Knife]]"
    }, {
        name = "Danjuro",
        japanese = "ダンジューロ",
        romaji = "Danjūro",
        original = true,
        link = "Danjuro (Final Fantasy XII)",
        recurring = "Danjuro",
        image = "Danjuro-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 80,
        evade = 5,
        ct = 21,
        combo = 10,
        metal = 2,
        value = 0,
        license = "[[License Board/Original#Danjuro|Danjuro]]",
        drop = "[[Larva Eater]] (3%)"
    }, {
        name = "Handaxe",
        japanese = "ハンドアックス",
        romaji = "Handoakkusu",
        lit = "Handaxe",
        original = true,
        link = "Handaxe (Final Fantasy XII)",
        recurring = "Hand Axe",
        image = "Handaxe-ffxii.png",
        type = "Axe",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 47,
        evade = 6,
        ct = 29,
        combo = 3,
        metal = 1,
        value = 2200,
        license = "[[License Board/Original#Axes & Hammers 1|Axes & Hammers 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After the ''Leviathan'') / [[Tomb of Raithwall]]",
        treasure = "[[Dreadnought Leviathan|Dreadnought ''Leviathan'']] (Port Section) / [[Ogir-Yensa Sandsea]] (East Junction)"
    }, {
        name = "Broadaxe",
        japanese = "ブロードアックス",
        romaji = "Burōdoakkusu",
        lit = "Broadaxe",
        original = true,
        link = "Broadaxe (Final Fantasy XII)",
        recurring = "Broadaxe",
        image = "Broadaxe-ffxii.png",
        type = "Axe",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 59,
        evade = 6,
        ct = 29,
        combo = 3,
        metal = 1,
        value = 4200,
        license = "[[License Board/Original#Axes & Hammers 2|Axes & Hammers 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Jahara]]",
        drop = "[[Tallow (Final Fantasy XII)|Tallow]] (1%)"
    }, {
        name = "Slasher",
        japanese = "スラッシャー",
        romaji = "Surasshā",
        lit = "Slasher",
        original = true,
        link = "Slasher (Final Fantasy XII)",
        recurring = "Slasher (weapon)",
        image = "Slasher-ffxii.png",
        type = "Axe",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 71,
        evade = 6,
        ct = 29,
        combo = 3,
        metal = 1,
        value = 6000,
        license = "[[License Board/Original#Axes & Hammers 3|Axes & Hammers 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mt Bur-Omisace]] (After defeating Judge Bergan)"
    }, {
        name = "Hammerhead",
        japanese = "ハンマーヘッド",
        romaji = "Hanmāheddo",
        lit = "Hammerhead",
        original = true,
        link = "Hammerhead (Final Fantasy XII)",
        recurring = "Hammerhead (weapon)",
        image = "Hammerhead-ffxii.png",
        type = "Axe",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 83,
        evade = 6,
        ct = 29,
        combo = 3,
        metal = 1,
        value = 9500,
        license = "[[License Board/Original#Axes & Hammers 4|Axes & Hammers 4]]",
        shop = "[[Phon Coast]] / [[Archades]]",
        drop = "[[Gorgimera (Final Fantasy XII)|Gorgimera]] (Zertinan Caverns - 1%)",
        steal = "[[Gorgimera (Final Fantasy XII)|Gorgimera]] (Sochen Cave Palace - 3%)"
    }, {
        name = "Francisca",
        japanese = "フランシスカ",
        romaji = "Furanshisuka",
        lit = "Francisca",
        original = true,
        link = "Francisca (Final Fantasy XII)",
        recurring = "Francisca",
        image = "Francisca-ffxii.png",
        type = "Axe",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 89,
        evade = 6,
        ct = 29,
        combo = 3,
        metal = 1,
        value = 11500,
        license = "[[License Board/Original#Axes & Hammers 4|Axes & Hammers 4]]",
        shop = "[[Archades]]",
        treasure = "[[Tchita Uplands]] (Fields of Eternity)",
        drop = "[[Mimeo]] (Barheim Passage - 3%) / [[Cerberus (Final Fantasy XII)|Cerberus]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Axes and Hammers|War Axe]]"
    }, {
        name = "Greataxe",
        japanese = "グレートアックス",
        romaji = "Gurētoakkusu",
        lit = "Greataxe",
        original = true,
        link = "Greataxe (Final Fantasy XII)",
        recurring = "Greataxe",
        image = "Greataxe-ffxii.png",
        type = "Axe",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 101,
        evade = 6,
        ct = 29,
        combo = 3,
        metal = 2,
        value = 15500,
        license = "[[License Board/Original#Axes & Hammers 5|Axes & Hammers 5]]",
        shop = "[[Balfonheim Port]] (Once the Sky Fortress ''Bahamut'' appears)",
        drop = "[[Gemhorn]] (3%)",
        reward = "[[Hunt Club]]"
    }, {
        name = "Golden Axe",
        japanese = "ゴールドアックス",
        romaji = "Gōrudo Akkusu",
        lit = "Gold Axe",
        original = true,
        link = "Golden Axe (Final Fantasy XII)",
        recurring = "Golden Axe",
        image = "GoldenAxe-ffxii.png",
        type = "Axe",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 110,
        evade = 6,
        ct = 29,
        combo = 3,
        metal = 2,
        value = 18000,
        license = "[[License Board/Original#Axes & Hammers 6|Axes & Hammers 6]]",
        shop = "[[Dalmasca Estersand (Final Fantasy XII)|Dalmasca Estersand]] (After receiving the Treaty-Blade)",
        drop = "[[Reaver (Final Fantasy XII)|Reaver]] (Pharos - Second Ascent - 1%)",
        steal = "[[Reaver (Final Fantasy XII)|Reaver]] (Pharos - Second Ascent - 3%) / [[High Reaver]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Axes and Hammers|Golden Battle Axe]]"
    }, {
        name = "Iron Hammer",
        japanese = "フレイル",
        romaji = "Fureiru",
        lit = "Flail",
        original = true,
        link = "Iron Hammer (Final Fantasy XII)",
        recurring = "Flail (weapon)",
        image = "IronHammer-ffxii.png",
        type = "Hammer",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 53,
        evade = 2,
        ct = 32,
        combo = 7,
        metal = 1,
        value = 3300,
        license = "[[License Board/Original#Axes & Hammers 1|Axes & Hammers 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Tomb of Raithwall]]",
        treasure = "[[Tomb of Raithwall]] (Southfall Passage) / [[Zertinan Caverns]] (Sandfalls) ",
        steal = "[[Hybrid Gator (Final Fantasy XII)|Hybrid Gator]] (3%)"
    }, {
        name = "War Hammer",
        japanese = "ウォーハンマー",
        romaji = "Wō Hanmā",
        lit = "War Hammer",
        original = true,
        link = "War Hammer (Final Fantasy XII)",
        recurring = "War Hammer",
        image = "WarHammer-ffxii.png",
        type = "Hammer",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 65,
        evade = 2,
        ct = 32,
        combo = 7,
        metal = 1,
        value = 5200,
        license = "[[License Board/Original#Axes & Hammers 2|Axes & Hammers 2]]",
        shop = "[[Rabanastre] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Jahara]] (After visiting Eruyt Village) / [[Mt Bur-Omisace]]",
        treasure = "[[Dalmasca Estersand (Final Fantasy XII)|Dalmasca Estersand]] (The Yoma)",
        drop = "[[Tyranorox]] (1%)"
    }, {
        name = "Sledgehammer",
        japanese = "スレッジハンマー",
        romaji = "Surejjihanmā",
        lit = "Sledgehammer",
        original = true,
        link = "Sledgehammer (Final Fantasy XII)",
        recurring = "Sledgehammer (weapon)",
        image = "Sledgehammer-ffxii.png",
        type = "Hammer",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 77,
        evade = 2,
        onhitrate = 20,
        onhitdisable = true,
        ct = 32,
        combo = 7,
        metal = 2,
        value = 7500,
        license = "[[License Board/Original#Axes & Hammers 3|Axes & Hammers 3]]",
        shop = "[[Mosphoran Highwaste]] (After defeating Judge Bergan) / [[Phon Coast]]",
        drop = "[[Humbaba (Final Fantasy XII)|Humbaba]] (1%)"
    }, {
        name = "Morning Star",
        japanese = "モーニングスター",
        romaji = "Mōningu Sutā",
        lit = "Morning Star",
        original = true,
        link = "Morning Star (Final Fantasy XII)",
        recurring = "Morning Star (weapon)",
        image = "MorningStar-ffxii.png",
        type = "Hammer",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 95,
        evade = 2,
        ct = 32,
        combo = 7,
        metal = 2,
        value = 13500,
        license = "[[License Board/Original#Axes & Hammers 5|Axes & Hammers 5]]",
        shop = "[[Balfonheim Port]] (After obtaining the Treaty-Blade)",
        treasure = "[[Lhusu Mines]] (Site 9) / [[Cerobi Steppe]] (Feddik River) / [[Feywood]] (Ice Field of Clearsight) / [[Pharos (Final Fantasy XII)|Pharos - Subterra]] (Umbra - South)",
        drop = "[[Ose (Final Fantasy XII)|Ose]] (3%)"
    }, {
        name = "Scorpion Tail",
        japanese = "蠍のしっぽ",
        romaji = "Sasori no Shippo",
        lit = "Scorpion Tail",
        original = true,
        link = "Scorpion Tail (Final Fantasy XII)",
        recurring = "Scorpion Tail (weapon)",
        image = "ScorpionTail-ffxii.png",
        type = "Hammer",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 119,
        evade = 2,
        ct = 32,
        combo = 7,
        metal = 2,
        value = 0,
        license = "[[License Board/Original#Axes & Hammers 7|Axes & Hammers 7]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Axes and Hammers|The Scorpion]]"
    }, {
        name = "Mace",
        japanese = "メイス",
        romaji = "Meisu",
        lit = "Mace",
        original = true,
        link = "Mace (Final Fantasy XII)",
        recurring = "Mace (weapon)",
        image = "Mace-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 24,
        evade = 4,
        ct = 32,
        combo = 4,
        metal = 0,
        value = 1800,
        license = "[[License Board/Original#Maces 1|Maces 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After the ''Leviathan'') / [[Tomb of Raithwall]]",
        treasure = "[[Ogir-Yensa Sandsea]] (East Junction)",
        steal = "[[Alraune (Final Fantasy XII)|Alraune]] (3%)"
    }, {
        name = "Bronze Mace",
        japanese = "ブロンズメイス",
        romaji = "Buronzu Meisu",
        lit = "Bronze Mace",
        original = true,
        link = "Bronze Mace (Final Fantasy XII)",
        recurring = "Bronze Mace",
        image = "BronzeMace-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 30,
        evade = 4,
        ct = 32,
        combo = 4,
        metal = 0,
        value = 3000,
        license = "[[License Board/Original#Maces 1|Maces 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Tomb of Raithwall]]",
        treasure = "[[Giza Plains (Final Fantasy XII)|Giza Plains - The Rains]] (Warrior's Wash)",
        drop = "[[Mesmenir (Final Fantasy XII)|Mesmenir]] (3%)"
    }, {
        name = "Bhuj",
        japanese = "ブージ",
        romaji = "Būji",
        lit = "Bhuj",
        original = true,
        link = "Bhuj (Final Fantasy XII)",
        image = "Bhuj-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 36,
        evade = 4,
        ct = 32,
        combo = 4,
        metal = 0,
        value = 4100,
        license = "[[License Board/Original#Maces 2|Maces 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Jahara]] / [[Mt Bur-Omisace]]",
        poach = "[[Treant (Final Fantasy XII)|Treant]] (5%)"
    }, {
        name = "Miter",
        japanese = "マイター",
        romaji = "Maitā",
        lit = "Miter",
        original = true,
        link = "Miter",
        image = "Mitre-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 42,
        evade = 4,
        effectwater = true,
        ct = 32,
        combo = 4,
        metal = 0,
        value = 5000,
        license = "[[License Board/Original#Maces 2|Maces 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mt Bur-Omisace]]",
        steal = "[[Rain Dancer]] (3%)"
    }, {
        name = "Thorned Mace",
        japanese = "棘のメイス",
        romaji = "Toge no Meisu",
        lit = "Thorned Mace",
        original = true,
        link = "Thorned Mace (Final Fantasy XII)",
        recurring = "Thorned Mace",
        image = "ThornedMace-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 48,
        evade = 4,
        onhitrate = 15,
        onhitpoison = true,
        ct = 32,
        combo = 4,
        metal = 0,
        value = 6500,
        license = "[[License Board/Original#Maces 3|Maces 3]]",
        shop = "[[Mosphoran Highwaste]] (After defeating Judge Bergan) / [[Phon Coast]]",
        treasure = "[[Phon Coast]] (Caima Hills)",
        drop = "[[Malboro King (Final Fantasy XII)|Malboro King]] (3%)"
    }, {
        name = "Chaos Mace",
        japanese = "錯乱のメイス",
        romaji = "Sakuran no Meisu",
        lit = "Derangement Mace",
        original = true,
        link = "Chaos Mace",
        image = "ChaosMace-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 54,
        evade = 4,
        onhitrate = 15,
        onhitconfuse = true,
        ct = 32,
        combo = 4,
        metal = 0,
        value = 8800,
        license = "[[License Board/Original#Maces 3|Maces 3]]",
        shop = "[[Archades]]",
        steal = "[[Charybterix (Final Fantasy XII)|Charybterix]] (3%)"
    }, {
        name = "Doom Mace",
        japanese = "時限のメイス",
        romaji = "Jigen no Meisu",
        lit = "Time Mace",--doesn't really do it justice
        original = true,
        link = "Doom Mace (Final Fantasy XII)",
        image = "DoomMace-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 60,
        evade = 4,
        onhitrate = 15,
        onhitdoom = true,
        ct = 32,
        combo = 4,
        metal = 0,
        value = 11800,
        license = "[[License Board/Original#Maces 4|Maces 4]]",
        shop = "[[Balfonheim Port]] (After obtaining the Treaty-Blade)",
        treasure = "[[Draklor Laboratory]] (67th Floor - Room 6711 West) / [[Feywood]] (Ice Field of Clearsight)",
        drop = "[[Gargoyle Baron]] (3%)"
    }, {
        name = "Zeus Mace",
        japanese = "メイスオブゼウス",
        romaji = "Meisu obu Zeusu",
        lit = "Mace of Zeus",
        original = true,
        link = "Zeus Mace (Final Fantasy XII)",
        recurring = "Zeus Mace",
        image = "ZeusMace-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 66,
        evade = 4,
        potencydark = true,
        ct = 32,
        combo = 4,
        metal = 0,
        value = 15000,
        license = "[[License Board/Original#Maces 4|Maces 4]]",
        treasure = "[[Pharos (Final Fantasy XII)|Pharos - First Ascent]] (Wellspring Ravel - 3rd Flight)",
        drop = "[[Mimeo]] (Pharos - First Ascent - 3%) / [[Minibug]] (1%)",
        hunt = "[[Hunt (Final Fantasy XII)/Original#The Child Snatcher|The Child Snatcher]] ([[Diabolos (Final Fantasy XII)|Diabolos]])"
    }, {
        name = "Grand Mace",
        japanese = "グランドメイス",
        romaji = "Gurando Meisu",
        lit = "Grand Mace",
        original = true,
        link = "Grand Mace (Final Fantasy XII)",
        image = "GrandMace-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 72,
        evade = 4,
        ct = 32,
        combo = 4,
        metal = 0,
        value = 0,
        license = "[[License Board/Original#Maces 5|Maces 5]]",
        hunt = "[[Hunt (Final Fantasy XII)/Original#Who's The Strongest!?|Who's The Strongest!?]] ([[Pylraster (Final Fantasy XII)|Pylraster]])"
    }, {
        name = "Gilt Measure",
        japanese = "計算尺",
        romaji = "Keisanjaku",
        lit = "Slide Rule",
        original = true,
        link = "Gilt Measure",
        image = "GiltMeasure-ffxii.png",
        type = "Measure",
        formula = "Pierce",
        range = 1,
        knockback = 0,
        attack = 5,
        evade = 25,
        onhitrate = 50,
        onhitprotect = true,
        ct = 32,
        critical = 5,
        metal = 0,
        value = 4000,
        license = "[[License Board/Original#Measures 1|Measures 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Jahara]] / [[Mt Bur-Omisace]]",
        drop = "[[Gargoyle (Final Fantasy XII)|Gargoyle]] (3%)"
    }, {
        name = "Arc Scale",
        japanese = "バルガースケール",
        romaji = "Barugā Sukēru",
        lit = "Vulgar Scale",
        original = true,
        link = "Arc Scale",
        image = "ArcScale-ffxii.png",
        type = "Measure",
        formula = "Pierce",
        range = 1,
        knockback = 0,
        attack = 10,
        evade = 25,
        onhitrate = 50,
        onhitshell = true,
        ct = 32,
        critical = 5,
        metal = 0,
        value = 5500,
        license = "[[License Board/Original#Measures 1|Measures 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mt Bur-Omisace]]"
    }, {
        name = "Multiscale",
        japanese = "マルチスケール",
        romaji = "Maruchisukēru",
        lit = "Multiscale",
        original = true,
        link = "Multiscale",
        image = "Multiscale-ffxii.png",
        type = "Measure",
        formula = "Pierce",
        range = 1,
        knockback = 0,
        attack = 15,
        evade = 25,
        onhitrate = 50,
        onhitbravery = true,
        ct = 32,
        critical = 5,
        metal = 0,
        value = 8000,
        license = "[[License Board/Original#Measures 2|Measures 2]]",
        shop = "[[Mosphoran Highwaste]] (After defeating Judge Bergan) / [[Phon Coast]]",
        steal = "[[Bagoly (Final Fantasy XII)|Bagoly]] (Phon Coast - 3%)"
    }, {
        name = "Cross Scale",
        japanese = "クロススケール",
        romaji = "Kurosu Sukēru",
        lit = "Cross Scale",
        original = true,
        link = "Cross Scale",
        image = "CrossScale-ffxii.png",
        type = "Measure",
        formula = "Pierce",
        range = 1,
        knockback = 0,
        attack = 20,
        evade = 25,
        onhitrate = 50,
        onhitinvisible = true,
        ct = 32,
        critical = 5,
        metal = 0,
        value = 11000,
        license = "[[License Board/Original#Measures 2|Measures 2]]",
        shop = "[[Archades]]",
        steal = "[[Alraune King]] (Feywood - 3%)"
    }, {
        name = "Caliper",
        japanese = "千分のノギス",
        romaji = "Senbun no Nogisu",
        lit = "1/1000 Caliper",
        original = true,
        link = "Caliper",
        image = "Caliper-ffxii.png",
        type = "Measure",
        formula = "Pierce",
        range = 1,
        knockback = 0,
        attack = 26,
        evade = 25,
        onhitrate = 50,
        onhithaste = true,
        ct = 32,
        critical = 5,
        metal = 0,
        value = 14000,
        license = "[[License Board/Original#Measures 3|Measures 3]]",
        shop = "[[Balfonheim Port]] (After obtaining the Treaty-Blade)",
        treasure = "[[Lhusu Mines]] (Site 3)",
        steal = "[[Reaper (Final Fantasy XII)|Reaper]] (3%)"
    }, {
        name = "Euclid's Sextant",
        japanese = "ユークリッド定規",
        romaji = "Yūkuriddo Jōgi",
        lit = "Euclid Ruler",
        original = true,
        link = "Euclid's Sextant",
        image = "Euclid'sSextant-ffxii.png",
        type = "Measure",
        formula = "Pierce",
        range = 1,
        knockback = 0,
        attack = 35,
        evade = 25,
        onhitrate = 50,
        onhitnodamage = true,
        onhitbubble = true,
        ct = 32,
        critical = 5,
        metal = 0,
        value = 0,
        license = "[[License Board/Original#Measures 3|Measures 3]]",
        treasure = "[[Cerobi Steppe]] (The Terraced Bank)",
        hunt = "[[Hunt (Final Fantasy XII)/Original#A Wild Stench|A Wild Stench]] ([[Wild Malboro]])"
    }, {
        name = "Claymore",
        japanese = "クレイモア",
        romaji = "Kureimoa",
        lit = "Claymore",
        link = "Claymore (Final Fantasy XII)",
        recurring = "Claymore (weapon)",
        original = true,
        image = "Claymore-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 82,
        evade = 10,
        ct = 30,
        combo = 7,
        metal = 2,
        value = 10500,
        license = "[[License Board/Original#Greatswords 1|Greatswords 1]]",
        shop = "[[Archades]]",
        poach = "[[Spee]] (5%)"
    }, {
        name = "Defender",
        japanese = "ディフェンダー",
        romaji = "Difendā",
        lit = "Defender",
        link = "Defender (Final Fantasy XII)",
        recurring = "Defender (weapon)",
        original = true,
        image = "Defender-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 91,
        evade = 35,
        ct = 30,
        combo = 5,
        metal = 2,
        value = 13000,
        license = "[[License Board/Original#Greatswords 2|Greatswords 2]]",
        shop = "[[Balfonheim Port]] (After obtaining the Treaty-Blade)",
        treasure = "[[Necrohol of Nabudis]] (Cloister of Distant Song)",
        drop = "[[Leynir]] (1%)",
        reward = "[[Great cockatrice escape]]"
    }, {
        name = "Save the Queen",
        japanese = "セーブザクィーン",
        romaji = "Sēbu za Kwīn",
        lit = "Save the Queen",
        link = "Save the Queen (Final Fantasy XII)",
        recurring = "Save the Queen",
        original = true,
        image = "SavetheQueen-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 100,
        evade = 10,
        ct = 30,
        combo = 7,
        metal = 2,
        value = 15500,
        license = "[[License Board/Original#Greatswords 2|Greatswords 2]]",
        shop = "[[Balfonheim Port]] (Once the Sky Fortress ''Bahamut'' appears)",
        treasure = "[[Pharos (Final Fantasy XII)|Pharos - Subterra]] (Umbra - South)",
        drop = "[[Velelu]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Greatswords|Attenuated Greatsword]]"
    }, {
        name = "Ragnarok",
        japanese = "ラグナロク",
        romaji = "Ragunaroku",
        lit = "Ragnarok",
        link = "Ragnarok (Final Fantasy XII)",
        recurring = "Ragnarok (weapon)",
        original = true,
        image = "Ragnarok-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 109,
        evade = 10,
        onhitrate = 25,
        onhitimmobilize = true,
        ct = 30,
        combo = 7,
        metal = 2,
        value = 20000,
        license = "[[License Board/Original#Greatswords 3|Greatswords 3]]",
        hunt = "[[Hunt (Final Fantasy XII)/Original#Fishy Dreams|Fishy Dreams]] ([[Ixion (Final Fantasy XII)|Ixion]])"
    }, {
        name = "Ultima Blade",
        japanese = "アルテマブレイド",
        romaji = "Arutema Bureido",
        lit = "Ultima Blade",--Ultema but whatever, context of series
        link = "Ultima Blade (Final Fantasy XII)",
        recurring = "Ultima Blade (weapon)",
        original = true,
        image = "UltimaBlade-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 118,
        evade = 10,
        ct = 30,
        combo = 7,
        metal = 2,
        value = 12500,
        license = "[[License Board/Original#Greatswords 3|Greatswords 3]]",
        treasure = "[[Pharos (Final Fantasy XII)|Pharos - Subterra]] (Umbra - North)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Greatswords|Ultimate Blade]]"
    }, {
        name = "Excalibur",
        japanese = "エクスカリバー",
        romaji = "Ekasukaribā",
        lit = "Excalibur",
        link = "Excalibur (Final Fantasy XII)",
        recurring = "Excalibur (weapon)",
        original = true,
        image = "Excalibur-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 128,
        evade = 10,
        effectholy = true,
        ct = 30,
        combo = 7,
        metal = 2,
        value = 0,
        license = "[[License Board/Original#Excalibur|Excalibur]]",
        treasure = "[[Great Crystal (Final Fantasy XII)|Great Crystal]] (Sirhru Jilaam Pratii'vaa)"
    }, {
        name = "Tournesol",
        japanese = "トウルヌソル",
        romaji = "Tōrunusoru",
        lit = "Tournesol",
        link = "Tournesol (Final Fantasy XII)",
        recurring = "Tournesol",
        original = true,
        image = "Tournesol-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 140,
        evade = 25,
        ct = 30,
        combo = 12,
        metal = 0,
        value = 0,
        license = "[[License Board/Original#Tournesol|Tournesol]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Greatswords|The Sunflower]]"
    }, {
        name = "Wyrmhero Blade",
        japanese = "トロの剣",
        romaji = "Toro no Tsurugi",
        lit = "Tolo's Sword",
        link = "Wyrmhero Blade (Final Fantasy XII)",
        recurring = "Wyrmhero Blade",
        original = true,
        image = "WyrmheroBlade-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 130,
        evade = 50,
        effectholy = true,
        ct = 99,
        combo = 80,
        metal = 2,
        value = 0,
        equipbravery = true,
        equipfaith = true,
        bazaar = "[[Bazaar (Final Fantasy XII)#Greatswords|Dragon Crest]]"
    }, {
        name = "Treaty-Blade",
        japanese = "契約の剣",
        romaji = "Keiyaku no Ken",
        lit = "Oath Sword",
        link = "Treaty-Blade (Final Fantasy XII)",
        recurring = "Treaty-Blade",
        original = true,
        image = "TreatyBlade-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        attack = 30,
        evade = 30,
        ct = 30,
        combo = 25,
        metal = 5,
        unsellable = true,
        knockback = 0,
        reward = "After plot events in [[Giruvegan]]"
    }, {
        name = "Sword of Kings",
        japanese = "覇王の剣",
        romaji = "Haō no Ken",
        lit = "Supreme King's Sword",
        link = "Sword of Kings (Final Fantasy XII)",
        recurring = "Sword of Kings",
        original = true,
        image = "SwordofKings-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        attack = 30,
        evade = 30,
        ct = 30,
        combo = 25,
        metal = 5,
        unsellable = true,
        knockback = 0,
        reward = "After plot events in the [[Stilshrine of Miriam]]"
    }, {
        name = "Kotetsu",
        japanese = "虎徹",
        romaji = "Kotetsu",
        lit = "Kotetsu",
        link = "Kotetsu (Final Fantasy XII)",
        recurring = "Kotetsu (weapon)",
        original = true,
        image = "Kotetsu-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 50,
        evade = 5,
        ct = 29,
        combo = 13,
        metal = 1,
        value = 3800,
        license = "[[License Board/Original#Katana 1|Katana 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Jahara]]",
        drop = "[[Werewolf (Final Fantasy XII)|Werewolf]] (1%)"
    }, {
        name = "Osafune",
        japanese = "備前長船",
        romaji = "Bizen Osafune",
        lit = "Bizen Osafune",
        link = "Osafune (Final Fantasy XII)",
        recurring = "Osafune",
        original = true,
        image = "Osafune-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 54,
        evade = 5,
        ct = 29,
        combo = 13,
        metal = 1,
        value = 3800,
        license = "[[License Board/Original#Katana 1|Katana 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Jahara]] / [[Mt Bur-Omisace]]",
        treasure = "[[Paramina Rift]] (Head of the Silverflow)",
        drop = "[[Urutan Exile]] (3%)"
    }, {
        name = "Kogarasumaru",
        japanese = "小烏丸",
        romaji = "Kogarasumaru",
        lit = "Kogarasumaru",
        link = "Kogarasumaru (Final Fantasy XII)",
        recurring = "Kogarasumaru",
        original = true,
        image = "Kogarasumaru-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 58,
        evade = 5,
        ct = 29,
        combo = 13,
        metal = 1,
        value = 5600,
        license = "[[License Board/Original#Katana 1|Katana 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mt Bur-Omisace]]",
        drop = "[[Wu]] (1%) / [[Garuda (Final Fantasy XII)|Garuda]] (1%)",
        reward = "[[Hunt Club]]"
    }, {
        name = "Magoroku",
        japanese = "孫六兼元",
        romaji = "Magoroku Kanemoto",
        lit = "Magoroku Kanemoto",
        link = "Magoroku (Final Fantasy XII)",
        recurring = "Magoroku",
        original = true,
        image = "Magoroku-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 52,
        evade = 5,
        ct = 29,
        combo = 13,
        metal = 1,
        value = 6600,
        license = "[[License Board/Original#Katana 2|Katana 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mt Bur-Omisace]] (After defeating Judge Bergan)",
        drop = "[[Wyrdhare]] (3%)"
    }, {
        name = "Murasame",
        japanese = "村雨",
        romaji = "Murasame",
        lit = "Murasame",
        link = "Murasame (Final Fantasy XII)",
        recurring = "Murasame",
        original = true,
        image = "Murasame-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 66,
        evade = 5,
        effectwater = true,
        ct = 29,
        combo = 13,
        metal = 2,
        value = 8500,
        license = "[[License Board/Original#Katana 2|Katana 2]]",
        shop = "[[Phon Coast]]",
        treasure = "[[Phon Coast]] (The Mauleia Strand)",
        poach = "[[Pyrolisk (Final Fantasy XII)|Pyrolisk]] (5%)",
        reward = "[[Hunt Club]]"
    }, {
        name = "Kiku-ichimonji",
        japanese = "菊一文字",
        romaji = "Kiku-ichimonji",
        lit = "Kiku-ichimonji",
        link = "Kiku-ichimonji (Final Fantasy XII)",
        recurring = "Kikuichimonji",
        original = true,
        image = "Kiku-ichimonji-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 70,
        evade = 5,
        ct = 29,
        combo = 13,
        metal = 2,
        value = 10500,
        license = "[[License Board/Original#Katana 3|Katana 3]]",
        shop = "[[Archades]]",
        treasure = "[[Sochen Cave Palace]] (Falls of Time) / [[Cerobi Steppe]] (Old Elanise Road)",
        drop = "[[Scythe Mantis (Final Fantasy XII)|Scythe Mantis]] (1%)"
    }, {
        name = "Yakei",
        japanese = "邪迎八景",
        romaji = "Jagei Hakkei",
        lit = "Jagei Hakkei",
        link = "Yakei (Final Fantasy XII)",
        recurring = "Yakei",
        original = true,
        image = "Yakei-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 74,
        evade = 5,
        onhitrate = 10,
        onhitpoison = true,
        ct = 29,
        combo = 13,
        metal = 2,
        value = 12500,
        license = "[[License Board/Original#Katana 3|Katana 3]]",
        shop = "[[Balfonheim Port]]",
        drop = "[[Baknamy (Final Fantasy XII)|Baknamy]] [Unarmed] (Nabreus Deadlands - 1%) / [[Baknamy (Final Fantasy XII)|Baknamy]] [Dagger] (Nabreus Deadlands - 1%) /  [[Baknamy (Final Fantasy XII)|Baknamy]] [Gun] (Nabreus Deadlands - 1%)"
    }, {
        name = "Ame-no-Murakumo",
        japanese = "雨のむら雲",
        romaji = "Ame no Murakumo",
        lit = "Ame-no-Murakumo",
        link = "Ame-no-Murakumo (Final Fantasy XII)",
        recurring = "Ame no Murakumo (weapon)",
        original = true,
        image = "AmenoMurakumo-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 78,
        evade = 5,
        effectwind = true,
        ct = 29,
        combo = 13,
        metal = 2,
        value = 15000,
        license = "[[License Board/Original#Katana 4|Katana 4]]",
        shop = "[[Balfonheim Port]] (Once the Sky Fortress ''Bahamut'' appears)",
        treasure = "[[Pharos (Final Fantasy XII)|Pharos - Subterra]] (Umbra - South)",
        steal = "[[Etherian]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Katana|Samurai's Katana]]",
        reward = "[[Hunt Club]]"
    }, {
        name = "Muramasa",
        japanese = "ムラマサ",
        romaji = "Muramasa",
        lit = "Muramasa",
        link = "Muramasa (Final Fantasy XII)",
        recurring = "Muramasa (weapon)",
        original = true,
        image = "Muramasa-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 84,
        evade = 5,
        ct = 29,
        combo = 13,
        metal = 2,
        value = 20000,
        license = "[[License Board/Original#Katana 4|Katana 4]]",
        treasure = "[[Pharos (Final Fantasy XII)|Pharos - First Ascent]] (Wellspring Ravel - 3rd Flight)",
        drop = "[[Crypt Bunny]] (3%)",
        steal = "[[Avenger (Final Fantasy XII enemy)|Avenger]] (3%)",
        reward = "[[Hunt Club]]"
    }, {
        name = "Masamune",
        japanese = "マサムネ",
        romaji = "Masamune",
        lit = "Masamune",
        link = "Masamune (Final Fantasy XII)",
        recurring = "Masamune (weapon)",
        original = true,
        image = "Masamune-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 93,
        evade = 5,
        ct = 29,
        combo = 40,
        metal = 2,
        value = 0,
        license = "[[License Board/Original#Masamune|Masamune]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Katana|Master-crafted Blade]]",
        hunt = "[[Hunt (Final Fantasy XII)/Original#Battle on the Big Bridge|Battle on the Big Bridge]] ([[Gilgamesh (Final Fantasy XII boss)|Gilgamesh]] and [[Enkidu (Final Fantasy XII)|Enkidu]])"
    }, {
        name = "Kumbha",
        japanese = "マサムネI",
        romaji = "Masamune Ai",
        lit = "Masamune I",
        link = "Kumbha",
        recurring = "Masamune (weapon)",
        zodiac = true,
        image = "Masamune-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 2,
        knockback = 0,
        attack = 117,
        evade = 40,
        ct = 31,
        combo = 35,
        metal = 2,
        value = 27700,
        license = "[[License Board#Kumbha|Kumbha]]",
        steal = "[[Gilgamesh (Final Fantasy XII boss)|Gilgamesh]] (10%) in Trial Mode [[Trial Mode#94|Stage 94]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Master-crafted Blade]]",
    }, {
        name = "Ashura",
        japanese = "阿修羅",
        romaji = "Ashura",
        lit = "Ashura",
        link = "Ashura (Final Fantasy XII)",
        recurring = "Ashura (weapon)",
        original = true,
        image = "Ashura-ffxii.png",
        type = "Ninja Sword",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 51,
        evade = 20,
        effectdark = true,
        ct = 24,
        combo = 15,
        metal = 1,
        value = 5600,
        license = "[[[[License Board/Original#Ninja Swords 1|Ninja Swords 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mt Bur-Omisace]]",
        poach = "[[Aeros (Final Fantasy XII)|Aeros]] (5%)"
    }, {
        name = "Sakura-saezuri",
        japanese = "桜囀り",
        romaji = "Sakura-saezuri",
        original = true,
        link = "Sakura-saezuri",
        image = "Sakurasaezuri-ffxii.png",
        type = "Ninja Sword",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 56,
        evade = 20,
        effectdark = true,
        ct = 24,
        combo = 16,
        metal = 1,
        value = 7000,
        license = "[[License Board/Original#Ninja Swords 1|Ninja Swords 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mosphoran Highwaste]] (After defeating Judge Bergan)",
        drop = "[[Midgardsormr (Final Fantasy XII)|Midgardsormr]] (3%)"
    }, {
        name = "Kagenui",
        japanese = "影縫い",
        romaji = "Kagenui",
        lit = "Shadow Binding",
        link = "Kagenui (Final Fantasy XII)",
        recurring = "Kagenui",
        original = true,
        image = "Kagenui-ffxii.png",
        type = "Ninja Sword",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 62,
        evade = 20,
        effectdark = true,
        onhitrate = 10,
        onhitslow = true,
        ct = 24,
        combo = 17,
        metal = 1,
        value = 10000,
        license = "[[License Board/Original#Ninja Swords 1|Ninja Swords 1]]",
        shop = "[[Phon Coast]] / [[Archades]]",
        drop = "[[Striker (Final Fantasy XII)|Striker]] (1%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Ninja Swords|Jag-tooth Ninja Sword]]"
    }, {
        name = "Koga Blade",
        japanese = "甲賀忍刀",
        romaji = "Kōga Nintō",
        lit = "Kōga Ninja Sword",
        link = "Koga Blade (Final Fantasy XII)",
        recurring = "Koga Blade",
        original = true,
        image = "KogaBlade-ffxii.png",
        type = "Ninja Sword",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 67,
        evade = 20,
        effectdark = true,
        ct = 24,
        combo = 18,
        metal = 2,
        value = 13000,
        license = "[[License Board/Original#Ninja Swords 2|Ninja Swords 2]]",
        treasure = "[[Sochen Cave Palace]] (Mirror of the Soul)",
        drop = "[[Ash Wyrm]] (3%)",
        reward = "[[Great cockatrice escape]]"
    }, {
        name = "Iga Blade",
        japanese = "伊賀忍刀",
        romaji = "Iga Nintō",
        lit = "Iga Ninja Sword",
        link = "Iga Blade (Final Fantasy XII)",
        recurring = "Iga Blade",
        original = true,
        image = "IgaBlade-ffxii.png",
        type = "Ninja Sword",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 67,
        evade = 20,
        effectdark = true,
        ct = 24,
        combo = 19,
        metal = 2,
        value = 13000,
        license = "[[License Board/Original#Ninja Swords 2|Ninja Swords 2]]",
        treasure = "[[Garamsythe Waterway (Final Fantasy XII)|Garamsythe Waterway]] (No. 10 Channel (Drained)) / [[Sochen Cave Palace]] (Mirror of the Soul)",
        drop = "[[Bogey]] (1%)"
    }, {
        name = "Orochi",
        japanese = "おろち",
        romaji = "Orochi",
        lit = "Orochi",
        link = "Orochi (Final Fantasy XII)",
        recurring = "Orochi (weapon)",
        original = true,
        image = "Orochi-ffxii.png",
        type = "Ninja Sword",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 72,
        evade = 20,
        effectdark = true,
        onhitrate = 10,
        onhitdisable = true,
        ct = 24,
        combo = 20,
        metal = 2,
        value = 16500,
        license = "[[License Board/Original#Ninja Swords 2|Ninja Swords 2]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Ninja Swords|Serpent Blade]]"
    }, {
        name = "Yagyu Darkblade",
        japanese = "柳生の漆黒",
        romaji = "Yagyū no Shikkoku",
        lit = "Yagyū Jet Black",
        link = "Yagyu Darkblade (Final Fantasy XII)",
        recurring = "Yagyu Darkblade",
        original = true,
        image = "YagyuDarkblade-ffxii.png",
        type = "Ninja Sword",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 80,
        evade = 20,
        effectdark = true,
        ct = 24,
        combo = 22,
        metal = 2,
        value = 0,
        license = "[[License Board/Original#Yagyu Darkblade|Yagyu Darkblade]]",
        drop = "[[Bombshell (Final Fantasy XII)|Bombshell]] (3%)"
    }, {
        name = "Javelin",
        japanese = "ジャベリン",
        romaji = "Jaberin",
        lit = "Javelin",
        link = "Javelin (Final Fantasy XII)",
        recurring = "Javelin (weapon)",
        original = true,
        image = "Javelin-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 30,
        evade = 8,
        ct = 26,
        combo = 4,
        metal = 1,
        value = 1400,
        license = "[[License Board/Original#Spears 1|Spears 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Spears|Light Spear]]"
    }, {
        name = "Spear",
        japanese = "スピアー",
        romaji = "Supiā",
        lit = "Spear",
        link = "Spear (Final Fantasy XII)",
        recurring = "Spear (weapon)",
        original = true,
        image = "Spear-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 36,
        evade = 8,
        ct = 26,
        combo = 4,
        metal = 1,
        value = 2200,
        license = "[[License Board/Original#Spears 1|Spears 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After the ''Leviathan'') / [[Tomb of Raithwall]]",
        treasure = "[[Ogir-Yensa Sandsea]] (Withering Shores) / [[Ogir-Yensa Sandsea]] (Platform 1 - South Tanks)"
    }, {
        name = "Partisan",
        japanese = "パルチザン",
        romaji = "Paruchizan",
        lit = "Partisan",
        link = "Partisan (Final Fantasy XII)",
        recurring = "Partisan (weapon)",
        original = true,
        image = "Partisan-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 42,
        evade = 8,
        ct = 26,
        combo = 4,
        metal = 1,
        value = 3500,
        license = "[[License Board/Original#Spears 2|Spears 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Jahara]]"
    }, {
        name = "Heavy Lance",
        japanese = "ヘビーランス",
        romaji = "Hebī Ransu",
        lit = "Heavy Lance",
        link = "Heavy Lance (Final Fantasy XII)",
        recurring = "Heavy Lance",
        original = true,
        image = "HeavyLance-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 48,
        evade = 8,
        onhitrate = 10,
        onhitslow = true,
        ct = 26,
        combo = 4,
        metal = 2,
        value = 4800,
        license = "[[License Board/Original#Spears 2|Spears 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Jahara]] / [[Mt Bur-Omisace]]",
        drop = "[[Fideliant]] (3%)"
    }, {
        name = "Storm Spear",
        japanese = "雷の槍",
        romaji = "Kaminari no Yari",
        lit = "Lightning Spear",
        link = "Storm Spear (Final Fantasy XII)",
        recurring = "Storm Spear",
        original = true,
        image = "StormSpear-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 54,
        evade = 8,
        effectthunder = true,
        ct = 26,
        combo = 4,
        metal = 2,
        value = 5800,
        license = "[[License Board/Original#Spears 3|Spears 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mt Bur-Omisace]]"
    }, {
        name = "Obelisk",
        japanese = "オベリスク",
        romaji = "Oberisuku",
        lit = "Obelisk",
        link = "Obelisk (Final Fantasy XII)",
        recurring = "Obelisk",
        original = true,
        image = "Obelisk-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 60,
        evade = 8,
        ct = 26,
        combo = 4,
        metal = 2,
        value = 7500,
        license = "[[License Board/Original#Spears 3|Spears 3]]",
        shop = "[[Mosphoran Highwaste]] (After defeating Judge Bergan) / [[Phon Coast]]",
        drop = "[[Anchag (Final Fantasy XII)|Anchag]] (3%)",
        hunt = "[[Hunt (Final Fantasy XII)/Original#Road to the Death|Road to the Death]] ([[Braegh]])",
        reward = "[[Hunt Club]]"
    }, {
        name = "Halberd",
        japanese = "ハルバード",
        romaji = "Harubādo",
        lit = "Halberd",
        link = "Halberd (Final Fantasy XII)",
        recurring = "Halberd",
        original = true,
        image = "Halberd-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 66,
        evade = 8,
        ct = 26,
        combo = 4,
        metal = 2,
        value = 10000,
        license = "[[License Board/Original#Spears 4|Spears 4]]",
        shop = "[[Phon Coast]] / [[Archades]]",
        treasure = "[[Phon Coast]] (The Hakawea Shore)",
        hunt = "[[Hunt (Final Fantasy XII)/Original#Get My Stuff Back!|Get My Stuff Back!]] ([[Vyraal (Final Fantasy XII)|Vyraal]])"
    }, {
        name = "Trident",
        japanese = "トライデント",
        romaji = "Toraidento",
        lit = "Trident",
        link = "Trident (Final Fantasy XII)",
        recurring = "Trident",
        original = true,
        image = "Trident-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 72,
        evade = 8,
        effectice = true,
        ct = 26,
        combo = 4,
        metal = 2,
        value = 12500,
        license = "[[License Board/Original#Spears 4|Spears 4]]",
        shop = "[[Balfonheim Port]]",
        steal = "[[Bangaa Thief]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Spears|Forked Spear]]"
    }, {
        name = "Holy Lance",
        japanese = "ホーリーランス",
        romaji = "Hōrī Ransu",
        lit = "Holy Lance",
        link = "Holy Lance (Final Fantasy XII)",
        recurring = "Holy Lance (weapon)",
        original = true,
        image = "HolyLance-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 78,
        evade = 8,
        effectholy = true,
        ct = 28,
        combo = 4,
        metal = 2,
        value = 14500,
        license = "[[License Board/Original#Spears 5|Spears 5]]",
        shop = "[[Balfonheim Port]] (After obtaining the Treaty-Blade)",
        treasure = "[[Great Crystal (Final Fantasy XII)|Great Crystal]] (Trahk Jilaam Praa'dii)",
        poach = "[[Gizamaluk (Final Fantasy XII)|Gizamaluk]] (5%)"
    }, {
        name = "Gungnir",
        japanese = "グングニル",
        romaji = "Gunguniru",
        lit = "Gungnir",
        link = "Gungnir (Final Fantasy XII)",
        recurring = "Gungnir (weapon)",
        original = true,
        image = "Gungnir-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 84,
        evade = 8,
        effectfire = true,
        ct = 26,
        combo = 4,
        metal = 2,
        value = 17000,
        license = "[[License Board/Original#Spears 5|Spears 5]]",
        shop = "[[Dalmasca Westersand]] (After obtaining the Treaty-Blade)",
        treasure = "[[Great Crystal (Final Fantasy XII)|Great Crystal]] (Sirhru Jilaam Praa'vaa)",
        drop = "[[Bune (Final Fantasy XII)|Bune]] (3%) / [[Evil Spirit (Final Fantasy XII)|Evil Spirit]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Spears|Engraved Spear]]",
        reward = "[[Hunt Club]]"
    }, {
        name = "Dragon Whisker",
        japanese = "竜の髭",
        romaji = "Ryū no Hige",
        lit = "Dragon Whisker",
        link = "Dragon Whisker (Final Fantasy XII)",
        recurring = "Dragon Whisker",
        original = true,
        image = "DragonWhisker-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 91,
        evade = 8,
        ct = 26,
        combo = 4,
        metal = 1,
        value = 0,
        license = "[[License Board/Original#Dragon Whisker|Dragon Whisker]]",
        treasure = "[[Cerobi Steppe]] (North Liavell Hills) / [[Pharos (Final Fantasy XII)|Pharos - Third Ascent]] (Spire Ravel - 1st Flight) / [[Pharos (Final Fantasy XII)|Pharos - Subterra]] (Penumbra - South)"
    }, {
        name = "Zodiac Spear",
        japanese = "最強の矛",
        romaji = "Saikyō no Hoko",
        lit = "Strongest Halberd",
        link = "Zodiac Spear (Final Fantasy XII)",
        recurring = "Zodiac Spear",
        original = true,
        image = "ZodiacSpear-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 150,
        evade = 8,
        ct = 26,
        combo = 4,
        metal = 2,
        value = 0,
        license = "[[License Board/Original#Zodiac Spear|Zodiac Spear]]",
        treasure = "[[Henne Mines]] (Phase 2 Dig) / [[Necrohol of Nabudis]] (Cloister of the Highborn)"
    }, {
        name = "Oaken Pole",
        japanese = "樫の棒",
        romaji = "Kashi no Bō",
        lit = "Oak Pole",
        link = "Oaken Pole (Final Fantasy XII)",
        recurring = "Oaken Pole",
        original = true,
        image = "OakenPole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 27,
        evade = 25,
        ct = 30,
        combo = 12,
        metal = 0,
        value = 1300,
        license = "[[License Board/Original#Poles 1|Poles 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        treasure = "[[Barheim Passage]] (The Zeviah Subterrane)",
        drop = "[[Specter (Final Fantasy XII)|Specter]] (3%)"
    }, {
        name = "Cypress Pole",
        japanese = "サイプレスパイル",
        romaji = "Saipuresu Pairu",
        lit = "Cypress Pile",
        link = "Cypress Pole (Final Fantasy XII)",
        recurring = "Cypress Pole",
        original = true,
        image = "CypressPole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 33,
        evade = 25,
        effectearth = true,
        ct = 30,
        combo = 12,
        metal = 0,
        value = 2000,
        license = "[[License Board/Original#Poles 1|Poles 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After the ''Leviathan'') / [[Tomb of Raithwall]]",
        treasure = "[[Ogir-Yensa Sandsea]] (East Junction) / [[Nam-Yensa Sandsea]] (Simoon Bluff)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Poles|Wooden Pole]]"
    }, {
        name = "Battle Bamboo",
        japanese = "バトルバンブー",
        romaji = "Batoru Banbū",
        lit = "Battle Bamboo",
        link = "Battle Bamboo (Final Fantasy XII)",
        recurring = "Battle Bamboo",
        original = true,
        image = "BattleBamboo-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 39,
        evade = 25,
        ct = 30,
        combo = 12,
        metal = 0,
        value = 3200,
        license = "[[License Board/Original#Poles 2|Poles 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Jahara]]",
        treasure = "[[Giza Plains (Final Fantasy XII)|Giza Plains - The Rains]] (Gizas North Bank) / [[Golmore Jungle (Final Fantasy XII)|Golmore Jungle]] (The Greenswathe)"
    }, {
        name = "Musk Stick",
        japanese = "麝香勺",
        romaji = "Jakōshaku",
        lit = "Musk Ladle",
        link = "Musk Stick (Final Fantasy XII)",
        recurring = "Musk Stick",
        original = true,
        image = "MuskStick-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 45,
        evade = 25,
        ct = 30,
        combo = 12,
        metal = 0,
        value = 4300,
        license = "[[License Board/Original#Poles 2|Poles 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Jahara]] / [[Mt Bur-Omisace]]",
        treasure = "[[Henne Mines]] (Phase 1 Dig) / [[Paramina Rift]] (Frozen Brook)",
        drop = "[[Great Malboro (Final Fantasy XII)|Great Malboro]] (1%)"
    }, {
        name = "Iron Pole",
        japanese = "鉄棒",
        romaji = "Tetsubō",
        lit = "Iron Pole",--or "Iron Bō"
        link = "Iron Pole (Final Fantasy XII)",
        recurring = "Iron Pole",
        original = true,
        image = "IronPole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 51,
        evade = 25,
        onhitrate = 10,
        onhitslow = true,
        ct = 30,
        combo = 12,
        metal = 2,
        value = 5300,
        license = "[[License Board/Original#Poles 3|Poles 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mt Bur-Omisace]]",
        drop = "[[Clay Golem (Final Fantasy XII)|Clay Golem]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Poles|Iron-forged Pole]]"
    }, {
        name = "Six-fluted Pole",
        japanese = "六角棒",
        romaji = "Rokkaku-bō",
        lit = "Hexagon Pole",
        original = true,
        link = "Six-fluted Pole (Final Fantasy XII)",
        image = "Sixflutedpole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 57,
        evade = 25,
        potencywater = true,
        ct = 30,
        combo = 12,
        metal = 0,
        value = 6800,
        license = "[[License Board/Original#Poles 3|Poles 3]]",
        shop = "[[Mosphoran Highwaste]] (After defeating Judge Bergan) / [[Phon Coast]]",
        drop = "[[Seeq Cateran]] (1%)"
    }, {
        name = "Gokuu Pole",
        japanese = "ゴクウの棒",
        romaji = "Gokū no Bō",
        lit = "Gokū Pole",
        link = "Gokuu Pole (Final Fantasy XII)",
        recurring = "Gokuu Pole",
        original = true,
        image = "GokuuPole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 63,
        evade = 25,
        ct = 30,
        combo = 12,
        metal = 0,
        value = 9000,
        license = "[[License Board/Original#Poles 3|Poles 3]]",
        shop = "[[Phon Coast]] / [[Archades]]",
        treasure = "[[Phon Coast]] (The Hakawea Shore) / [[Sochen Cave Palace]] (Mirror of the Soul)",
        steal = "[[Wendigo (Final Fantasy XII)|Wendigo]] (3%)"
    }, {
        name = "Zephyr Pole",
        japanese = "エアリアル",
        romaji = "Eariaru",
        lit = "Aerial",
        link = "Zephyr Pole (Final Fantasy XII)",
        recurring = "Zephyr Pole",
        original = true,
        image = "ZephyrPole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 69,
        evade = 25,
        effectwind = true,
        ct = 30,
        combo = 12,
        metal = 0,
        value = 11200,
        license = "[[License Board/Original#Poles 4|Poles 4]]",
        shop = "[[Balfonheim Port]]",
        poach = "[[Bandercoeurl (Final Fantasy XII)|Bandercoeurl]] (5%)"
    }, {
        name = "Ivory Pole",
        japanese = "象牙の棒",
        romaji = "Zōge no Bō",
        lit = "Ivory Pole",
        link = "Ivory Pole (Final Fantasy XII)",
        recurring = "Ivory Pole",
        original = true,
        image = "IvoryPole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 75,
        evade = 25,
        ct = 30,
        combo = 12,
        metal = 0,
        value = 13500,
        license = "[[License Board/Original#Poles 4|Poles 4]]",
        shop = "[[Balfonheim Port]] (Once the Sky Fortress ''Bahamut'' appears)",
        treasure = "[[Ridorana Cataract (Final Fantasy XII)|Ridorana Cataract]] (City of Other Days) / [[Pharos (Final Fantasy XII)|Pharos - Subterra]] (Umbra - South)",
        drop = "[[Etém]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Poles|Elegant Pole]]"
    }, {
        name = "Sweep",
        japanese = "櫂棒",
        romaji = "Kaibō",
        lit = "Paddle Pole",
        original = true,
        link = "Sweep (Final Fantasy XII)",
        image = "Sweep-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 81,
        evade = 25,
        ct = 30,
        combo = 12,
        metal = 0,
        value = 16200,
        license = "[[License Board/Original#Poles 5|Poles 5]]",
        shop = "[[Bhujerba]] Street Vendor (After visiting Draklor Laboratory)",
        treasure = "[[Barheim Passage]] (West Annex)",
        drop = "[[Glaring Eye]] (3%)"
    }, {
        name = "Eight-fluted Pole",
        japanese = "八角棒",
        romaji = "Hakkaku-bō",
        lit = "Octagon Pole",
        link = "Eight-fluted Pole (Final Fantasy XII)",
        recurring = "Eight-Fluted Pole",
        original = true,
        image = "Eightflutedpole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 88,
        evade = 25,
        ct = 30,
        combo = 12,
        metal = 0,
        value = 23400,
        license = "[[License Board/Original#Poles 5|Poles 5]]",
        steal = "[[Abelisk (Final Fantasy XII)|Abelisk]] (3%) / [[Vagrant Soul (Final Fantasy XII)|Vagrant Soul]] (3%)",
        reward = "[[Hunt Club]]"
    }, {
        name = "Whale Whisker",
        japanese = "鯨の髭",
        romaji = "Kujira no Hige",
        lit = "Whale Whisker",
        link = "Whale Whisker (Final Fantasy XII)",
        recurring = "Whale Whisker",
        original = true,
        image = "WhaleWhisker-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 108,
        evade = 25,
        ct = 30,
        combo = 12,
        metal = 0,
        value = 0,
        license = "[[License Board/Original#Whale Whisker|Whale Whisker]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Poles|Whisker of the Beast]]"
    }, {
        name = "Rod",
        japanese = "ロッド",
        romaji = "Roddo",
        lit = "Rod",
        link = "Rod (Final Fantasy XII)",
        recurring = "Rod (weapon)",
        original = true,
        image = "Rod-ffxii.png",
        type = "Rod",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 30,
        evade = 6,
        mp = 5,
        magickpower = 1,
        ct = 33,
        metal = 0,
        value = 1500,
        license = "[[License Board/Original#Rods 1|Rods 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Tomb of Raithwall]]",
        treasure = "[[Dalmasca Estersand (Final Fantasy XII)|Dalmasca Estersand]] (Sand-Swept Naze)",
        drop = "[[Zu (Final Fantasy XII)|Zu]] (3%)"
    }, {
        name = "Serpent Rod",
        japanese = "蛇のロッド",
        romaji = "Hebi no Roddo",
        lit = "Snake Rod",
        link = "Serpent Rod (Final Fantasy XII)",
        recurring = "Serpent Rod",
        original = true,
        image = "SerpentRod-ffxii.png",
        type = "Rod",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 34,
        evade = 6,
        effectice = true,
        mp = 10,
        magickpower = 2,
        ct = 33,
        metal = 0,
        value = 2100,
        license = "[[License Board/Original#Rods 1|Rods 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Jahara]] / [[Mt Bur-Omisace]]",
        treasure = "[[Paramina Rift]] (Freezing Gorge)",
        drop = "[[Viper]] (1%)",
        hunt = "[[Hunt (Final Fantasy XII)/Original#A Ring in the Rain|A Ring in the Rain]] ([[Croakadile (Final Fantasy XII)|Croakadile]])"
    }, {
        name = "Healing Rod",
        japanese = "癒しのロッド",
        romaji = "Iyashi no Roddo",
        lit = "Healing Rod",
        link = "Healing Rod (Final Fantasy XII)",
        recurring = "Healing Rod",
        original = true,
        image = "HealingRod-ffxii.png",
        type = "Rod",
        formula = "Pierce",
        range = 1,
        knockback = 10,
        attack = 13,
        evade = 6,
        onhitrate = 100,
        onhitregen = true,
        mp = 12,
        magickpower = 2,
        ct = 33,
        metal = 0,
        value = 3000,
        license = "[[License Board/Original#Rods 2|Rods 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Jahara]] (After visiting Eruyt Village) / [[Mt Bur-Omisace]]",
        poach = "[[Wild Onion (Final Fantasy XII)|Wild Onion]] (5%)"
    }, {
        name = "Gaia Rod",
        japanese = "大地のロッド",
        romaji = "Daichi no Roddo",
        lit = "Earth Rod",
        link = "Gaia Rod (Final Fantasy XII)",
        recurring = "Gaia Rod",
        original = true,
        image = "GaiaRod-ffxii.png",
        type = "Rod",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 38,
        evade = 6,
        effectearth = true,
        mp = 16,
        magickpower = 2,
        ct = 33,
        metal = 0,
        value = 3300,
        license = "[[License Board/Original#Rods 2|Rods 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mt Bur-Omisace]] (After defeating Judge Bergan)",
        hunt = "[[Hunt (Final Fantasy XII)/Original#Trouble in the Hills|Trouble in the Hills]] ([[Atomos (Final Fantasy XII)|Atomos]])"
    }, {
        name = "Power Rod",
        japanese = "パワーロッド",
        romaji = "Pawā Roddo",
        lit = "Power Rod",
        link = "Power Rod (Final Fantasy XII)",
        recurring = "Power Rod",
        original = true,
        image = "PowerRod-ffxii.png",
        type = "Rod",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 44,
        evade = 6,
        mp = 15,
        magickpower = 3,
        ct = 33,
        metal = 0,
        value = 4500,
        license = "[[License Board/Original#Rods 3|Rods 3]]",
        shop = "[[Phon Coast]] / [[Archades]]",
        drop = "[[Focalor (Final Fantasy XII)|Focalor]] (3%)"
    }, {
        name = "Empyrean Rod",
        japanese = "天空のロッド",
        romaji = "Tenkū no Roddo",
        lit = "Heaven Rod",
        link = "Empyrean Rod (Final Fantasy XII)",
        recurring = "Empyrean Rod",
        original = true,
        image = "EmpyreanRod-ffxii.png",
        type = "Rod",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 50,
        evade = 6,
        mp = 20,
        magickpower = 2,
        ct = 33,
        metal = 0,
        value = 6200,
        license = "[[License Board/Original#Rods 3|Rods 3]]",
        shop = "[[Balfonheim Port]]",
        treasure = "[[Cerobi Steppe]] (The Terraced Bank)",
        steal = "[[Apsara]] (3%)"
    }, {
        name = "Holy Rod",
        japanese = "ホーリーロッド",
        romaji = "Hōrī Roddo",
        lit = "Holy Rod",
        link = "Holy Rod (Final Fantasy XII)",
        recurring = "Holy Rod",
        original = true,
        image = "HolyRod-ffxii.png",
        type = "Rod",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 53,
        evade = 6,
        mp = 30,
        magickpower = 2,
        ct = 33,
        metal = 0,
        value = 8500,
        effectholy = true,
        potencyholy = true,
        license = "[[License Board/Original#Rods 4|Rods 4]]",
        treasure = "[[Cerobi Steppe]] (Feddik River) / [[Pharos (Final Fantasy XII)|Pharos - First Ascent]] (Wellspring Ravel - 2nd Flight) / [[Pharos (Final Fantasy XII)|Pharos - Subterra]] (Penumbra - North)",
    }, {
        name = "Rod of Faith",
        japanese = "フェイスロッド",
        romaji = "Feisu Roddo",
        lit = "Faith Rod",
        link = "Rod of Faith (Final Fantasy XII)",
        recurring = "Rod of Faith",
        original = true,
        image = "RodofFaith-ffxii.png",
        type = "Rod",
        formula = "Pierce",
        range = 1,
        knockback = 10,
        attack = 24,
        evade = 6,
        onhitrate = 60,
        onhitfaith = true,
        mp = 35,
        magickpower = 3,
        ct = 33,
        metal = 0,
        value = 0,
        license = "[[License Board/Original#Rod of Faith|Rod of Faith]]",
        reward = "Obtainable on [[Mt Bur-Omisace]] after [[Behemoth King (Final Fantasy XII)|Behemoth King]] hunt"
    }, {
        name = "Oak Staff",
        japanese = "オークスタッフ",
        romaji = "Ōku Sutaffu",
        lit = "Oak Staff",
        link = "Oak Staff (Final Fantasy XII)",
        recurring = "Oak Staff",
        original = true,
        image = "OakStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 18,
        evade = 8,
        magickpower = 2,
        ct = 34,
        metal = 0,
        value = 400,
        license = "[[License Board/Original#Staves 1|Staves 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Nalbina Fortress]] / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        treasure = "[[Garamsythe Waterway (Final Fantasy XII)|Garamsythe Waterway]] (North Spur Sluiceway)"
    }, {
        name = "Cherry Staff",
        japanese = "サクラの杖",
        romaji = "Sakura no Tsue",
        lit = "Cherry Blossom Staff",
        link = "Cherry Staff (Final Fantasy XII)",
        recurring = "Cherry Staff",
        original = true,
        image = "CherryStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 24,
        evade = 8,
        magickpower = 3,
        ct = 34,
        metal = 0,
        value = 800,
        potencywind = true,
        license = "[[License Board/Original#Staves 1|Staves 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After the ''Leviathan'') / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Bhujerba]] (After Ba'Gamnan in Lhusu Mines) / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']] / [[Tomb of Raithwall]]"
    }, {
        name = "Wizard's Staff",
        japanese = "魔法使いの杖",
        romaji = "Mahōtsukai no Tsue",
        lit = "Wizard's Staff",--i prefer to TL Magician, but basically synonyms
        link = "Wizard's Staff (Final Fantasy XII)",
        original = true,
        image = "Wizard'sStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 30,
        evade = 8,
        magickpower = 4,
        ct = 34,
        metal = 0,
        value = 1500,
        license = "[[License Board/Original#Staves 1|Staves 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Tomb of Raithwall]]",
        treasure = "[[Nam-Yensa Sandsea]] (Simoon Bluff)"
    }, {
        name = "Flame Staff",
        japanese = "炎の杖",
        romaji = "Honō no Tsue",
        lit = "Flame Staff",
        link = "Flame Staff (Final Fantasy XII)",
        recurring = "Flame Staff",
        original = true,
        image = "FlameStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 33,
        evade = 8,
        potencyfire = true,
        magickpower = 4,
        ct = 34,
        metal = 0,
        value = 2400,
        license = "[[License Board/Original#Staves 2|Staves 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Jahara]] / [[Mt Bur-Omisace]]",
        drop = "[[Dustia]] (3%)"
    }, {
        name = "Storm Staff",
        japanese = "雷の杖",
        romaji = "Kaminari no Tsue",
        lit = "Lightning Staff",
        link = "Storm Staff (Final Fantasy XII)",
        recurring = "Thunder Staff",
        original = true,
        image = "StormStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 33,
        evade = 8,
        potencythunder = true,
        magickpower = 4,
        ct = 34,
        metal = 0,
        value = 2400,
        license = "[[License Board/Original#Staves 2|Staves 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Jahara]] / [[Mt Bur-Omisace]]",
        drop = "[[Pineapple (Final Fantasy XII)|Pineapple]] (3%)"
    }, {
        name = "Glacial Staff",
        japanese = "氷の杖",
        romaji = "Kōri no Tsue",
        lit = "Ice Staff",
        link = "Glacial Staff (Final Fantasy XII)",
        recurring = "Ice Staff",
        original = true,
        image = "GlacialStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 33,
        evade = 8,
        potencyice = true,
        magickpower = 5,
        ct = 34,
        metal = 0,
        value = 2400,
        license = "[[License Board/Original#Staves 2|Staves 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Jahara]] / [[Mt Bur-Omisace]]",
        treasure = "[[Paramina Rift]] (Karydine Glacier) / [[Paramina Rift]] (Icebound Flow)",
        drop = "[[Baritine Croc (Final Fantasy XII)|Baritine Croc]] (Paramina Rift - 1%)"
    }, {
        name = "Golden Staff",
        japanese = "ゴールドスタッフ",
        romaji = "Gōrudo Sutaffu",
        lit = "Gold Staff",
        link = "Golden Staff (Final Fantasy XII)",
        recurring = "Golden Staff",
        original = true,
        image = "GoldenStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 38,
        evade = 8,
        magickpower = 6,
        ct = 34,
        metal = 0,
        value = 3500,
        license = "[[License Board/Original#Staves 3|Staves 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mosphoran Highwaste]] (After defeating Judge Bergan)",
        drop = "[[Oiling]] (1%)"
    }, {
        name = "Judicer's Staff",
        japanese = "裁きの杖",
        romaji = "Sabaki no Tsue",
        lit = "Judgment Staff",
        link = "Judicer's Staff (Final Fantasy XII)",
        recurring = "Judgment Staff (weapon)",
        original = true,
        image = "Judicer'sStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 43,
        evade = 8,
        onhitrate = 15,
        onhitstop = true,
        magickpower = 7,
        ct = 34,
        metal = 0,
        value = 5700,
        license = "[[License Board/Original#Staves 3|Staves 3]]",
        shop = "[[Archades]]",
        treasure = "[[Henne Mines]] (Special Charter Shaft)",
        steal = "[[Golem (Final Fantasy XII)|Golem]] (3%)"
    }, {
        name = "Cloud Staff",
        japanese = "雲の杖",
        romaji = "Kumo no Tsue",
        lit = "Cloud Staff",
        link = "Cloud Staff (Final Fantasy XII)",
        recurring = "Cloud Staff",
        original = true,
        image = "CloudStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 48,
        metal = 8,
        potencywater = true,
        magickpower = 7,
        ct = 34,
        metal = 0,
        value = 8000,
        license = "[[License Board/Original#Staves 4|Staves 4]]",
        shop = "[[Balfonheim Port]] (Once the Sky Fortress ''Bahamut'' appears)",
        treasure = "[[Cerobi Steppe]] (The Terraced Bank) / [[Ridorana Cataract (Final Fantasy XII)|Ridorana Cataract]] (Colosseum)",
        drop = "[[Oversoul (Final Fantasy XII)|Oversoul]] (1%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Staves|Mystic Staff]]"
    }, {
        name = "Staff of the Magi",
        japanese = "賢者の杖",
        romaji = "Kenja no Tsue",
        lit = "Sage Staff",
        link = "Staff of the Magi (Final Fantasy XII)",
        recurring = "Sage's Staff",
        original = true,
        image = "StaffoftheMagi-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 46,
        evade = 8,
        potencyholy = true,
        magickpower = 8,
        ct = 34,
        metal = 0,
        value = 0,
        license = "[[License Board/Original#Staff of the Magi|Staff of the Magi]]",
        steal = "[[Luxollid]] (3%)"
    }, {
        name = "Shortbow",
        japanese = "ショートボウ",
        romaji = "Shōtobō",
        lit = "Shortbow",
        link = "Shortbow (Final Fantasy XII)",
        recurring = "Shortbow",
        original = true,
        image = "Shortbow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 17,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 500,
        license = "[[License Board/Original#Bows 1|Bows 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Barheim Passage]] (Before obtaining the Treaty-Blade) / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        drop = "[[Slaven]] (Giza Plains - 3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Bows and Arrows|Bow & Bodkin]]",
        initial = "[[Fran (Final Fantasy XII party member)|Fran]]"
    }, {
        name = "Silver Bow",
        japanese = "銀の弓",
        romaji = "Gin no Yumi",
        lit = "Silver Bow",
        link = "Silver Bow (Final Fantasy XII)",
        recurring = "Silver Bow",
        original = true,
        image = "SilverBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 22,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 1,
        value = 1000,
        license = "[[License Board/Original#Bows 1|Bows 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Nalbina Fortress]] / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]"
    }, {
        name = "Aevis Killer",
        japanese = "エイビスキラー",
        romaji = "Eibisu Kirā",
        link = "Aevis Killer (Final Fantasy XII)",
        recurring = "Aevis Killer",
        original = true,
        image = "AevisKiller-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 27,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 1500,
        license = "[[License Board/Original#Bows 2|Bows 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After the ''Leviathan'') / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        drop = "[[Slaven]] (Lhusu Mines - 3%)"
    }, {
        name = "Killer Bow",
        japanese = "キラーボウ",
        romaji = "Kirā Bō",
        lit = "Killer Bow",
        link = "Killer Bow (Final Fantasy XII)",
        recurring = "Killer Bow",
        original = true,
        image = "KillerBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 33,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 2000,
        license = "[[License Board/Original#Bows 2|Bows 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After the ''Leviathan'') / [[Nam-Yensa Sandsea]] / [[Tomb of Raithwall]]",
        treasure = "[[Lhusu Mines]] (Transitway 1) / [[Ogir-Yensa Sandsea]] (East Junction) / [[Nam-Yensa Sandsea]] (Yellow Sands)",
        reward = "From Supinelu in Jahara (sold the Jaya Stick)"
    }, {
        name = "Longbow",
        japanese = "ロングボウ",
        romaji = "Rongubō",
        lit = "Longbow",
        link = "Longbow (Final Fantasy XII)",
        recurring = "Longbow",
        original = true,
        image = "Longbow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 39,
        evade = 0,
        ct = 36,
        evade = 5,
        metal = 0,
        value = 3000,
        license = "[[License Board/Original#Bows 2|Bows 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Tomb of Raithwall]]",
        treasure = "[[Giza Plains (Final Fantasy XII)|Giza Plains - The Rains]] (Throne Road) / [[Tomb of Raithwall]] (Northfall Passage)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Bows and Arrows|Arrows Alight]]",
        hunt = "[[Hunt (Final Fantasy XII)/Original#A Scream from the Sky|A Scream from the Sky]] ([[Wyvern Lord]])"
    }, {
        name = "Elfin Bow",
        japanese = "エルフィンボウ",
        romaji = "Erufin Bō",
        lit = "Elfin Bow",
        link = "Elfin Bow (Final Fantasy XII)",
        recurring = "Elfin Bow",
        original = true,
        image = "ElfinBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 45,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 4200,
        license = "[[License Board/Original#Bows 3|Bows 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Jahara]]",
        steal = "[[Malboro (Final Fantasy XII)|Malboro]] (Golmore Jungle - 3%)"
    }, {
        name = "Loxley Bow",
        japanese = "ロクスリーの弓",
        romaji = "Lokusurī no Yumi",
        lit = "Locksley Bow",
        link = "Loxley Bow (Final Fantasy XII)",
        recurring = "Loxley Bow",
        original = true,
        image = "LoxleyBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 51,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 5200,
        license = "[[License Board/Original#Bows 3|Bows 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Jahara]] (After visiting Eruyt Village) / [[Mt Bur-Omisace]]",
        steal = "[[Cultsworn Lich]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Bows and Arrows|Hollow-shaft Arrows]]",
        reward = "[[Rabanastre (Final Fantasy XII)#Viera Matchmaking|Viera Matchmaking]]"
    }, {
        name = "Giant Stonebow",
        japanese = "石の弓",
        romaji = "Ishi no Yumi",
        lit = "Stone Bow",
        original = true,
        link = "Giant Stonebow",
        image = "GiantStonebow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 57,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 6000,
        license = "[[License Board/Original#Bows 4|Bows 4]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mt Bur-Omisace]] (After defeating Judge Bergan)"
    }, {
        name = "Burning Bow",
        japanese = "バーニングボウ",
        romaji = "Bāningu Bō",
        lit = "Burning Bow",
        original = true,
        link = "Burning Bow",
        image = "BurningBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 63,
        evade = 0,
        potencyfire = true,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 7500,
        license = "[[License Board/Original#Bows 4|Bows 4]]",
        shop = "[[Mosphoran Highwaste]] (After defeating Judge Bergan) / [[Phon Coast]]",
        treasure = "[[Mosphoran Highwaste]] (Rays of Ashen Light)",
        drop = "[[Dive Talon]] (1%)"
    }, {
        name = "Traitor's Bow",
        japanese = "裏切りの弓",
        romaji = "Uragiri no Yumi",
        lit = "Traitor's Bow",
        original = true,
        link = "Traitor's Bow (Final Fantasy XII)",
        image = "Traitor'sBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 69,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 10000,
        license = "[[License Board/Original#Bows 5|Bows 5]]",
        shop = "[[Phon Coast]] / [[Archades]]",
        drop = "[[Pumpkin Head (Final Fantasy XII)|Pumpkin Head]] (Feywood - 3%)"
    }, {
        name = "Yoichi Bow",
        japanese = "与一の弓",
        romaji = "Yoichi no Yumi",
        lit = "Yoichi Bow",
        link = "Yoichi Bow (Final Fantasy XII)",
        recurring = "Yoichi Bow",
        original = true,
        image = "Yoichi'sBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 75,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 12500,
        license = "[[License Board/Original#Bows 5|Bows 5]]",
        shop = "[[Balfonheim Port]]",
        hunt = "[[Hunt (Final Fantasy XII)/Original#Lost in the Pudding|Lost in the Pudding]] ([[White Mousse (Final Fantasy XII)|White Mousse]])",
        reward = "[[Great cockatrice escape]]"
    }, {
        name = "Perseus Bow",
        japanese = "ペルセウスの弓",
        romaji = "Peruseusu no Yumi",
        lit = "Perseus Bow",
        link = "Perseus Bow (Final Fantasy XII)",
        recurring = "Perseus Bow",
        original = true,
        image = "PerseusBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 81,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 14500,
        license = "[[License Board/Original#Bows 6|Bows 6]]",
        shop = "[[Balfonheim Port]] (After obtaining the Treaty-Blade)",
        treasure = "[[Tchita Uplands]] (Sundered Earth)",
        drop = "[[Bug (Final Fantasy XII)|Bug]] (1%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Bows and Arrows|Permafrost Bow & Quiver]]"
    }, {
        name = "Artemis Bow",
        japanese = "アルテミスの弓",
        romaji = "Arutemisu no Yumi",
        lit = "Artemis Bow",
        link = "Artemis Bow (Final Fantasy XII)",
        recurring = "Artemis Bow",
        original = true,
        image = "ArtemisBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 87,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 17000,
        license = "[[License Board/Original#Bows 6|Bows 6]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Bows and Arrows|Bow of the Moon Goddess]]"
    }, {
        name = "Sagittarius",
        japanese = "宿命のサジタリア",
        romaji = "Shukumei no Sajitaria",
        lit = "Sagittaria of Fate",
        link = "Sagittarius (Final Fantasy XII)",
        recurring = "Sagittarius (weapon)",
        original = true,
        image = "SagittariusBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 93,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 0,
        license = "[[License Board/Original#Sagittarius|Sagittarius]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Bows and Arrows|Silver Bow]]"
    }, {
        name = "Bowgun",
        japanese = "ボウガン",
        romaji = "Bōgan",
        lit = "Bowgun",
        link = "Bowgun (Final Fantasy XII)",
        recurring = "Bowgun",
        original = true,
        image = "Bowgun-ffxii.png",
        type = "Crossbow",
        formula = "Strength",
        range = 10,
        knockback = 0,
        attack = 40,
        evade = 5,
        ct = 28,
        critical = 7,
        metal = 1,
        value = 3800,
        license = "[[License Board/Original#Crossbows 1|Crossbows 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Jahara]]",
        reward = "From Supinelu in Jahara (gave the Jaya Stick)"
    }, {
        name = "Crossbow",
        japanese = "クロスボウ",
        romaji = "Kurosubō",
        lit = "Crossbow",
        link = "Crossbow (Final Fantasy XII)",
        recurring = "Crossbow (weapon)",
        original = true,
        image = "Crossbow-ffxii.png",
        type = "Crossbow",
        formula = "Strength",
        range = 10,
        knockback = 0,
        attack = 46,
        evade = 5,
        ct = 28,
        critical = 7,
        metal = 1,
        value = 5200,
        license = "[[License Board/Original#Crossbows 1|Crossbows 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Jahara]] (After visiting Eruyt Village) / [[Mt Bur-Omisace]]",
        drop = "[[White Wolf (Final Fantasy XII)|White Wolf]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Crossbows and Bolts|Ranger's Crossbow]]"
    }, {
        name = "Paramina Crossbow",
        japanese = "パラミナボウ",
        romaji = "Paramina Bō",
        lit = "Paramina Bow",
        link = "Paramina Crossbow (Final Fantasy XII)",
        recurring = "Paramina Crossbow",
        original = true,
        image = "ParaminaCrossbow-ffxii.png",
        type = "Crossbow",
        formula = "Strength",
        range = 10,
        knockback = 0,
        attack = 52,
        evade = 5,
        ct = 28,
        critical = 7,
        metal = 1,
        value = 6600,
        license = "[[License Board/Original#Crossbows 2|Crossbows 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mt Bur-Omisace]] (After defeating Judge Bergan)",
        steal = "[[Ghast (Final Fantasy XII)|Ghast]] (3%)",
        reward = "[[Ktjn|Conversations with Ktjn]]"
    }, {
        name = "Recurve Crossbow",
        japanese = "クロスリカーブ",
        romaji = "Kurosu Rikābu",
        lit = "Cross Recurve",
        original = true,
        link = "Recurve Crossbow (Final Fantasy XII)",
        image = "RecurveCrossbow-ffxii.png",
        type = "Crossbow",
        formula = "Strength",
        range = 10,
        knockback = 0,
        attack = 58,
        evade = 5,
        ct = 28,
        critical = 7,
        metal = 1,
        value = 9500,
        license = "[[License Board/Original#Crossbows 2|Crossbows 2]]",
        shop = "[[Phon Coast]] / [[Archades]]",
        treasure = "[[Phon Coast]] (Limatra Hills)",
        steal = "[[Balloon (Final Fantasy XII)|Balloon]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Crossbows and Bolts|Huntsman's Crossbow]]",
        hunt = "[[Hunt (Final Fantasy XII)/Original#Befoulment of the Beast|Befoulment of the Beast]] ([[Feral Retriever]])"
    }, {
        name = "Hunting Crossbow",
        japanese = "ハンティングボウ",
        romaji = "Hantingu Bō",
        lit = "Hunting Bow",
        link = "Hunting Crossbow (Final Fantasy XII)",
        recurring = "Hunting Bow",
        original = true,
        image = "HuntingCrossbow-ffxii.png",
        type = "Crossbow",
        formula = "Strength",
        range = 10,
        knockback = 0,
        attack = 64,
        evade = 5,
        ct = 28,
        critical = 7,
        metal = 2,
        value = 12500,
        license = "[[License Board/Original#Crossbows 3|Crossbows 3]]",
        shop = "[[Balfonheim Port]]",
        steal = "[[Tarasque (Final Fantasy XII)|Tarasque]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Crossbows and Bolts|Blindflight Quarrels]]"
    }, {
        name = "Penetrator Crossbow",
        japanese = "ペネトレーター",
        romaji = "Penetorētā",
        lit = "Penetrator",
        original = true,
        link = "Penetrator Crossbow (Final Fantasy XII)",
        image = "PenetratorCrossbow-ffxii.png",
        type = "Crossbow",
        formula = "Strength",
        range = 10,
        knockback = 0,
        attack = 70,
        evade = 5,
        ct = 28,
        critical = 7,
        metal = 2,
        value = 15500,
        license = "[[License Board/Original#Crossbows 3|Crossbows 3]]",
        shop = "[[Balfonheim Port]] (Once the Sky Fortress ''Bahamut'' appears)",
        treasure = "[[Cerobi Steppe]] (South Liavell Hills) / [[Ridorana Cataract (Final Fantasy XII)|Ridorana Cataract]] (Colosseum)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Crossbows and Bolts|Scout's Crossbow]]"
    }, {
        name = "Gastrophetes",
        japanese = "ガストラフェテス",
        romaji = "Gasutorafetesu",
        lit = "Gastraphetes",
        link = "Gastrophetes (Final Fantasy XII)",
        recurring = "Gastrophetes",
        original = true,
        image = "Gastrophetes-ffxii.png",
        type = "Crossbow",
        formula = "Strength",
        range = 10,
        knockback = 0,
        attack = 78,
        evade = 5,
        ct = 28,
        critical = 7,
        metal = 2,
        value = 21000,
        license = "[[License Board/Original#Crossbows 4|Crossbows 4]]",
        steal = "[[Pallicant]] (3%)",
        reward = "[[Hunt Club]]"
    }, {
        name = "Altair",
        japanese = "アルタイル",
        romaji = "Arutairu",
        lit = "Altair",
        link = "Altair (Final Fantasy XII)",
        recurring = "Altair (weapon)",
        original = true,
        image = "Altair-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 6,
        evade = 10,
        ct = 51,
        critical = 5,
        metal = 1,
        value = 500,
        license = "[[License Board/Original#Guns 1|Guns 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Nalbina Fortress]] / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        initial = "[[Balthier (Final Fantasy XII party member)|Balthier]]"
    }, {
        name = "Capella",
        japanese = "カペラ",
        romaji = "Kapera",
        lit = "Capella",
        link = "Capella (Final Fantasy XII)",
        recurring = "Capella",
        original = true,
        image = "Capella-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 10,
        evade = 10,
        ct = 51,
        critical = 5,
        metal = 1,
        value = 1400,
        license = "[[License Board/Original#Guns 1|Guns 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Dalmasca Westersand]] (After the ''Leviathan''; before Treaty-Blade) / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']] / [[Nam-Yensa Sandsea]]",
        treasure = "[[Ogir-Yensa Sandsea]] (East Junction)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Guns and Shot|Marksman's Delight]]"
    }, {
        name = "Vega",
        japanese = "ヴェガ",
        romaji = "Vega",
        lit = "Vega",
        link = "Vega (Final Fantasy XII)",
        recurring = "Vega (weapon)",
        original = true,
        image = "Vega-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 14,
        evade = 10,
        ct = 51,
        critical = 5,
        metal = 1,
        value = 2400,
        license = "[[License Board/Original#Guns 2|Guns 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After the ''Leviathan'') / [[Tomb of Raithwall]]",
        treasure = "[[Nam-Yensa Sandsea]] (Withering Shores)",
        drop = "[[Axebeak (Final Fantasy XII)|Axebeak]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Guns and Shot|Rain of Tears]]"
    }, {
        name = "Sirius",
        japanese = "シリウス",
        romaji = "Shiriusu",
        lit = "Sirius",
        link = "Sirius (Final Fantasy XII)",
        recurring = "Sirius (weapon)",
        original = true,
        image = "Sirius-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 18,
        evade = 10,
        ct = 51,
        critical = 5,
        metal = 1,
        value = 4000,
        license = "[[License Board/Original#Guns 3|Guns 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Jahara]]",
        treasure = "[[Dalmasca Estersand (Final Fantasy XII)|Dalmasca Estersand]] (The Yoma) / [[Golmore Jungle (Final Fantasy XII)|Golmore Jungle]] (The Rustling Chapel)",
        steal = "[[Wooly Gator]] (3%)"
    }, {
        name = "Betelgeuse",
        japanese = "ベテルギウス",
        romaji = "Beterugiusu",
        lit = "Betelgeuse",
        link = "Betelgeuse (Final Fantasy XII)",
        recurring = "Betelgeuse",
        original = true,
        image = "Betelgeuse-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 22,
        evade = 10,
        ct = 51,
        critical = 5,
        metal = 1,
        value = 5400,
        license = "[[License Board/Original#Guns 3|Guns 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Jahara]] (After visiting Eruyt Village) / [[Mt Bur-Omisace]]",
        treasure = "[[Paramina Rift]] (Head of the Silverflow)",
        drop = "[[Barmuu]] (3%)"
    }, {
        name = "Ras Algethi",
        japanese = "ラス・アルゲテイ",
        romaji = "Rasu Arugeti",
        lit = "Ras Algethi",
        link = "Ras Algethi (Final Fantasy XII)",
        recurring = "Ras Algethi",
        original = true,
        image = "RasAlgethi-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 28,
        evade = 10,
        ct = 51,
        critical = 5,
        metal = 1,
        value = 7000,
        license = "[[License Board/Original#Guns 3|Guns 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mosphoran Highwaste]] (After defeating Judge Bergan)",
        poach = "[[Phyllo]] (5%)"
    }, {
        name = "Aldebaran",
        japanese = "アルデバラン",
        romaji = "Arudebaran",
        lit = "Aldebaran",
        link = "Aldebaran (Final Fantasy XII)",
        recurring = "Aldebaran",
        original = true,
        image = "Aldebaran-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 30,
        evade = 10,
        ct = 51,
        critical = 5,
        metal = 1,
        value = 10000,
        license = "[[License Board/Original#Guns 4|Guns 4]]",
        shop = "[[Phon Coast]] / [[Archades]]",
        treasure = "[[Phon Coast]] (Pora-Pora Sands) / [[Phon Coast]] (The Hakawea Shore)",
        drop = "[[Bangaa Pirate]] (1%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Guns and Shot|Mudslinger]]"
    }, {
        name = "Spica",
        japanese = "スピカ",
        romaji = "Supika",
        lit = "Spica",
        link = "Spica (Final Fantasy XII)",
        recurring = "Spica",
        original = true,
        image = "Spica-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 34,
        evade = 10,
        ct = 51,
        critical = 5,
        metal = 2,
        value = 13000,
        license = "[[License Board/Original#Guns 4|Guns 4]]",
        shop = "[[Balfonheim Port]] (After obtaining the Treaty-Blade)",
        treasure = "[[Lhusu Mines]] (Site 11)",
        poach = "[[Shadonir]] (5%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Guns and Shot|Armor-piercing Shot]]"
    }, {
        name = "Antares",
        japanese = "アンタレス",
        romaji = "Antaresu",
        lit = "Antares",
        link = "Antares (Final Fantasy XII weapon)",
        recurring = "Antares (weapon)",
        original = true,
        image = "Antares-ffxii-weapon.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 39,
        evade = 10,
        ct = 51,
        critical = 5,
        metal = 2,
        value = 16000,
        license = "[[License Board/Original#Guns 5|Guns 5]]",
        shop = "[[Balfonheim Port]] (Once the Sky Fortress ''Bahamut'' appears)",
        treasure = "[[Pharos (Final Fantasy XII)|Pharos - Subterra]] (Abyssal - North)",
        drop = "[[Deidar (Final Fantasy XII)|Deidar]] (3%)"
    }, {
        name = "Arcturus",
        japanese = "アルクトゥルス",
        romaji = "Arukuturusu",
        lit = "Arcturus",
        link = "Arcturus (Final Fantasy XII)",
        recurring = "Arcturus",
        original = true,
        image = "Arcturus-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 44,
        evade = 10,
        ct = 51,
        critical = 5,
        metal = 2,
        value = 22000,
        license = "[[License Board/Original#Guns 5|Guns 5]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Guns and Shot|Late-model Rifle]]"
    }, {
        name = "Fomalhaut",
        japanese = "フォーマルハウト",
        romaji = "Fōmaruhauto",
        lit = "Fomalhaut",
        link = "Fomalhaut (Final Fantasy XII)",
        recurring = "Fomalhaut",
        original = true,
        image = "Fomalhaut-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 50,
        evade = 10,
        ct = 51,
        critical = 5,
        metal = 2,
        value = 0,
        license = "[[License Board/Original#Guns 6|Guns 6]]",
        treasure = "[[Lhusu Mines]] (Site 9) / [[Henne Mines]] (Special Charter Shaft) / [[Cerobi Steppe]] (The Northsward) / [[Cerobi Steppe]] (Crossfield) / [[Pharos (Final Fantasy XII)|Pharos - Subterra]] (Umbra - South)"
    }, {
        name = "Hornito",
        japanese = "プリニートロイデ",
        romaji = "Purinītoroide",
        original = true,
        link = "Hornito (Final Fantasy XII)",
        image = "Hornito-ffxii.png",
        type = "Hand-bomb",
        formula = "Vitality",
        range = 10,
        knockback = 0,
        attack = 50,
        evade = 0,
        ct = 34,
        metal = 0,
        value = 5800,
        license = "[[License Board/Original#Hand-bombs 1|Hand-bombs 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Judge Bergan) / [[Nalbina Fortress]] (After defeating Judge Bergan) / [[Mt Bur-Omisace]]",
        treasure = "[[Dalmasca Estersand (Final Fantasy XII)|Dalmasca Estersand]] (Broken Sands)",
        drop = "[[Emperor Aevis]] (1%)"
    }, {
        name = "Fumarole",
        japanese = "ペジオニーテ",
        romaji = "Pejionīte",
        original = true,
        link = "Fumarole (Final Fantasy XII)",
        image = "Fumarole-ffxii.png",
        type = "Hand-bomb",
        formula = "Vitality",
        range = 10,
        knockback = 0,
        attack = 58,
        evade = 0,
        potencywater = true,
        ct = 34,
        metal = 0,
        value = 8500,
        license = "[[License Board/Original#Hand-bombs 1|Hand-bombs 1]]",
        shop = "[[Phon Coast]]",
        steal = "[[Archaeosaur (Final Fantasy XII)|Archaeosaur]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Hand-bombs and Bombs|Noisome Incendiaries]]"
    }, {
        name = "Tumulus",
        japanese = "アスピーテ",
        romaji = "Asupīte",
        original = true,
        link = "Tumulus (Final Fantasy XII)",
        image = "Tumulus-ffxii.png",
        type = "Hand-bomb",
        formula = "Vitality",
        range = 10,
        knockback = 0,
        attack = 66,
        evade = 0,
        ct = 34,
        metal = 0,
        value = 12000,
        license = "[[License Board/Original#Hand-bombs 2|Hand-bombs 2]]",
        shop = "[[Archades]]",
        drop = "[[Seeq Explorer]] (1%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Oil-Soaked Incendiaries|Oil-Soaked Incendiaries]]",
        reward = "[[Great cockatrice escape]]"
    }, {
        name = "Caldera",
        japanese = "マールコニーデ",
        romaji = "Mārukonīde",
        original = true,
        link = "Caldera (Final Fantasy XII)",
        image = "Caldera-ffxii.png",
        type = "Hand-bomb",
        formula = "Vitality",
        range = 10,
        knockback = 0,
        attack = 75,
        evade = 0,
        ct = 34,
        metal = 0,
        value = 16000,
        license = "[[License Board/Original#Hand-bombs 2|Hand-bombs 2]]",
        shop = "[[Balfonheim Port]] (Once the Sky Fortress ''Bahamut'' appears)",
        drop = "[[Cataract Aevis]] (1%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Hand-bombs and Bombs|Befuddling Incendiaries]]",
        reward = "[[Hunt Club]]"
    }, {
        name = "Volcano",
        japanese = "ブルカノ式",
        romaji = "Burukano-shiki",
        lit = "Vulcanian",--ブルカノ式噴火 means "Vulcanian eruption"
        link = "Volcano (Final Fantasy XII)",
        original = true,
        image = "Volcano-ffxii.png",
        type = "Hand-bomb",
        formula = "Vitality",
        range = 10,
        knockback = 0,
        attack = 85,
        evade = 0,
        ct = 34,
        metal = 0,
        value = 0,
        license = "[[License Board/Original#Hand-bombs 3|Hand-bombs 3]]",
        hunt = "[[Hunt (Final Fantasy XII)/Original#Paying for the Past|Paying for the Past]] ([[Catoblepas (Final Fantasy XII)|Catoblepas]])"
    },
    {
        name = "Mythril Sword",
        japanese = "ミスリルソード",
        romaji = "Misuriru Sōdo",
        lit = "Mithril Sword",
        zodiac = true,
        link = "Mythril Sword (Final Fantasy XII)",
        recurring = "Mythril Sword",
        image = "MythrilSword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 14,
        evade = 5,
        ct = 30,
        combo = 5,
        metal = 0,
        value = 300,
        treasure = "[[Henne Mines]] (Phase 2 Dig) / [[Cerobi Steppe]] (Crossfield)",
        initial = "[[Reks (Final Fantasy XII party member)|Reks]]"
    }, {
        name = "Broadsword",
        japanese = "ブロードソード",
        romaji = "Burōdosōdo",
        lit = "Broadsword",
        zodiac = true,
        link = "Broadsword (Final Fantasy XII)",
        recurring = "Broadsword",
        image = "Broadsword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 14,
        evade = 5,
        ct = 32,
        combo = 5,
        metal = 1,
        value = 390,
        license = "[[License Board#Swords 1|Swords 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] / [[Giza Plains (Final Fantasy XII)|Giza Plains - The Dry]] / [[Barheim Passage]]",
        treasure = "[[Dalmasca Westersand]] (Corridor of Sand) / [[Garamsythe Waterway (Final Fantasy XII)|Garamsythe Waterway]] (Northern Sluiceway)",
        drop = "[[Sleipnir (Final Fantasy XII)|Sleipnir]] (5%)",
        steal = "[[Cactoid (Final Fantasy XII)|Cactoid]] (3%) / [[Cactite]] (3%)"
    }, {
        name = "Longsword",
        japanese = "ロングソード",
        romaji = "Rongusōdo",
        lit = "Longsword",
        zodiac = true,
        link = "Longsword (Final Fantasy XII)",
        recurring = "Longsword",
        image = "Longsword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 20,
        evade = 5,
        ct = 32,
        combo = 5,
        metal = 1,
        value = 800,
        license = "[[License Board#Swords 2|Swords 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Nalbina Fortress]] (After Barheim Passage) / [[Barheim Passage]]",
        treasure = "[[Garamsythe Waterway (Final Fantasy XII)|Garamsythe Waterway]] (No. 10 Channel (Flooded))",
        steal = "[[Flowering Cactoid]] in Trial Mode [[Trial Mode#3|Stage 3]] (55%)",
        initial = "[[Ashe (Final Fantasy XII party member)|Ashe]]"
    }, {
        name = "Iron Sword",
        japanese = "アイアンソード",
        romaji = "Aian Sōdo",
        lit = "Iron Sword",
        zodiac = true,
        link = "Iron Sword (Final Fantasy XII)",
        recurring = "Iron Sword",
        image = "IronSword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 25,
        evade = 5,
        ct = 32,
        combo = 5,
        metal = 2,
        value = 1250,
        license = "[[License Board#Swords 2|Swords 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ba'Gamnan in Lhusu Mines) / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        treasure = "[[Dreadnought Leviathan|Dreadnought ''Leviathan'']] (Starboard Section)",
        drop = "[[Razorfin]] (5%)",
        steal = "[[Mimic (Final Fantasy XII)|Mimic]] (3%) / [[Seeker (Final Fantasy XII)|Seeker]] (10%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Iron-forged Blade]]"
    }, {
        name = "Mythril Blade",
        japanese = "ミスリルブレイド",
        romaji = "Misuriru Bureido",
        lit = "Mithril Blade",
        zodiac = true,
        link = "Mythril Blade (Final Fantasy XII)",
        recurring = "Mythril Blade",
        image = "MythrilBlade-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 23,
        evade = 5,
        ct = 30,
        combo = 5,
        metal = 0,
        value = 1500,
        treasure = "[[Cerobi Steppe]] (Feddik River) / [[Nabreus Deadlands]] (The Slumbermead)",
        steal = "[[Flowering Cactoid]] in Trial Mode [[Trial Mode#3|Stage 3]] (10%)",
        initial = "[[Basch (Final Fantasy XII party member)|Basch]]"
    }, {
        name = "Zwill Blade",
        japanese = "ゾーリンブレイド",
        romaji = "Zōrin Bureido",
        lit = "Solin Blade",
        zodiac = true,
        link = "Zwill Blade (Final Fantasy XII)",
        recurring = "Zwill Blade",
        image = "ZwillBlade-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 30,
        evade = 5,
        ct = 32,
        combo = 5,
        metal = 1,
        value = 1800,
        license = "[[License Board#Swords 3|Swords 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ba'Gamnan in Lhusu Mines) / [[Bhujerba]] (After Ba'Gamnan in Lhusu Mines) / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        treasure = "[[Dreadnought Leviathan|Dreadnought ''Leviathan'']] (Sub-control Room)"
    }, {
        name = "Ancient Sword",
        japanese = "古代の剣",
        romaji = "Kodai no Tsurugi",
        lit = "Ancient Sword",
        zodiac = true,
        link = "Ancient Sword (Final Fantasy XII)",
        recurring = "Ancient Sword",
        image = "AncientSword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 35,
        evade = 5,
        onhitrate = 15,
        onhitpetrify = true,
        ct = 32,
        combo = 5,
        metal = 1,
        value = 2450,
        license = "[[License Board#Swords 3|Swords 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ondore's Estate) / [[Bhujerba]] (After Ondore's Estate) / [[Dalmasca Westersand]] (After Ondore's Estate) / [[Nam-Yensa Sandsea]] / [[Tomb of Raithwall]] / [[Balfonheim]]",
        treasure = "[[Ogir-Yensa Sandsea]] (Platform 1 - Refinery)",
        steal = "[[Emeralditan|Urutan Eater]] (10%)"
    }, {
        name = "Blood Sword",
        japanese = "ブラッドソード",
        romaji = "Buraddo Sōdo",
        lit = "Blood Sword",
        zodiac = true,
        link = "Blood Sword (Final Fantasy XII)",
        recurring = "Blood Sword (weapon)",
        image = "BloodSword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 38,
        evade = 5,
        onhitrate = 100,
        onhitsap = true,
        ct = 32,
        combo = 5,
        metal = 1,
        value = 2880,
        license = "[[License Board#Blood Sword|Blood Sword]]",
        treasure = "[[Tomb of Raithwall]] (Cloister of Flame) / [[Mosphoran Highwaste]] (Rays of Ashen Light) / [[Cerobi Steppe]] (Old Elanise Road)",
        drop = "[[Seeker (Final Fantasy XII)|Seeker]] (Henne Mines - 1%) / [[Seeker (Final Fantasy XII)|Seeker]] (Tomb of Raithwall - 1%)"
    }, {
        name = "Lohengrin",
        japanese = "ローエングリン",
        romaji = "Rōengurin",
        lit = "Lohengrin",
        zodiac = true,
        link = "Lohengrin (Final Fantasy XII)",
        recurring = "Lohengrin",
        image = "Lohengrin-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 40,
        evade = 5,
        ct = 32,
        combo = 5,
        metal = 1,
        value = 3200,
        license = "[[License Board#Swords 4|Swords 4]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Nam-Yensa Sandsea]] / [[Tomb of Raithwall]] / [[Jahara]] / [[Balfonheim Port]]",
        treasure = "[[Nam-Yensa Sandsea]] (Simoon Bluff)"
    }, {
        name = "Flametongue",
        japanese = "フレイムタン",
        romaji = "Fureimutan",
        lit = "Flametongue",
        zodiac = true,
        link = "Flametongue (Final Fantasy XII)",
        recurring = "Flametongue (weapon)",
        image = "Flametongue-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 45,
        evade = 5,
        effectfire = true,
        ct = 32,
        combo = 5,
        metal = 1,
        value = 4000,
        license = "[[License Board#Swords 4|Swords 4]]",
        shop = "[[Jahara]] / [[Mt Bur-Omisace]]",
        treasure = "[[Giza Plains (Final Fantasy XII)|Giza Plains]] (Tracks of the Beast) / [[Zertinan Caverns]] (Halls of Ardent Darkness) / [[Ozmone Plain]] (The Shred) / [[Tchita Uplands]] (Uazcuff Hills)",
        steal = "[[King Bomb (Final Fantasy XII)|King Bomb]] in Trial Mode [[Trial Mode#21|Stage 21]] (10%)",
        poach = "[[Jelly (Final Fantasy XII)|Jelly]] (5%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Burning Blade]]"
    }, {
        name = "Demonsbane",
        japanese = "エビルスレイヤー",
        romaji = "Ebiru Sureiyā",
        lit = "Evil Slayer",
        zodiac = true,
        recurring = "Demonsbane",
        link = "Demonsbane (Final Fantasy XII)",
        image = "Demonsbane-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 51,
        evade = 5,
        ct = 32,
        combo = 5,
        metal = 1,
        value = 5200,
        license = "[[License Board#Swords 5|Swords 5]]",
        shop = "[[Eruyt Village]] / [[Mt Bur-Omisace]]",
        treasure = "[[Dalmasca Estersand (Final Fantasy XII)|Dalmasca Estersand]] (The Yoma) / [[Paramina Rift]] (Icebound Flow) / Trial Mode [[Trial Mode#50|Stage 50]] (with Diamond Armlet)",
        drop = "[[Yeti (Final Fantasy XII)|Yeti]] (1%)"
    }, {
        name = "Icebrand",
        japanese = "アイスブランド",
        romaji = "Aisu Burando",
        lit = "Icebrand",
        zodiac = true,
        link = "Icebrand (Final Fantasy XII)",
        recurring = "Icebrand (weapon)",
        image = "Icebrand-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 55,
        evade = 5,
        effectice = true,
        ct = 32,
        combo = 5,
        metal = 2,
        value = 6000,
        license = "[[License Board#Swords 5|Swords 5]]",
        shop = "[[Mt Bur-Omisace]]",
        treasure = "[[Barheim Passage]] (The Zeviah Span) / [[Paramina Rift]] (Silverflow's End)",
        drop = "[[Zombie Warrior]] (1%)",
        steal = "[[Mateus (Final Fantasy XII boss)|Mateus]] (3%) in Trial Mode [[Trial Mode#16|Stage 16]]",
        hunt = "[[Hunt (Final Fantasy XII)#For Whom the Wyrm Tolls|For Whom the Wyrm Tolls]] ([[Ring Wyrm]])"
    }, {
        name = "Platinum Sword",
        japanese = "プラチナソード",
        romaji = "Purachina Sōdo",
        lit = "Platinum Sword",
        zodiac = true,
        link = "Platinum Sword (Final Fantasy XII)",
        recurring = "Platinum Sword",
        image = "PlatinumSword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 61,
        evade = 5,
        ct = 32,
        combo = 5,
        metal = 0,
        value = 7400,
        license = "[[License Board#Swords 6|Swords 6]]",
        shop = "[[Mt Bur-Omisace]] (After defeating Vinuskar) / [[Mosphoran Highwaste]] (After defeating Judge Bergan)",
        treasure = "[[Stilshrine of Miriam]] (Walk of Reason)",
        drop = "[[Mandragora (Final Fantasy XII)|Mandragora]] (1%)",
        steal = "[[Twintania (Final Fantasy XII)|Twintania]] (3%)"
    }, {
        name = "Bastard Sword",
        japanese = "バスタードソード",
        romaji = "Basutādo Sōdo",
        lit = "Bastard Sword",
        zodiac = true,
        link = "Bastard Sword (Final Fantasy XII)",
        recurring = "Bastard Sword",
        image = "BastardSword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 67,
        evade = 5,
        ct = 32,
        combo = 5,
        metal = 2,
        value = 8900,
        license = "[[License Board#Swords 6|Swords 6]]",
        shop = "[[Mosphoran Highwaste]] (After defeating Judge Bergan) / [[Phon Coast]]",
        treasure = "[[Salikawood (Final Fantasy XII)|Salikawood]] (Diverging Way) / [[Tchita Uplands]] (Garden of Life's Circle)",
        drop = "[[Skulwyrm]] (Zertinan Caverns - 1%)"
    }, {
        name = "Diamond Sword",
        japanese = "ダイヤソード",
        romaji = "Daiya Sōdo",
        lit = "Diamond Sword",
        link = "Diamond Sword (Final Fantasy XII)",
        zodiac = true,
        recurring = "Diamond Sword (weapon)",
        image = "DiamondSword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 73,
        evade = 5,
        ct = 32,
        combo = 5,
        metal = 0,
        value = 10600,
        license = "[[License Board#Swords 7|Swords 7]]",
        shop = "[[Phon Coast]] / [[Archades]]",
        treasure = "[[Phon Coast]] (Caima Hills) / [[Tchita Uplands]] (Garden of Life's Circle)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Warped Blade]]"
    }, {
        name = "Runeblade",
        japanese = "ルーンブレイド",
        romaji = "Rūnbureido",
        lit = "Runeblade",
        zodiac = true,
        link = "Runeblade (Final Fantasy XII)",
        recurring = "Rune Blade",
        image = "Runeblade-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 78,
        evade = 5,
        ct = 32,
        combo = 5,
        metal = 2,
        value = 12100,
        license = "[[License Board#Swords 7|Swords 7]]",
        shop = "[[Archades]] / [[Balfonheim Port]]",
        treasure = "[[Tchita Uplands]] (Uazcuff Hills) / [[Necrohol of Nabudis]] (Cloister of the Highborn) / Trial Mode [[Trial Mode#90|Stage 90]] (with Diamond Armlet)",
        drop = "[[Babil (Final Fantasy XII)|Babil]] (5%)",
        poach = "[[Brainpan (Final Fantasy XII)|Brainpan]] (5%) in Trial Mode [[Trial Mode#45|Stage 45]]",
        reward = "[[Ktjn|Conversations with Ktjn]]"
    }, {
        name = "Deathbringer",
        japanese = "デスブリンガー",
        romaji = "Desuburingā",
        lit = "Deathbringer",
        zodiac = true,
        link = "Deathbringer (Final Fantasy XII)",
        recurring = "Deathbringer",
        image = "Deathbringer-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 83,
        evade = 5,
        onhitrate = 12,
        onhitko = true,
        ct = 32,
        combo = 5,
        metal = 2,
        value = 13700,
        license = "[[License Board#Swords 8|Swords 8]]",
        shop = "[[Balfonheim Port]]",
        treasure = "[[Feywood]] (The Edge of Reason)",
        steal = "[[Ithuno]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Swords|The Leering Blade]] / [[Bazaar (Final Fantasy XII)#Zodiac versions|The Leering Blade]]",
        reward = "[[Great cockatrice escape]]"
    }, {
        name = "Stoneblade",
        japanese = "ブレイクブレイド",
        romaji = "Bureiku Bureido",
        lit = "Break Blade",
        zodiac = true,
        link = "Stoneblade (Final Fantasy XII)",
        recurring = "Stoneblade",
        image = "Stoneblade-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 95,
        evade = 5,
        ct = 32,
        combo = 5,
        metal = 2,
        value = 17500,
        license = "[[License Board#Swords 8|Swords 8]]",
        treasure = "[[Cerobi Steppe]] (The Terraced Bank)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Darksteel Blade]]",
        reward = "[[Hunt Club]]"
    }, {
        name = "Durandal",
        japanese = "デュランダル",
        romaji = "Dyurandaru",
        lit = "Durandal",
        zodiac = true,
        link = "Durandal (Final Fantasy XII)",
        recurring = "Durandal",
        image = "Durandal-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 99,
        evade = 5,
        ct = 32,
        combo = 5,
        metal = 2,
        value = 19600,
        license = "[[License Board#Swords 9|Swords 9]]",
        treasure = "[[Cerobi Steppe]] (The Terraced Bank)",
        drop = "[[Velelu]] (1%)",
        steal = "[[Rikken (Final Fantasy XII boss)|Rikken]] (10%) in Trial Mode [[Trial Mode#86|Stage 86]]"
    }, {
        name = "Great Trango",
        japanese = "トランゴタワー",
        romaji = "Torango Tawā",
        lit = "Trango Tower",
        zodiac = true,
        link = "Great Trango",
        image = "Trango Tower FFXII Screenshot.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 153,
        evade = 0,
        ct = 25,
        combo = 30,
        metal = 2,
        value = 0,
        nomodel = true,
        treasure = "[[Pharos (Final Fantasy XII)|Pharos - Subterra]] (Abyssal - South)",
        steal = "[[Zodiark (Final Fantasy XII boss)|Zodiark]] (3%)"
    }, {
        name = "Karkata",
        japanese = "ブラッドソードA",
        romaji = "Buraddo Sōdo Ei",
        lit = "Blood Sword A",
        zodiac = true,
        link = "Karkata",
        recurring = "Blood Sword (weapon)",
        image = "BloodSword-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 92,
        evade = 16,
        onhitrate = 100,
        onhitconfuse = true,
        ct = 32,
        combo = 7,
        metal = 1,
        value = 21600,
        license = "[[License Board#Karkata|Karkata]]",
        steal = "[[Flowering Cactoid]] in Trial Mode [[Trial Mode#3|Stage 3]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Crimson Blade]]"
    }, {
        name = "Simha",
        japanese = "デュランダルA",
        romaji = "Dyurandaru Ei",
        lit = "Durandal A",
        zodiac = true,
        link = "Simha",
        recurring = "Durandal",
        image = "Durandal-ffxii.png",
        type = "Sword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 103,
        evade = 15,
        ct = 32,
        combo = 10,
        metal = 2,
        value = 23600,
        license = "[[License Board#Swords 9|Swords 9]]",
        steal = "[[Rikken (Final Fantasy XII boss)|Rikken]] (3%) in Trial Mode [[Trial Mode#86|Stage 86]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Well-forged Blade]]"
    }, {
        name = "Dagger",
        japanese = "ダガー",
        romaji = "Dagā",
        lit = "Dagger",
        zodiac = true,
        link = "Dagger (Final Fantasy XII)",
        recurring = "Dagger (weapon)",
        image = "Dagger-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 14,
        evade = 5,
        ct = 21,
        combo = 12,
        metal = 1,
        value = 390,
        license = "[[License Board#Daggers 1|Daggers 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] / [[Giza Plains (Final Fantasy XII)|Giza Plains - The Dry]] / [[Barheim Passage]]",
        treasure = "[[Giza Plains (Final Fantasy XII)|Giza Plains - The Dry]] (Gizas South Bank)",
        drop = "[[Seeq Thief]] (25%)",
        initial = "[[Vaan (Final Fantasy XII party member)|Vaan]] and [[Penelo (Final Fantasy XII party member)|Penelo]]"
    }, {
        name = "Mage Masher",
        japanese = "メイジマッシャー",
        romaji = "Meiji Masshā",
        lit = "Mage Masher",
        zodiac = true,
        link = "Mage Masher (Final Fantasy XII)",
        recurring = "Mage Masher (weapon)",
        image = "MageMasher-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 18,
        evade = 5,
        onhitrate = 15,
        onhitsilence = true,
        ct = 21,
        combo = 12,
        metal = 1,
        value = 640,
        license = "[[License Board#Daggers 2|Daggers 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Nalbina Fortress]] (After Barheim Passage) / [[Barheim Passage]]",
        treasure = "[[Barheim Passage]] (Op Sector 37)"
    }, {
        name = "Assassin's Dagger",
        japanese = "アサシンダガー",
        romaji = "Asashin Dagā",
        lit = "Assassin Dagger",
        zodiac = true,
        link = "Assassin's Dagger (Final Fantasy XII)",
        recurring = "Assassin's Dagger (weapon)",
        image = "Assassin'sDagger-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 31,
        evade = 5,
        onhitrate = 5,
        onhitko = true,
        ct = 21,
        combo = 12,
        metal = 1,
        value = 1920,
        license = "[[License Board#Daggers 2|Daggers 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ba'Gamnan in Lhusu Mines) / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        steal = "[[Tiamat (Final Fantasy XII)|Tiamat]] in Trial Mode [[Trial Mode#13|Stage 13]]",
        treasure = "[[Lhusu Mines]] (Site 2)"
    }, {
        name = "Chopper",
        japanese = "チョッパー",
        romaji = "Choppā",
        lit = "Chopper",
        zodiac = true,
        link = "Chopper (Final Fantasy XII)",
        recurring = "Chopper (weapon)",
        image = "Chopper-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 40,
        evade = 5,
        onhitrate = 10,
        onhitsap = true,
        ct = 21,
        combo = 12,
        metal = 1,
        value = 3200,
        license = "[[License Board#Daggers 3|Daggers 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Nam-Yensa Sandsea]] / [[Tomb of Raithwall]] / [[Jahara]] / [[Balfonheim Port]]",
        treasure = "[[Nam-Yensa Sandsea]] (Simoon Bluff) / [[Ozmone Plain]] (The Switchback)"
    }, {
        name = "Main Gauche",
        japanese = "マインゴーシュ",
        romaji = "Main Gōshu",
        lit = "Main Gauche",
        zodiac = true,
        link = "Main Gauche (Final Fantasy XII)",
        recurring = "Main Gauche",
        image = "MainGauche-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 46,
        evade = 50,
        ct = 21,
        combo = 5,
        metal = 1,
        value = 4230,
        license = "[[License Board#Daggers 3|Daggers 3]]",
        shop = "[[Jahara]] / [[Mt Bur-Omisace]]",
        treasure = "[[Giza Plains (Final Fantasy XII)|Giza Plains]] (Tracks of the Beast) / [[Zertinan Caverns]] (Halls of Ardent Darkness) / Trial Mode [[Trial Mode#39|Stage 39]] (with Diamond Armlet)",
        poach = "[[Lesser Chimera]] (5%)"
    }, {
        name = "Gladius",
        japanese = "グラディウス",
        romaji = "Guradiusu",
        lit = "Gladius",
        zodiac = true,
        link = "Gladius (Final Fantasy XII)",
        recurring = "Gladius (weapon)",
        image = "Gladius-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 56,
        evade = 5,
        effectwind = true,
        speed = 1,
        ct = 21,
        combo = 12,
        metal = 1,
        value = 6270,
        license = "[[License Board#Daggers 4|Daggers 4]]",
        shop = "[[Mt Bur-Omisace]]",
        treasure = "[[Dalmasca Estersand (Final Fantasy XII)|Dalmasca Estersand]] (The Yoma) / [[Paramina Rift]] (Silverflow's End)",
        steal = "[[Lindbur Wolf]] (3%)"
    }, {
        name = "Avenger",
        japanese = "アベンジャー",
        romaji = "Abenjā",
        lit = "Avenger",
        zodiac = true,
        link = "Avenger (Final Fantasy XII weapon)",
        recurring = "Avenger (weapon)",
        image = "Avenger-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 66,
        evade = 5,
        onhitrate = 10,
        onhitberserk = true,
        ct = 21,
        combo = 12,
        metal = 1,
        value = 8700,
        license = "[[License Board#Daggers 4|Daggers 4]]",
        shop = "[[Mosphoran Highwaste]] (After defeating Judge Bergan) / [[Phon Coast]]",
        treasure = "[[Mosphoran Highwaste]] (Rays of Ashen Light) / [[Tchita Uplands]] (Realm of the Elder Dream)"
    }, {
        name = "Orichalcum Dirk",
        japanese = "オリハルコン",
        romaji = "Oriharukon",
        lit = "Orichalcum",
        zodiac = true,
        link = "Orichalcum Dirk (Final Fantasy XII)",
        recurring = "Orichalcum (weapon)",
        image = "OrichalchumDirk-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 79,
        evade = 5,
        onhitrate = 10,
        onhitslow = true,
        ct = 21,
        combo = 12,
        metal = 2,
        value = 11700,
        license = "[[License Board#Daggers 5|Daggers 5]]",
        shop = "[[Archades]] / [[Balfonheim Port]]",
        treasure = "[[Tchita Uplands]] (The Highlands) / [[Necrohol of Nabudis]] (Hall of the Ivory Covenant) / Trial Mode [[Trial Mode#85|Stage 85]] (with Diamond Armlet)",
        steal = "[[Feral Croc (Final Fantasy XII)|Feral Croc]] (3%)"
    }, {
        name = "Platinum Dagger",
        japanese = "プラチナメッサー",
        romaji = "Purachina Messā",
        lit = "Platinum Messer",
        zodiac = true,
        link = "Platinum Dagger (Final Fantasy XII)",
        recurring = "Platinum Dagger",
        image = "PlatinumDagger-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 83,
        evade = 5,
        onhitrate = 10,
        onhitimmobilize = true,
        ct = 21,
        combo = 12,
        metal = 0,
        value = 13700,
        license = "[[License Board#Daggers 5|Daggers 5]]",
        shop = "[[Balfonheim Port]]",
        treasure = "[[Feywood]] (The Edge of Reason)",
        steal = "[[Shambling Corpse (Final Fantasy XII)|Shambling Corpse]] (1%)",
        reward = "[[Great cockatrice escape]]"
    }, {
        name = "Zwill Crossblade",
        japanese = "ゾーリンシェイプ",
        romaji = "Zōrin Sheipu",
        lit = "Solin Shape",
        zodiac = true,
        link = "Zwill Crossblade (Final Fantasy XII)",
        recurring = "Zwill Crossblade",
        image = "ZwillCrossblade-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 87,
        evade = 10,
        effectwind = true,
        ct = 21,
        combo = 12,
        metal = 2,
        value = 15200,
        license = "[[License Board#Daggers 6|Daggers 6]]",
        treasure = "[[Lhusu Mines]] (Site 11) / [[Cerobi Steppe]] (North Liavell Hills)",
        drop = "[[Vampyr (Final Fantasy XII)|Vampyr]] (1%)",
        steal = "[[Deathclaw (Final Fantasy XII)|Deathclaw]] (3%) / [[Overlord (Final Fantasy XII)|Overlord]] (10%) in Trial Mode [[Trial Mode#72|Stage 72]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Double-bladed Knife]]"
    }, {
        name = "Shikari Nagasa",
        japanese = "シカリのナガサ",
        romaji = "Shikari no Nagasa",
        lit = "Shikari Nagasa",
        zodiac = true,
        link = "Shikari Nagasa (Final Fantasy XII)",
        image = "Danjuro-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 90,
        evade = 10,
        ct = 21,
        combo = 12,
        metal = 2,
        value = 18000,
        license = "[[License Board#Shikari Nagasa & Mina|Shikari Nagasa & Mina]]",
        treasure = "[[Cerobi Steppe]] (The Northsward)",
        steal = "[[Vagrant Soul (Final Fantasy XII)|Vagrant Soul]] (3%) / [[Overlord (Final Fantasy XII)|Overlord]] (3%) in Trial Mode [[Trial Mode#72|Stage 72]] / [[Evil Spirit (Final Fantasy XII)|Evil Spirit]] (3%) in Trial Mode [[Trial Mode#88|Stage 88]]"
    }, {
        name = "Mina",
        japanese = "シカリのナガサF",
        romaji = "Shikari no Nagasa Efu",
        lit = "Shikari Nagasa F",
        zodiac = true,
        link = "Mina (Final Fantasy XII)",
        image = "Danjuro-ffxii.png",
        type = "Dagger",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 104,
        evade = 25,
        onhitrate = 70,
        onhitko = true,
        ct = 21,
        combo = 15,
        metal = 2,
        value = 25500,
        license = "[[License Board#Shikari Nagasa & Mina|Shikari Nagasa & Mina]]",
        drop = "[[Larva Eater]] (5%)",
        steal = "[[Evil Spirit (Final Fantasy XII)|Evil Spirit]] Trial Mode [[Trial Mode#88|Stage 88]] (3%)",
        poach = "[[Overlord (Final Fantasy XII)|Overlord]] Trial Mode [[Trial Mode#72|Stage 72]] (5%)"
    }, {
        name = "Handaxe",
        japanese = "ハンドアックス",
        romaji = "Handoakkusu",
        lit = "Handaxe",
        zodiac = true,
        link = "Handaxe (Final Fantasy XII)",
        recurring = "Hand Axe",
        image = "Handaxe-ffxii.png",
        type = "Axe",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 17,
        evade = 6,
        ct = 29,
        combo = 6,
        metal = 1,
        value = 420,
        license = "[[License Board#Axes & Hammers 1|Axes & Hammers 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] / [[Giza Plains (Final Fantasy XII)|Giza Plains - The Dry]] / [[Barheim Passage]]",
        treasure = "[[Dalmasca Estersand (Final Fantasy XII)|Dalmasca Estersand]] (Banks of the Nebra)",
        steal = "[[Steeling]] (Lhusu Mines - 3%)"
    }, {
        name = "Broadaxe",
        japanese = "ブロードアックス",
        romaji = "Burōdoakkusu",
        lit = "Broadaxe",
        zodiac = true,
        link = "Broadaxe (Final Fantasy XII)",
        recurring = "Broadaxe",
        image = "Broadaxe-ffxii.png",
        type = "Axe",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 36,
        evade = 6,
        ct = 29,
        combo = 6,
        metal = 1,
        value = 1600,
        license = "[[License Board#Axes & Hammers 2|Axes & Hammers 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ba'Gamnan in Lhusu Mines) / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        drop = "[[Tallow (Final Fantasy XII)|Tallow]] (1%)",
        steal = "[[Earth Tyrant]] (55%) in Trial Mode [[Trial Mode#19|Stage 19]]"
    }, {
        name = "Slasher",
        japanese = "スラッシャー",
        romaji = "Surasshā",
        lit = "Slasher",
        zodiac = true,
        link = "Slasher (Final Fantasy XII)",
        recurring = "Slasher (weapon)",
        image = "Slasher-ffxii.png",
        type = "Axe",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 54,
        evade = 6,
        ct = 29,
        combo = 6,
        metal = 1,
        value = 4000,
        license = "[[License Board#Axes & Hammers 3|Axes & Hammers 3]]",
        shop = "[[Jahara]] / [[Mt Bur-Omisace]]",
        treasure = "[[Giza Plains (Final Fantasy XII)|Giza Plains - The Rains]] (Gizas North Bank) / [[Zertinan Caverns]] (Hourglass Basin) / [[Zertinan Caverns]] (Halls of Ardent Darkness) / [[Ozmone Plain]] (Field of Light Winds) / Trial Mode [[Trial Mode#40|Stage 40]] (with Diamond Armlet)",
        drop = "[[Werewolf (Final Fantasy XII)|Werewolf]] (1%)"
    }, {
        name = "Hammerhead",
        japanese = "ハンマーヘッド",
        romaji = "Hanmāheddo",
        lit = "Hammerhead",
        zodiac = true,
        link = "Hammerhead (Final Fantasy XII)",
        recurring = "Hammerhead (weapon)",
        image = "Hammerhead-ffxii.png",
        type = "Axe",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 81,
        evade = 6,
        ct = 29,
        combo = 6,
        metal = 1,
        value = 8000,
        license = "[[License Board#Axes & Hammers 4|Axes & Hammers 4]]",
        shop = "[[Mt Bur-Omisace]] (After defeating Vinuskar) / [[Mosphoran Highwaste]] (After defeating Judge Bergan)",
        treasure = "[[Dalmasca Estersand (Final Fantasy XII)|Dalmasca Estersand]] (The Yoma) / [[Stilshrine of Miriam]] (Walk of Reason)",
        drop = "[[Gorgimera (Final Fantasy XII)|Gorgimera]] (Zertinan Caverns - 1%)",
        steal = "[[Gorgimera (Final Fantasy XII)|Gorgimera]] (Sochen Cave Palace - 3%) / [[Behemoth (Final Fantasy XII)|Behemoth]] (3%) in Trial Mode [[Trial Mode#37|Stage 37]]"
    }, {
        name = "Francisca",
        japanese = "フランシスカ",
        romaji = "Furanshisuka",
        lit = "Francisca",
        zodiac = true,
        link = "Francisca (Final Fantasy XII)",
        recurring = "Francisca",
        image = "Francisca-ffxii.png",
        type = "Axe",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 88,
        evade = 6,
        ct = 29,
        combo = 6,
        metal = 1,
        value = 9500,
        license = "[[License Board#Axes & Hammers 5|Axes & Hammers 5]]",
        shop = "[[Phon Coast]] / [[Archades]]",
        treasure = "[[Phon Coast]] (Limatra Hills) / [[Tchita Uplands]] (The Highlands) / Trial Mode [[Trial Mode#72|Stage 72]] (with Diamond Armlet)",
        drop = "[[Mimeo]] (Barheim Passage - 5%) / [[Cerberus (Final Fantasy XII)|Cerberus]] (5%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|War Axe]]"
    }, {
        name = "Greataxe",
        japanese = "グレートアックス",
        romaji = "Gurētoakkusu",
        lit = "Greataxe",
        zodiac = true,
        link = "Greataxe (Final Fantasy XII)",
        recurring = "Greataxe",
        image = "Greataxe-ffxii.png",
        type = "Axe",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 110,
        evade = 6,
        ct = 29,
        combo = 6,
        metal = 2,
        value = 12000,
        license = "[[License Board#Axes & Hammers 6|Axes & Hammers 6]]",
        shop = "[[Balfonheim Port]] (After obtaining the Treaty-Blade)",
        treasure = "[[Ridorana Cataract (Final Fantasy XII)|Ridorana Cataract]] (Colosseum)",
        drop = "[[Gemhorn]] (5%)",
        poach = "[[Reaver (Final Fantasy XII)|Reaver]] (5%) in Trial Mode [[Trial Mode#49|Stage 49]]"
    }, {
        name = "Golden Axe",
        japanese = "ゴールドアックス",
        romaji = "Gōrudo Akkusu",
        lit = "Gold Axe",
        zodiac = true,
        link = "Golden Axe (Final Fantasy XII)",
        recurring = "Golden Axe",
        image = "GoldenAxe-ffxii.png",
        type = "Axe",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 120,
        evade = 6,
        ct = 29,
        combo = 6,
        metal = 2,
        value = 15000,
        license = "[[License Board#Axes & Hammers 6|Axes & Hammers 6]]",
        treasure = "[[Cerobi Steppe]] (The Terraced Bank) / [[Necrohol of Nabudis]] (Cloister of Reason)",
        steal = "[[Reaver (Final Fantasy XII)|Reaver]] (Pharos - Subterra - 3%) / [[High Reaver]] (3%) / [[Catoblepas (Final Fantasy XII)|Catoblepas]] (3%) in Trial Mode [[Trial Mode#52|Stage 52]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Golden Battle Axe]]",
    }, {
        name = "Iron Hammer",
        japanese = "フレイル",
        romaji = "Fureiru",
        lit = "Flail",
        zodiac = true,
        link = "Iron Hammer (Final Fantasy XII)",
        recurring = "Flail (weapon)",
        image = "IronHammer-ffxii.png",
        type = "Hammer",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 24,
        evade = 2,
        ct = 32,
        combo = 8,
        metal = 1,
        value = 900,
        license = "[[License Board#Axes & Hammers 2|Axes & Hammers 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Nalbina Fortress]] (After Barheim Passage) / [[Barheim Passage]]",
        treasure = "[[Barheim Passage]] (The Zeviah Subterrane)"
    }, {
        name = "War Hammer",
        japanese = "ウォーハンマー",
        romaji = "Wō Hanmā",
        lit = "War Hammer",
        zodiac = true,
        link = "War Hammer (Final Fantasy XII)",
        recurring = "War Hammer",
        image = "WarHammer-ffxii.png",
        type = "Hammer",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 42,
        evade = 2,
        ct = 32,
        combo = 8,
        metal = 1,
        value = 2500,
        license = "[[License Board#Axes & Hammers 3|Axes & Hammers 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ondore's Estate) / [[Bhujerba]] (After Ondore's Estate) / [[Dalmasca Westersand]] (After Ondore's Estate) / [[Nam-Yensa Sandsea]] / [[Tomb of Raithwall]] / [[Balfonheim Port]]",
        treasure = "[[Ogir-Yensa Sandsea]] (East Junction) / [[Phon Coast]] (The Vaddu Strand)",
        steal = "[[Hybrid Gator (Final Fantasy XII)|Hybrid Gator]] (3%)"
    }, {
        name = "Sledgehammer",
        japanese = "スレッジハンマー",
        romaji = "Surejjuhanmā",
        lit = "Sledgehammer",
        zodiac = true,
        link = "Sledgehammer (Final Fantasy XII)",
        recurring = "Sledgehammer (weapon)",
        image = "Sledgehammer-ffxii.png",
        type = "Hammer",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 66,
        evade = 2,
        onhitrate = 20,
        onhitdisable = true,
        ct = 32,
        combo = 8,
        metal = 2,
        value = 6000,
        license = "[[License Board#Axes & Hammers 4|Axes & Hammers 4]]",
        shop = "[[Mt Bur-Omisace]]",
        treasure = "[[Barheim Passage]] (The Zeviah Span) / [[Paramina Rift]] (Silverflow's End)",
        drop = "[[Tyranorox]] (1%) / [[Humbaba (Final Fantasy XII)|Humbaba]] (1%)"
    }, {
        name = "Morning Star",
        japanese = "モーニングスター",
        romaji = "Mōningu Sutā",
        lit = "Morning Star",
        zodiac = true,
        link = "Morning Star (Final Fantasy XII)",
        recurring = "Morning Star (weapon)",
        image = "MorningStar-ffxii.png",
        type = "Hammer",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 100,
        evade = 2,
        ct = 32,
        combo = 8,
        metal = 2,
        value = 10000,
        license = "[[License Board#Axes & Hammers 5|Axes & Hammers 5]]",
        shop = "[[Balfonheim Port]]",
        treasure = "[[Feywood]] (The Edge of Reason)",
        drop = "[[Ose (Final Fantasy XII)|Ose]] (5%)"
    }, {
        name = "Scorpion Tail",
        japanese = "蠍のしっぽ",
        romaji = "Sasori no Shippo",
        lit = "Scorpion Tail",
        zodiac = true,
        link = "Scorpion Tail (Final Fantasy XII)",
        recurring = "Scorpion Tail (weapon)",
        image = "ScorpionTail-ffxii.png",
        type = "Hammer",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 124,
        evade = 2,
        ct = 32,
        combo = 8,
        metal = 2,
        value = 19000,
        license = "[[License Board#Axes & Hammers 7|Axes & Hammers 7]]",
        treasure = "[[Cerobi Steppe]] (Crossfield)",
        drop = "[[Glaring Eye]] (5%)"
    }, {
        name = "Vrscika",
        japanese = "蠍のしっぽF",
        romaji = "Sasori no Shippo Efu",
        lit = "Scorpion Tail F",
        zodiac = true,
        link = "Vrscika",
        recurring = "Scorpion Tail (weapon)",
        image = "ScorpionTail-ffxii.png",
        type = "Hammer",
        formula = "Vitality",
        range = 1,
        knockback = 10,
        attack = 133,
        evade = 5,
        ct = 32,
        combo = 20,
        metal = 2,
        value = 26800,
        license = "[[License Board#Vrscika|Vrscika]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|The Scorpion]]",
    }, {
        name = "Mace",
        japanese = "メイス",
        romaji = "Meisu",
        lit = "Mace",
        zodiac = true,
        link = "Mace (Final Fantasy XII)",
        recurring = "Mace (weapon)",
        image = "Mace-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 17,
        evade = 4,
        ct = 30,
        combo = 5,
        metal = 0,
        value = 550,
        license = "[[License Board#Maces 1|Maces 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Nalbina Fortress]] / [[Barheim Passage]]",
        treasure = "[[Garamsythe Waterway (Final Fantasy XII)|Garamsythe Waterway]] (No. 10 Channel (Flooded))"
    }, {
        name = "Bronze Mace",
        japanese = "ブロンズメイス",
        romaji = "Buronzu Meisu",
        lit = "Bronze Mace",
        zodiac = true,
        link = "Bronze Mace (Final Fantasy XII)",
        recurring = "Bronze Mace",
        image = "BronzeMace-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 24,
        evade = 4,
        ct = 30,
        combo = 5,
        metal = 0,
        value = 1100,
        license = "[[License Board#Maces 1|Maces 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ba'Gamnan in Lhusu Mines) / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        treasure = "[[Lhusu Mines]] (Shaft Entry)",
        drop = "[[Mesmenir (Final Fantasy XII)|Mesmenir]] (5%)"
    }, {
        name = "Bhuj",
        japanese = "ブージ",
        romaji = "Būji",
        lit = "Bhuj",
        zodiac = true,
        link = "Bhuj (Final Fantasy XII)",
        image = "Bhuj-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 34,
        evade = 4,
        ct = 30,
        combo = 5,
        metal = 0,
        value = 2200,
        license = "[[License Board#Maces 2|Maces 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ondore's Estate) / [[Bhujerba]] (After Ondore's Estate) / [[Dalmasca Westersand]] (After Ondore's Estate) / [[Nam-Yensa Sandsea]] / [[Tomb of Raithwall]] / [[Balfonheim Port]]",
        treasure = "[[Ogir-Yensa Sandsea]] (Platform 1 - East Tanks) / [[Ogir-Yensa Sandsea]] (Platform 1 - South Tanks)",
        poach = "[[Treant (Final Fantasy XII)|Treant]] (5%)"
    }, {
        name = "Miter",
        japanese = "マイター",
        romaji = "Maitā",
        lit = "Miter",
        zodiac = true,
        link = "Miter",
        image = "Mitre-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 42,
        evade = 4,
        effectwater = true,
        ct = 30,
        combo = 5,
        metal = 0,
        value = 3650,
        license = "[[License Board#Maces 2|Maces 2]]",
        shop = "[[Jahara]] / [[Mt Bur-Omisace]]",
        treasure = "[[Zertinan Caverns]] (Hourglass Basin) / [[Zertinan Caverns]] (Halls of Ardent Darkness)",
        steal = "[[Rain Dancer]] (3%)"
    }, {
        name = "Thorned Mace",
        japanese = "棘のメイス",
        romaji = "Toge no Meisu",
        lit = "Thorned Mace",
        zodiac = true,
        link = "Thorned Mace (Final Fantasy XII)",
        recurring = "Thorned Mace",
        image = "ThornedMace-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 53,
        evade = 4,
        onhitrate = 15,
        onhitpoison = true,
        ct = 30,
        combo = 5,
        metal = 0,
        value = 5400,
        license = "[[License Board#Maces 3|Maces 3]]",
        shop = "[[Mt Bur-Omisace]]",
        treasure = "[[Barheim Passage]] (Special Op Sector 5) / [[Paramina Rift]] (Karydine Glacier)",
        poach = "[[Malboro King (Final Fantasy XII)|Malboro King]] (5%)"
    }, {
        name = "Chaos Mace",
        japanese = "錯乱のメイス",
        romaji = "Sakuran no Meisu",
        lit = "Derangment Mace",
        zodiac = true,
        link = "Chaos Mace",
        image = "ChaosMace-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 69,
        evade = 4,
        onhitrate = 15,
        onhitconfuse = true,
        ct = 30,
        combo = 5,
        metal = 0,
        value = 7700,
        license = "[[License Board#Maces 3|Maces 3]]",
        shop = "[[Mosphoran Highwaste]] (After defeating Judge Bergan) / [[Phon Coast]]",
        treasure = "[[Salikawood (Final Fantasy XII)|Salikawood]] (Trunkwall Road) / [[Tchita Uplands]] (The Skytrail)",
        drop = "[[Cubus]] in Trial Mode [[Trial Mode#28|Stage 28]] (5%)",
        steal = "[[Charybterix (Final Fantasy XII)|Charybterix]] (3%)"
    }, {
        name = "Doom Mace",
        japanese = "時限のメイス",
        romaji = "Jigen no Meisu",
        lit = "Time Mace",
        zodiac = true,
        link = "Doom Mace (Final Fantasy XII)",
        image = "DoomMace-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 75,
        evade = 4,
        onhitrate = 15,
        onhitdoom = true,
        ct = 30,
        combo = 5,
        metal = 0,
        value = 9700,
        license = "[[License Board#Maces 4|Maces 4]]",
        shop = "[[Archades]] / [[Balfonheim Port]]",
        treasure = "[[Tchita Uplands]] (Oliphzak Rise) / [[Necrohol of Nabudis]] (Hall of Slumbering Might) / Trial Mode [[Trial Mode#83|Stage 83]] (with Diamond Armlet)",
        drop = "[[Gargoyle Baron]] (1%)",
        steal = "[[Zalera (Final Fantasy XII boss)|Zalera]] (10%) in Trial Mode [[Trial Mode#32|Stage 32]]"
    }, {
        name = "Zeus Mace",
        japanese = "メイスオブゼウス",
        romaji = "Meisu obu Zeusu",
        lit = "Mace of Zeus",
        zodiac = true,
        link = "Zeus Mace (Final Fantasy XII)",
        recurring = "Zeus Mace",
        image = "ZeusMace-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 81,
        evade = 4,
        potencydark = true,
        ct = 30,
        combo = 5,
        metal = 0,
        value = 12000,
        license = "[[License Board#Maces 4|Maces 4]]",
        treasure = "[[Cerobi Steppe]] (The Terraced Bank) / [[Pharos (Final Fantasy XII)|Pharos - Second Ascent]] (Station of Suffering)",
        drop = "[[Mimeo]] (Pharos - First Ascent - 5%) / [[Minibug]] (1%)",
        hunt = "[[Hunt (Final Fantasy XII)#The Child Snatcher|The Child Snatcher]] ([[Diabolos (Final Fantasy XII)|Diabolos]])"
    }, {
        name = "Grand Mace",
        japanese = "グランドメイス",
        romaji = "Gurando Meisu",
        lit = "Grand Mace",
        zodiac = true,
        link = "Grand Mace (Final Fantasy XII)",
        image = "GrandMace-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 88,
        evade = 4,
        ct = 30,
        combo = 5,
        metal = 0,
        value = 14000,
        license = "[[License Board#Maces 5|Maces 5]]",
        treasure = "[[Cerobi Steppe]] (Feddik River)",
        hunt = "[[Hunt (Final Fantasy XII)#Who's The Strongest!?|Who's The Strongest!?]] ([[Pylraster (Final Fantasy XII)|Pylraster]])"
    }, {
        name = "Bonebreaker",
        japanese = "ぐりぐりばんばん",
        romaji = "Guriguri Banban",
        lit = "Guriguri Banban",--not really a lit
        zodiac = true,
        link = "Bonebreaker (Final Fantasy XII)",
        image = "Guriguribanban-ffxii.png",
        type = "Mace",
        formula = "Pierce",
        range = 1,
        knockback = 0,
        attack = 10,
        evade = 30,
        onhitrate = 100,
        onhitsap = true,
        onhitdisease = true,
        ct = 30,
        combo = 10,
        metal = 0,
        value = 198,
        formula = "Pierce",
        treasure = "[[Cerobi Steppe]] (Feddik River)",
        drop = "[[Omega Mark XII]] (1%)",
        steal = "[[Omega Mark XII]] (55%) in Trial Mode [[Trial Mode#99|Stage 99]]"
    }, {
        name = "Bone of Byblos",
        japanese = "ビブロスの骨",
        romaji = "Biborosu no Hone",
        lit = "Bone of Byblos",
        zodiac = true,
        link = "Byblos Bone",
        image = "ByblosBone-ffxii.png",
        type = "Mace",
        formula = "Mace",
        range = 1,
        knockback = 0,
        attack = 100,
        evade = 10,
        ct = 30,
        combo = 5,
        metal = 0,
        value = 2,
        license = "[[License Board#Maces 5|Maces 5]]",
        treasure = "[[Lhusu Mines]] (Site 5) / [[Cerobi Steppe]] (The Northsward)",
        steal = "[[Yiazmat (Final Fantasy XII)|Yiazmat]] (3%) / [[Ba'Gamnan (Final Fantasy XII boss)|Ba'Gamnan]] (3%) in Trial Mode [[Trial Mode#59|Stage 59]]",
    }, {
        name = "Gilt Measure",
        japanese = "計算尺",
        romaji = "Keisanjaku",
        lit = "Slide Rule",
        zodiac = true,
        link = "Gilt Measure",
        image = "GiltMeasure-ffxii.png",
        type = "Measure",
        formula = "Pierce",
        range = 1,
        knockback = 0,
        attack = 5,
        evade = 35,
        effectice = true,
        onhitrate = 70,
        onhitprotect = true,
        ct = 32,
        critical = 0,
        metal = 0,
        value = 1000,
        license = "[[License Board#Measures 1|Measures 1]]",
        treasure = "[[Garamsythe Waterway (Final Fantasy XII)|Garamsythe Waterway]] (No. 11 Channel (Drained)) / [[Cerobi Steppe]] (Old Elanise Road)",
        drop = "[[Gargoyle (Final Fantasy XII)|Gargoyle]] (5%)"
    }, {
        name = "Arc Scale",
        japanese = "バルガースケール",
        romaji = "Barugā Sukēru",
        lit = "Vulgar Scale",
        zodiac = true,
        link = "Arc Scale",
        image = "ArcScale-ffxii.png",
        type = "Measure",
        formula = "Pierce",
        range = 1,
        knockback = 0,
        attack = 10,
        evade = 35,
        effectwater = true,
        onhitrate = 70,
        onhitshell = true,
        ct = 32,
        critical = 0,
        metal = 0,
        value = 2000,
        license = "[[License Board#Measures 2|Measures 2]]",
        treasure = "[[Barheim Passage]] (Special Op Sector 5) / [[Cerobi Steppe]] (South Liavell Hills)"
    }, {
        name = "Multiscale",
        japanese = "マルチスケール",
        romaji = "Maruchisukēru",
        lit = "Multiscale",
        zodiac = true,
        link = "Multiscale",
        image = "Multiscale-ffxii.png",
        type = "Measure",
        formula = "Pierce",
        range = 1,
        knockback = 0,
        attack = 13,
        evade = 35,
        effectfire = true,
        onhitrate = 70,
        onhitbravery = true,
        ct = 32,
        critical = 0,
        metal = 0,
        value = 4000,
        license = "[[License Board#Measures 2|Measures 2]]",
        treasure = "[[Lhusu Mines]] (Site 3) / [[Cerobi Steppe]] (South Liavell Hills)",
        steal = "[[Bagoly (Final Fantasy XII)|Bagoly]] (Phon Coast - 3%) / [[Apsara]] (3%) in Trial Mode [[Trial Mode#31|Stage 31]]"
    }, {
        name = "Cross Scale",
        japanese = "クロススケール",
        romaji = "Kurosu Sukēru",
        lit = "Cross Scale",
        zodiac = true,
        image = "CrossScale-ffxii.png",
        type = "Measure",
        formula = "Pierce",
        range = 1,
        knockback = 0,
        attack = 16,
        evade = 35,
        effectthunder = true,
        onhitrate = 70,
        onhitinvisible = true,
        ct = 32,
        critical = 0,
        metal = 0,
        value = 8000,
        license = "[[License Board#Measures 3|Measures 3]]",
        treasure = "[[Cerobi Steppe]] (South Liavell Hills) / [[Nabreus Deadlands]] (Field of the Fallen Lord)",
        steal = "[[Alraune King]] (Feywood - 3%)"
    }, {
        name = "Caliper",
        japanese = "千分のノギス",
        romaji = "Senbun no Nogisu",
        lit = "1/1000 Caliper",
        zodiac = true,
        link = "Caliper",
        image = "Caliper-ffxii.png",
        type = "Measure",
        formula = "Pierce",
        range = 1,
        knockback = 0,
        attack = 19,
        evade = 35,
        effectwind = true,
        onhitrate = 70,
        onhithaste = true,
        ct = 32,
        critical = 0,
        metal = 0,
        value = 16000,
        license = "[[License Board#Measures 3|Measures 3]]",
        treasure = "[[Cerobi Steppe]] (North Liavell Hills) / [[Great Crystal (Final Fantasy XII)|Great Crystal]] (Sirhru Phullam Praa)",
        steal = "[[Reaper (Final Fantasy XII)|Reaper]] (3%)",
        hunt = "[[Hunt (Final Fantasy XII)#Rodeo to the Death|Rodeo to the Death]] ([[Braegh]])"
    }, {
        name = "Euclid's Sextant",
        japanese = "ユークリッド定規",
        romaji = "Yūkuriddo Jōgi",
        lit = "Euclid Ruler",
        zodiac = true,
        link = "Euclid's Sextant",
        image = "Euclid'sSextant-ffxii.png",
        type = "Measure",
        formula = "Pierce",
        range = 1,
        knockback = 0,
        attack = 24,
        evade = 35,
        onhitrate = 70,
        effectholy = true,
        onhitnodamage = true,
        onhitbubble = true,
        ct = 32,
        critical = 0,
        metal = 0,
        value = 32000,
        license = "[[License Board#Measures 4|Measures 4]]",
        treasure = "[[Cerobi Steppe]] (Crossfield)",
        steal = "[[Crystal Knight]] in Trial Mode [[Trial Mode#82|Stage 82]] (10%)",
        hunt = "[[Hunt (Final Fantasy XII)#A Wild Stench|A Wild Stench]] ([[Wild Malboro]])",
    }, {
        name = "Claymore",
        japanese = "クレイモア",
        romaji = "Kureimoa",
        lit = "Claymore",
        link = "Claymore (Final Fantasy XII)",
        recurring = "Claymore (weapon)",
        zodiac = true,
        image = "Claymore-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 83,
        evade = 20,
        ct = 35,
        combo = 8,
        metal = 2,
        value = 12500,
        license = "[[License Board#Greatswords 1|Greatswords 1]]",
        treasure = "[[Draklor Laboratory]] (67th Floor - Room 6711 West) / [[Cerobi Steppe]] (South Liavell Hills) / [[Cerobi Steppe]] (Feddik River)",
        poach = "[[Spee]] (5%)"
    }, {
        name = "Defender",
        japanese = "ディフェンダー",
        romaji = "Difendā",
        lit = "Defender",
        link = "Defender (Final Fantasy XII)",
        recurring = "Defender (weapon)",
        zodiac = true,
        image = "Defender-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 90,
        evade = 37,
        ct = 35,
        combo = 5,
        metal = 2,
        value = 14800,
        license = "[[License Board#Greatswords 2|Greatswords 2]]",
        treasure = "[[Cerobi Steppe]] (Old Elanise Road) / [[Feywood]] (The Edge of Reason)",
        drop = "[[Leynir]] (1%)",
        steal = "[[Orthros (Final Fantasy XII)|Orthros]] (3%) in Trial Mode [[Trial Mode#41|Stage 41]]",
        reward = "[[Great cockatrice escape]]"
    }, {
        name = "Save the Queen",
        japanese = "セーブザクィーン",
        romaji = "Sēbu za Kwīn",
        lit = "Save the Queen",
        link = "Save the Queen (Final Fantasy XII)",
        recurring = "Save the Queen",
        zodiac = true,
        image = "SavetheQueen-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 92,
        evade = 20,
        ct = 35,
        combo = 8,
        metal = 2,
        value = 16000,
        license = "[[License Board#Greatswords 2|Greatswords 2]]",
        shop = "[[Balfonheim Port]] (After obtaining the Treaty-Blade)",
        treasure = "[[Ridorana Cataract (Final Fantasy XII)|Ridorana Cataract]] (Colosseum)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Attenuated Greatsword]]",
        hunt = "[[Hunt (Final Fantasy XII)#The Creature Collector|The Creature Collector]] ([[Goliath (Final Fantasy XII)|Goliath]])"
    }, {
        name = "Ultima Blade",
        japanese = "アルテマブレイド",
        romaji = "Arutema Bureido",
        lit = "Ultima Blade",
        link = "Ultima Blade (Final Fantasy XII)",
        recurring = "Ultima Blade (weapon)",
        zodiac = true,
        image = "UltimaBlade-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 109,
        evade = 20,
        ct = 35,
        combo = 8,
        metal = 2,
        value = 33600,
        license = "[[License Board#Greatswords 3|Greatswords 3]]",
        treasure = "[[Cerobi Steppe]] (Crossfield) / [[Pharos (Final Fantasy XII)|Pharos - Third Ascent]] (Spire Ravel - 2nd Flight)",
        steal = "[[Humbaba Mistant]] (10%) in Trial Mode [[Trial Mode#64|Stage 64]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Ultimate Blade]]",
        reward = "[[Hunt Club]]"
    }, {
        name = "Ragnarok",
        japanese = "ラグナロク",
        romaji = "Ragunaroku",
        lit = "Ragnarok",
        link = "Ragnarok (Final Fantasy XII)",
        recurring = "Ragnarok (weapon)",
        zodiac = true,
        image = "Ragnarok-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 117,
        evade = 20,
        onhitrate = 25,
        onhitimmobilize = true,
        ct = 35,
        combo = 8,
        metal = 2,
        value = 42000,
        license = "[[License Board#Greatswords 4|Greatswords 4]]",
        hunt = "[[Hunt (Final Fantasy XII)#Fishy Dreams|Fishy Dreams]] ([[Ixion (Final Fantasy XII)|Ixion]])"
    }, {
        name = "Excalibur",
        japanese = "エクスカリバー",
        romaji = "Ekasukaribā",
        lit = "Excalibur",
        link = "Excalibur (Final Fantasy XII)",
        recurring = "Excalibur (weapon)",
        zodiac = true,
        image = "Excalibur-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 127,
        evade = 25,
        effectholy = true,
        ct = 35,
        combo = 8,
        metal = 2,
        value = 0,
        license = "[[License Board#Excalibur|Excalibur]]",
        treasure = "[[Great Crystal (Final Fantasy XII)|Great Crystal]] (Crystal Peak)",
        steal = "[[Humbaba Mistant]] (3%) in Trial Mode [[Trial Mode#64|Stage 64]] / [[Hell Wyrm]] (3%) in Trial Mode [[Trial Mode#87|Stage 87]]"
    }, {
        name = "Tournesol",
        japanese = "トウルヌソル",
        romaji = "Tōrunusoru",
        lit = "Tournesol",
        link = "Tournesol (Final Fantasy XII)",
        recurring = "Tournesol",
        zodiac = true,
        image = "Tournesol-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 138,
        evade = 30,
        ct = 35,
        combo = 10,
        metal = 0,
        value = 56000,
        license = "[[License Board#Tournesol|Tournesol]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|The Sunflower]]"
    }, {
        name = "Wyrmhero Blade",
        japanese = "トロの剣",
        romaji = "Toro no Tsurugi",
        lit = "Tolo's Sword",
        link = "Wyrmhero Blade (Final Fantasy XII)",
        recurring = "Wyrmhero Blade",
        zodiac = true,
        image = "WyrmheroBlade-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 131,
        evade = 50,
        effectholy = true,
        ct = 99,
        combo = 80,
        metal = 2,
        value = 0,
        equipbravery = true,
        equipfaith = true,
        steal = "[[Famfrit (Final Fantasy XII)|Famfrit]] (3%) in Trial Mode [[Trial Mode#50|Stage 50]] / [[Gilgamesh (Final Fantasy XII boss)|Gilgamesh]] (3%) in Trial Mode [[Trial Mode#94|Stage 94]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Dragon Crest]]"
    }, {
        name = "Excalipur",
        japanese = "エクスカリパー",
        romaji = "Ekasukaripā",
        lit = "Excalipur",
        link = "Excalipur (Final Fantasy XII)",
        recurring = "Excalipoor (weapon)",
        zodiac = true,
        image = "Excalibur-ffxii.png",
        type = "Greatsword",
        formula = "Pierce",
        range = 1,
        attack = 1,
        evade = 20,
        ct = 20,
        combo = 0,
        metal = 0,
        value = 20,
        knockback = 0,
        critical = 20,
        formula = "Pierce",
        license = "[[License Board#Excalipur|Excalipur]]",
        steal = "[[Omega Mark XII]] (3%) in Trial Mode [[Trial Mode#99|Stage 99]]",
        hunt = "[[Hunt (Final Fantasy XII)#Battle on the Big Bridge|Battle on the Big Bridge]] ([[Gilgamesh (Final Fantasy XII boss)|Gilgamesh]] and [[Enkidu (Final Fantasy XII)|Enkidu]])"
    }, {
        name = "Treaty-Blade",
        japanese = "契約の剣",
        romaji = "Keiyaku no Ken",
        lit = "Oath Sword",
        link = "Treaty-Blade (Final Fantasy XII)",
        recurring = "Treaty-Blade",
        zodiac = true,
        image = "TreatyBlade-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        attack = 67,
        evade = 30,
        ct = 30,
        combo = 25,
        metal = 5,
        unsellable = true,
        knockback = 0,
        reward = "After plot events in [[Giruvegan]]"
    }, {
        name = "Sword of Kings",
        japanese = "覇王の剣",
        romaji = "Haō no Ken",
        lit = "Supreme King's Sword",
        link = "Sword of Kings (Final Fantasy XII)",
        recurring = "Sword of Kings",
        zodiac = true,
        image = "SwordofKings-ffxii.png",
        type = "Greatsword",
        formula = "Strength",
        range = 1,
        attack = 53,
        evade = 0,
        ct = 30,
        combo = 20,
        metal = 5,
        unsellable = true,
        knockback = 0,
        reward = "After plot events in the [[Stilshrine of Miriam]]",
        steal = "[[Belias (Final Fantasy XII boss)|Belias]] (55%) in Trial Mode [[Trial Mode#10|Stage 10]]"
    }, {
        name = "Kotetsu",
        japanese = "虎徹",
        romaji = "Kotetsu",
        lit = "Kotetsu",
        link = "Kotetsu (Final Fantasy XII)",
        recurring = "Kotetsu (weapon)",
        zodiac = true,
        image = "Kotetsu-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 16,
        evade = 15,
        ct = 31,
        combo = 20,
        metal = 1,
        value = 500,
        license = "[[License Board#Katana 1|Katana 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] / [[Giza Plains (Final Fantasy XII)|Giza Plains - The Dry]] / [[Barheim Passage]]",
        treasure = "[[Garamsythe Waterway (Final Fantasy XII)|Garamsythe Waterway]] (No. 11 Channel (Flooded))",
        drop = "[[Werewolf (Final Fantasy XII)|Werewolf]] (1%)",
        steal = "[[Steeling]] (Barheim Passage - 3%)"
    }, {
        name = "Osafune",
        japanese = "備前長船",
        romaji = "Bizen Osafune",
        lit = "Bizen Osafune",
        link = "Osafune (Final Fantasy XII)",
        recurring = "Osafune",
        zodiac = true,
        image = "Osafune-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 26,
        evade = 17,
        ct = 31,
        combo = 20,
        metal = 1,
        value = 1300,
        license = "[[License Board#Katana 1|Katana 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ba'Gamnan in Lhusu Mines) / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        treasure = "[[Lhusu Mines]] (Shaft Entry)"
    }, {
        name = "Kogarasumaru",
        japanese = "小烏丸",
        romaji = "Kogarasumaru",
        lit = "Kogarasumaru",
        link = "Kogarasumaru (Final Fantasy XII)",
        recurring = "Kogarasumaru",
        zodiac = true,
        image = "Kogarasumaru-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 40,
        evade = 19,
        ct = 31,
        combo = 20,
        metal = 1,
        value = 2500,
        license = "[[License Board#Katana 2|Katana 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ondore's Estate) / [[Bhujerba]] (After Ondore's Estate) / [[Dalmasca Westersand]] (After Ondore's Estate) / [[Nam-Yensa Sandsea]] / [[Tomb of Raithwall]] / [[Balfonheim Port]]",
        treasure = "[[Ogir-Yensa Sandsea]] (East Junction) / [[Ogir-Yensa Sandsea]] (Platform 1 - South Tanks)",
        drop = "[[Wu]] (1%)"
    }, {
        name = "Magoroku",
        japanese = "孫六兼元",
        romaji = "Magoroku Kanemoto",
        lit = "Magoroku Kanemoto",
        link = "Magoroku (Final Fantasy XII)",
        recurring = "Magoroku",
        zodiac = true,
        image = "Magoroku-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 50,
        evade = 21,
        ct = 31,
        combo = 20,
        metal = 1,
        value = 4000,
        license = "[[License Board#Katana 2|Katana 2]]",
        shop = "[[Jahara]] / [[Mt Bur-Omisace]]",
        treasure = "[[Giza Plains (Final Fantasy XII)|Giza Plains]] (Tracks of the Beast) / [[Zertinan Caverns]] (Halls of Ardent Darkness) / Trial Mode [[Trial Mode#44|Stage 44]] (with Diamond Armlet)",
        drop = "[[Urutan Exile]] (5%)"
    }, {
        name = "Murasame",
        japanese = "村雨",
        romaji = "Murasame",
        lit = "Murasame",
        link = "Murasame (Final Fantasy XII)",
        recurring = "Murasame",
        zodiac = true,
        image = "Murasame-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 62,
        evade = 23,
        effectwater = true,
        ct = 31,
        combo = 20,
        metal = 2,
        value = 5800,
        license = "[[License Board#Katana 3|Katana 3]]",
        shop = "[[Mt Bur-Omisace]]",
        treasure = "[[Barheim Passage]] (West Annex) / [[Paramina Rift]] (Karydine Glacier)",
        poach = "[[Pyrolisk (Final Fantasy XII)|Pyrolisk]] (5%)"
    }, {
        name = "Kiku-ichimonji",
        japanese = "菊一文字",
        romaji = "Kiku-ichimonji",
        lit = "Kiku-ichimonji",
        link = "Kiku-ichimonji (Final Fantasy XII)",
        recurring = "Kikuichimonji",
        zodiac = true,
        image = "Kiku-ichimonji-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 71,
        evade = 25,
        ct = 31,
        combo = 20,
        metal = 2,
        value = 7700,
        license = "[[License Board#Katana 3|Katana 3]]",
        shop = "[[Mosphoran Highwaste]] (After defeating Judge Bergan) / [[Phon Coast]]",
        treasure = "[[Stilshrine of Miriam]] (Walk of Reason) / [[Mosphoran Highwaste]] (Summit Path) / [[Tchita Uplands]] (Garden of Life's Circle)",
        drop = "[[Scythe Mantis (Final Fantasy XII)|Scythe Mantis]] (1%)",
        reward = "[[Hunt Club]]"
    }, {
        name = "Yakei",
        japanese = "邪迎八景",
        romaji = "Jagei Hakkei",
        lit = "Jagei Hakkei",
        link = "Yakei (Final Fantasy XII)",
        recurring = "Yakei",
        zodiac = true,
        image = "Yakei-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 83,
        evade = 27,
        onhitrate = 10,
        onhitpoison = true,
        ct = 31,
        combo = 20,
        metal = 2,
        value = 9300,
        license = "[[License Board#Katana 4|Katana 4]]",
        shop = "[[Archades]] / [[Balfonheim Port]]",
        treasure = "[[Tchita Uplands]] (The Lost Way) / [[Necrohol of Nabudis]] (Cloister of Distant Song) / Trial Mode [[Trial Mode#89|Stage 89]] (with Diamond Armlet)",
        drop = "[[Baknamy (Final Fantasy XII)|Baknamy]] [Unarmed] (Nabreus Deadlands - 1%) / [[Baknamy (Final Fantasy XII)|Baknamy]] [Dagger] (Nabreus Deadlands - 1%) /  [[Baknamy (Final Fantasy XII)|Baknamy]] [Gun] (Nabreus Deadlands - 1%)"
    }, {
        name = "Ame-no-Murakumo",
        japanese = "雨のむら雲",
        romaji = "Ame no Murakumo",
        lit = "Ame-no-Murakumo",
        link = "Ame-no-Murakumo (Final Fantasy XII)",
        recurring = "Ame no Murakumo (weapon)",
        zodiac = true,
        image = "AmenoMurakumo-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 96,
        evade = 29,
        effectwind = true,
        ct = 31,
        combo = 20,
        metal = 2,
        value = 11600,
        license = "[[License Board#Katana 4|Katana 4]]",
        shop = "[[Balfonheim Port]] (After obtaining the Treaty-Blade)",
        treasure = "[[Ridorana Cataract (Final Fantasy XII)|Ridorana Cataract]] (Colosseum)",
        steal = "[[Etherian]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Samurai's Katana]]",
        reward = "[[Hunt Club]]"
    }, {
        name = "Muramasa",
        japanese = "ムラマサ",
        romaji = "Muramasa",
        lit = "Muramasa",
        link = "Muramasa (Final Fantasy XII)",
        recurring = "Muramasa (weapon)",
        zodiac = true,
        image = "Muramasa-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 104,
        evade = 31,
        ct = 31,
        combo = 20,
        metal = 2,
        value = 15000,
        license = "[[License Board#Katana 4|Katana 4]]",
        treasure = "[[Pharos (Final Fantasy XII)|Pharos - Second Ascent]] (The Bounds of Truth) / [[Cerobi Steppe]] (The Terraced Bank)",
        drop = "[[Crypt Bunny]] (5%)",
        steal = "[[Avenger (Final Fantasy XII enemy)|Avenger]] (3%) (also in Trial Mode [[Trial Mode#72|Stage 72]])"
    }, {
        name = "Masamune",
        japanese = "マサムネ",
        romaji = "Masamune",
        lit = "Masamune",
        link = "Masamune (Final Fantasy XII)",
        recurring = "Masamune (weapon)",
        zodiac = true,
        image = "Masamune-ffxii.png",
        type = "Katana",
        formula = "Magick Power",
        range = 1,
        knockback = 0,
        attack = 111,
        evade = 33,
        ct = 31,
        combo = 30,
        metal = 2,
        value = 18000,
        license = "[[License Board#Masamune|Masamune]]",
        treasure = "[[Lhusu Mines]] (Site 7)",
        steal = "[[Avenger (Final Fantasy XII enemy)|Avenger]] in Trial Mode [[Trial Mode#72|Stage 72]] (3%) / [[Gilgamesh (Final Fantasy XII boss)|Gilgamesh]] (55%) in Trial Mode [[Trial Mode#94|Stage 94]]",
        reward = "[[Hunt Club]]",
    }, {
        name = "Ashura",
        japanese = "阿修羅",
        romaji = "Ashura",
        lit = "Ashura",
        link = "Ashura (Final Fantasy XII)",
        recurring = "Ashura (weapon)",
        zodiac = true,
        image = "Ashura-ffxii.png",
        type = "Ninja Sword",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 72,
        evade = 10,
        onhitrate = 5,
        onhitblind = true,
        ct = 22,
        combo = 12,
        metal = 1,
        value = 6300,
        license = "[[License Board#Ninja Swords 1|Ninja Swords 1]]",
        treasure = "[[Stilshrine of Miriam]] (Walk of Reason) / [[Cerobi Steppe]] (South Liavell Hills)",
        poach = "[[Aeros (Final Fantasy XII)|Aeros]] (5%)"
    }, {
        name = "Sakura-saezuri",
        japanese = "桜囀り",
        romaji = "Sakura-saezuri",
        zodiac = true,
        link = "Sakura-saezuri",
        image = "Sakurasaezuri-ffxii.png",
        type = "Ninja Sword",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 77,
        evade = 12,
        onhitrate = 8,
        onhitslow = true,
        ct = 22,
        combo = 15,
        metal = 1,
        value = 7930,
        license = "[[License Board#Ninja Swords 1|Ninja Swords 1]]",
        treasure = "[[Sochen Cave Palace]] (Falls of Time) / [[Cerobi Steppe]] (South Liavell Hills)",
        drop = "[[Midgardsormr (Final Fantasy XII)|Midgardsormr]] (5%)"
    }, {
        name = "Kagenui",
        japanese = "影縫い",
        romaji = "Kagenui",
        lit = "Shadow Binding",
        link = "Kagenui (Final Fantasy XII)",
        recurring = "Kagenui",
        zodiac = true,
        image = "Kagenui-ffxii.png",
        type = "Ninja Sword",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 81,
        evade = 13,
        onhitrate = 10,
        onhitslow = true,
        ct = 22,
        combo = 18,
        metal = 1,
        value = 8900,
        license = "[[License Board#Ninja Swords 1|Ninja Swords 1]]",
        treasure = "[[Barheim Passage]] (The Zeviah Span) / [[Cerobi Steppe]] (North Liavell Hills)",
        drop = "[[Striker (Final Fantasy XII)|Striker]] (1%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Jag-tooth Ninja Sword]]"
    }, {
        name = "Koga Blade",
        japanese = "甲賀忍刀",
        romaji = "Kōga Nintō",
        lit = "Kōga Ninja Sword",
        link = "Koga Blade (Final Fantasy XII)",
        recurring = "Koga Blade",
        zodiac = true,
        image = "KogaBlade-ffxii.png",
        type = "Ninja Sword",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 87,
        evade = 15,
        effectearth = true,
        ct = 22,
        combo = 22,
        metal = 2,
        value = 9800,
        license = "[[License Board#Ninja Swords 3|Ninja Swords 3]]",
        treasure = "[[Lhusu Mines]] (Site 3) / [[Cerobi Steppe]] (Feddik River)",
        drop = "[[Ash Wyrm]] (5%)",
        reward = "[[Great cockatrice escape]]"
    }, {
        name = "Iga Blade",
        japanese = "伊賀忍刀",
        romaji = "Iga Nintō",
        lit = "Iga Ninja Sword",
        link = "Iga Blade (Final Fantasy XII)",
        recurring = "Iga Blade",
        zodiac = true,
        image = "IgaBlade-ffxii.png",
        type = "Ninja Sword",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 87,
        evade = 15,
        effectwater = true,
        ct = 22,
        combo = 22,
        metal = 2,
        value = 11200,
        license = "[[License Board#Ninja Swords 2|Ninja Swords 2]]",
        treasure = "[[Lhusu Mines]] (Site 9) / [[Cerobi Steppe]] (The Terraced Bank)",
        drop = "[[Bogey]] (1%)"
    }, {
        name = "Orochi",
        japanese = "おろち",
        romaji = "Orochi",
        lit = "Orochi",
        link = "Orochi (Final Fantasy XII)",
        recurring = "Orochi (weapon)",
        zodiac = true,
        image = "Orochi-ffxii.png",
        type = "Ninja Sword",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 94,
        evade = 18,
        onhitrate = 10,
        onhitdisable = true,
        ct = 22,
        combo = 25,
        metal = 2,
        value = 12200,
        license = "[[License Board#Ninja Swords 1|Ninja Swords 1]]",
        treasure = "[[Lhusu Mines]] (Site 11) / [[Cerobi Steppe]] (The Northsward)",
        steal = "[[Biding Mantis]] (10%) in [[Trial Mode]] [[Trial Mode#62|Stage 62]]",
        reward = "[[Hunt Club]]"
    }, {
        name = "Yagyu Darkblade",
        japanese = "柳生の漆黒",
        romaji = "Yagyū no Shikkoku",
        lit = "Yagyū Jet Black",
        link = "Yagyu Darkblade (Final Fantasy XII)",
        recurring = "Yagyu Darkblade",
        zodiac = true,
        image = "YagyuDarkblade-ffxii.png",
        type = "Ninja Sword",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 98,
        evade = 24,
        effectdark = true,
        onhitrate = 20,
        onhitdoom = true,
        ct = 24,
        combo = 28,
        metal = 2,
        value = 15000,
        license = "[[License Board#Yagyu Darkblade & Mesa|Yagyu Darkblade & Mesa]]",
        treasure = "[[Cerobi Steppe]] (Crossfield) / [[Great Crystal (Final Fantasy XII)|Great Crystal]] (Sirhru Jilaam Pratii'vaa)",
        drop = "[[Bombshell (Final Fantasy XII)|Bombshell]] (5%)",
        steal = "[[Yiazmat (Final Fantasy XII)|Yiazmat]] (10%) in Trial Mode [[Trial Mode#98|Stage 98]]"
    }, {
        name = "Mesa",
        japanese = "おろちN",
        romaji = "Orochi En",
        lit = "Orochi N",
        link = "Mesa",
        recurring = "Orochi (weapon)",
        zodiac = true,
        image = "Orochi-ffxii.png",
        type = "Ninja Sword",
        formula = "Speed",
        range = 1,
        knockback = 0,
        attack = 102,
        evade = 32,
        onhitrate = 20,
        onhitpoison = true,
        ct = 22,
        combo = 32,
        metal = 2,
        value = 21000,
        license = "[[License Board#Yagyu Darkblade & Mesa|Yagyu Darkblade & Mesa]]",
        steal = "[[Yiazmat (Final Fantasy XII)|Yiazmat]] (3%) in Trial Mode [[Trial Mode#98|Stage 98]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Serpent Blade]]",
    }, {
        name = "Javelin",
        japanese = "ジャベリン",
        romaji = "Jaberin",
        lit = "Javelin",
        link = "Javelin (Final Fantasy XII)",
        recurring = "Javelin (weapon)",
        zodiac = true,
        image = "Javelin-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 16,
        evade = 8,
        ct = 28,
        combo = 4,
        metal = 1,
        value = 500,
        license = "[[License Board#Spears 1|Spears 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] / [[Giza Plains (Final Fantasy XII)|Giza Plains - The Dry]] / [[Barheim Passage]]",
        treasure = "[[Garamsythe Waterway (Final Fantasy XII)|Garamsythe Waterway]] (North Spur Sluiceway)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Light Spear]]"
    }, {
        name = "Spear",
        japanese = "スピアー",
        romaji = "Supiā",
        lit = "Spear",
        link = "Spear (Final Fantasy XII)",
        recurring = "Spear (weapon)",
        zodiac = true,
        image = "Spear-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 26,
        evade = 8,
        ct = 28,
        combo = 4,
        metal = 1,
        value = 1300,
        license = "[[License Board#Spears 1|Spears 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ba'Gamnan in Lhusu Mines) / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]"
    }, {
        name = "Partisan",
        japanese = "パルチザン",
        romaji = "Paruchizan",
        lit = "Partisan",
        link = "Partisan (Final Fantasy XII)",
        recurring = "Partisan (weapon)",
        zodiac = true,
        image = "Partisan-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 34,
        evade = 8,
        ct = 28,
        combo = 4,
        metal = 1,
        value = 2300,
        license = "[[License Board#Spears 2|Spears 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ba'Gamnan in Lhusu Mines) / [[Bhujerba]] (After Ba'Gamnan in Lhusu Mines) / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        treasure = "[[Dreadnought Leviathan|Dreadnought ''Leviathan'']] (Port Section)"
    }, {
        name = "Heavy Lance",
        japanese = "ヘビーランス",
        romaji = "Hebī Ransu",
        lit = "Heavy Lance",
        link = "Heavy Lance (Final Fantasy XII)",
        recurring = "Heavy Lance",
        zodiac = true,
        image = "HeavyLance-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 42,
        evade = 8,
        onhitrate = 10,
        onhitslow = true,
        ct = 28,
        combo = 4,
        metal = 2,
        value = 3500,
        license = "[[License Board#Spears 2|Spears 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Nam-Yensa Sandsea]] / [[Tomb of Raithwall]] / [[Jahara]] / [[Balfonheim Port]]",
        treasure = "[[Nam-Yensa Sandsea]] (The Urutan-Yensa Sea) / [[Ozmone Plain]] (Field of Fallen Wings)",
        drop = "[[Fideliant]] (5%)"
    }, {
        name = "Storm Spear",
        japanese = "雷の槍",
        romaji = "Kaminari no Yari",
        lit = "Lightning Spear",
        link = "Storm Spear (Final Fantasy XII)",
        recurring = "Storm Spear",
        zodiac = true,
        image = "StormSpear-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 53,
        evade = 8,
        effectthunder = true,
        ct = 28,
        combo = 4,
        metal = 2,
        value = 5600,
        license = "[[License Board#Spears 3|Spears 3]]",
        shop = "[[Eruyt Village]] / [[Mt Bur-Omisace]]",
        treasure = "[[Paramina Rift]] (Icebound Flow) / [[Tchita Uplands]] (Realm of the Elder Dream) / Trial Mode [[Trial Mode#49|Stage 49]] (with Diamond Armlet)",
        drop = "[[Garuda-Egi (Final Fantasy XII)|Garuda-Egi]] (1%)"
    }, {
        name = "Obelisk",
        japanese = "オベリスク",
        romaji = "Oberisuku",
        lit = "Obelisk",
        link = "Obelisk (Final Fantasy XII)",
        recurring = "Obelisk",
        zodiac = true,
        image = "Obelisk-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 68,
        evade = 8,
        ct = 28,
        combo = 4,
        metal = 2,
        value = 9200,
        license = "[[License Board#Spears 3|Spears 3]]",
        shop = "[[Mt Bur-Omisace]] (After defeating Vinuskar) / [[Mosphoran Highwaste]] (After defeating Judge Bergan)",
        treasure = "[[Dalmasca Estersand (Final Fantasy XII)|Dalmasca Estersand]] (Broken Sands) / [[Stilshrine of Miriam]] (Walk of Reason)",
        drop = "[[Anchag (Final Fantasy XII)|Anchag]] (5%)"
    }, {
        name = "Halberd",
        japanese = "ハルバード",
        romaji = "Harubādo",
        lit = "Halberd",
        link = "Halberd (Final Fantasy XII)",
        recurring = "Halberd",
        zodiac = true,
        image = "Halberd-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 75,
        evade = 8,
        ct = 28,
        combo = 4,
        metal = 2,
        value = 11200,
        license = "[[License Board#Spears 4|Spears 4]]",
        shop = "[[Phon Coast]] / [[Archades]]",
        treasure = "[[Phon Coast]] (Cape Tialan) / [[Tchita Uplands]] (Oliphzak Rise) / Trial Mode [[Trial Mode#81|Stage 81]] (with Diamond Armlet)",
        steal = "[[Cubus]] (10%) in Trial Mode [[Trial Mode#28|Stage 28]]",
        hunt = "[[Hunt (Final Fantasy XII)#Get My Stuff Back!|Get My Stuff Back!]] ([[Vyraal (Final Fantasy XII)|Vyraal]])"
    }, {
        name = "Trident",
        japanese = "トライデント",
        romaji = "Toraidento",
        lit = "Trident",
        link = "Trident (Final Fantasy XII)",
        recurring = "Trident",
        zodiac = true,
        image = "Trident-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 85,
        evade = 8,
        effectice = true,
        ct = 28,
        combo = 4,
        metal = 2,
        value = 13500,
        license = "[[License Board#Spears 4|Spears 4]]",
        shop = "[[Balfonheim Port]]",
        treasure = "[[Feywood]] (The Edge of Reason)",
        steal = "[[Bangaa Thief]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Forked Spear]]"
    }, {
        name = "Holy Lance",
        japanese = "ホーリーランス",
        romaji = "Hōrī Ransu",
        lit = "Holy Lance",
        link = "Holy Lance (Final Fantasy XII)",
        recurring = "Holy Lance (weapon)",
        zodiac = true,
        image = "HolyLance-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 91,
        evade = 8,
        effectholy = true,
        ct = 28,
        combo = 4,
        metal = 2,
        value = 15700,
        license = "[[License Board#Spears 5|Spears 5]]",
        shop = "[[Balfonheim Port]] (After obtaining the Treaty-Blade)",
        treasure = "[[Ridorana Cataract (Final Fantasy XII)|Ridorana Cataract]] (Colosseum)",
        poach = "[[Gizamaluk (Final Fantasy XII)|Gizamaluk]] (5%)",
        reward = "[[Hunt Club]]"
    }, {
        name = "Gungnir",
        japanese = "グングニル",
        romaji = "Gunguniru",
        lit = "Gungnir",
        link = "Gungnir (Final Fantasy XII)",
        recurring = "Gungnir (weapon)",
        zodiac = true,
        image = "Gungnir-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 95,
        evade = 8,
        effectfire = true,
        onhitrate = 10,
        onhitdisable = true,
        ct = 28,
        combo = 4,
        metal = 2,
        value = 17800,
        license = "[[License Board#Spears 5|Spears 5]]",
        treasure = "[[Pharos (Final Fantasy XII)|Pharos - First Ascent]] (Wellspring Ravel - 3rd Flight)",
        drop = "[[Bune (Final Fantasy XII)|Bune]] (5%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Engraved Spear]]"
    }, {
        name = "Dragon Whisker",
        japanese = "竜の髭",
        romaji = "Ryū no Hige",
        lit = "Dragon Whisker",
        link = "Dragon Whisker (Final Fantasy XII)",
        recurring = "Dragon Whisker",
        zodiac = true,
        image = "DragonWhisker-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 100,
        evade = 8,
        onhitrate = 15,
        onhitdisable = true,
        ct = 28,
        combo = 4,
        metal = 1,
        value = 20000,
        license = "[[License Board#Dragon Whisker|Dragon Whisker]]",
        treasure = "[[Lhusu Mines]] (Lasche Span) / [[Cerobi Steppe]] (Feddik River)",
        steal = "[[Supinelu|War-chief Supinelu]] (3%) in Trial Mode [[Trial Mode#53|Stage 53]] / [[Diabolos (Final Fantasy XII)|Diabolos]] (10%) in Trial Mode [[Trial Mode#72|Stage 72]]"
    }, {
        name = "Vrsabha",
        japanese = "竜の髭L",
        romaji = "Ryū no Hige Eru",
        lit = "Dragon Whisker L",
        link = "Vrsabha",
        recurring = "Dragon Whisker",
        zodiac = true,
        image = "DragonWhisker-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 108,
        evade = 40,
        onhitrate = 50,
        onhitdisable = true,
        ct = 28,
        combo = 10,
        metal = 1,
        value = 25000,
        license = "[[License Board#Vrsabha|Vrsabha]]",
        drop = "[[Evil Spirit (Final Fantasy XII)|Evil Spirit]] (5%)",
        steal = "[[Diabolos (Final Fantasy XII)|Diabolos]] (3%) in Trial Mode [[Trial Mode#72|Stage 72]]"
    }, {
        name = "Zodiac Spear",
        japanese = "最強の矛",
        romaji = "Saikyō no Hoko",
        lit = "Strongest Halberd",
        link = "Zodiac Spear (Final Fantasy XII)",
        recurring = "Zodiac Spear",
        zodiac = true,
        image = "ZodiacSpear-ffxii.png",
        type = "Spear",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 141,
        evade = 8,
        onhitrate = 20;
        onhitdisable = true;
        ct = 28,
        combo = 4,
        metal = 2,
        value = 40000,
        license = "[[License Board#Zodiac Spear|Zodiac Spear]]",
        treasure = "[[Henne Mines]] (Special Charter Shaft)",
        steal = "[[Biding Mantis]] (3%) in [[Trial Mode]] [[Trial Mode#62|Stage 62]]",
        reward = "[[Hunt Club]]",
    }, {
        name = "Oaken Pole",
        japanese = "樫の棒",
        romaji = "Kashi no Bō",
        lit = "Oak Pole",
        link = "Oaken Pole (Final Fantasy XII)",
        recurring = "Oaken Pole",
        zodiac = true,
        image = "OakenPole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 15,
        evade = 30,
        ct = 25,
        combo = 15,
        metal = 0,
        value = 450,
        license = "[[License Board#Poles 1|Poles 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] / [[Giza Plains (Final Fantasy XII)|Giza Plains - The Dry]] / [[Barheim Passage]] ",
        treasure = "[[Garamsythe Waterway (Final Fantasy XII)|Garamsythe Waterway]] (No. 11 Channel (Flooded))",
        drop = "[[Specter (Final Fantasy XII)|Specter]] (5%)"
    }, {
        name = "Cypress Pole",
        japanese = "サイプレスパイル",
        romaji = "Saipuresu Pairu",
        lit = "Cypress Pile",
        link = "Cypress Pole (Final Fantasy XII)",
        recurring = "Cypress Pole",
        zodiac = true,
        image = "CypressPole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 22,
        evade = 30,
        effectearth = true,
        ct = 25,
        combo = 15,
        metal = 0,
        value = 960,
        license = "[[License Board#Poles 2|Poles 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Nalbina Fortress]] (After Barheim Passage) / [[Barheim Passage]]",
        treasure = "[[Barheim Passage]] (The Zeviah Subterrane)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Wooden Pole]]"
    }, {
        name = "Battle Bamboo",
        japanese = "バトルバンブー",
        romaji = "Batoru Banbū",
        lit = "Battle Bamboo",
        link = "Battle Bamboo (Final Fantasy XII)",
        recurring = "Battle Bamboo",
        zodiac = true,
        image = "BattleBamboo-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 34,
        evade = 30,
        ct = 25,
        combo = 15,
        metal = 0,
        value = 2310,
        license = "[[License Board#Poles 2|Poles 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ba'Gamnan in Lhusu Mines) / [[Bhujerba]] (After Ba'Gamnan in Lhusu Mines) / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        treasure = "[[Lhusu Mines]] (Site 2)"
    }, {
        name = "Musk Stick",
        japanese = "麝香勺",
        romaji = "Jakōshaku",
        lit = "Musk Ladle",
        link = "Musk Stick (Final Fantasy XII)",
        recurring = "Musk Stick",
        zodiac = true,
        image = "MuskStick-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 39,
        evade = 30,
        ct = 25,
        combo = 15,
        metal = 0,
        value = 3040,
        license = "[[License Board#Poles 3|Poles 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ondore's Estate) / [[Bhujerba]] (After Ondore's Estate) / [[Dalmasca Westersand]] (After Ondore's Estate) / [[Nam-Yensa Sandsea]] / [[Tomb of Raithwall]] / [[Balfonheim Port]]",
        treasure = "[[Ogir-Yensa Sandsea]] (Primary Tank Complex) / [[Ogir-Yensa Sandsea]] (Platform 1 - South Tanks)"
    }, {
        name = "Iron Pole",
        japanese = "鉄棒",
        romaji = "Tetsubō",
        lit = "Iron Pole",
        link = "Iron Pole (Final Fantasy XII)",
        recurring = "Iron Pole",
        zodiac = true,
        image = "IronPole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 46,
        evade = 30,
        onhitrate = 10,
        onhitslow = true,
        ct = 25,
        combo = 15,
        metal = 2,
        value = 4230,
        license = "[[License Board#Poles 3|Poles 3]]",
        shop = "[[Jahara]] / [[Mt Bur-Omisace]]",
        treasure = "[[Giza Plains (Final Fantasy XII)|Giza Plains - The Rains]] (Gizas North Bank)) / [[Zertinan Caverns]] (Halls of Ardent Darkness) / Trial Mode [[Trial Mode#43|Stage 43]] (with Diamond Armlet)",
        drop = "[[Great Malboro (Final Fantasy XII)|Great Malboro]] (1%) / [[Clay Golem (Final Fantasy XII)|Clay Golem]] (5%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Iron-forged Pole]]"
    }, {
        name = "Six-fluted Pole",
        japanese = "六角棒",
        romaji = "Rokkaku-bō",
        lit = "Hexagon Pole",
        zodiac = true,
        link = "Six-fluted Pole (Final Fantasy XII)",
        image = "Sixflutedpole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 59,
        evade = 30,
        potencywater = true,
        ct = 25,
        combo = 15,
        metal = 0,
        value = 6960,
        license = "[[License Board#Poles 4|Poles 4]]",
        shop = "[[Mt Bur-Omisace]]",
        treasure = "[[Barheim Passage]] (West Annex) / [[Paramina Rift]] (Karydine Glacier)",
        drop = "[[Seeq Cateran]] (1%)",
        steal = "[[Cubus]] (55%) in Trial Mode [[Trial Mode#28|Stage 28]]"
    }, {
        name = "Gokuu Pole",
        japanese = "ゴクウの棒",
        romaji = "Gokū no Bō",
        lit = "Gokū Pole",
        link = "Gokuu Pole (Final Fantasy XII)",
        recurring = "Gokuu Pole",
        zodiac = true,
        image = "GokuuPole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 72,
        evade = 30,
        ct = 25,
        combo = 15,
        metal = 0,
        value = 10360,
        license = "[[License Board#Poles 4|Poles 4]]",
        shop = "[[Mosphoran Highwaste]] (After defeating Judge Bergan) / [[Phon Coast]]",
        treasure = "[[Salikawood (Final Fantasy XII)|Salikawood]] (Trunkwall Road) / [[Tchita Uplands]] (The Skytrail)",
        steal = "[[Wendigo (Final Fantasy XII)|Wendigo]] (3%)"
    }, {
        name = "Zephyr Pole",
        japanese = "エアリアル",
        romaji = "Eariaru",
        lit = "Aerial",
        link = "Zephyr Pole (Final Fantasy XII)",
        recurring = "Zephyr Pole",
        zodiac = true,
        image = "ZephyrPole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 77,
        evade = 30,
        effectwind = true,
        ct = 25,
        combo = 15,
        metal = 0,
        value = 10360,
        license = "[[License Board#Poles 5|Poles 5]]",
        shop = "[[Archades]] / [[Balfonheim Port]]",
        treasure = "[[Tchita Uplands]] (Sundered Earth) / [[Necrohol of Nabudis]] (Hall of the Ivory Covenant) / Trial Mode [[Trial Mode#88|Stage 88]] (with Diamond Armlet)",
        poach = "[[Bandercoeurl (Final Fantasy XII)|Bandercoeurl]] (5%)"
    }, {
        name = "Ivory Pole",
        japanese = "象牙の棒",
        romaji = "Zōge no Bō",
        lit = "Ivory Pole",
        link = "Ivory Pole (Final Fantasy XII)",
        recurring = "Ivory Pole",
        zodiac = true,
        image = "IvoryPole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 83,
        evade = 30,
        ct = 25,
        combo = 15,
        metal = 0,
        value = 13770,
        license = "[[License Board#Poles 5|Poles 5]]",
        shop = "[[Balfonheim Port]]",
        treasure = "[[Feywood]] (The Edge of Reason)",
        drop = "[[Etém]] (5%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Elegant Pole]]"
    }, {
        name = "Sweep",
        japanese = "櫂棒",
        romaji = "Kaibō",
        lit = "Paddle Pole",
        zodiac = true,
        link = "Sweep (Final Fantasy XII)",
        image = "Sweep-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 88,
        evade = 30,
        ct = 25,
        combo = 15,
        metal = 0,
        value = 15480,
        license = "[[License Board#Poles 6|Poles 6]]",
        treasure = "[[Cerobi Steppe]] (South Liavell Hills) / [[Ridorana Cataract (Final Fantasy XII)|Ridorana Cataract]] (Path of Hidden Blessing)",
        steal = "[[Skulwyrm]] (Great Crystal - 3%)",
        poach = "[[Deidar (Final Fantasy XII)|Deidar]] (5%) in Trial Mode [[Trial Mode#45|Stage 45]]"
    }, {
        name = "Eight-fluted Pole",
        japanese = "八角棒",
        romaji = "Hakkaku-bō",
        lit = "Octagon Pole",
        link = "Eight-fluted Pole (Final Fantasy XII)",
        recurring = "Eight-Fluted Pole",
        zodiac = true,
        image = "Eightflutedpole-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 91,
        evade = 30,
        ct = 25,
        combo = 15,
        metal = 0,
        value = 17500,
        license = "[[License Board#Poles 6|Poles 6]]",
        treasure = "[[Cerobi Steppe]] (North Liavell Hills)",
        drop = "[[Etherian]] (5%)",
        steal = "[[Abelisk (Final Fantasy XII)|Abelisk]] (3%)",
        reward = "[[Hunt Club]]"
    }, {
        name = "Whale Whisker",
        japanese = "鯨の髭",
        romaji = "Kujira no Hige",
        lit = "Whale Whisker",
        link = "Whale Whisker (Final Fantasy XII)",
        recurring = "Whale Whisker",
        zodiac = true,
        image = "WhaleWhisker-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 108,
        evade = 30,
        ct = 25,
        combo = 15,
        metal = 0,
        value = 23320,
        license = "[[License Board#Whale Whisker|Whale Whisker]]",
        treasure = "[[Lhusu Mines]] (Site 6 North) / [[Cerobi Steppe]] (Tsenoble)",
        steal = "Master Joe (3%) in Trial Mode [[Trial Mode#66|Stage 66]]"
    }, {
        name = "Kanya",
        japanese = "鯨の髭N",
        romaji = "Kujira no Hige En",
        lit = "Whale Whisker N",
        link = "Kanya",
        recurring = "Whale Whisker",
        zodiac = true,
        image = "WhaleWhisker-ffxii.png",
        type = "Pole",
        formula = "Pole",
        range = 1,
        knockback = 10,
        attack = 112,
        evade = 35,
        onhitrate = 10,
        onhitimmobilize = true,
        ct = 25,
        combo = 35,
        metal = 0,
        value = 27700,
        license = "[[License Board#Kanya|Kanya]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Whisker of the Beast]]",
    }, {
        name = "Rod",
        japanese = "ロッド",
        romaji = "Roddo",
        lit = "Rod",
        link = "Rod (Final Fantasy XII)",
        recurring = "Rod (weapon)",
        zodiac = true,
        image = "Rod-ffxii.png",
        type = "Rod",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 16,
        evade = 6,
        magickpower = 2,
        ct = 33,
        metal = 0,
        value = 510,
        license = "[[License Board#Rods 1|Rods 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]](After Barheim Passage) / [[Nalbina Fortress]] / [[Barheim Passage]]",
        treasure = "[[Barheim Passage]] (Op Sector 36)"
    }, {
        name = "Serpent Rod",
        japanese = "蛇のロッド",
        romaji = "Hebi no Roddo",
        lit = "Snake Rod",
        link = "Serpent Rod (Final Fantasy XII)",
        recurring = "Serpent Rod",
        zodiac = true,
        image = "SerpentRod-ffxii.png",
        type = "Rod",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 25,
        evade = 6,
        effectice = true,
        magickpower = 2,
        ct = 33,
        metal = 0,
        value = 1250,
        license = "[[License Board#Rods 1|Rods 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ba'Gamnan in Lhusu Mines) / [[Bhujerba]] (After Ba'Gamnan in Lhusu Mines) / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        treasure = "[[Lhusu Mines]] (Site 2)",
        drop = "[[Viper]] (1%)",
        hunt = "[[Hunt (Final Fantasy XII)#A Ring in the Rain|A Ring in the Rain]] ([[Croakadile (Final Fantasy XII)|Croakadile]])"
    }, {
        name = "Healing Rod",
        japanese = "癒しのロッド",
        romaji = "Iyashi no Roddo",
        lit = "Healing Rod",
        link = "Healing Rod (Final Fantasy XII)",
        recurring = "Healing Rod",
        zodiac = true,
        image = "HealingRod-ffxii.png",
        type = "Rod",
        formula = "Pierce",
        range = 1,
        knockback = 10,
        attack = 7,
        evade = 6,
        onhitrate = 100,
        onhitregen = true,
        magickpower = 2,
        ct = 33,
        metal = 0,
        value = 2590,
        formula = "Pierce",
        license = "[[License Board#Rods 2|Rods 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Nam-Yensa Sandsea]] / [[Tomb of Raithwall]] / [[Jahara]] / [[Balfonheim Port]]",
        treasure = "[[Ogir-Yensa Sandsea]] (East Junction)",
        poach = "[[Wild Onion (Final Fantasy XII)|Wild Onion]] (5%)"
    }, {
        name = "Gaia Rod",
        japanese = "大地のロッド",
        romaji = "Daichi no Roddo",
        lit = "Earth Rod",
        link = "Gaia Rod (Final Fantasy XII)",
        recurring = "Gaia Rod",
        zodiac = true,
        image = "GaiaRod-ffxii.png",
        type = "Rod",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 43,
        evade = 6,
        effectearth = true,
        magickpower = 2,
        ct = 33,
        metal = 0,
        value = 3700,
        license = "[[License Board#Rods 2|Rods 2]]",
        shop = "[[Eruyt Village]] / [[Mt Bur-Omisace]]",
        treasure = "[[Paramina Rift]] (Karydine Glacier) / Trial Mode [[Trial Mode#50|Stage 50]] (with Diamond Armlet)",
        hunt = "[[Hunt (Final Fantasy XII)#Trouble in the Hills|Trouble in the Hills]] ([[Atomos (Final Fantasy XII)|Atomos]])"
    }, {
        name = "Power Rod",
        japanese = "パワーロッド",
        romaji = "Pawā Roddo",
        lit = "Power Rod",
        link = "Power Rod (Final Fantasy XII)",
        recurring = "Power Rod",
        zodiac = true,
        image = "PowerRod-ffxii.png",
        type = "Rod",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 56,
        evade = 6,
        magickpower = 3,
        ct = 33,
        metal = 0,
        value = 4950,
        license = "[[License Board#Rods 3|Rods 3]]",
        shop = "[[Mt Bur-Omisace]] (After defeating Vinuskar) / [[Mosphoran Highwaste]] (After defeating Judge Bergan)",
        treasure = "[[Paramina Rift]] (Karydine Glacier) / [[Stillshrine of Miriam]] (Walk of Reason)",
        drop = "[[Focalor (Final Fantasy XII)|Focalor]] (5%)",
        steal = "[[Apsara]] (10%) in Trial Mode [[Trial Mode#31|Stage 31]]"
    }, {
        name = "Empyrean Rod",
        japanese = "天空のロッド",
        romaji = "Tenkū no Roddo",
        lit = "Heaven Rod",
        link = "Empyrean Rod (Final Fantasy XII)",
        recurring = "Empyrean Rod",
        zodiac = true,
        image = "EmpyreanRod-ffxii.png",
        type = "Rod",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 60,
        evade = 6,
        magickpower = 2,
        ct = 33,
        metal = 0,
        value = 6000,
        license = "[[License Board#Rods 3|Rods 3]]",
        shop = "[[Phon Coast]] / [[Archades]]",
        treasure = "[[Phon Coast]] (Pora-Pora Sands) / [[Tchita Uplands]] (Realm of the Elder Dream) / Trial Mode [[Trial Mode#70|Stage 70]] (with Diamond Armlet)",
        steal = "[[Apsara]] (3%)"
    }, {
        name = "Holy Rod",
        japanese = "ホーリーロッド",
        romaji = "Hōrī Roddo",
        lit = "Holy Rod",
        link = "Holy Rod (Final Fantasy XII)",
        recurring = "Holy Rod",
        zodiac = true,
        image = "HolyRod-ffxii.png",
        type = "Rod",
        formula = "Strength",
        range = 1,
        knockback = 10,
        attack = 63,
        evade = 6,
        magickpower = 4,
        ct = 33,
        metal = 0,
        value = 7300,
        effectholy = true,
        potencyholy = true,
        license = "[[License Board#Rods 4|Rods 4]]",
        treasure = "[[Cerobi Steppe]] (Old Elanise Road) / [[Great Crystal (Final Fantasy XII)|Great Crystal]] (Bhrum Pis Avaa)"
    }, {
        name = "Rod of Faith",
        japanese = "フェイスロッド",
        romaji = "Feisu Roddo",
        lit = "Faith Rod",
        link = "Rod of Faith (Final Fantasy XII)",
        recurring = "Rod of Faith",
        zodiac = true,
        image = "RodofFaith-ffxii.png",
        type = "Rod",
        formula = "Pierce",
        range = 1,
        knockback = 10,
        attack = 21,
        evade = 6,
        onhitrate = 60,
        onhitfaith = true,
        magickpower = 6,
        ct = 33,
        metal = 0,
        value = 8800,
        license = "[[License Board#Rod of Faith|Rod of Faith]]",
        treasure = "[[Cerobi Steppe]] (The Terraced Bank)",
        steal = "[[Exodus (Final Fantasy XII boss)|Exodus]] (10%) in Trial Mode [[Trial Mode#68|Stage 68]]",
        reward = "Obtainable on [[Mt Bur-Omisace]] after [[Behemoth King (Final Fantasy XII)|Behemoth King]] hunt",
    }, {
        name = "Oak Staff",
        japanese = "オークスタッフ",
        romaji = "Ōku Sutaffu",
        lit = "Oak Staff",
        link = "Oak Staff (Final Fantasy XII)",
        recurring = "Oak Staff",
        zodiac = true,
        image = "OakStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 15,
        evade = 8,
        magickpower = 2,
        ct = 34,
        metal = 0,
        value = 450,
        license = "[[License Board#Staves 1|Staves 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Nalbina Fortress]] / [[Barheim Passage]]",
        treasure = "[[Barheim Passage]] (Op Sector 37)"
    }, {
        name = "Cherry Staff",
        japanese = "サクラの杖",
        romaji = "Sakura no Tsue",
        lit = "Cherry Blossom Staff",
        link = "Cherry Staff (Final Fantasy XII)",
        recurring = "Cherry Staff",
        zodiac = true,
        image = "CherryStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 20,
        evade = 8,
        potencywind = true,
        magickpower = 3,
        ct = 34,
        metal = 0,
        value = 800,
        license = "[[License Board#Staves 2|Staves 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ba'Gamnan in Lhusu Mines) / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        treasure = "[[Barheim Passage]] (The Zeviah Subterrane)"
    }, {
        name = "Wizard's Staff",
        japanese = "魔法使いの杖",
        romaji = "Mahōtsukai no Tsue",
        lit = "Wizard's Staff",
        link = "Wizard's Staff (Final Fantasy XII)",
        zodiac = true,
        image = "Wizard'sStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 26,
        evade = 8,
        magickpower = 4,
        ct = 34,
        metal = 0,
        value = 1350,
        license = "[[License Board#Staves 2|Staves 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ondore's Estate) / [[Bhujerba]] (After Ondore's Estate) / [[Dalmasca Westersand]] (After Ondore's Estate) / [[Nam-Yensa Sandsea]] / [[Tomb of Raithwall]] / [[Balfonheim Port]]",
        treasure = "[[Ogir-Yensa Sandsea]] (Platform 1 - East Tanks)",
        drop = "[[Zu (Final Fantasy XII)|Zu]] (5%)"
    }, {
        name = "Flame Staff",
        japanese = "炎の杖",
        romaji = "Honō no Tsue",
        lit = "Flame Staff",
        link = "Flame Staff (Final Fantasy XII)",
        recurring = "Flame Staff",
        zodiac = true,
        image = "FlameStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 34,
        evade = 8,
        potencyfire = true,
        magickpower = 4,
        ct = 34,
        metal = 0,
        value = 2250,
        license = "[[License Board#Staves 3|Staves 3]]",
        shop = "[[Jahara]] / [[Mt Bur-Omisace]]",
        treasure = "[[Tomb of Raithwall]] (Northfall Passage)",
        drop = "[[Dustia]] (5%)"
    }, {
        name = "Storm Staff",
        japanese = "雷の杖",
        romaji = "Kaminari no Tsue",
        lit = "Lightning Staff",
        link = "Storm Staff (Final Fantasy XII)",
        recurring = "Thunder Staff",
        zodiac = true,
        image = "StormStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 36,
        evade = 8,
        potencythunder = true,
        magickpower = 4,
        ct = 34,
        metal = 0,
        value = 2590,
        license = "[[License Board#Staves 3|Staves 3]]",
        shop = "[[Eruyt Village]] / [[Mt Bur-Omisace]]",
        treasure = "Trial Mode [[Trial Mode#49|Stage 49]] (with Diamond Armlet)",
        drop = "[[Pineapple (Final Fantasy XII)|Pineapple]] (5%)"
    }, {
        name = "Glacial Staff",
        japanese = "氷の杖",
        romaji = "Kōri no Tsue",
        lit = "Ice Staff",
        link = "Glacial Staff (Final Fantasy XII)",
        recurring = "Ice Staff",
        zodiac = true,
        image = "GlacialStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 38,
        evade = 8,
        potencyice = true,
        magickpower = 5,
        ct = 34,
        metal = 0,
        value = 3000,
        license = "[[License Board#Staves 4|Staves 4]]",
        shop = "[[Mt Bur-Omisace]]",
        treasure = "[[Barheim Passage]] (Special Op Sector 5) / [[Paramina Rift]] (Pithead Junction B)",
        drop = "[[Baritine Croc (Final Fantasy XII)|Baritine Croc]] (Paramina Rift - 1%)"
    }, {
        name = "Golden Staff",
        japanese = "ゴールドスタッフ",
        romaji = "Gōrudo Sutaffu",
        lit = "Gold Staff",
        link = "Golden Staff (Final Fantasy XII)",
        recurring = "Golden Staff",
        zodiac = true,
        image = "GoldenStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 42,
        evade = 8,
        magickpower = 6,
        ct = 34,
        metal = 0,
        value = 4200,
        license = "[[License Board#Staves 4|Staves 4]]",
        shop = "[[Mosphoran Highwaste]] (After defeating Judge Bergan) / [[Phon Coast]]",
        treasure = "[[Stillshrine of Miriam]] (Walk of Reason) / [[Mosphoran Highwaste]] (Summit Path)",
        drop = "[[Oiling]] (1%)"
    }, {
        name = "Judicer's Staff",
        japanese = "裁きの杖",
        romaji = "Sabaki no Tsue",
        lit = "Judgment Staff",
        link = "Judicer's Staff (Final Fantasy XII)",
        recurring = "Judgment Staff",
        zodiac = true,
        image = "Judicer'sStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 48,
        evade = 8,
        onhitrate = 15,
        onhitstop = true,
        magickpower = 7,
        ct = 34,
        metal = 0,
        value = 5300,
        license = "[[License Board#Staves 5|Staves 5]]",
        shop = "[[Phon Coast]] / [[Archades]]",
        treasure = "[[Phon Coast]] (Limatra Hills) / [[Tchita Uplands]] (Garden of Life's Circle / Trial Mode [[Trial Mode#68|Stage 68]] (with Diamond Armlet)",
        steal = "[[Golem (Final Fantasy XII)|Golem]] (3%) / [[Vishno]] (55%) in Trial Mode [[Trial Mode#45|Stage 45]]"
    }, {
        name = "Cloud Staff",
        japanese = "雲の杖",
        romaji = "Kumo no Tsue",
        lit = "Cloud Staff",
        link = "Cloud Staff (Final Fantasy XII)",
        recurring = "Cloud Staff",
        zodiac = true,
        image = "CloudStaff-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 49,
        metal = 8,
        potencythunder = true,
        potencywater = true,
        potencywind = true,
        magickpower = 7,
        speed = 3,
        ct = 34,
        metal = 0,
        value = 6700,
        license = "[[License Board#Staves 5|Staves 5]]",
        treasure = "[[Cerobi Steppe]] (North Liavell Hills) / [[Great Crystal (Final Fantasy XII)|Great Crystal]] (Kabonii Jilaam Pratii'vaa)",
        steal = "[[Dheed]] (10%) in Trial Mode [[Trial Mode#67|Stage 67]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Mystic Staff]]"
    }, {
        name = "Staff of the Magi",
        japanese = "賢者の杖",
        romaji = "Kenja no Tsue",
        lit = "Sage Staff",
        link = "Staff of the Magi (Final Fantasy XII)",
        recurring = "Sage's Staff",
        zodiac = true,
        image = "StaffoftheMagi-ffxii.png",
        type = "Staff",
        formula = "Magick Power",
        range = 1,
        knockback = 10,
        attack = 53,
        evade = 8,
        potencyice = true,
        potencywind = true,
        potencyholy = true,
        magickpower = 8,
        vitality = 5,
        ct = 34,
        metal = 0,
        value = 9500,
        license = "[[License Board#Staff of the Magi|Staff of the Magi]]",
        treasure = "[[Cerobi Steppe]] (Old Elanise Road) / [[Great Crystal (Final Fantasy XII)|Great Crystal]] (Sirhru Phullam Praa'vaa)",
        drop = "[[Oversoul (Final Fantasy XII)|Oversoul]] (1%)",
        reward = "[[Hunt Club]]",
    }, {
        name = "Shortbow",
        japanese = "ショートボウ",
        romaji = "Shōtobō",
        lit = "Shortbow",
        link = "Shortbow (Final Fantasy XII)",
        recurring = "Shortbow",
        zodiac = true,
        image = "Shortbow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 15,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 450,
        license = "[[License Board#Bows 1|Bows 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] / [[Giza Plains (Final Fantasy XII)|Giza Plains - The Dry]] / [[Barheim Passage]]",
        treasure = "[[Dalmasca Estersand (Final Fantasy XII)|Dalmasca Estersand]] (Banks of the Nebra)",
        drop = "[[Slaven]] (Giza Plains - The Dry - 5%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Bow & Bodkin]]",
        initial = "[[Fran (Final Fantasy XII party member)|Fran]]"
    }, {
        name = "Silver Bow",
        japanese = "銀の弓",
        romaji = "Gin no Yumi",
        lit = "Silver Bow",
        link = "Silver Bow (Final Fantasy XII)",
        recurring = "Silver Bow",
        zodiac = true,
        image = "SilverBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 19,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 1,
        value = 720,
        license = "[[License Board#Bows 2|Bows 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Nalbina Fortress]] (After Barheim Passage) / [[Barheim Passage]]"
    }, {
        name = "Aevis Killer",
        japanese = "エイビスキラー",
        romaji = "Eibisu Kirā",
        link = "Aevis Killer (Final Fantasy XII)",
        recurring = "Aevis Killer",
        zodiac = true,
        image = "AevisKiller-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 25,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 1250,
        license = "[[License Board#Bows 2|Bows 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ba'Gamnan in Lhusu Mines) / [[Bhujerba]] / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        drop = "[[Slaven]] (Lhusu Mines - 5%)"
    }, {
        name = "Killer Bow",
        japanese = "キラーボウ",
        romaji = "Kirā Bō",
        lit = "Killer Bow",
        link = "Killer Bow (Final Fantasy XII)",
        recurring = "Killer Bow",
        zodiac = true,
        image = "KillerBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 36,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 2500,
        license = "[[License Board#Bows 3|Bows 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ondore's Estate) / [[Bhujerba]] (After Ondore's Estate) / [[Dalmasca Westersand]] (After Ondore's Estate) / [[Nam-Yensa Sandsea]] / [[Tomb of Raithwall]] / [[Balfonheim Port]]",
        treasure = "[[Ogir-Yensa Sandsea]] (Platform 1 - Refinery)",
        steal = "[[Imdugud (Final Fantasy XII)|Imdugud]] (55%) in Trial Mode [[Trial Mode#8|Stage 8]]",
        reward = "From Supinelu in Jahara (sold the Jaya Stick)"
    }, {
        name = "Longbow",
        japanese = "ロングボウ",
        romaji = "Rongubō",
        lit = "Longbow",
        link = "Longbow (Final Fantasy XII)",
        recurring = "Longbow",
        zodiac = true,
        image = "Longbow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 48,
        evade = 0,
        ct = 36,
        evade = 5,
        metal = 0,
        value = 4600,
        license = "[[License Board#Bows 3|Bows 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Nam-Yensa Sandsea]] / [[Tomb of Raithwall]] / [[Jahara]] / [[Balfonheim Port]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Arrows Alight]]"
    }, {
        name = "Elfin Bow",
        japanese = "エルフィンボウ",
        romaji = "Erufin Bō",
        lit = "Elfin Bow",
        link = "Elfin Bow (Final Fantasy XII)",
        recurring = "Elfin Bow",
        zodiac = true,
        image = "ElfinBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 54,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 5830,
        license = "[[License Board#Bows 4|Bows 4]]",
        shop = "[[Eruyt Village]] / [[Mt Bur-Omisace]]",
        treasure = "[[Paramina Rift]] (Frozen Brook) / Trial Mode [[Trial Mode#48|Stage 48]] (with Diamond Armlet)",
        steal = "[[Malboro (Final Fantasy XII)|Malboro]] (Golmore Jungle - 3%)",
        hunt = "[[Hunt (Final Fantasy XII)#A Scream from the Sky|A Scream from the Sky]] ([[Wyvern Lord]])"
    }, {
        name = "Loxley Bow",
        japanese = "ロクスリーの弓",
        romaji = "Lokusurī no Yumi",
        lit = "Locksley Bow",
        link = "Loxley Bow (Final Fantasy XII)",
        recurring = "Loxley Bow",
        zodiac = true,
        image = "LoxleyBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 60,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 7200,
        license = "[[License Board#Bows 4|Bows 4]]",
        shop = "[[Mt Bur-Omisace]] (After defeating Vinuskar) / [[Mosphoran Highwaste]] (After defeating Judge Bergan)",
        treasure = "[[Paramina Rift]] (Silverflow's End) / [[Stilshrine of Miriam]] (Walk of Reason)",
        drop = "[[Wyrdhare]] (1%)",
        steal = "[[Cultsworn Lich]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Hollow-shaft Arrows]]",
        reward = "[[Rabanastre (Final Fantasy XII)#Viera Matchmaking|Viera Matchmaking]]"
    }, {
        name = "Giant Stonebow",
        japanese = "石の弓",
        romaji = "Ishi no Yumi",
        lit = "Stone Bow",
        zodiac = true,
        link = "Giant Stonebow",
        image = "GiantStonebow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 73,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 10650,
        license = "[[License Board#Bows 5|Bows 5]]",
        shop = "[[Mosphoran Highwaste]] (After defeating Judge Bergan) / [[Phon Coast]]",
        treasure = "[[Mosphoran Highwaste]] (Northern Skirts) / [[Tchita Uplands]] (The Skytrail)"
    }, {
        name = "Burning Bow",
        japanese = "バーニングボウ",
        romaji = "Bāningu Bō",
        lit = "Burning Bow",
        zodiac = true,
        link = "Burning Bow",
        image = "BurningBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 77,
        evade = 0,
        potencyfire = true,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 11850,
        license = "[[License Board#Bows 5|Bows 5]]",
        shop = "[[Archades]] / [[Balfonheim Port]]",
        treasure = "[[Tchita Uplands]] (Garden of Life's Circle) / [[Necrohol of Nabudis]] (Cloister of Distant Song) / Trial Mode [[Trial Mode#86|Stage 86]] (with Diamond Armlet)",
        drop = "[[Dive Talon]] (1%)",
        hunt = "[[Hunt (Final Fantasy XII)#Lost in the Pudding|Lost in the Pudding]] ([[White Mousse (Final Fantasy XII)|White Mousse]])"
    }, {
        name = "Traitor's Bow",
        japanese = "裏切りの弓",
        romaji = "Uragiri no Yumi",
        lit = "Traitor's Bow",
        zodiac = true,
        link = "Traitor's Bow (Final Fantasy XII)",
        image = "Traitor'sBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 82,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 13500,
        license = "[[License Board#Bows 6|Bows 6]]",
        shop = "[[Balfonheim Port]]",
        treasure = "[[Feywood]] (The Edge of Reason)",
        drop = "[[Pumpkin Star]] (Feywood - 5%)",
        steal = "[[Adrammelech (Final Fantasy XII boss)|Adrammelech]] (10%) in Trial Mode [[Trial Mode#35|Stage 35]]"
    }, {
        name = "Yoichi Bow",
        japanese = "与一の弓",
        romaji = "Yoichi no Yumi",
        lit = "Yoichi Bow",
        link = "Yoichi Bow (Final Fantasy XII)",
        recurring = "Yoichi Bow",
        zodiac = true,
        image = "Yoichi'sBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 89,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 15800,
        license = "[[License Board#Bows 6|Bows 6]]",
        shop = "[[Balfonheim Port]] (After obtaining the Treaty-Blade)",
        treasure = "[[Ridorana Cataract (Final Fantasy XII)|Ridorana Cataract]] (Colosseum)",
        reward = "[[Great cockatrice escape]]"
    }, {
        name = "Perseus Bow",
        japanese = "ペルセウスの弓",
        romaji = "Peruseusu no Yumi",
        lit = "Perseus Bow",
        link = "Perseus Bow (Final Fantasy XII)",
        recurring = "Perseus Bow",
        zodiac = true,
        image = "PerseusBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 92,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 16900,
        license = "[[License Board#Bows 7|Bows 7]]",
        treasure = "[[Cerobi Steppe]] (South Liavell Hills) / [[Pharos (Final Fantasy XII)|Pharos - First Ascent]] (Wellspring Ravel - 2nd Flight)",
        drop = "[[Bug (Final Fantasy XII)|Bug]] (1%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Permafrost Bow & Quiver]]"
    }, {
        name = "Artemis Bow",
        japanese = "アルテミスの弓",
        romaji = "Arutemisu no Yumi",
        lit = "Artemis Bow",
        link = "Artemis Bow (Final Fantasy XII)",
        recurring = "Artemis Bow",
        zodiac = true,
        image = "ArtemisBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 94,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 17600,
        license = "[[License Board#Bows 7|Bows 7]]",
        treasure = "[[Cerobi Steppe]] (Old Elanise Road) / [[Great Crystal (Final Fantasy XII)|Great Crystal]] (Uldobi Phullam Pratii'dii)",
        steal = "[[Tyrant (Final Fantasy XII)|Tyrant]] (10%) in Trial Mode [[Trial Mode#55|Stage 55]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Bow of the Moon Goddess]]",
        reward = "[[Hunt Club]]"
    }, {
        name = "Sagittarius",
        japanese = "宿命のサジタリア",
        romaji = "Shukumei no Sajitaria",
        lit = "Sagittaria of Fate",
        link = "Sagittarius (Final Fantasy XII)",
        recurring = "Sagittarius (weapon)",
        zodiac = true,
        image = "SagittariusBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 97,
        evade = 0,
        ct = 36,
        critical = 5,
        metal = 0,
        value = 19000,
        license = "[[License Board#Sagittarius|Sagittarius]]",
        treasure = "[[Cerobi Steppe]] (Crossfield)",
        steal = "[[Luxollid]] (3%) / [[Krjn]] (10%) in Trial Mode [[Trial Mode#70|Stage 71]]"
    }, {
        name = "Dhanusha",
        japanese = "宿命のサジタリアA",
        romaji = "Shukumei no Sajitaria Ei",
        lit = "Sagittaria of Fate A",
        link = "Dhanusha",
        recurring = "Sagittarius (weapon)",
        zodiac = true,
        image = "SagittariusBow-ffxii.png",
        type = "Bow",
        formula = "Speed",
        range = 10,
        knockback = 0,
        attack = 109,
        evade = 10,
        ct = 36,
        critical = 20,
        metal = 0,
        value = 24800,
        license = "[[License Board#Dhanusha|Dhanusha]]",
        steal = "[[Krjn]] (3%) in Trial Mode [[Trial Mode#71|Stage 71]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Silver Bow]]"
    }, {
        name = "Seitengrat",
        japanese = "ザイテングラート",
        romaji = "Zaitengurāto",
        link = "Seitengrat (Final Fantasy XII)",
        zodiac = true,
        image = "Seitengrat FFXII Screenshot.png",
        type = "Bow",
        formula = "Speed",
        knockback = 0,
        attack = 224,
        evade = 75,
        ct = 10,
        critical = 25,
        metal = 0,
        value = 0,
        range = 20,
        nomodel = true,
        treasure = "[[Skyferry]] (Air Deck)",
    }, {
        name = "Bowgun",
        japanese = "ボウガン",
        romaji = "Bōgan",
        lit = "Bowgun",
        link = "Bowgun (Final Fantasy XII)",
        recurring = "Bowgun",
        zodiac = true,
        image = "Bowgun-ffxii.png",
        type = "Crossbow",
        formula = "Strength",
        range = 10,
        knockback = 0,
        attack = 21,
        evade = 5,
        ct = 24,
        critical = 7,
        metal = 1,
        value = 880,
        license = "[[License Board#Crossbows 1|Crossbows 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Nalbina Fortress]] / [[Barheim Passage]]",
        treasure = "[[Garamsythe Waterway (Final Fantasy XII)|Garamsythe Waterway]] - (No. 10 Channel (Flooded))",
        steal = "[[Alraune (Final Fantasy XII)|Alraune]] (3%)"
    }, {
        name = "Crossbow",
        japanese = "クロスボウ",
        romaji = "Kurosubō",
        lit = "Crossbow",
        link = "Crossbow (Final Fantasy XII)",
        recurring = "Crossbow (weapon)",
        zodiac = true,
        image = "Crossbow-ffxii.png",
        type = "Crossbow",
        formula = "Strength",
        range = 10,
        knockback = 0,
        attack = 31,
        evade = 5,
        ct = 24,
        critical = 7,
        metal = 1,
        value = 1900,
        license = "[[License Board#Crossbows 1|Crossbows 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ba'Gamnan in Lhusu Mines) / [[Bhujerba]] (After Ba'Gamnan in Lhusu Mines) / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        treasure = "[[Dreadnought Leviathan|Dreadnought ''Leviathan'']] (Port Section)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Ranger's Crossbow]]"
    }, {
        name = "Paramina Crossbow",
        japanese = "パラミナボウ",
        romaji = "Paramina Bō",
        lit = "Paramina Bow",
        link = "Paramina Crossbow (Final Fantasy XII)",
        recurring = "Paramina Crossbow",
        zodiac = true,
        image = "ParaminaCrossbow-ffxii.png",
        type = "Crossbow",
        formula = "Strength",
        range = 10,
        knockback = 0,
        attack = 42,
        evade = 5,
        ct = 24,
        critical = 7,
        metal = 1,
        value = 3300,
        license = "[[License Board#Crossbows 2|Crossbows 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Nam-Yensa Sandsea]] / [[Tomb of Raithwall]] / [[Jahara]] / [[Balfonheim Port]]",
        treasure = "[[Ogir-Yensa Sandsea]] (Central Junction) / [[Tomb of Raithwall]] (Southfall Passage)",
        steal = "[[White Wolf (Final Fantasy XII)|White Wolf]] (3%) / [[Ghast (Final Fantasy XII)|Ghast]] (3%) / [[Imdugud (Final Fantasy XII)|Imdugud]] (3%) in Trial Mode [[Trial Mode#8|Stage 8]]"
    }, {
        name = "Recurve Crossbow",
        japanese = "クロスリカーブ",
        romaji = "Kurosu Rikābu",
        lit = "Cross Recurve",
        zodiac = true,
        link = "Recurve Crossbow (Final Fantasy XII)",
        image = "RecurveCrossbow-ffxii.png",
        type = "Crossbow",
        formula = "Strength",
        range = 10,
        knockback = 0,
        attack = 57,
        evade = 5,
        ct = 24,
        critical = 7,
        metal = 1,
        value = 6400,
        license = "[[License Board#Crossbows 2|Crossbows 2]]",
        shop = "[[Eruyt Village]] / [[Mt Bur-Omisace]]",
        treasure = "[[Paramina Rift]] (Icebound Flow) / Trial Mode [[Trial Mode#46|Stage 46]] (with Diamond Armlet)",
        steal = "[[Balloon (Final Fantasy XII)|Balloon]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Huntsman's Crossbow]]",
        reward = "From Supinelu in Jahara (gave the Jaya Stick)"
    }, {
        name = "Hunting Crossbow",
        japanese = "ハンティングボウ",
        romaji = "Hantingu Bō",
        lit = "Hunting Bow",
        link = "Hunting Crossbow (Final Fantasy XII)",
        recurring = "Hunting Bow",
        zodiac = true,
        image = "HuntingCrossbow-ffxii.png",
        type = "Crossbow",
        formula = "Strength",
        range = 10,
        knockback = 0,
        attack = 70,
        evade = 5,
        ct = 24,
        critical = 7,
        metal = 2,
        value = 9500,
        license = "[[License Board#Crossbows 3|Crossbows 3]]",
        shop = "[[Mt Bur-Omisace]] (After defeating Vinuskar) / [[Mosphoran Highwaste]] (After defeating Judge Bergan)",
        treasure = "[[Paramina Rift]] (Silverflow's End) / [[Stilshrine of Miriam]] (Walk of Reason)",
        steal = "[[Tarasque (Final Fantasy XII)|Tarasque]] (3%) / [[Zalera (Final Fantasy XII boss)|Zalera]] (3%) in Trial Mode [[Trial Mode#32|Stage 32]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Blindflight Quarrels]]",
        hunt = "[[Hunt (Final Fantasy XII)#Befoulment of the Beast|Befoulment of the Beast]] ([[Feral Retriever]])",
        reward = "[[Ktjn|Conversations with Ktjn]]"
    }, {
        name = "Penetrator Crossbow",
        japanese = "ペネトレーター",
        romaji = "Penetorētā",
        lit = "Penetrator",
        zodiac = true,
        link = "Penetrator Crossbow (Final Fantasy XII)",
        image = "PenetratorCrossbow-ffxii.png",
        type = "Crossbow",
        formula = "Strength",
        range = 10,
        knockback = 0,
        attack = 79,
        evade = 5,
        ct = 24,
        critical = 7,
        metal = 2,
        value = 12600,
        license = "[[License Board#Crossbows 3|Crossbows 3]]",
        shop = "[[Archades]] / [[Balfonheim Port]]",
        treasure = "[[Tchita Uplands]] (The Skytrail) / [[Nabreus Deadlands]] (Hall of Effulgent Light) / Trial Mode [[Trial Mode#82|Stage 82]] (with Diamond Armlet)",
        drop = "[[Pallicant]] (25%) in Trial Mode [[Trial Mode#43|Stage 43]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Scout's Crossbow]]"
    }, {
        name = "Gastrophetes",
        japanese = "ガストラフェテス",
        romaji = "Gasutorafetesu",
        lit = "Gastraphetes",
        link = "Gastrophetes (Final Fantasy XII)",
        recurring = "Gastrophetes",
        zodiac = true,
        image = "Gastrophetes-ffxii.png",
        type = "Crossbow",
        formula = "Strength",
        range = 10,
        knockback = 0,
        attack = 84,
        evade = 5,
        ct = 24,
        critical = 7,
        metal = 2,
        value = 15700,
        license = "[[License Board#Crossbows 4|Crossbows 4]]",
        treasure = "[[Cerobi Steppe]] (Old Elanise Road)",
        steal = "[[Pallicant]] (3%) / [[Tyrant (Final Fantasy XII)|Tyrant]] (3%) in Trial Mode [[Trial Mode#55|Stage 55]]"
    }, {
        name = "Tula",
        japanese = "ガストラフェテスS",
        romaji = "Gasutorafetesu Esu",
        lit = "Gastraphetes S",
        link = "Tula",
        recurring = "Gastrophetes",
        zodiac = true,
        image = "Gastrophetes-ffxii.png",
        type = "Crossbow",
        formula = "Strength",
        range = 10,
        knockback = 0,
        attack = 91,
        evade = 5,
        ct = 24,
        critical = 7,
        metal = 2,
        value = 20500,
        license = "[[License Board#Crossbows 4|Crossbows 4]]",
        treasure = "[[Pharos (Final Fantasy XII)|Pharos - Second Ascent]] (Station of Suffering)",
        reward = "[[Hunt Club]]"
    }, {
        name = "Altair",
        japanese = "アルタイル",
        romaji = "Arutairu",
        lit = "Altair",
        link = "Altair (Final Fantasy XII)",
        recurring = "Altair (weapon)",
        zodiac = true,
        image = "Altair-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 6,
        evade = 10,
        ct = 50,
        critical = 5,
        metal = 1,
        value = 400,
        license = "[[License Board#Guns 1|Guns 1]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] / [[Giza Plains (Final Fantasy XII)|Giza Plains - The Dry]] / [[Barheim Passage]]",
        treasure = "[[Garamsythe Waterway (Final Fantasy XII)|Garamsythe Waterway]] (East Waterway Control)",
        initial = "[[Balthier (Final Fantasy XII party member)|Balthier]]"
    }, {
        name = "Capella",
        japanese = "カペラ",
        romaji = "Kapera",
        lit = "Capella",
        link = "Capella (Final Fantasy XII)",
        recurring = "Capella",
        zodiac = true,
        image = "Capella-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 8,
        evade = 10,
        ct = 50,
        critical = 5,
        metal = 1,
        value = 900,
        license = "[[License Board#Guns 2|Guns 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Barheim Passage) / [[Nalbina Fortress]] (After Barheim Passage) / [[Barheim Passage]]",
        treasure = "[[Barheim Passage]] (The Zeviah Subterrane)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Marksman's Delight]]"
    }, {
        name = "Vega",
        japanese = "ヴェガ",
        romaji = "Vega",
        lit = "Vega",
        link = "Vega (Final Fantasy XII)",
        recurring = "Vega (weapon)",
        zodiac = true,
        image = "Vega-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 13,
        evade = 10,
        ct = 50,
        critical = 5,
        metal = 1,
        value = 1400,
        license = "[[License Board#Guns 2|Guns 2]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After Ba'Gamnan in Lhusu Mines) / [[Bhujerba]] (After Ba'Gamnan in Lhusu Mines) / [[Dreadnought Leviathan|Dreadnought ''Leviathan'']]",
        treasure = "[[Dreadnought Leviathan|Dreadnought ''Leviathan'']] (Sub-control Room)",
        drop = "[[Axebeak (Final Fantasy XII)|Axebeak]] (5%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Rain of Tears]]"
    }, {
        name = "Sirius",
        japanese = "シリウス",
        romaji = "Shiriusu",
        lit = "Sirius",
        link = "Sirius (Final Fantasy XII)",
        recurring = "Sirius (weapon)",
        zodiac = true,
        image = "Sirius-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 17,
        evade = 10,
        ct = 50,
        critical = 5,
        metal = 1,
        value = 2600,
        license = "[[License Board#Guns 3|Guns 3]]",
        shop = "[[Rabanastre (Final Fantasy XII)|Rabanastre]] (After defeating Belias) / [[Nam-Yensa Sandsea]] / [[Tomb of Raithwall]] / [[Jahara]] / [[Balfonheim Port]]",
        treasure = "[[Ogir-Yensa Sandsea]] (Primary Tank Complex) / [[Nam-Yensa Sandsea]] (Simoon Bluff)",
        steal = "[[Wooly Gator]] (3%) / [[Imdugud (Final Fantasy XII)|Imdugud]] (10%) in Trial Mode [[Trial Mode#8|Stage 8]]"
    }, {
        name = "Betelgeuse",
        japanese = "ベテルギウス",
        romaji = "Beterugiusu",
        lit = "Betelguese",
        link = "Betelgeuse (Final Fantasy XII)",
        recurring = "Betelgeuse",
        zodiac = true,
        image = "Betelgeuse-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 22,
        evade = 10,
        ct = 50,
        critical = 5,
        metal = 1,
        value = 4500,
        license = "[[License Board#Guns 3|Guns 3]]",
        shop = "[[Eruyt Village]] / [[Mt Bur-Omisace]]",
        treasure = "[[Paramina Rift]] (Karydine Glacier) / [[Tchita Uplands]] (Uazcuff Hills) / Trial Mode [[Trial Mode#47|Stage 47]] (with Diamond Armlet)",
        drop = "[[Barmuu]] (1%)"
    }, {
        name = "Ras Algethi",
        japanese = "ラス・アルゲテイ",
        romaji = "Rasu Arugeti",
        lit = "Ras Algethi",
        link = "Ras Algethi (Final Fantasy XII)",
        recurring = "Ras Algethi",
        zodiac = true,
        image = "RasAlgethi-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 29,
        evade = 10,
        ct = 50,
        critical = 5,
        metal = 1,
        value = 6000,
        license = "[[License Board#Guns 4|Guns 4]]",
        shop = "[[Mt Bur-Omisace]] (After defeating Vinuskar) / [[Mosphoran Highwaste]] (After defeating Judge Bergan)",
        treasure = "[[Stilshrine of Miriam]] (Walk of Reason) / [[Salikawood (Final Fantasy XII)|Salikawood]] (Diverging Way)",
        steal = "[[Adrammelech (Final Fantasy XII boss)|Adrammelech]] (55%) in Trial Mode [[Trial Mode#35|Stage 35]]",
        poach = "[[Phyllo]] (5%)"
    }, {
        name = "Aldebaran",
        japanese = "アルデバラン",
        romaji = "Arudebaran",
        lit = "Aldebaran",
        link = "Aldebaran (Final Fantasy XII)",
        recurring = "Aldebaran",
        zodiac = true,
        image = "Aldebaran-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 33,
        evade = 10,
        ct = 50,
        critical = 5,
        metal = 1,
        value = 7700,
        license = "[[License Board#Guns 4|Guns 4]]",
        shop = "[[Phon Coast]] / [[Archades]] ",
        treasure = "[[Phon Coast]] (The Hakawea Shore) / [[Tchita Uplands]] (The Lost Way) / Trial Mode [[Trial Mode#74|Stage 74]] (with Diamond Armlet)",
        drop = "[[Bangaa Pirate]] (1%)"
    }, {
        name = "Spica",
        japanese = "スピカ",
        romaji = "Supika",
        lit = "Spica",
        link = "Spica (Final Fantasy XII)",
        recurring = "Spica",
        zodiac = true,
        image = "Spica-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 38,
        evade = 10,
        ct = 50,
        critical = 5,
        metal = 2,
        value = 11000,
        license = "[[License Board#Guns 5|Guns 5]]",
        shop = "[[Balfonheim Port]]",
        treasure = "[[Feywood]] (The Edge of Reason)",
        poach = "[[Shadonir]] (5%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Armor-piercing Shot]]"
    }, {
        name = "Antares",
        japanese = "アンタレス",
        romaji = "Antaresu",
        lit = "Antares",
        link = "Antares (Final Fantasy XII weapon)",
        recurring = "Antares (weapon)",
        zodiac = true,
        image = "Antares-ffxii-weapon.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 41,
        evade = 10,
        ct = 50,
        critical = 5,
        metal = 2,
        value = 13000,
        license = "[[License Board#Guns 5|Guns 5]]",
        treasure = "[[Cerobi Steppe]] (Old Elanise Road) / [[Pharos (Final Fantasy XII)|Pharos - Third Ascent]] (Spire Ravel - 1st Flight)",
        drop = "[[Deidar (Final Fantasy XII)|Deidar]] (5%)"
    }, {
        name = "Arcturus",
        japanese = "アルクトゥルス",
        romaji = "Arukuturusu",
        lit = "Arcturus",
        link = "Arcturus (Final Fantasy XII)",
        recurring = "Arcturus",
        zodiac = true,
        image = "Arcturus-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 45,
        evade = 10,
        ct = 50,
        critical = 5,
        metal = 2,
        value = 20000,
        license = "[[License Board#Guns 6|Guns 6]]",
        treasure = "[[Lhusu Mines]] (Site 5) / [[Cerobi Steppe]] (North Liavell Hills)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Late-model Rifle]]"
    }, {
        name = "Fomalhaut",
        japanese = "フォーマルハウト",
        romaji = "Fōmaruhauto",
        lit = "Fomalhaut",
        link = "Fomalhaut (Final Fantasy XII)",
        recurring = "Fomalhaut",
        zodiac = true,
        image = "Fomalhaut-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 52,
        evade = 10,
        ct = 50,
        critical = 5,
        metal = 2,
        value = 26000,
        license = "[[License Board#Guns 6|Guns 6]]",
        treasure = "[[Henne Mines]] (Phase 2 Dig) / [[Cerobi Steppe]] (Feddik River)",
        steal = "[[Elza (Final Fantasy XII boss)|Elza]] (10%) in Trial Mode [[Trial Mode#86|Stage 86]]"
    }, {
        name = "Mithuna",
        japanese = "アルデバランY",
        romaji = "Arudebaran Wai",
        lit = "Aldebaran Y",
        link = "Mithuna",
        recurring = "Aldebaran",
        zodiac = true,
        image = "Aldebaran-ffxii.png",
        type = "Gun",
        formula = "Pierce",
        range = 10,
        knockback = 10,
        attack = 66,
        evade = 25,
        ct = 50,
        critical = 10,
        metal = 1,
        value = 31500,
        license = "[[License Board#Mithuna|Mithuna]]",
        steal = "[[Elza (Final Fantasy XII boss)|Elza]] (3%) in Trial Mode [[Trial Mode#86|Stage 86]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Mudslinger]]",
    }, {
        name = "Hornito",
        japanese = "プリニートロイデ",
        romaji = "Purinītoroide",
        zodiac = true,
        link = "Hornito (Final Fantasy XII)",
        image = "Hornito-ffxii.png",
        type = "Hand-bomb",
        formula = "Vitality",
        range = 10,
        knockback = 0,
        attack = 66,
        evade = 0,
        ct = 33,
        metal = 0,
        value = 5000,
        license = "[[License Board#Hand-bombs 1|Hand-bombs 1]]",
        treasure = "[[Garamsythe Waterway (Final Fantasy XII)|Garamsythe Waterway]] (No. 10 Channel (Drained)) / [[Cerobi Steppe]] (South Liavell Hills)",
        drop = "[[Emperor Aevis]] (1%)",
        steal = "[[Earth Tyrant]] (10%) in Trial Mode [[Trial Mode#19|Stage 19]]"
    }, {
        name = "Fumarole",
        japanese = "ペジオニーテ",
        romaji = "Pejionīte",
        zodiac = true,
        link = "Fumarole (Final Fantasy XII)",
        image = "Fumarole-ffxii.png",
        type = "Hand-bomb",
        formula = "Vitality",
        range = 10,
        knockback = 0,
        attack = 71,
        evade = 0,
        potencywater = true,
        ct = 33,
        metal = 0,
        value = 7200,
        license = "[[License Board#Hand-bombs 2|Hand-bombs 2]]",
        treasure = "[[Barheim Passage]] (West Annex) / [[Cerobi Steppe]] (South Liavell Hills",
        steal = "[[Archaeosaur (Final Fantasy XII)|Archaeosaur]] (3%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Noisome Incendiaries]]"
    }, {
        name = "Tumulus",
        japanese = "アスピーテ",
        romaji = "Asupīte",
        zodiac = true,
        link = "Tumulus (Final Fantasy XII)",
        image = "Tumulus-ffxii.png",
        type = "Hand-bomb",
        formula = "Vitality",
        range = 10,
        knockback = 0,
        attack = 76,
        evade = 0,
        ct = 33,
        metal = 0,
        value = 9800,
        license = "[[License Board#Hand-bombs 2|Hand-bombs 2]]",
        treasure = "[[Lhusu Mines]] (Site 3) / [[Cerobi Steppe]] (Old Elanise Road)",
        drop = "[[Seeq Explorer]] (1%)",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Oil-Soaked Incendiaries]]",
        reward = "[[Great cockatrice escape]]"
    }, {
        name = "Caldera",
        japanese = "マールコニーデ",
        romaji = "Mārukonīde",
        zodiac = true,
        link = "Caldera (Final Fantasy XII)",
        image = "Caldera-ffxii.png",
        type = "Hand-bomb",
        formula = "Vitality",
        range = 10,
        knockback = 0,
        attack = 83,
        evade = 0,
        ct = 33,
        metal = 0,
        value = 12800,
        license = "[[License Board#Hand-bombs 3|Hand-bombs 3]]",
        treasure = "[[Cerobi Steppe]] (North Liavell Hills) / [[Great Crystal (Final Fantasy XII)|Great Crystal]] (Dhebon Jilaam Avaapratii)",
        drop = "[[Cataract Aevis]] (1%)",
        steal = "[[Ba'Gamnan (Final Fantasy XII boss)|Ba'Gamnan]] (10%) in Trial Mode [[Trial Mode#59|Stage 59]]",
        bazaar = "[[Bazaar (Final Fantasy XII)#Zodiac versions|Befuddling Incendiaries]]"
    }, {
        name = "Volcano",
        japanese = "ブルカノ式",
        romaji = "Burukano-shiki",
        lit = "Vulcanian",--ブルカノ式噴火 means "Vulcanian eruption"
        link = "Volcano (Final Fantasy XII)",
        zodiac = true,
        image = "Volcano-ffxii.png",
        type = "Hand-bomb",
        formula = "Vitality",
        range = 10,
        knockback = 0,
        attack = 90,
        evade = 0,
        ct = 33,
        metal = 0,
        value = 15000,
        license = "[[License Board#Hand-bombs 3|Hand-bombs 3]]",
        treasure = "[[Cerobi Steppe]] (The Northsward)",
        steal = "[[Wild Malboro]] (3%) in Trial Mode [[Trial Mode#69|Stage 69]]",
        hunt = "[[Hunt (Final Fantasy XII)#Paying for the Past|Paying for the Past]] ([[Catoblepas (Final Fantasy XII)|Catoblepas]])"
    }, {
        name = "Makara",
        japanese = "ブルカノ式T",
        romaji = "Burukano-shiki Tī",
        lit = "Vulcanian T",--ブルカノ式噴火 means "Vulcanian eruption"
        link = "Makara (Final Fantasy XII)",
        zodiac = true,
        image = "Volcano-ffxii.png",
        type = "Hand-bomb",
        formula = "Vitality",
        range = 10,
        knockback = 0,
        attack = 96,
        evade = 0,
        ct = 33,
        metal = 0,
        value = 20000,
        license = "[[License Board#Makara|Makara]]",
        treasure = "[[Henne Mines]] (Phase 2 Dig) / [[Henne Mines]] (Phase 2 Shaft)",
    }
}
Advertisement