Cat Ears Beret [1], броня (Renewal)

Cat Ears Beret [1] (PURPLE_CAT_EARS_BERET) – броня.

Cat Ears Beret [1], броня (Renewal)

A hat made by a witch who likes cute things. It seems that the soul of life dwells in the production process.

Reduce after cast delay by 10%.
Increase physical damage to all enemies by 10%
Reduce cooldown of Hiss by 9 sec per 1 skill level.
When Power of Flock Lv. 5 is learned, stones enemies in 17x17 cell.
Increase physical and magic damage by 5% to all property type monsters per 1 skill level of Spirit of Savage that player has learned.

Reduce after cast delay by 2% per 1 refine rate.
When refined to +7 or higher, increase physical damage to all monsters by additional 10%,
Increase damage of Scratch and Bite by 2% per 1 Base level.
When refined to +9 or higher, increase physical damage to all monsters by additional 15%,
Increase damage of Scratch and Bite by additional 2% per 1 Base level.

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

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

Скрипт

.@r = getrefine();
bonus bInt,3*.@r;
bonus bMdef,10;
bonus bDelayrate,-10;
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15;
bonus2 bSkillAtk,"SO_DIAMONDDUST",15;
if (getskilllv("SO_CLOUD_KILL") ==5)
   bonus2 bSkillCooldown,"SO_DIAMONDDUST",-1000;
if (getskilllv("SO_PSYCHIC_WAVE") ==5)
   bonus bDelayrate,-20;
if (getskilllv("SO_STRIKING") ==5) {
   bonus2 bMagicAtkEle,Ele_Earth,25;
   bonus2 bMagicAtkEle,Ele_Fire,25;
   bonus2 bMagicAtkEle,Ele_Water,25;
   bonus2 bMagicAtkEle,Ele_Wind,25;
   bonus2 bMagicAtkEle,Ele_Neutral,25;
}
if (getskilllv("SO_VACUUM_EXTREME") ==5)
   bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-2000;
if (.@r>=7) {
   bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",20;
   bonus2 bSkillAtk,"SO_DIAMONDDUST",20;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",30;
   bonus2 bSkillAtk,"SO_DIAMONDDUST",30;
}