Renewal
.:Renewal Item Database:.

Magical Earring (Shadow) [Shadow Pendant]   Item ID# 24021 (S_Magical_Earring)
Magical Shadow Earring
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A sacred earring which is believed to protect its wearer. It also draws the wearer's potential abilities.
Reduce variable cast time by 1%.
Refined to +7 or higher, reduce variable cast time by 2%.
[Magical Shadow Set]
Magical Shadow Weapon
Magical Shadow Earring
Magical Shadow Pendant
Every refine level, MATK +1.
If total combined refine levels the entire set is +23 or higher, MATK +1%.

More Information on Combo:
Combo Script
{ if(getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L) + getequiprefinerycnt(EQI_SHADOW_WEAPON) >= 23) { bonus bMatkRate,1; } }
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bVariableCastrate,-(.@r>=7)?2:1; },{},{}
Dropped By No Result

Magical Pencil (Shadow) [Shadow Earring]   Item ID# 24023 (S_Magical_Pendant)
Magical Shadow Pendant
Type
Shadow Gear
Class
Shadow Earring
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities.
Max SP +50.
Refined to +7 or higher, Max SP +1%.
[Magical Shadow Set]
Magical Shadow Weapon
Magical Shadow Earring
Magical Shadow Pendant
Every refine level, MATK +1.
If total combined refine levels the entire set is +23 or higher, MATK +1%.

More Information on Combo:
Combo Script
{ if(getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L) + getequiprefinerycnt(EQI_SHADOW_WEAPON) >= 23) { bonus bMatkRate,1; } }
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMaxSP,50; if (.@r>6) { bonus bMaxSPrate,1; } },{},{}
Dropped By No Result

Magical Weapon (Shadow) [Shadow Weapon]   Item ID# 24022 (S_Magical_Weapon)
Magical Shadow Weapon
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A glove equipped in wearer's hand to draw his/her potential ability.
MATK +10.
Refined to +7 or higher, MATK +1%.
[Magical Shadow Set]
Magical Shadow Weapon
Magical Shadow Earring
Magical Shadow Pendant
Every refine level, MATK +1.
If total combined refine levels the entire set is +23 or higher, MATK +1%.

More Information on Combo:
Combo Script
{ if(getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L) + getequiprefinerycnt(EQI_SHADOW_WEAPON) >= 23) { bonus bMatkRate,1; } }
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bMatk,10; if (.@r>6) { bonus bMatkRate,1; } },{},{}
Dropped By No Result

back to top