FFXIAH.com

Language: JP EN DE FR
New Items
2023-11-19
users online
Item Sets » id:113236
RDMNUKE - obviously use different grip and staff depending on the nuke element
Item Name AH Price Stock
Goliard Clogs
Witch Sash 30000 1
Mahatma Slops 100000 1
Omega Ring
Phtm. Tathlum 100000 1
Moldavite Earring
Novio Earring 0
Morrigan's Cuffs
Elemental Torque 20000 1
Thunder Grip 10000 0
Jupiter's Staff 100000 1
Snow Ring 100000 0
Wlk. Chapeau +1
Gleeman's Cape
Mahatma Hpl. 300000 0
Count: 15 (760000 Gil)
equipment_macros
input /equip feet "Goliard Clogs";
input /equip waist "Witch Sash";
input /equip legs "Mahatma Slops";
input /equip ring1 "Omega Ring";
input /equip ammo "Phtm. Tathlum";
input /equip ear1 "Moldavite Earring";
input /equip ear2 "Novio Earring";
input /equip hands "Morrigan's Cuffs";
input /equip neck "Elemental Torque";
input /equip sub "Thunder Grip";
input /equip main "Jupiter's Staff";
input /equip ring2 "Snow Ring";
input /equip head "Wlk. Chapeau +1";
input /equip back "Gleeman's Cape";
input /equip body "Mahatma Hpl.";
Gearswap Set
sets["RDMNUKE"] = {
    main="Jupiter's Staff",
    sub="Thunder Grip",
    ammo="Phtm. Tathlum",
    head="Wlk. Chapeau +1",
    neck="Elemental Torque",
    ear1="Moldavite Earring",
    ear2="Novio Earring",
    body="Mahatma Hpl.",
    hands="Morrigan's Cuffs",
    ring1="Omega Ring",
    ring2="Snow Ring",
    back="Gleeman's Cape",
    waist="Witch Sash",
    legs="Mahatma Slops",
    feet="Goliard Clogs"
}
BBCode