ID #480498
Armor
White Knight Mantle (Melee) [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 60
Weight: 1200
Slots: 1
Armor level: 1
Required level: 170
Defense: 60
Weight: 1200
Slots: 1
Armor level: 1
Required level: 170
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
1200
Defense
60
Requirements
Armor Level
1
Min Level
170
Scripts
Script .@r = getrefine(); bonus bBaseAtk,50+(20*(.@r/3)); bonus2 bAddSize,Size_All,5*(.@r/4); if (.@r>=9) { bonus bDelayrate,-5; if (.@r>=11) { bonus bShortAtkRate,15; if (.@r>=12) { bonus bPerfectHitAddRate,80; } } }
.@r = getrefine();
bonus bBaseAtk,50+(20*(.@r/3));
bonus2 bAddSize,Size_All,5*(.@r/4);
if (.@r>=9) {
bonus bDelayrate,-5;
if (.@r>=11) {
bonus bShortAtkRate,15;
if (.@r>=12) {
bonus bPerfectHitAddRate,80;
}
}
}