Fresh Grass Necklace

Item ID 28577 Name Fresh Grass Necklace
A fresh necklace made by connecting clover flowers.
_______________________
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
ATK +5%
_______________________
For each 5 Levels of Animal-type skills:
Increases Attack Speed (decreases After Attack Delay by additional 1%).
MaxHP +1%, MaxSP +1%
ATK +2%
_______________________
This item can only be sold to NPCs and moved to storage.
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Summoner (Doram)
Weapon Level 0 Identifier Fresh_G_Necklace_J
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs Summoner
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item Script
.@a = ((getskilllv("SU_PICKYPECK")+getskilllv("SU_ARCLOUSEDASH")+getskilllv("SU_SCAROFTAROU")+getskilllv("SU_LUNATICCARROTBEAT")+getskilllv("SU_HISS")+getskilllv("SU_POWEROFFLOCK")+getskilllv("SU_SVG_SPIRIT"))/5);
bonus bAspdRate,5+.@a;
bonus bAtkRate,5+(.@a*2);
bonus bMaxHPrate,.@a;
bonus bMaxSPrate,.@a;

Set Script
Zodiac
Fresh Grass Necklace
if (BaseJob == Job_Summoner) {
   bonus bAtkRate,15;
   bonus2 bVariableCastrate,"SU_PICKYPECK",-50;
   bonus2 bVariableCastrate,"SU_ARCLOUSEDASH",-50;
   bonus2 bVariableCastrate,"SU_SCAROFTAROU",-50;
   bonus2 bVariableCastrate,"SU_LUNATICCARROTBEAT",-50;
   bonus2 bVariableCastrate,"SU_HISS",-50;
   bonus2 bVariableCastrate,"SU_POWEROFFLOCK",-50;
   bonus2 bVariableCastrate,"SU_SVG_SPIRIT",-50;
}