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