FFXIAH.com

Language: JP EN DE FR
New Items
2023-11-19
users online
Item Sets » id:32516
Samurai - Physical Damage Reduction - _L.Earring: Physical Damage Taken -2%. _R.Earring: Physical Damage Taken -2%. _L.Ring: Physical Damage Taken -6%, Magic Damage Taken -4%. _Physical damage taken -50% total while keeping the chances of completely negating the damage (N.Helm/S.Mantle), as well as -24% magic to go along with it to ensure no random additional damage is taken while in this set.
Item Name AH Price Stock
Darkness Earring 30000 0
Lentus Grip
Mekira Meikogai
Nocturnus Helm
Sakonji Kote +1
Dark Ring 20000 0
Otronif Brais +1
Wiglen Gorget 300000 0
Defending Ring 0
Shadow Mantle
Iron Gobbet
Black Earring 40000 1
Flume Belt 400000 1
Otronif Boots +1
Kogarasumaru
Count: 15 (790000 Gil)
equipment_macros
input /equip ear1 "Darkness Earring";
input /equip sub "Lentus Grip";
input /equip body "Mekira Meikogai";
input /equip head "Nocturnus Helm";
input /equip hands "Sakonji Kote +1";
input /equip ring1 "Dark Ring";
input /equip legs "Otronif Brais +1";
input /equip neck "Wiglen Gorget";
input /equip ring2 "Defending Ring";
input /equip back "Shadow Mantle";
input /equip ammo "Iron Gobbet";
input /equip ear2 "Black Earring";
input /equip waist "Flume Belt";
input /equip feet "Otronif Boots +1";
input /equip main "Kogarasumaru";
Gearswap Set
sets["Samurai - Physical Damage Reduction"] = {
    main="Kogarasumaru",
    sub="Lentus Grip",
    ammo="Iron Gobbet",
    head="Nocturnus Helm",
    neck="Wiglen Gorget",
    ear1="Darkness Earring",
    ear2="Black Earring",
    body="Mekira Meikogai",
    hands="Sakonji Kote +1",
    ring1="Dark Ring",
    ring2="Defending Ring",
    back="Shadow Mantle",
    waist="Flume Belt",
    legs="Otronif Brais +1",
    feet="Otronif Boots +1"
}
BBCode