Fresh Tuna Talisman

Item ID 28423 Name Fresh Tuna Talisman
A charm that resembles a tuna. It looks fresh!
_______________________
DEF +1
_______________________
Decreases Tuna Party skill cooldown by 5 seconds.
_______________________
Random chance to auto-cast Level 1 Tuna Party (or learned Level) when wearer receiving melee physical attacks.
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Summoner (Doram)
Weapon Level 0 Identifier FreshTunaCharm
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 1 Equippable Jobs Summoner
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 Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
bonus2 bSkillCooldown,"SU_TUNAPARTY",-5000;
bonus3 bAutoSpellWhenHit,"SU_TUNAPARTY",max(1,getskilllv("SU_TUNAPARTY")),10;

Set Script
Fresh Tuna Talisman
Cat Food
bonus bUseSPrate,-10;
bonus2 bSkillCooldown,"SU_TUNAPARTY",-7000;
bonus bHealPower,2*(readparam(bVit)/6);
if (getskilllv("SU_GROOMING")==5)
   bonus bLongAtkDef,5;
if (getskilllv("SU_PURRING")==5)
   skill "SA_SPELLBREAKER",5;
if (getskilllv("SU_SHRIMPARTY")==5)
   bonus5 bAutoSpellWhenHit,"SU_TUNAPARTY",max(getskilllv("SU_TUNAPARTY"),1),40,BF_MAGIC,0;