Drooping Thanatos's Dolor-LT [1], броня (Renewal)

Drooping Thanatos's Dolor-LT [1] (DOLOR_HATK_LT) – броня.

Drooping Thanatos's Dolor-LT [1], броня (Renewal)

Increases physical and magical damage against holy and shadow property enemies, dragon and angel race monsters by 10% and additional 2% per 3 refine rate.
MaxHP + 10%, MaxSP + 7%.
If refine rate is 7 or higher, Atk + 5%, Matk + 5%.
If refine rate is 9 or higher, reduces variable casting time by 15%.
If refine rate is 11 or higher, reduces global cooldown by 15%.

[Bonus by grade]
[Grade D] All trait status + 2.
[Grade C] Res + 50, Mres + 50.
[Grade B] Increases physical and magical damage against all size enemies by 10%.
[Grade A] Reduces physical and magical damage against angel race monsters by 5%.

Базовые свойства предмета

  • ID: 29530
  • Код: DOLOR_HATK_LT
  • Тип: броня
  • Уровень брони: 2
  • Защита: 30
  •  
  • Требуемый уровень: 210
  • Вес: 10

Скрипт

.@r = getrefine();
.@g = getenchantgrade();
.@a = (2*(.@r/3));
bonus bMaxHPrate,10;
bonus bMaxSPrate,7;
bonus2 bAddEle,Ele_Dark,10+.@a;
bonus2 bAddEle,Ele_Holy,10+.@a;
bonus2 bAddRace,RC_Angel,10+.@a;
bonus2 bAddRace,RC_Dragon,10+.@a;
bonus2 bMagicAddEle,Ele_Dark,10+.@a;
bonus2 bMagicAddEle,Ele_Holy,10+.@a;
bonus2 bMagicAddRace,RC_Angel,10+.@a;
bonus2 bMagicAddRace,RC_Dragon,10+.@a;
if (.@a>=7) {
   bonus bAtkRate,5;
   bonus bMatkRate,5;
}
if (.@r>=9)
   bonus bVariableCastrate,-15;
if (.@r>=11)
   bonus bDelayrate,-15;
if (.@g>=ENCHANTGRADE_D)
   bonus bAllTraitStats,2;
if (.@g>=ENCHANTGRADE_C) {
   bonus bRes,50;
   bonus bMRes,50;
}
if (.@g>=ENCHANTGRADE_B) {
   bonus2 bAddSize,Size_All,10;
   bonus2 bMagicAddSize,Size_All,10;
}
if (.@g>=ENCHANTGRADE_A) {
   bonus2 bSubRace,RC_Angel,5;
   bonus2 bSubRace,RC_Dragon,5;
}