Renewal
.:Renewal Item Database:.

Illusion Ancient Cape [1]   [Garment]   Item ID# 20840 (Cape_Of_Ancient_Lord_IL)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
60
Defense
18
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
A fancy cape said to have once been worn by marquises long ago.

AGI +2
Every 2 refine levels, AGI +1 (Up to refine level +10).

When equipped by Rogue classes:
When equipped with Illusion Moonlight Sword: MATK +80.

If refine level of Illusion Cape of Ancient Lord and Illusion Moonlight Sword at least +7:
MATK +80.

If total refine level of entire set at least +18: MATK +40.
If total refine level of entire set at least +22: Fire elemental magic damage +15%.

More Information on Combo:
Combo Script
{ .@weapon = getequiprefinerycnt(EQI_HAND_R); .@eq = getequiprefinerycnt(EQI_GARMENT); .@val = 80; if (.@weapon >= 7 && .@eq >= 7) { .@val += 80; } if ((.@weapon + .@eq) >= 18) { .@val += 40; } if ((.@weapon + .@eq) >= 22) { bonus2 bMagicAtkEle,Ele_Fire,15; } bonus bMatk,.@val; }
Item Script
{ .@val = min(getrefine(),10)/2; bonus bAgi,(2+.@val); },{},{}
Dropped By No Result

Illusion Moonlight Dagger [1]   [One Hand]   Item ID# 28725 (Moonlight_Sword_IL)
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
70
Attack
150
Required Lvl
99
Weapon Lvl
4
Slot
1
Applicable Jobs
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
A dagger imbued with lunar spirit and the power to drain an enemy's soul.

MaxSP +10%.
Restore 3 SP on every physical attack.
Refine level +10: Restore additional 4 SP on every physical attack.

More Information on Combo:
Combo Script
{ .@weapon = getequiprefinerycnt(EQI_HAND_R); .@eq = getequiprefinerycnt(EQI_GARMENT); .@val = 80; if (.@weapon >= 7 && .@eq >= 7) { .@val += 80; } if ((.@weapon + .@eq) >= 18) { .@val += 40; } if ((.@weapon + .@eq) >= 22) { bonus2 bMagicAtkEle,Ele_Fire,15; } bonus bMatk,.@val; }
Item Script
{ bonus bMaxSPrate,10; .@val = 3; if (getrefine() >= 10) { .@val += 4; } bonus bSPDrainValue,.@val; },{},{}
Dropped By No Result

back to top