Medical Cape [1], броня (Renewal)

Medical Cape [1] (MEDICAL_CAPE) – броня.

 

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%.

Базовые свойства предмета

  • ID: 26385
  • Код: MEDICAL_CAPE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 12
  •  
  • Требуемый уровень: 10
  • Вес: 60

Скрипт

.@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;