Rune Helm [1], броня (Renewal)
Rune Helm [1] (RUNEHELM) – броня.
![Rune Helm [1], броня (Renewal) Rune Helm [1], броня (Renewal)](/images/db/items/picture/5970.png)
Mysterious Helm that can amplify the power of Runes. It has the effect of building the power of each rune on itself.
MaxHP +4%, VIT + 3
Increase damage of Storm Blast by 30%
When refined to +6 or higher,
Increase damage of Storm Blast by additional 20%
When refined to +8 or higher,
Increase damage of Storm Blast by additional 20%
When below BaseLv99,
VIT + 1 per 2 refine rates
When above BaseLv100,
VIT + 1 per 1 refine rate
When using a Runestone,
applies a special buff to a character.
This effect won't work for Anima Runestone.
When using Verkana Runestone
Casts Millenium Shield for 60 sec,
This effect won't work in WoE maps.
Reduce physical damage to all class monsters by 50%
Reduce ranged physical damage by 50%
MATK -50%
When receiving melee physical attacks, adds a chance to autocast Millenium Shield lv1
When refined to +6 or higher, adds additional chance to autocast Millenium Shield lv1
When refined to +8 or higher, adds additional chance to autocast Millenium Shield lv1
When using Nosiege Runestone,
Casts Refresh,
Recovers HP and SP by 100%.
Cleanse Masquerade type affects.
Masquerade - Innovation
Masquerade - Groomy
Masquerade - Ignorance
Masquerade - Laziness
Masquerade - Weakness
Masquerade - Unlucky
When using Rhydo Runestone,
casts Crushing Strike,
cannot be knocked back for 30 sec.
When using Turisus Runestone,
casts Giant Growth,
STR+30, INT-30 for 240 sec
When using Urj Runestone,
casts Abundance,
Recovers 40 SP per 10 sec for 300 sec
When using Asir Runestone
casts Determination,
ATK+10, ASPD+10% for 300 sec
When using Hagalas Runestone,
casts Skin of Stone,
HP - 1000
Reflects 10% of incoming melee physical damage for 300 sec
When using Isia Runestone,
casts Vitality,
Recovers 500 HP per 10 sec for 300 sec
When using Pertz Runestone,
casts Storm Blast.
Required level : 50
Базовые свойства предмета
- ID: 23251
- Код: RUNEHELM
- Тип: броня
- Уровень брони: 1
- Защита: 15
- Требуемый уровень: 50
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 300
Скрипт
.@r = getrefine(); bonus bVit,3; bonus bMaxHPrate,4; bonus2 bSkillAtk,"RK_STORMBLAST",(.@r>=8?70:(.@r>=6?50:30)); bonus2 bFixedCastrate,"RK_REFRESH",-100; autobonus3 "{ bonus bAtkRate,-50; bonus bMatkRate,-50; bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,10; }",1000,60000,"RK_MILLENNIUMSHIELD"; autobonus3 "{ percentheal 100,100; sc_end UNLUCKY; sc_end IGNORANCE; sc_end WEAKNESS; sc_end ENERVATION; sc_end LAZINESS; }",1000,1000,"RK_REFRESH"; autobonus3 "{ bonus bNoKnockback; }",1000,30000,"RK_CRUSHSTRIKE"; autobonus3 "{ bonus2 bHPRegenRate,500,10000; }",1000,300000,"RK_VITALITYACTIVATION"; autobonus3 "{ bonus bBaseAtk,10; bonus bAspdRate,10; }",1000,300000,"RK_FIGHTINGSPIRIT"; autobonus3 "{ bonus2 bSPRegenRate,40,10000; }",1000,300000,"RK_ABUNDANCE"; autobonus3 "{ bonus bStr,30; bonus bInt,-30; }",1000,300000,"RK_GIANTGROWTH"; autobonus3 "{ bonus bShortWeaponDamageReturn,10; heal -1000,0; }",1000,300000,"RK_STONEHARDSKIN"; if (BaseLevel >= 100) bonus bVit,.@r; else if (BaseLevel <= 99) bonus bVit,.@r/2; if (.@r>=6) autobonus3 "{ bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,20; }",1000,60000,"RK_MILLENNIUMSHIELD"; if(.@r>=8) autobonus3 "{ bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,30; }",1000,60000,"RK_MILLENNIUMSHIELD";