Viewing Item

#19410: Royale Grade Mini Melon

Item ID 19410 For Sale No
Identifier Kings_Mini_Melon Credit Price Not For Sale
Name Royale Grade Mini Melon Type Armor
NPC Buy 0 Weight 50
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
Slots 1 Refineable Yes
Attack 0 Min Equip Level 10
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bMdef,10;

3 bonus2 bAddRace,RC_Plant,5;

4 bonus2 bMagicAddRace,RC_Plant,5;

5 bonus2 bSubRace,RC_Plant,2;

6 bonus bSPGainValue,5;

7 if (.@r>=7) {

8 bonus bMdef,5;

9 bonus2 bAddRace,RC_Plant,10;

10 bonus2 bMagicAddRace,RC_Plant,10;

11 bonus2 bSubRace,RC_Plant,3;

12 bonus bSPGainValue,10;

13 }

14 if (.@r>=9) {

15 bonus bMdef,5;

16 bonus2 bAddRace,RC_Plant,10;

17 bonus2 bMagicAddRace,RC_Plant,10;

18 bonus2 bSubRace,RC_Plant,5;

19 bonus bSPGainValue,10;

20 }

21 /* Todo Physical and Magical Damage on Monster Meloring 20%*/

Equip Script None
Unequip Script None