Magic Barrier Cloth [1], броня (Renewal)

Magic Barrier Cloth [1] (MD_GEFFEN_CLOTH_JP) – броня.

 

An improved version of cloth that was given out at certain magic contest.
It doesn't seem to be a genuine product, but safety is guaranteed.
------------------------
ASPD + 5%.
------------------------
Reduce after cast delay by 5%.
------------------------
ATK + 50, MATK + 50
------------------------
Reduce damage taken from players by 5%.
------------------------
When refined to +6 or higher,
Increase ASPD and reduce after cast delay by additional 5%.
------------------------
When refined to +8 or higher,
Increase ASPD and reduce after cast delay by additional 10%.
------------------------
Set Bonus:
Magic Barrier Cloth [1]
Anti Conjurer Suit [1]

MHP + 25%, MDEF + 50.
------------------------
Set Bonus:
Magic Barrier Cloth [1]
Magic Protector Robe [1]

When using recovery skills, HP recovery amount + 30%.
Reduce SP consumption when using skills by 10%.
------------------------
Def : 38

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

  • ID: 30787
  • Код: MD_GEFFEN_CLOTH_JP
  • Тип: броня
  • Уровень брони: 1
  • Защита: 38
  •  
  • Требуемый уровень: 200
  • Вес: 40

Скрипт

.@r = getrefine();
bonus bAspdRate,5;
bonus bDelayrate,-5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bSubRace,RC_Player_Human,5;
if (.@r>=6) {
   bonus bAspdRate,5;
   bonus bDelayrate,-5;
}
if (.@r>=8) {
   bonus bAspdRate,10;
   bonus bDelayrate,-10;
}