ID #311107
Card
Ice Magic Orb (Caster)
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 bonus bMatk,30; bonus bVariableCastrate,-8; .@r = getrefine(); if (.@r >= 7) { bonus bVariableCastrate,-8; if (.@r >= 9) { bonus bVariableCastrate,-8; if (.@r >= 11) { bonus bVariableCastrate,-8; } } }
bonus bMatk,30;
bonus bVariableCastrate,-8;
.@r = getrefine();
if (.@r >= 7) {
bonus bVariableCastrate,-8;
if (.@r >= 9) {
bonus bVariableCastrate,-8;
if (.@r >= 11) {
bonus bVariableCastrate,-8;
}
}
}