
RENEWAL / ITEMS
Medical Cape [1]
#20854Armor
Medical_Cape
TypeArmor
Equipment positionGarment
GenderBoth
Weight60
Buy price0 z
Sell price0 z
DEF12
Slots1
Required level10
Armor level1
Description
When monster is killed by physical or magical attack,
Recover SP 10 and HP 100
When brute, fish type monsters are killed, adds 0.5% chance to
drop Combat Pill
When plants, insect type monsters are killed, adds 0.5% chance to
drop Combat Pill
When devil, human type monsters are killed, adds 0.5% chance to
drop Speed Up Potion
When dragon, formless type monsters are killed, adds 0.5% chance to
drop Serum
When angel, undead type monsters are killed, adds 0.5% chance to
drop Poison Bottle
When refined to +7 or higher,
increases drop rate by an additional 0.5%.
When refine rate is +9 or higher,
increases drop rate by an additional 1.0%.
Type : Garment Defense : 12
Weight : 60
Required Level : 10
Class : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect 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;