Stylish Silent Shoes [1], броня (Renewal)

Stylish Silent Shoes [1] (CHIC_SILENT_SHOES) – броня.

 

A popular brand in the Rune Midgarts Kingdom.
Shoes that reduce footstep sound and are good for pedaling in piano performance.

Increases physical and magical damage against all attribute enemies +10%.
When monsters are killed using physical or magical attacks, recovers HP +150 and SP +15.

When refined to +10 or higher,
Enable Greed Lv1,
Additional increases physical and magical damage against all attribute enemies +10%.
------------------------
When refined to +11 or higher,
Additional increases physical and magical damage against all attribute enemies +10%.

Def : 25

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

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

Скрипт

.@r = getrefine();
bonus2 bAddEle,Ele_All,10;
bonus2 bMagicAddEle,Ele_All,10;
bonus bHPGainValue,150;
bonus bSPGainValue,15;
if (.@r>=7) {
   skill "BS_GREED",1;
   bonus2 bAddEle,Ele_All,10;
   bonus2 bMagicAddEle,Ele_All,10;
}
if (.@r>=9) {
   bonus2 bAddEle,Ele_All,10;
   bonus2 bMagicAddEle,Ele_All,10;
}