
RENEWAL / ITEMS
Armor of White Thread [1]
#15419Armor
Armor_of_White_Thread
TypeArmor
Equipment positionArmor
GenderBoth
Weight80
Buy price20 z
Sell price10 z
DEF60
Slots1
Required level100
Armor level1
Description
An armor worn by a lavish warrior. Loaded with magical powers that pierces through any armor.
Class: Armor
Defense: 60
Weight: 80
Requires Level: 100
Usable By: All Jobs
MATK + 10
Bypass 10% of hard magic defense of all race targets when performing a magical attack.
If upgrade level is +7 or higher,
Additional MATK + 20.
Bypass an additional 20% of hard magic defense of all race targets when performing a magical attack.
If upgrade level is +8 or higher,
Additional MATK + 20.
Bypass an additional 20% of hard magic defense of all race targets when performing a magical attack.
This item is indestructible in battle.
If upgrade level is +9 or higher,
Additional MATK + 30.
Bypass an additional 20% of hard magic defense of all race targets when performing a magical attack.
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 bMatk,10;
bonus2 bIgnoreMdefRaceRate,RC_All,10;
if (.@r>=7) {
bonus bMatk,20;
bonus2 bIgnoreMdefRaceRate,RC_All,20;
}
if (.@r>=8) {
bonus bMatk,20;
bonus2 bIgnoreMdefRaceRate,RC_All,20;
bonus bUnbreakableArmor;
}
if (.@r>=9) {
bonus bMatk,30;
bonus2 bIgnoreMdefRaceRate,RC_All,20;
}