ID #310575
Card
Wolf Orb (Speed) Level 3
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 .@r = getrefine(); bonus bFlee,30; if (.@r>=7) { bonus bAspdRate,8; if (.@r>=9) { bonus bAspdRate,8; if (.@r>=11) { bonus bAspdRate,8; } } }
.@r = getrefine();
bonus bFlee,30;
if (.@r>=7) {
bonus bAspdRate,8;
if (.@r>=9) {
bonus bAspdRate,8;
if (.@r>=11) {
bonus bAspdRate,8;
}
}
}