FFXIAH.com

Language: JP EN DE FR
New Items
2023-11-19
users online
Item Sets » id:285672
BLU Evasion - I've never been a gear swapper, this is my first try. The EVA set on BLU helps to keep shadows up for much much longer, especially with /nin out of Aby, where Occultation can be quite draining on the MP pool. Have recently replaced Kacura Mittens +1 by Patrician's Cuffs, which brings the base evasion skill to 404, from C- to B+, same as DNC, MNK and SAM. I'm using a STR or DEX Shikargar and the Isador. Just started making an EVA trial sword, just to try it out.
Item Name AH Price Stock
Magus Charuqs
Kacura Subligar +1 50000 0
Alcd. Harness +1 100000 0
Heed Ring 30000 0
Boxer's Mantle
Alert Ring
Patrician's Cuffs 30000 0
Survival Belt 50000 1
Aliyat Chakram 0
Evasion Earring 30000 0
Ethereal Earring
Torero Torque
Wivre Mask 30000 0
Count: 13 (320000 Gil)
equipment_macros
input /equip feet "Magus Charuqs";
input /equip legs "Kacura Subligar +1";
input /equip body "Alcd. Harness +1";
input /equip ring1 "Heed Ring";
input /equip back "Boxer's Mantle";
input /equip ring2 "Alert Ring";
input /equip hands "Patrician's Cuffs";
input /equip waist "Survival Belt";
input /equip range "Aliyat Chakram";
input /equip ear1 "Evasion Earring";
input /equip ear2 "Ethereal Earring";
input /equip neck "Torero Torque";
input /equip head "Wivre Mask";
Gearswap Set
sets["BLU Evasion"] = {
    range="Aliyat Chakram",
    head="Wivre Mask",
    neck="Torero Torque",
    ear1="Evasion Earring",
    ear2="Ethereal Earring",
    body="Alcd. Harness +1",
    hands="Patrician's Cuffs",
    ring1="Heed Ring",
    ring2="Alert Ring",
    back="Boxer's Mantle",
    waist="Survival Belt",
    legs="Kacura Subligar +1",
    feet="Magus Charuqs"
}
BBCode