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