Cute Frog Raincoat

Item ID 450180 Name Cute Frog Raincoat
A cute raincoat with a hood like a tree frog, a popular brand in the Kingdom of Rune-Midgard.
This monster item has been ranked number one in the costume category for Drum for three consecutive years.
_______________________
MaxHP +10% , MaxSP +10%
_______________________
When Level 1 Spirit of Earth is learned:
Enables the use of Level 5 Quagmire.
_______________________
When Level 5 Chattering is learned:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
For each Level of Nyang Grass:
�Increases Magical Damage against monsters of every race by 8%.
_______________________
For each Level of Meow Meow:
Increases damage of Catnip Meteor by 10%.
_______________________
Refine Level +5:
DEF +150, MDEF +15.
_______________________
Refine Level +7:
DEF +150, MDEF +15.
_______________________
Refine Level +10:
MaxHP +5000
Increases Magical Damage with Neutral by 15%.
_______________________
Type: Armor
Defense: 120
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Cute_Frog_Raincoat
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 120 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 Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHPrate,10;
bonus bMaxHPrate,10;
bonus2 bMagicAddRace,RC_All,getskilllv("SU_NYANGGRASS")*8;
bonus2 bSkillAtk,"SU_CN_METEOR",getskilllv("SU_MEOWMEOW")*10;
if (getskilllv("SU_SPIRITOFLAND") == 1)
   skill "WZ_QUAGMIRE",5;
if (getskilllv("SU_CHATTERING") == 5)
   bonus bAspdRate,10;
if (.@r>=5) {
   bonus bDef,150;
   bonus bMdef,15;
}
if (.@r>=7) {
   bonus bDef,150;
   bonus bMdef,15;
}
if (.@r>=10) {
   bonus bMaxHP,5000;
   bonus2 bMagicAtkEle,Ele_Neutral,15;
}