
RENEWAL / ITEMS
Perfect Size Shadow Armor
#24426Shadowgear
S_PerfectSize_Armor
TypeShadowgear
Equipment positionShadow armor
Weight0
Buy price0 z
Sell price0 z
Description
The armor worn over the armor provides additional defensive effects. It can be used as a single, but has little defense effect..
Reduce incoming physical/magical damage from all size monsters by 2%.
DEF + 10 per 1 refine level.
When refined to +7 or higher, reduce incoming physical/magical damage from all size monsters by 2%.
When refined to +9 or higher, reduce incoming physical/magical damage from all size monsters by 3%.
SET BONUS
Perfect Size Shadow Weapon
Shadow Armor
MaxHP +2%, MaxSP +2%.
Type : Shadow Equipment
Location : Armor Weight : 0
Required Level : 1
Class : All
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
bonus2 bSubSize,Size_All,2;
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bDef,.@r*10;
if (.@r >= 7) {
bonus2 bSubSize,Size_All,2;
}
if (.@r >= 9) {
bonus2 bSubSize,Size_All,3;
}