Icewind's Egg Card, карта (Renewal)

Icewind's Egg Card (AEGIS_300456) – карта.

Icewind's Egg Card, карта (Renewal)

Reduces global cooldown by 3%.
If refine rate is 10 or higher, reduces global cooldown by additional 2%.
If level of compounded equipment is 2, reduces global cooldown by additional 2%.
When equipped with Copo Card, reduces variable casting time by 5%.

Compound on: Headgear

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

  • Вес: 1

Скрипт

bonus bDelayrate,-3;
if (getrefine()>=10) {
   bonus bDelayrate,-2;
   if (getequiparmorlv()==2) {
      bonus bDelayrate,-2;
   }
}