Modification Orb (Lucky Strike)

Item ID 29552 Name Modification Orb (Lucky Strike)
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.
Weapon Level 0 Identifier Improve_Orb_L_LUK
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
.@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;
}

Set Script
Runaway Accelerator
Modification Orb (Lucky Strike)
bonus bFlee2,20;
Exam
Modification Orb (Lucky Strike)
bonus2 bSubEle,Ele_Undead,50;
Modification Orb (Lucky Strike)
SSD Card
bonus bMatk,70;
bonus bMatkRate,10;