ID #29534
Card
Modification Orb (ATK)
Buy Price: N/A
Sell Price: N/A
ATK +5%
_______________________
Refine Level +7:
ATK +25
_______________________
Refine Level +9:
ATK +25
_______________________
Refine Level +7:
ATK +25
_______________________
Refine Level +9:
ATK +25
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bAtkRate,5; if (.@r>=7) { bonus bBaseAtk,25; if (.@r>=9) { bonus bBaseAtk,25; } }
.@r = getrefine();
bonus bAtkRate,5;
if (.@r>=7) {
bonus bBaseAtk,25;
if (.@r>=9) {
bonus bBaseAtk,25;
}
}