Ears of Grisly Soul, броня (Renewal)
Ears of Grisly Soul (GRISLY_SOUL) – броня.
Increases physical damage against small, medium and large size monsters by 10%.
Reduces damage taken from players by 5%.
Skill casting can't be interrupted.
If user learned Earth Shaker level 5, reduces fixed casting time of Lion's Howl by 100%, reduces skill cooldown of Lion's Howl by 9.5 seconds,
when equipped with Devil's Hand, the skill cooldown reduction of Lion's Howl is disabled.
If user learned Lightning Ride level 5, attack speed + 15%.
Базовые свойства предмета
- ID: 29735
- Код: GRISLY_SOUL
- Тип: броня
- Уровень брони: 1
- Защита: 2
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 30
Скрипт
bonus2 bAddSize,Size_All,10; bonus2 bSubRace,RC_Player_Human,5; bonus bNoCastCancel; if (getskilllv("SR_EARTHSHAKER") == 5) { bonus2 bFixedCastrate,"SR_HOWLINGOFLION",-100; bonus2 bSkillCooldown,"SR_HOWLINGOFLION",-9500; } if (getskilllv("SR_RIDEINLIGHTNING") == 5) bonus bAspdRate,15;