FFXIAH.com

Language: JP EN DE FR
New Items
2023-11-19
users online
Item Sets » id:98487
Max Store TP w/ some sacrifices (maybe a 4-hit build) - Add Store TP+4, Str+2, Evasion+10, and Haste+2 from Champion's Galea. Also Add Store TP+6 from Dish Of Spaghetti Carbonara. Also let's assume you get Store TP+15 on weapon Augment. SAM Merits and Job traits add Store TP+35. All this leaves you to possibly a 4 hit build. Yes Haste is kinda low, but you could sub swift belt with speed belt to squeeze a bit more haste out of set-up. This set will get you 100% in 2 fewer swings than a typical Hagun SAM. These numbers are based on a post on a forum that stated store TP+118 is needed for a 4 hit build on a delay 450 weapon, forgive me if this is off base, but with out having some of this equipment it is hard to test this build.
Item Name AH Price Stock
Enkidu's Subligar
Hachiman Kote 60000 1
Bushido Cape 50000 0
Rindomaru 10000 0
Attila's Earring 40000 2
White Tathlum 200000 1
Swift Belt
Brutal Earring
Ecphoria Ring 100000 0
Rajas Ring
Usukane Sune-Ate
Rose Strap 0
Chivalrous Chain 800000 1
Usukane Haramaki
Count: 14 (1260000 Gil)
equipment_macros
input /equip legs "Enkidu's Subligar";
input /equip hands "Hachiman Kote";
input /equip back "Bushido Cape";
input /equip main "Rindomaru";
input /equip ear1 "Attila's Earring";
input /equip ammo "White Tathlum";
input /equip waist "Swift Belt";
input /equip ear2 "Brutal Earring";
input /equip ring1 "Ecphoria Ring";
input /equip ring2 "Rajas Ring";
input /equip feet "Usukane Sune-Ate";
input /equip sub "Rose Strap";
input /equip neck "Chivalrous Chain";
input /equip body "Usukane Haramaki";
Gearswap Set
sets["Max Store TP w/ some sacrifices (maybe a 4-hit build)"] = {
    main="Rindomaru",
    sub="Rose Strap",
    ammo="White Tathlum",
    neck="Chivalrous Chain",
    ear1="Attila's Earring",
    ear2="Brutal Earring",
    body="Usukane Haramaki",
    hands="Hachiman Kote",
    ring1="Ecphoria Ring",
    ring2="Rajas Ring",
    back="Bushido Cape",
    waist="Swift Belt",
    legs="Enkidu's Subligar",
    feet="Usukane Sune-Ate"
}
BBCode