
RENEWAL / ITEMS
Acidified Shadow Pendant
#1270028Shadow Gear
S_BO_AC_Pendant
TypeShadow Gear
Equipment positionShadow left accessory
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level200
Description
A holy pendant said to protect its wearer. It draws out the wearer's latent abilities.
Damage of Acidified Zone (Wind/Water) increased by 8%.
------------------------
For every 2 Refine Levels, ATK + 10.
------------------------
For every 3 Refine Levels, Damage of Acidified Zone (Wind/Water) additionally increased by 2%.
------------------------
Type: Shadow Equipment
Location: Pendant
Weight: 0
Required Level: 200
Class: Biolo
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow left accessory
- Jobs
- Alchemist
- Yes
- Classes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",8+2*(.@r/3);
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",8+2*(.@r/3);
bonus bBaseAtk,10*(.@r/2);