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
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
Type
Armor
Weight
300
Requirements
Armor Level
1
Min Level
1
Scripts
Script .@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;
}
}
}
}