
RENEWAL / ITEMS
Alchemist Shadow Armor
#24272Shadowgear
S_Alchemist_Armor
TypeShadowgear
Equipment positionShadow armor
Weight0
Buy price10 z
Sell price5 z
Required level1
Description
An armor worn on top of normal armor for additional defense. Can be equipped alone but the defense effect is insignificant.
Class: Shadow Armor
Weight: 0
Requires Level: 1
Usable By: All Jobs
Increases ATK based on the Learning Potion skill level.
When upgrade level is over +6:
For every upgrade level of Alchemist Shadow Armor, increases ATK based on the Learning Potion skill level.
Alchemist Shadow Shoes
When equipped by Alchemist, enables the use of Level 3 Adrenaline Rush.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow armor
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
.@a = getskilllv("AM_LEARNINGPOTION");
.@r = max(.@r,6);
bonus bBaseAtk,.@a+((.@r-6)*.@a);