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

Toy Ring [1] (TOY_RING) – броня.

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

A ring that gives a loud sound when you shake it. You can feel your attack getting stronger.
Str + 5
Agi + 5
Vit + 5
Enables Level 5 Hammer Fall.
For every base level, increases the damage of Bash by 1%.
For every 5 base levels, increases the damage of Bowling Bash by 3%.

For every 2 levels of Sword Mastery known,
Str + 1
Agi + 1
Vit + 1
Atk + 10

Set Bonus
Toy Ring [1]
Meteor Strike [2]
Atk + 100
Increases the damage of Bowling Bash by 50%.

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

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

Скрипт

.@a = (getskilllv("SM_SWORD")/2);
.@b = (getskilllv("GN_TRAINING_SWORD")/2);
bonus bStr,5+(.@a+.@b);
bonus bAgi,5+(.@a+.@b);
bonus bVit,5+(.@a+.@b);
bonus bBaseAtk,10*(.@a+.@b);
skill "BS_HAMMERFALL",5;
bonus2 bSkillAtk,"SM_BASH",BaseLevel;
bonus2 bSkillAtk,"KN_BOWLINGBASH",3*(BaseLevel/5);