FFXIAH.com

Language: JP EN DE FR
New Items
2023-11-19
users online
Item Sets » id:337102
BLU CDC High-Tier
Item Name AH Price Stock
Light Belt
Herculean Helm
Hetairoi Ring
Herculean Trousers
Epona's Ring
Thereoid Greaves
Herculean Vest
Mache Earring 500000 10
Mache Earring 500000 10
Light Gorget
Adhemar Wristbands
Expeditious Pinion
Rancorous Mantle 20000 1
Count: 13 (1020000 Gil)
equipment_macros
input /equip waist "Light Belt";
input /equip head "Herculean Helm";
input /equip ring1 "Hetairoi Ring";
input /equip legs "Herculean Trousers";
input /equip ring2 "Epona's Ring";
input /equip feet "Thereoid Greaves";
input /equip body "Herculean Vest";
input /equip ear1 "Mache Earring";
input /equip ear2 "Mache Earring";
input /equip neck "Light Gorget";
input /equip hands "Adhemar Wristbands";
input /equip ammo "Expeditious Pinion";
input /equip back "Rancorous Mantle";
Gearswap Set
sets["BLU CDC High-Tier"] = {
    ammo="Expeditious Pinion",
    head="Herculean Helm",
    neck="Light Gorget",
    ear1="Mache Earring",
    ear2="Mache Earring",
    body="Herculean Vest",
    hands="Adhemar Wristbands",
    ring1="Hetairoi Ring",
    ring2="Epona's Ring",
    back="Rancorous Mantle",
    waist="Light Belt",
    legs="Herculean Trousers",
    feet="Thereoid Greaves"
}
BBCode