
RENEWAL / ITEMS
Magical Pencil (Shadow)
#24023Shadowgear
S_Magical_Pendant
TypeShadowgear
Equipment positionShadow left accessory
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A pendant worn to enhance magical attack.
Class: Shadow Pendant
Weight: 0
Requires Level: 1
Usable By: All Jobs
Max HP + 10 per upgrade level of the item.
Max SP + 50
If upgrade level is +7 or higher,
Max SP + 1%
Set Bonus
Magical Shadow Earring
Magical Shadow Pendant
Magical Shadow Weapon
MATK + 1 per upgrade level of Magical Shadow Earring, Magical Shadow Pendant, and Magical Shadow Weapon.
If the combined upgrade levels of Magical Shadow Earring, Magical Shadow Pendant and Magical Shadow Weapon are +23 or higher,
MATK + 1%
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow left accessory
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMaxSP,50;
if (.@r>6) {
bonus bMaxSPrate,1;
}