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