Black Mithril Guard [1], броня (Renewal)
Black Mithril Guard [1] (AEGIS_28979) – броня.
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: 28093
- Код: AEGIS_28979
- Тип: броня
- Уровень брони: 1
- Защита: 60
- Требуемый уровень: 100
- Вес: 30
Скрипт
.@r = getrefine();
.@val = 10;
bonus2 bSkillAtk,"SC_FATALMENACE",getskilllv("SC_MAELSTROM")*5;
if (.@r>=7)
bonus bAspd,2;
if (.@r>=9) {
bonus bAllStats,2;
.@val += 5;
}
if (.@r>=11) {
bonus bDelayrate,-5;
bonus2 bAddRace,RC_All,3;
}
bonus2 bSubClass,Class_Normal,.@val;