Cancer Crown, броня (Renewal)

Cancer Crown (CANCER_CROWN_J) – броня.

 

Can't be destroyed.
―――――――――――――
Str + 10
Atk + 50 , Hit + 20
―――――――――――――
Increases damage against all race monsters by 10%.
―――――――――――――
When equipped by Mechanic
Recovers 500 HP and 50 SP when killing monsters, has a chance to gain Witherless Rose when killing monsters.
―――――――――――――
If refine rate is 8 or higher
Recovers 500 HP and 50 SP every 5 seconds.
―――――――――――――
Can be sold to NPC
Can be placed in the Kafra Storage

―――――――――――――
Attribute: - Slots: 0
Def : 12 Mdef : 15
Refined: Yes Destroyed: No

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

  • ID: 25097
  • Код: CANCER_CROWN_J
  • Тип: броня
  • Уровень брони: 1
  • Защита: 12
  •  
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 10

Скрипт

.@r = getrefine();
bonus bUnbreakableHelm;
bonus bMdef,15;
bonus bStr,10;
bonus bBaseAtk,50;
bonus bHit,20;
bonus2 bAddRace,RC_All,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) {
   bonus bHPGainValue,500;
   bonus bSPGainValue,50;
   bonus2 bAddMonsterDropItem,748,20;
   if (.@r>=8) {
      bonus bAllStats,10;
      bonus2 bHPRegenRate,500,5000;
      bonus2 bSPRegenRate,50,5000;
   }
}