0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #29171 Card

S-Matk

Buy Price: N/A Sell Price: N/A
MATK +100
_______________________
Refine Level +7:
Random chance to increase MATK by 150 for 3 seconds when dealing physical attacks.
_______________________
Refine Level +8:
Activation rate increased.
Extends duration by 1 second.
_______________________
Refine Level +9:
Activation rate increased.
Extends duration by 1 second.
_______________________
When enchanted on Riot Chip:
For each 2 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 1%).

Basic Information

Card

Scripts

.@r = getrefine(); bonus bMatk,100; if (.@r>=7) { .@c = 10; .@t = 3000; if (.@r>=8) { .@c = 20; .@t += 1000; } if (.@r>=9) { .@c = 35; .@t += 1000; } autobonus "{ bonus bMatk,150; }",.@c,.@t,BF_MAGIC; }
.@r = getrefine();
bonus bMatk,100;
if (.@r>=7) {
   .@c = 10;
   .@t = 3000;
   if (.@r>=8) {
       .@c = 20;
       .@t += 1000;
   }
   if (.@r>=9) {
       .@c = 35;
       .@t += 1000;
   }
   autobonus "{ bonus bMatk,150; }",.@c,.@t,BF_MAGIC;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.