ID #470264
Armor
[Not For Sale] Zodiac Boots (Archer) [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 60
Weight: 900
Slots: 1
Armor level: 1
Required level: 100
Defense: 60
Weight: 900
Slots: 1
Armor level: 1
Required 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
900
Defense
60
Job Requirements
Bard/Dancer
Yes
Hunter
Yes
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bBaseAtk,50+(10*(.@r/2)); bonus bMatk,50+(10*(.@r/2)); bonus bAtkRate,.@r/2; bonus bMatkRate,.@r/2; bonus2 bSkillAtk,"RA_AIMEDBOLT",15*(.@r/4); bonus2 bSkillAtk,"WM_METALICSOUND",15*(.@r/4); if (.@r>=9) { bonus bFixedCast,-500; if (@r>=11) { bonus bDelayrate,-10; } }
.@r = getrefine();
bonus bBaseAtk,50+(10*(.@r/2));
bonus bMatk,50+(10*(.@r/2));
bonus bAtkRate,.@r/2;
bonus bMatkRate,.@r/2;
bonus2 bSkillAtk,"RA_AIMEDBOLT",15*(.@r/4);
bonus2 bSkillAtk,"WM_METALICSOUND",15*(.@r/4);
if (.@r>=9) {
bonus bFixedCast,-500;
if (@r>=11) {
bonus bDelayrate,-10;
}
}