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 #29552 Card

Modification Orb (Lucky Strike)

Buy Price: N/A Sell Price: N/A
Magical attacks have a chance to activate Good Fortune for 10 seconds.
_______________________
[Good Fortune]
LUK +50
Increases all elemental magical damage by 10%.
Drains 300HP per second.

Basic Information

Card

Scripts

.@r = getrefine(); if (.@r>9) { bonus bLuk,50; } if (.@r>4) { .@r2 = .@r-4; autobonus "{ bonus bLuk,50; }",(8+(.@r2*5)),(4+(.@r2*3))*1000,BF_NORMAL; autobonus "{ bonus bLuk,50; }",(8+(.@r2*5)),(4+(.@r2*3))*1000,BF_MAGIC; } else { autobonus "{ bonus bLuk,50; }",8,4000,BF_NORMAL; autobonus "{ bonus bLuk,50; }",8,4000,BF_MAGIC; }
.@r = getrefine();
if (.@r>9) {
   bonus bLuk,50;
}
if (.@r>4) {
   .@r2 = .@r-4;
   autobonus "{ bonus bLuk,50; }",(8+(.@r2*5)),(4+(.@r2*3))*1000,BF_NORMAL;
   autobonus "{ bonus bLuk,50; }",(8+(.@r2*5)),(4+(.@r2*3))*1000,BF_MAGIC;
}
else {
   autobonus "{ bonus bLuk,50; }",8,4000,BF_NORMAL;
   autobonus "{ bonus bLuk,50; }",8,4000,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.