Royale Grade Mini Melon

Item ID 19410 Name Royale Grade Mini Melon
None
Weapon Level 0 Identifier Kings_Mini_Melon
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 Min Equip Level 10
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMdef,10;
bonus2 bAddRace,RC_Plant,5;
bonus2 bMagicAddRace,RC_Plant,5;
bonus2 bSubRace,RC_Plant,2;
bonus bSPGainValue,5;
if (.@r>=7) {
   bonus bMdef,5;
   bonus2 bAddRace,RC_Plant,10;
   bonus2 bMagicAddRace,RC_Plant,10;
   bonus2 bSubRace,RC_Plant,3;
   bonus bSPGainValue,10;
}
if (.@r>=9) {
   bonus bMdef,5;
   bonus2 bAddRace,RC_Plant,10;
   bonus2 bMagicAddRace,RC_Plant,10;
   bonus2 bSubRace,RC_Plant,5;
   bonus bSPGainValue,10;
}
/* Todo Physical and Magical Damage on Monster Meloring 20%*/