ID #15419
Armor
Armor of White Thread [1]
Buy Price: N/A
Sell Price: N/A
Armor worn by a one-eyed warrior with a bold personality.
It is imbued with magical powers that can crush any armor.
_______________________
MATK +10
_______________________
Ignores magical defense of every race by 10%.
_______________________
Refine Level +7:
MATK +20
Ignores magical defense of every race by additional 20%.
_______________________
Refine Level +8:
MATK +20
Ignores magical defense of every race by additional 20%.
Indestructible in battle
_______________________
Refine Level +9:
MATK +30
Ignores magical defense of every race by additional 20%.
_______________________
Type: Armor
Defense: 60
Weight: 80
Armor Level: 1
_______________________
Requirement:
Base Level 100
It is imbued with magical powers that can crush any armor.
_______________________
MATK +10
_______________________
Ignores magical defense of every race by 10%.
_______________________
Refine Level +7:
MATK +20
Ignores magical defense of every race by additional 20%.
_______________________
Refine Level +8:
MATK +20
Ignores magical defense of every race by additional 20%.
Indestructible in battle
_______________________
Refine Level +9:
MATK +30
Ignores magical defense of every race by additional 20%.
_______________________
Type: Armor
Defense: 60
Weight: 80
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
800
Defense
60
Requirements
Armor Level
1
Min Level
100
Scripts
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; }
.@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;
}