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