FFXIAH.com

Language: JP EN DE FR
New Items
2023-11-19
users online
Item Sets » id:213710
Torcleaver: Attack Optimized - If you're noticing low numbers on Torcleaver, try a build like this. Most of the time, Low Torcleaver numbers mean you attack score isn't high enough to cap pDIF. This still maintains a good amount of Vitality as well.
Item Name AH Price Stock
Caladbolg
Jingang Greaves 40000 1
Bale Flanchard +2
Pole Grip 100000 0
Anguinus Belt
Moonshade Earring
Spiral Ring 27500 0
Bomb Core 30000 2
Atheling Mantle
Bomb Core 30000 2
Shadow Brstplate
Twilight Helm
Rajas Ring
Bale Gauntlets +2
Bale Earring
Bale Choker
Count: 16 (227500 Gil)
equipment_macros
input /equip main "Caladbolg";
input /equip feet "Jingang Greaves";
input /equip legs "Bale Flanchard +2";
input /equip sub "Pole Grip";
input /equip waist "Anguinus Belt";
input /equip ear1 "Moonshade Earring";
input /equip ring1 "Spiral Ring";
input /equip ammo "Bomb Core";
input /equip back "Atheling Mantle";
input /equip ammo "Bomb Core";
input /equip body "Shadow Brstplate";
input /equip head "Twilight Helm";
input /equip ring2 "Rajas Ring";
input /equip hands "Bale Gauntlets +2";
input /equip ear2 "Bale Earring";
input /equip neck "Bale Choker";
Gearswap Set
sets["Torcleaver: Attack Optimized"] = {
    main="Caladbolg",
    sub="Pole Grip",
    ammo="Bomb Core",
    head="Twilight Helm",
    neck="Bale Choker",
    ear1="Moonshade Earring",
    ear2="Bale Earring",
    body="Shadow Brstplate",
    hands="Bale Gauntlets +2",
    ring1="Spiral Ring",
    ring2="Rajas Ring",
    back="Atheling Mantle",
    waist="Anguinus Belt",
    legs="Bale Flanchard +2",
    feet="Jingang Greaves"
}
BBCode