FFXIAH.com

Language: JP EN DE FR
New Items
2023-11-19
users online
Item Sets » id:279830
NewbieEntropy - swap pieces for Entropy
Item Name AH Price Stock
Shiva Ring 100000 2
Shiva Ring 100000 2
Fotia Gorget
Fotia Belt
Brutal Earring
Eminent Sickle
Pole Grip 100000 0
Bomb Core 30000 3
Buquwik Cape 60000 0
Moonshade Earring
Count: 10 (390000 Gil)
equipment_macros
input /equip ring1 "Shiva Ring";
input /equip ring2 "Shiva Ring";
input /equip neck "Fotia Gorget";
input /equip waist "Fotia Belt";
input /equip ear1 "Brutal Earring";
input /equip main "Eminent Sickle";
input /equip sub "Pole Grip";
input /equip ammo "Bomb Core";
input /equip back "Buquwik Cape";
input /equip ear2 "Moonshade Earring";
Gearswap Set
sets["NewbieEntropy"] = {
    main="Eminent Sickle",
    sub="Pole Grip",
    ammo="Bomb Core",
    neck="Fotia Gorget",
    ear1="Brutal Earring",
    ear2="Moonshade Earring",
    ring1="Shiva Ring",
    ring2="Shiva Ring",
    back="Buquwik Cape",
    waist="Fotia Belt"
}
BBCode