ID #400470
Armor
Southern Tiara [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 35
Weight: 100
Slots: 1
Armor level: 1
Required level: 1
Defense: 35
Weight: 100
Slots: 1
Armor level: 1
Required level: 1
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
100
Defense
35
Requirements
Armor Level
1
Min Level
1
Scripts
Script .@r = getrefine(); bonus bUnbreakableArmor; bonus bBaseAtk,15*(.@r/2); if (.@r>=7) bonus bAspdRate,10; if (.@r>=9) { bonus bWeaponAtkRate,5; bonus bAspd,1; } if (.@r>=11) { bonus bCritAtkRate,3; bonus bLongAtkRate,3; bonus bFixedCast,-100*(min((.@r-10),15)/1); }
.@r = getrefine();
bonus bUnbreakableArmor;
bonus bBaseAtk,15*(.@r/2);
if (.@r>=7)
bonus bAspdRate,10;
if (.@r>=9) {
bonus bWeaponAtkRate,5;
bonus bAspd,1;
}
if (.@r>=11) {
bonus bCritAtkRate,3;
bonus bLongAtkRate,3;
bonus bFixedCast,-100*(min((.@r-10),15)/1);
}