Phantom of Masquerade [1], броня (Renewal)

Phantom of Masquerade [1] (PHANTOM_OF_MASQUERADE) – броня.

Phantom of Masquerade [1], броня (Renewal)

Str + 5, Agi + 5.
Increases physical damage against all race monsters by 10%.
Increases resistance to petrified by 50%.
If refine rate is 7 or higher, increases physical damage against all race monsters by 15%, reduces global cooldown by 20%.
If refine rate is 9 or higher, deals additional damage depend on target's defense.
When equipped with Memory of Thanatos Card, increases Atk depend on refine rate of Phantom of Masquerade.
―――――――――――――
Attribute: - Slots: 1
Def : 12 Mdef : 0
Refined: Yes Destroyed: する

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

  • ID: 25134
  • Код: PHANTOM_OF_MASQUERADE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 12
  •  
  • Требуемый уровень: 100
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bStr,5;
bonus bAgi,5;
bonus2 bAddRace,RC_All,10;
bonus2 bResEff,Eff_Stone,5000;
if (.@r>=7) {
   bonus2 bAddRace,RC_All,15;
   bonus bDelayrate,-20;
}
if (.@r>=9)
   bonus bDefRatioAtkClass,Class_All;