ID #313134
Card
SPL Enforcement
Buy Price: N/A
Sell Price: N/A
Base Level at least 240:
For each 10 base SPL:
MATK +1%, Increases Magical Damage with every element by 1%.
(Applies up to 100 base SPL)
For each 10 base SPL:
MATK +1%, Increases Magical Damage with every element by 1%.
(Applies up to 100 base SPL)
Basic Information
Type
Card
Scripts
Script if (BaseLevel>=240) { .@param = min(readparam(bSpl),100); bonus2 bMagicAtkEle,Ele_All,(.@param/10); bonus bMatkRate,(.@param/10); }
if (BaseLevel>=240) {
.@param = min(readparam(bSpl),100);
bonus2 bMagicAtkEle,Ele_All,(.@param/10);
bonus bMatkRate,(.@param/10);
}