Rental Crown of the Phoenix [1], броня (Renewal)
Rental Crown of the Phoenix [1] (JP_HELM28_L) – броня.
Crown to represent the ninth eclipse of Sagittarius. Zircon, the birthstone, is embedded in it.
Modified to suit OS Weapons.
Every 2 Refine, ATK +20.
When Refined to 7, Variable Casting Time decreased by 15%.
When Refined to 9, Distance Physical damage increased by 15%.
When Refined to 11, , physical damage given to small and medium enemies increased by 15%. Fixed Casting reduced by 0.2s.
When worn together with Burning Knuckle OS, cooltime of Rampage Blaster skill decreased by 1s, Distance Physical damage increased by 3% per 2 levels of weapon Refine.
When worn together with Saphir Hall OS, Variable Casting Time decreased by 10%, damage of Acid Bomb skill is increased by 3% per 2 levels of weapon Refine.
When worn together with HR-S55-OS, Distance Physical damage increased by 5%, damage of God's Hammer skill is increased by 3% per 2 levels of weapon Refine.
Базовые свойства предмета
- ID: 29197
- Код: JP_HELM28_L
- Тип: броня
- Уровень брони: 1
- Защита: 18
- Требуемый уровень: 100
- Вес: 100
Скрипт
.@r = getrefine();
bonus bMdef,15;
bonus bMaxHPrate,10;
bonus bVariableCastrate,-((.@r>=9)?20:(.@r>=7?15:10));
bonus2 bSkillAtk,"LG_OVERBRAND",((.@r>=9)?50:(.@r>=7?25:10));
bonus2 bFixedCastrate,"LG_OVERBRAND",-100;
if (getskilllv("LG_KINGS_GRACE") == 5) {
bonus2 bSkillVariableCast,"LG_INSPIRATION",-2000;
bonus2 bSkillCooldown,"LG_INSPIRATION",-10000;
}
if (getskilllv("LG_MOONSLASHER") == 5)
bonus2 bSkillVariableCast,"LG_OVERBRAND",-1000;
if (getskilllv("LG_FORCEOFVANGUARD") == 5) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bDef,150;
bonus bMdef,15;
}
if (.@r>=10)
bonus2 bIgnoreDefRaceRate,RC_All,100;