Rune Greaves [1], броня (Renewal)
Rune Greaves [1] (RUNE_GREAVE_JP_) – броня.
Greaves created by concentrating the power of rune stones.
MaxHP + 3% , MaxSP + 3%
Increase movement speed
Dragon Breath (Water),
All Stats + 3 per 2 levels of Dragon Breath
When Dragon Training lv5,
reduce cooldown of Hundred Spears by 1 sec
Increase damage of Clashing Spiral, Hundred Spears by 40% per 1 skill level of Dragon Howling.
When Phantom Thrust lv5, reduce fixed casting time by 50%
When refined to +5 or higher, additional MaxHP + 7% , MaxSP + 7%
reduce after cast delay by 10%
When refined to +7 or higher, additional MaxHP + 10% , MaxSP + 10%
reduce after cast delay by an additional 10%
Required level: 100
Базовые свойства предмета
- ID: 30452
- Код: RUNE_GREAVE_JP_
- Тип: броня
- Уровень брони: 1
- Защита: 12
- Требуемый уровень: 100
- Вес: 40
Скрипт
.@r = getrefine(); bonus bMdef,10; bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bSpeedRate,25; bonus bAllStats,3*(getskilllv("RK_DRAGONBREATH")+getskilllv("RK_DRAGONBREATH_WATER")/2); bonus2 bSkillAtk,"RK_HUNDREDSPEAR",getskilllv("RK_DRAGONHOWLING")*40; bonus2 bSkillAtk,"LK_SPIRALPIERCE",getskilllv("RK_DRAGONHOWLING")*40; if (getskilllv("RK_DRAGONTRAINING") == 5) bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-1000; if (getskilllv("RK_PHANTOMTHRUST") == 5) bonus bFixedCastrate,-50; if (.@r>=5) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus bDelayrate,-10; } if (.@r>=7) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bDelayrate,-10; }