ID #310733
Card
Nebula of Sharp Lv1
Buy Price: N/A
Sell Price: N/A
Increases Critical Damage by 5%.
_______________________
Refine Level +9:
Increases Critical Damage by additional 5%.
_______________________
Refine Level +11:
Increases Critical Damage by additional 7%.
_______________________
Refine Level +9:
Increases Critical Damage by additional 5%.
_______________________
Refine Level +11:
Increases Critical Damage by additional 7%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bCritAtkRate,5; if (.@r>=9) { bonus bCritAtkRate,5; if (.@r>=11) { bonus bCritAtkRate,7; } }
.@r = getrefine();
bonus bCritAtkRate,5;
if (.@r>=9) {
bonus bCritAtkRate,5;
if (.@r>=11) {
bonus bCritAtkRate,7;
}
}