ID #311092
Card
Ice Magic Orb (STR)
Buy Price: N/A
Sell Price: N/A
STR +3
_______________________
Refine Level +7:
STR +1
_______________________
Refine Level +9:
STR +1
_______________________
Refine Level +11:
POW +1
Increases Melee Physical Damage by 3%.
_______________________
Refine Level +7:
STR +1
_______________________
Refine Level +9:
STR +1
_______________________
Refine Level +11:
POW +1
Increases Melee Physical Damage by 3%.
Basic Information
Type
Card
Scripts
Script bonus bStr,3; .@r = getrefine(); if (.@r >= 7) { bonus bStr,1; if (.@r >= 9) { bonus bStr,1; if (.@r >= 11) { bonus bPow,1; bonus bShortAtkRate,3; } } }
bonus bStr,3;
.@r = getrefine();
if (.@r >= 7) {
bonus bStr,1;
if (.@r >= 9) {
bonus bStr,1;
if (.@r >= 11) {
bonus bPow,1;
bonus bShortAtkRate,3;
}
}
}