Leo Crown, броня (Renewal)

Leo Crown (LEO_CROWN_J) – броня.

 

―――――――――――――
Str + 10
Atk + 50 , Hit + 20
―――――――――――――
Increases damage against all race monsters by 10%.
―――――――――――――
When equipped by Sura
Reduces Zen casting time by 50%.
Recovers 500 HP and 50 SP when killing monsters.
If refine rate is 8 or higher
Recovers 500 HP and 50 SP every 5 seconds.
All Stats + 10
―――――――――――――
Can be sold to NPC
Can be placed in the Kafra Storage

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

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

  • ID: 25096
  • Код: LEO_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_Monk) {
   bonus2 bVariableCastrate,"CH_SOULCOLLECT",-50;
   bonus bHPGainValue,500;
   bonus bSPGainValue,50;
   if (.@r>=8) {
      bonus bAllStats,10;
      bonus2 bHPRegenRate,500,5000;
      bonus2 bSPRegenRate,50,5000;
   }
}