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