FFXIAH.com

Language: JP EN DE FR
New Items
2023-11-19
users online
Item Sets » id:176474
PLD Idle - STR kila Mirke: 10 acc/attack
Item Name AH Price Stock
Bastard Sword 60000 1
Bibiki Seashell
Beak Mantle +1 20000 1
Phalanx Ring 300000 2
Phalanx Ring 300000 2
Steppe Belt 40000 0
Parade Gorget
Pigeon Earring 40000 0
Wivre Shield 10000 1
Pigeon Earring 40000 0
Gallant Leggings
Gallant Gauntlets
Gallant Breeches
Vermillion Cloak 100000 3
Count: 14 (910000 Gil)
equipment_macros
input /equip main "Bastard Sword";
input /equip ammo "Bibiki Seashell";
input /equip back "Beak Mantle +1";
input /equip ring1 "Phalanx Ring";
input /equip ring2 "Phalanx Ring";
input /equip waist "Steppe Belt";
input /equip neck "Parade Gorget";
input /equip ear1 "Pigeon Earring";
input /equip sub "Wivre Shield";
input /equip ear2 "Pigeon Earring";
input /equip feet "Gallant Leggings";
input /equip hands "Gallant Gauntlets";
input /equip legs "Gallant Breeches";
input /equip body "Vermillion Cloak";
Gearswap Set
sets["PLD Idle"] = {
    main="Bastard Sword",
    sub="Wivre Shield",
    ammo="Bibiki Seashell",
    neck="Parade Gorget",
    ear1="Pigeon Earring",
    ear2="Pigeon Earring",
    body="Vermillion Cloak",
    hands="Gallant Gauntlets",
    ring1="Phalanx Ring",
    ring2="Phalanx Ring",
    back="Beak Mantle +1",
    waist="Steppe Belt",
    legs="Gallant Breeches",
    feet="Gallant Leggings"
}
BBCode