ID #29535
Card
Modification Orb (MATK)
Buy Price: N/A
Sell Price: N/A
MATK +5%
_______________________
Refine Level +7:
MATK +25
_______________________
Refine Level +9:
MATK +25
_______________________
Refine Level +7:
MATK +25
_______________________
Refine Level +9:
MATK +25
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bMatkRate,5; if (.@r>8) { bonus bMatk,25; } else if (.@r>6) { bonus bMatk,25; }
.@r = getrefine();
bonus bMatkRate,5;
if (.@r>8) {
bonus bMatk,25;
}
else if (.@r>6) {
bonus bMatk,25;
}