ID #311097
Card
Ice Magic Orb (LUK)
Buy Price: N/A
Sell Price: N/A
LUK +3
_______________________
Refine Level +7:
LUK +1
_______________________
Refine Level +9:
LUK +1
_______________________
Refine Level +11:
CRT +1
Increases Critical Damage by 3%.
_______________________
Refine Level +7:
LUK +1
_______________________
Refine Level +9:
LUK +1
_______________________
Refine Level +11:
CRT +1
Increases Critical Damage by 3%.
Basic Information
Type
Card
Scripts
Script bonus bLuk,3; .@r = getrefine(); if (.@r >= 7) { bonus bLuk,1; if (.@r >= 9) { bonus bLuk,1; if (.@r >= 11) { bonus bCrt,1; bonus bCritAtkRate,3; } } }
bonus bLuk,3;
.@r = getrefine();
if (.@r >= 7) {
bonus bLuk,1;
if (.@r >= 9) {
bonus bLuk,1;
if (.@r >= 11) {
bonus bCrt,1;
bonus bCritAtkRate,3;
}
}
}