Shiny Branch Talisman

Item ID 28422 Name Shiny Branch Talisman
A charm made from a branch taken from a shiny tree.
_______________________
DEF +1
_______________________
Decreases Variable Casting Time of Silvervine Stem Spear by 50%.
_______________________
Increases damage of Silvervine Stem Spear based on INT and skill Level.
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Summoner (Doram)
Weapon Level 0 Identifier ShiningTwigCharm
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 bVariableCastrate,"SU_SV_STEMSPEAR",-50;
bonus2 bSkillAtk,"SU_SV_STEMSPEAR",(readparam(bInt)/6)*getskilllv("SU_SV_STEMSPEAR");

Set Script
Shiny Branch Talisman
Cat Food
bonus bDelayrate,-10;
bonus bVariableCastrate,-10;
bonus2 bSkillAtk,"SU_SV_STEMSPEAR",5*(readparam(bInt)/6);
if (getskilllv("SU_CHATTERING")==5)
   bonus2 bVariableCastrate,"SU_SV_STEMSPEAR",-50;
if (getskilllv("SU_MEOWMEOW")==5)
   bonus2 bFixedCastrate,"SU_CN_METEOR",-100;
if (getskilllv("SU_NYANGGRASS")==5)
   bonus2 bMagicAddRace,RC_All,15;