
RENEWAL / ITEMS
Intelligent Shadow Pendant
#24036Shadowgear
S_Int_Pendant
TypeShadowgear
Equipment positionShadow left accessory
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A pendant worn to enhance intelligence.
Class: Shadow Pendant
Weight: 0
Requires Level: 1
Usable By: All Jobs
Int + 1
Max HP + 10 per upgrade level of the item.
If upgrade level is +7 or higher,
Additional Int + 1
If upgrade level is +9 or higher,
Additional Int + 1
Set Bonus
Intelligent Shadow Earring
Intelligent Shadow Pendant
Int + 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
bonus bInt,1;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>6) {
bonus bInt,1;
}
if (.@r>=9) {
bonus bInt,1;
}