Cancer Mail [1], броня (Renewal)
Cancer Mail [1] (CANCER_MAIL_J) – броня.
Can't be destroyed.
―――――――――――――
Atk + 50 , Flee + 20
―――――――――――――
MaxHP + 1000
―――――――――――――
When equipped by Mechanic
Atk + 80, MaxHP + 10%, MaxSP + 10%
―――――――――――――
If refine rate is 8 or higher
Reduces damage taken from Critical Slash by 100%.
―――――――――――――
Can be sold to NPC
Can be placed in the Kafra Storage
―――――――――――――
Attribute: Nothing Slots: 1
Def : 100 Mdef : 5
Refined: Yes Destroyed: No
Базовые свойства предмета
- ID: 24066
 - Код: CANCER_MAIL_J
 - Тип: броня
 - Уровень брони: 1
 - Защита: 100
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 100
 
Скрипт
.@r = getrefine();
bonus bUnbreakableArmor;
bonus bMdef,5;
bonus bBaseAtk,50;
bonus bFlee,20;
bonus bMaxHP,1000;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) {
   bonus bBaseAtk,80;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   if (.@r>=8)
      bonus2 bSubSkill,"NPC_CRITICALSLASH",100;
}