
RENEWAL / ITEMS
Engraved Naga's Scale Armor [1]
#450192Armor
ST_Naga_Armor
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF450
Slots1
Required level210
Armor level2
Description
This armor is made from Naga scales and is dazzling in its sharpness and sparkle.
If you get close, it looks like you will get seriously hurt by the scales.
Enhanced by Varmund's rune engraving.
------------------------
Reflects 5% of melee physical damage taken back to the attackers.
MRES +3.
------------------------
When armor refined to +7 or higher,
reflects additional 5% of melee physical damage taken back to the attackers.
When armor refined to +9 or higher,
increases melee physical damage by 10%.
When armor refined to +11 or higher,
has a chance to transform into Naga for 7 seconds when dealing physical damage, gains P.ATK +15 while in Naga form.
------------------------
Set Bonus:
Engraved Naga's Scale Armor
Engraved Naga's Scale Shield
increases melee physical damage by additional 10%.
------------------------
Class: Armor
Def: 450
Weight: 100
Armor Lv: 2
Req Level: 210
Class: All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bShortWeaponDamageReturn,5;
bonus bMRes,3;
if (.@r>=7) {
bonus bShortWeaponDamageReturn,5;
if (.@r>=9) {
bonus bShortAtkRate,10;
if (.@r>=11) {
autobonus "{ bonus bPAtk,15; }",1,7000,BF_WEAPON,"{ active_transform 1993,3000; }";
}
}
}