Shoes of Punishment [1], броня (Renewal)

Shoes of Punishment [1] (SHOES_OF_PUNISHMENT_) – броня.

 

Atk + 50
―――――――――――――
MaxHP + 10% , MaxSP + 10%
―――――――――――――
Recovers 250 HP every 10 seconds.
―――――――――――――
When equipped by Mechanic
Atk + 80, Attack Speed + 10%,
MaxHP + 10%, MaxSP + 10%
―――――――――――――
If refine rate is 8 or higher
Reduces damage taken from fire, water, wind and earth property by 20%.
―――――――――――――
When equipped with Cancer Mail and Cancer Manteau
MaxHP + 2000, MaxSP + 200
Grants immunity to frozen.
―――――――――――――
Can be sold to NPC
Can be placed in the Kafra Storage

―――――――――――――
Attribute: - Slots: 0
Def : 25 Mdef : 5
Refined: Yes Destroyed: No

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

  • ID: 26718
  • Код: SHOES_OF_PUNISHMENT_
  • Тип: броня
  • Уровень брони: 1
  • Защита: 15
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 50

Скрипт

bonus bMdef,15;
bonus bMatkRate,2;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus2 bSkillAtk,"AB_JUDEX",30;
bonus2 bMagicAtkEle,Ele_Holy,2;
.@r = getrefine();
if (.@r>=5) {
  bonus bMatkRate,3;
  bonus bMaxHPrate,7;
  bonus bMaxSPrate,7;
  bonus2 bMagicAtkEle,Ele_Holy,3;
}
if (.@r>=7) {
  bonus bMatkRate,5;
  bonus bMaxHPrate,10;
  bonus bMaxSPrate,10;
  bonus2 bMagicAtkEle,Ele_Holy,5;
}