ID #29008
Card
Rune of Luck Lv 3
Buy Price: N/A
Sell Price: N/A
Refine Level +7:
LUK +7
_______________________
Refine Level +12:
LUK +1
Increases Critical Damage by 8%.
_______________________
Refine Level +13:
LUK +1
Increases Critical Damage by 6%.
LUK +7
_______________________
Refine Level +12:
LUK +1
Increases Critical Damage by 8%.
_______________________
Refine Level +13:
LUK +1
Increases Critical Damage by 6%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); if (.@r>=7) { bonus bLuk,7; if (.@r>=12) { bonus bCritAtkRate,8; bonus bLuk,1; if (.@r>=13) { bonus bCritAtkRate,6; bonus bLuk,1; } } }
.@r = getrefine();
if (.@r>=7) {
bonus bLuk,7;
if (.@r>=12) {
bonus bCritAtkRate,8;
bonus bLuk,1;
if (.@r>=13) {
bonus bCritAtkRate,6;
bonus bLuk,1;
}
}
}