Immortal Dog Tag

Item ID 490182 Name Immortal Dog Tag
None
Weapon Level 0 Identifier Immortal_Dog_Tag_IN
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 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
bonus bBaseAtk,40;
bonus bMatk,40;
bonus2 bSubRace,RC_Undead,4;

Set Script
Immortal Dog Tag
Juliette D. Rachel
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bAddClass,Class_All,.@r;
if (.@r >= 10)
   autobonus "{ bonus bAgi,20; }",10,10000,BF_WEAPON;
if (.@r >= 12) {
   bonus bDelayrate,-5;
   bonus bLongAtkRate,8;
}
Immortal Dog Tag
Sunflower Kid
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"WL_CRIMSONROCK",2*.@r;
if (.@r >= 10)
   autobonus "{ bonus2 bMagicAtkEle,Ele_Fire,15; }",10,10000,BF_MAGIC,"{ specialeffect2 255; }";
if (.@r >= 12) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
   bonus2 bMagicAddSize,Size_All,10;
}
Immortal Dog Tag
Lindy Hop
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bCritAtkRate,.@r;
if (.@r >= 10)
   bonus3 bAutoSpell,"RK_IGNITIONBREAK",3,10;
if (.@r >= 12) {
   bonus2 bAddClass,Class_Boss,15;
   bonus bAspd,2;
}