FFXIAH.com

Language: JP EN DE FR
New Items
2023-11-19
users online
Item Sets » id:338063
WHM Idle - Refresh: 7~8 PDT: 48~52 (Depending on Gendewitha, Dark Ring) MDT: 24~31 (^, 48~61% with Shell V) BDT: 16 Shell Note: Shellra V gives -24% MDT. But if cast by a 5/5 merits WHM while wearing A/RF 2 legs, this increases to -29% MDT. All the following numbers assume -29% MDT. Augs: At least -9% PDT from 3 Gendewitha pieces (+2 Wailing guarantees this) Dark Ring: At least -5% PDT, -2% MDT (Goes up to -6% PDT/MDT/BDT) Moonshade: Refresh +1 (Swap out for Ethereal if you have TP version) Black Earring: PDT-2% Slipor Sash can be swapped for Fucho-No-Obi for an additional Refresh when <50% MP if you manage -3% MDT over all three Gendewitha pieces (or 0% MDT on Gendewitha if your Dark Ring has 5-6% MDT)
Item Name AH Price Stock
Genbu's Shield
Queller Rod
Moonshade Earring
Homiliary
Dark Ring 20000 0
Defending Ring 0
Loricate Torque +1
Befouled Crown 0
Gende. Gages +1
Black Earring 40000 0
Gende. Bliaut +1 0
Assid. Pants +1
Umbra Cape 450000 0
Slipor Sash 100000 1
Gende. Galosh. +1
Count: 15 (610000 Gil)
equipment_macros
input /equip sub "Genbu's Shield";
input /equip main "Queller Rod";
input /equip ear1 "Moonshade Earring";
input /equip ammo "Homiliary";
input /equip ring1 "Dark Ring";
input /equip ring2 "Defending Ring";
input /equip neck "Loricate Torque +1";
input /equip head "Befouled Crown";
input /equip hands "Gende. Gages +1";
input /equip ear2 "Black Earring";
input /equip body "Gende. Bliaut +1";
input /equip legs "Assid. Pants +1";
input /equip back "Umbra Cape";
input /equip waist "Slipor Sash";
input /equip feet "Gende. Galosh. +1";
Gearswap Set
sets["WHM Idle"] = {
    main="Queller Rod",
    sub="Genbu's Shield",
    ammo="Homiliary",
    head="Befouled Crown",
    neck="Loricate Torque +1",
    ear1="Moonshade Earring",
    ear2="Black Earring",
    body="Gende. Bliaut +1",
    hands="Gende. Gages +1",
    ring1="Dark Ring",
    ring2="Defending Ring",
    back="Umbra Cape",
    waist="Slipor Sash",
    legs="Assid. Pants +1",
    feet="Gende. Galosh. +1"
}
BBCode