ID #4854
Card
Special Agi
Buy Price: N/A
Sell Price: N/A
AGI +1
_______________________
Refine Level +8:
AGI +3
_______________________
Refine Level +9:
ATK +1%.
_______________________
Refine Level +12:
Increases Attack Speed (decreases After Attack Delay by 1%).
Decreases Fixed Casting Time by 7%.
_______________________
Refine Level +8:
AGI +3
_______________________
Refine Level +9:
ATK +1%.
_______________________
Refine Level +12:
Increases Attack Speed (decreases After Attack Delay by 1%).
Decreases Fixed Casting Time by 7%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bAgi,1; if (.@r>=8) { bonus bAgi,3; if (.@r>=9) { bonus2 bAddClass,Class_All,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } }
.@r = getrefine();
bonus bAgi,1;
if (.@r>=8) {
bonus bAgi,3;
if (.@r>=9) {
bonus2 bAddClass,Class_All,1;
if (.@r>=12) {
bonus bFixedCastrate,-7;
bonus bAspd,1;
}
}
}