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