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

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%
Базовые свойства предмета
- ID: 27018
 - Код: S_SUPERNOVICE_WEAPON
 - Тип: теневое снаряжение
 - Требуемый уровень: 1
 - Профессии: novice, super_novice
 
- Вес: 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;
}