ID #311106
Card
Ice Magic Orb (Speed)
Buy Price: N/A
Sell Price: N/A
FLEE +30
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 8%).
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by additional 8%).
_______________________
Refine Level +11:
Increases Attack Speed (decreases After Attack Delay by additional 8%).
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 8%).
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by additional 8%).
_______________________
Refine Level +11:
Increases Attack Speed (decreases After Attack Delay by additional 8%).
Basic Information
Type
Card
Scripts
Script bonus bFlee,30; .@r = getrefine(); if (.@r >= 7) { bonus bAspdRate,8; if (.@r >= 9) { bonus bAspdRate,8; if (.@r >= 11) { bonus bAspdRate,8; } } }
bonus bFlee,30;
.@r = getrefine();
if (.@r >= 7) {
bonus bAspdRate,8;
if (.@r >= 9) {
bonus bAspdRate,8;
if (.@r >= 11) {
bonus bAspdRate,8;
}
}
}