Skin of Lindwyrm [1], броня (Renewal)

Skin of Lindwyrm [1] (SKIN_OF_LINDWURM) – броня.

Skin of Lindwyrm [1], броня (Renewal)

The skin of a dragon whose scales were as strong as steel, but light as a feather.
Agi + 5
Vit + 5
Mdef + 10
Reduces damage taken from Water and Fire property attacks by 5%.
Reduces damage taken from Demi-Human, Human Player, and Dragon race enemies by 5%.

If upgrade level is +7 or higher,
Enables Level 1 Hiding.

If upgrade level is +8 or higher,
For every combined sum of 20 base Agi and Vit provides the following,
Max HP + 1%
Reduces the variable casting time of skills by 2%.

If upgrade level is +9 or higher,
Enables Level 1 Cloaking.

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

  • ID: 26372
  • Код: SKIN_OF_LINDWURM
  • Тип: броня
  • Уровень брони: 1
  • Защита: 15
  •  
  • Требуемый уровень: 100
  • Цена покупки: 1 000 з
  • Цена продажи: 500 з
  • Вес: 60

Скрипт

bonus bAgiVit,5;
bonus bMdef,10;
bonus2 bSubEle,Ele_Fire,5;
bonus2 bSubEle,Ele_Water,5;
bonus2 bSubRace,RC_Dragon,5;
bonus2 bSubRace,RC_DemiHuman,5;
bonus2 bSubRace,RC_Player_Human,5;
.@r = getrefine();
.@val = (readparam(bAgi)+readparam(bVit))/20;
if (.@r>=7) {
   skill "TF_HIDING",1;
   if (.@r>=8) {
      bonus bMaxHPrate,.@val;
      bonus bVariableCastrate,-2*.@val;
      if (.@r>=9) {
         skill "AS_CLOAKING",1;
      }
   }
}