ID #4983
Card
INT Supplement Reactor
Buy Price: N/A
Sell Price: N/A
For each 10 base INT:
MATK +5
_______________________
Refine Level +7:
MATK +10
MATK +5
_______________________
Refine Level +7:
MATK +10
Basic Information
Type
Card
Scripts
Script if (getrefine()>=7) { .@bonus = 10; } bonus bMatk,.@bonus + 5*(readparam(bInt)/10);
if (getrefine()>=7) {
.@bonus = 10;
}
bonus bMatk,.@bonus + 5*(readparam(bInt)/10);