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