ID #313074
Card
Forest Magic Orb (Assassin)
Buy Price: N/A
Sell Price: N/A
ATK +20, Critical +2, P.ATK +5.
_______________________
Refine Level +7:
Increases Critical Damage by 3%.
_______________________
Refine Level +9:
Increases Critical Damage by additional 4%.
_______________________
Refine Level +11:
Increases Critical Damage by additional 5%.
_______________________
Refine Level +7:
Increases Critical Damage by 3%.
_______________________
Refine Level +9:
Increases Critical Damage by additional 4%.
_______________________
Refine Level +11:
Increases Critical Damage by additional 5%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bPAtk,5; bonus bCritical,2; bonus bBaseAtk,20; if (.@r>=7) { bonus bCritAtkRate,3; if (.@r>=9) { bonus bCritAtkRate,4; if (.@r>=11) { bonus bCritAtkRate,5; } } }
.@r = getrefine();
bonus bPAtk,5;
bonus bCritical,2;
bonus bBaseAtk,20;
if (.@r>=7) {
bonus bCritAtkRate,3;
if (.@r>=9) {
bonus bCritAtkRate,4;
if (.@r>=11) {
bonus bCritAtkRate,5;
}
}
}