Super Novice Shadow Weapon, теневое снаряжение (Renewal)

Super Novice Shadow Weapon (S_SUPERNOVICE_WEAPON) – теневое снаряжение.

Super Novice Shadow Weapon, теневое снаряжение (Renewal)

A glove that is mounted on the hand of hold the weapon to elicit potential abilities of the wearer.
Only for Novice Classes

Max HP +1000, Max SP +200
Ignores 3% of the enemy's physical defense based on the skill level of [Sword Mastery].
Ignores 3% of the enemy's magic defense based on the skill level of [Increase SP Recovery].
For every upgrade level of Super Novice Shadow Weapon, ignores normal enemy's physical and magic defense an additional 3%.
If upgrade level is +7, MaxHP +5%, MaxSP +5%
If upgrade level is +9, MaxHP +5%, MaxSP +5%, SP recovery + 100%

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bMaxHP,1000;
bonus bMaxSP,200;
bonus2 bIgnoreDefClassRate,Class_Normal,3*(getskilllv("SM_SWORD")+.@r);
bonus2 bIgnoreMDefClassRate,Class_Normal,3*(getskilllv("MG_SRECOVERY")+.@r);
if (.@r>=7) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
}
if (.@r>=9) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
   bonus bSPrecovRate,100;
}