Fallen Warrior's Shield [1], броня (Renewal)
Fallen Warrior's Shield [1] (AEGIS_28977) – броня.
The Libra of Justice, held in the left hand of the goddess Themis.
MDEF+10, variable cast time -5%.
For every 5 Base Level, [Genesis Ray] +1%.
If refine level is +9 or above,
For every 2 level of [Heal], Holy property magic damage +3%
If refine level is +11 or above,
[Genesis Ray] cooldown -1 second.
Equip with Dark Blinder or Dark Blinder[1],
variable cast time -5%,
magic damage to all race enemies +5%.
Базовые свойства предмета
- ID: 28092
- Код: AEGIS_28977
- Тип: броня
- Уровень брони: 1
- Защита: 120
- Требуемый уровень: 100
- Вес: 350
Скрипт
.@r = getrefine();
bonus bUnbreakableShield;
bonus bMdef,-15;
bonus2 bSubRace,RC_Demon,10;
bonus2 bSubRace,RC_Player_Human,10;
bonus2 bSubRace,RC_Player_Doram,10;
if (.@r>=7) {
bonus bAspd,2;
}
if (.@r>=10) {
if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight)
bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-1000;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader)
bonus2 bFixedCastrate,"LG_EARTHDRIVE",-100;
}
if (.@r>=12) {
bonus bHit,40;
bonus bAtkRate,5;
}