Heart of Pure Love-LT

Item ID 490492 Name Heart of Pure Love-LT
None
Weapon Level 0 Identifier Pure_Heart_LT_TW
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 20 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
.@a = (readparam(bStr)/10);
.@b = (readparam(bInt)/10);
bonus bMdef,20;
bonus bVariableCastrate,-10+.@b;
bonus2 bAddClass,Class_All,10+.@a;
bonus bMatkRate,10+.@b;
bonus bAllStats,8;
bonus2 bAddClass,Class_Normal,10;
bonus2 bMagicAddClass,Class_Normal,10;
bonus bDelayrate,-.@a;
if (BaseJob == Job_Merchant) {
   bonus bShortAtkRate,15;
   bonus bLongAtkRate,15;
   bonus bCritAtkRate,20;
   bonus bPow,5;
   bonus bCrt,5;
   bonus bNoMadoFuel;
}

Set Script
Heart of Pure Love-LT
Infinity Chip-EX
if (BaseJob == Job_Merchant) {
   bonus bPow,5;
   bonus bCrt,5;
   bonus bPAtk,5;
   bonus bFixedCast,-500;
   autobonus3 "{ bonus2 bSkillAtk,\"NC_ARMSCANNON\",30; bonus2 bSkillAtk,\"MT_SPARK_BLASTER\",20; bonus2 bSkillAtk,\"MT_AXE_STOMP\",30; bonus2 bSkillAtk,\"MT_MIGHTY_SMASH\",20; }",1000,120000,"MT_D_MACHINE";
}