Clockwise [1], броня (Renewal)

Clockwise [1] (AEGIS_400408) – броня.

 

A combination of blood, sweat, and tears created by the Magician Guild.
It was imbued with the power of Fire, Water, Wind, and Earth.
------------------------
SPL + 3
------------------------
Reduce damage taken from Players by 13%.
------------------------
Reduce damage taken from normal and boss monsters by 20%.
------------------------
MATK + 40%
------------------------
Every 10 Base Level, increase damage of Crimson Arrow, Frozen Slash, Storm Cannon, and Rock Down by 1%.
------------------------
Every refine level, SPL + 1.
------------------------
Visual Equipment Effect
if you set (/effect) to OFF, only the equipment graphics will be displayed.
------------------------
Def : 10

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

  • ID: 29473
  • Код: AEGIS_400408
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 200
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bSpl,3+.@r;
bonus2 bSubRace,RC_Player_Human,13;
bonus2 bSubRace,RC_Player_Doram,13;
bonus2 bSubClass,Class_Boss,20;
bonus2 bSubClass,Class_Normal,20;
bonus bMatkRate,40;
bonus2 bSkillAtk,"AG_CRIMSON_ARROW",BaseLevel/10;
bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",BaseLevel/10;
bonus2 bSkillAtk,"AG_FROZEN_SLASH",BaseLevel/10;
bonus2 bSkillAtk,"AG_STORM_CANNON",BaseLevel/10;
bonus2 bSkillAtk,"AG_ROCK_DOWN",BaseLevel/10;