FFXIAH.com

Language: JP EN DE FR
New Items
2023-11-19
users online
Item Sets » id:348444
RUN (TP Accuracy)
Item Name AH Price Stock
Cessance Earring
Subtlety Spec.
Cacoethic Ring
Carmine Cuisses
Adhemar Jacket
Skormoth Mask
Falcon Eye
Carmine Greaves
Kentarch Belt +1
Ogma's Cape
Cacoethic Ring +1
Adhemar Wristbands
Steelflash Earring
Count: 13 (0 Gil)
equipment_macros
input /equip ear1 "Cessance Earring";
input /equip neck "Subtlety Spec.";
input /equip ring1 "Cacoethic Ring";
input /equip legs "Carmine Cuisses";
input /equip body "Adhemar Jacket";
input /equip head "Skormoth Mask";
input /equip ammo "Falcon Eye";
input /equip feet "Carmine Greaves";
input /equip waist "Kentarch Belt +1";
input /equip back "Ogma's Cape";
input /equip ring2 "Cacoethic Ring +1";
input /equip hands "Adhemar Wristbands";
input /equip ear2 "Steelflash Earring";
Gearswap Set
sets["RUN (TP Accuracy)"] = {
    ammo="Falcon Eye",
    head="Skormoth Mask",
    neck="Subtlety Spec.",
    ear1="Cessance Earring",
    ear2="Steelflash Earring",
    body="Adhemar Jacket",
    hands="Adhemar Wristbands",
    ring1="Cacoethic Ring",
    ring2="Cacoethic Ring +1",
    back="Ogma's Cape",
    waist="Kentarch Belt +1",
    legs="Carmine Cuisses",
    feet="Carmine Greaves"
}
BBCode