
RENEWAL / ITEMS
Modification Orb (Lucky Strike)
#29552Card
Improve_Orb_L_LUK
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Adds a chance of buffing the user with Windfall for 10 seconds when performing a magical attack;
Luk + 50
Increases the damage of all property magical attacks on targets by 10%.
HP - 300 every second.
Class: Enchant Stone
Weight: 0
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect 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;
}