FFXIAH.com

Language: JP EN DE FR
New Items
2023-11-19
users online
Item Sets » id:280750
SMN Avatar set Engaged - Equiped when Avatar or Spirit is engaged to an enemy. Avatar Melee "Full burst" set. Switches into Refresh pieces at lower MP level intervals.
Item Name AH Price Stock
Helios Band
Oneiros Grip
Thurandaut Ring
Campestres's Cape
Nirvana
Evoker's Ring
Seraphicaller 0
Glyphic Doublet +1
Helios Gloves
Rimeice Earring
Domes. Earring
Empath Necklace
Incarnation Sash
Helios Spats
Helios Boots
Count: 15 (0 Gil)
equipment_macros
input /equip head "Helios Band";
input /equip sub "Oneiros Grip";
input /equip ring1 "Thurandaut Ring";
input /equip back "Campestres's Cape";
input /equip main "Nirvana";
input /equip ring2 "Evoker's Ring";
input /equip ammo "Seraphicaller";
input /equip body "Glyphic Doublet +1";
input /equip hands "Helios Gloves";
input /equip ear1 "Rimeice Earring";
input /equip ear2 "Domes. Earring";
input /equip neck "Empath Necklace";
input /equip waist "Incarnation Sash";
input /equip legs "Helios Spats";
input /equip feet "Helios Boots";
Gearswap Set
sets["SMN Avatar set Engaged"] = {
    main="Nirvana",
    sub="Oneiros Grip",
    ammo="Seraphicaller",
    head="Helios Band",
    neck="Empath Necklace",
    ear1="Rimeice Earring",
    ear2="Domes. Earring",
    body="Glyphic Doublet +1",
    hands="Helios Gloves",
    ring1="Thurandaut Ring",
    ring2="Evoker's Ring",
    back="Campestres's Cape",
    waist="Incarnation Sash",
    legs="Helios Spats",
    feet="Helios Boots"
}
BBCode