Love Bubble Gum

Item ID 400018 Name Love Bubble Gum
None
Weapon Level 0 Identifier NettyHeart_Gum_TW
Attack 0 Type Armor
MATK 0 Equip Locations Lower Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 30 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
bonus2 bHPDrainRate,10,1;

Set Script
Love Bubble Gum
Love Redness
.@a = (readparam(bStr)+readparam(bLuk))/120;
.@b = (readparam(bAgi)+readparam(bVit))/120;
.@c = (readparam(bInt)+readparam(bDex))/120;
bonus bAtkRate,.@a;
bonus bCritical,5*.@a;
bonus bCritAtkRate,2*.@a;
bonus bMaxHPrate,2*.@b;
bonus bAspdRate,2*.@b;
bonus bMatk,15*.@c;
bonus bFixedCastrate,-5*.@c;
bonus bHealPower,10*.@c;