ID #310576
Card
Wolf Orb (Caster) Level 3
Buy Price: N/A
Sell Price: N/A
MATK +30
Decreases Variable Casting Time by 8%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by additional 8%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by additional 8%.
_______________________
Refine Level +11:
Decreases Variable Casting Time by additional 8%.
Decreases Variable Casting Time by 8%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by additional 8%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by additional 8%.
_______________________
Refine Level +11:
Decreases Variable Casting Time by additional 8%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bVariableCastrate,-8; bonus bMatk,30; if (.@r>=7) { bonus bVariableCastrate,-8; if (.@r>=9) { bonus bVariableCastrate,-8; if (.@r>=11) { bonus bVariableCastrate,-8; } } }
.@r = getrefine();
bonus bVariableCastrate,-8;
bonus bMatk,30;
if (.@r>=7) {
bonus bVariableCastrate,-8;
if (.@r>=9) {
bonus bVariableCastrate,-8;
if (.@r>=11) {
bonus bVariableCastrate,-8;
}
}
}