
RENEWAL / ITEMS
Ice Magic Orb (Caster)
#311107Card
Ice_F_Orb_Caster
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Matk + 30, reduces variable casting time by 8%.
If refine rate is 7 or higher, reduces variable casting time by additional 8%.
If refine rate is 9 or higher, reduces variable casting time by additional 8%.
If refine rate is 11 or higher, reduces variable casting time by additional 8%.
Item details
- Trade
Item effect 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;
}
}
}