ID #310140
Card
Automatic Orb(Cutter Slasher)
Buy Price: N/A
Sell Price: N/A
Increases damage of Rolling Cutter and Cross Ripper Slasher by 15%.
_______________________
Refine Level +9:
Increases damage of Rolling Cutter and Cross Ripper Slasher by additional 3%.
_______________________
Refine Level +11:
Increases damage of Rolling Cutter and Cross Ripper Slasher by additional 7%.
_______________________
Refine Level +9:
Increases damage of Rolling Cutter and Cross Ripper Slasher by additional 3%.
_______________________
Refine Level +11:
Increases damage of Rolling Cutter and Cross Ripper Slasher by additional 7%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",15; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",15; if (.@r>=9) { bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",3; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",3; if (.@r>=11) { bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",7; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",7; } }
.@r = getrefine();
bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",15;
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",15;
if (.@r>=9) {
bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",3;
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",3;
if (.@r>=11) {
bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",7;
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",7;
}
}