Medical Cape

Item ID 20854 Name Medical Cape
A cape developed to carry various medicines.
No worries if you prepare.
_______________________
Defeating monstery restores 100 HP and 10 SP.
_______________________
Random chance to drop RB Muscle 15mg when defeating Brute and Fish race.
_______________________
Random chance to drop Antitoxic Serum when defeating Dragon and Formless race.
_______________________
Random chance to drop Combat Drug when defeating Plant and Insect race.
_______________________
Random chance to drop Speed Potion when defeating Demon and Demi-Human race.
_______________________
Random chance to drop Poison Bottle when defeating Undead and Angel race.
_______________________
Refine Level +7:
Increases the drop chance of above effects.
_______________________
Refine Level +9:
Increases the drop chance of above effects further.
_______________________
Type: Garment
Defense: 12
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 10
Weapon Level 0 Identifier Medical_Cape
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 12 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 60 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();
.@drop = 50;
bonus bHPGainValue,100;
bonus bMagicHPGainValue,100;
bonus bSPGainValue,10;
bonus bMagicSPGainValue,10;
if (.@r>=7)
   .@drop += 50;
if (.@r>=9)
   .@drop += 100;
bonus3 bAddMonsterDropItem,23360,RC_Brute,.@drop;
bonus3 bAddMonsterDropItem,23360,RC_Fish,.@drop;
bonus3 bAddMonsterDropItem,12791,RC_Fish,.@drop;
bonus3 bAddMonsterDropItem,12791,RC_Insect,.@drop;
bonus3 bAddMonsterDropItem,12016,RC_Demon,.@drop;
bonus3 bAddMonsterDropItem,12016,RC_DemiHuman,.@drop;
bonus3 bAddMonsterDropItem,23361,RC_Dragon,.@drop;
bonus3 bAddMonsterDropItem,23361,RC_Formless,.@drop;
bonus3 bAddMonsterDropItem,678,RC_Angel,.@drop;
bonus3 bAddMonsterDropItem,678,RC_Undead,.@drop;