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