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

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

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

A doll hat that resembles Thanatos' agony. There's a rumor that this doll talks.
10% increase in physical/ magical damage to Holy, Shadow, Dragon, Angel type enemies (additional 1% increase per 2 levels of Refine).
MHP + 5%, MSP + 5%.
When Refined to 7, ATK + 5%, MATK + 5%.
When Refined to 9, Variable Cast Time decreased by 10%.
When Refined to 11, After Cast Delay decreased by 15%.
Usable by: All classes

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

  • ID: 29177
  • Код: DOLOR_HATK
  • Тип: броня
  • Уровень брони: 1
  • Защита: 30
  •  
  • Вес: 10

Скрипт

.@r = getrefine();
bonus2 bAddRace,RC_Dragon,10+.@r/2;
bonus2 bAddRace,RC_Angel,10+.@r/2;
bonus2 bMagicAddRace,RC_Dragon,10+.@r/2;
bonus2 bMagicAddRace,RC_Angel,10+.@r/2;
bonus2 bAddEle,Ele_Holy,10+.@r/2;
bonus2 bAddEle,Ele_Dark,10+.@r/2;
bonus2 bMagicAddEle,Ele_Holy,10+.@r/2;
bonus2 bMagicAddEle,Ele_Dark,10+.@r/2;
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
if (.@r>=7) {
   bonus bMatkRate,5;
   bonus bAtkRate,5;
}
if (.@r>=9) {
   bonus bVariableCastrate,-10;
}
if (.@r>=11) {
   bonus bDelayrate,-15;
}