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