Ring of Mad Flame & White Magic [1], броня (Renewal)
Ring of Mad Flame & White Magic [1] (TWO_DRAGON_RING) – броня.
One of the seven magical tools in Zilant's arsenal
Equip on Accessory(Left)
[Dragon's Breath] cooldown -0.5 seconds,
Max HP +15%
variable cast time -15%.
Equip on Accessory(Right)
[Dragon Water Breath] cooldown -0.5 seconds,
Max SP +15%,
delay after skill -15%.
Базовые свойства предмета
- ID: 27938
- Код: TWO_DRAGON_RING
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 130
- Вес: 10
Скрипт
.@p = getitempos();
if (.@p == EQP_ACC_L) {
bonus bMaxHPrate,15;
bonus bVariableCastrate,-15;
bonus2 bSkillCooldown,"RK_DRAGONBREATH",-500;
}
if (.@p == EQP_ACC_R) {
bonus bMaxSPrate,15;
bonus bDelayrate,-15;
bonus2 bSkillCooldown,"RK_DRAGONBREATH_WATER",-500;
}