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