0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #2930 Armor

Winning First Move Amulet

Buy Price: N/A Sell Price: N/A
Amulet given by Tatsugami who has regained the divine power.
The faster you move, the more you can get amulet protection.
_______________________
MDEF +2
_______________________
The following special effects will disappear at the end of regular maintenance on December 28, 2012:
_______________________
Base AGI at least 60:
AGI +2
_______________________
Base AGI at least 80:
AGI +1
FLEE +4
_______________________
Base AGI at least 100:
FLEE +1
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Base AGI at least 120:
Increases Attack Speed (decreases After Attack Delay by additional 2%).
_______________________
Type: Accessory
Weight: 30
Armor Level: 1
_______________________
Requirement: None

Basic Information

Armor
300

Requirements

1
1

Scripts

.@a = readparam(bAgi); bonus bMdef,2; if (.@a>=60) { bonus bAgi,2; if (.@a>=80) { bonus bAgi,1; bonus bFlee,4; if (.@a>=100) { bonus bFlee,1; bonus bAspdRate,2; if (.@a>=120) { bonus bAspdRate,2; } } } }
.@a = readparam(bAgi);
bonus bMdef,2;
if (.@a>=60) {
   bonus bAgi,2;
   if (.@a>=80) {
       bonus bAgi,1;
       bonus bFlee,4;
       if (.@a>=100) {
           bonus bFlee,1;
           bonus bAspdRate,2;
           if (.@a>=120) {
               bonus bAspdRate,2;
           }
       }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.