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

A small shield that can be mounted on the arm can provide additional defensive effects. It can be used as a single, but has little defensive effect.
Max HP + 1000
Max SP + 200
For every level of Double Attack learned, increases ASPD by 2%.
For every level of Owl's Eye learned, reduces Variable Casting Time by 2%.
For every refine level, increases ASPD by 1% and reduces Variable Casting Time by 1%.
If the refine level is 7 or higher, increases ATK and MATK by an additional 2%.
If the refine level is 9 or higher, increases ATK and MATK by an additional 3%.
Super Novice Shadow Weapon
All Stats + 3
Max HP + 2%
Max SP + 2%
Reduces SP consumption by 10%.
Базовые свойства предмета
- ID: 27054
 - Код: S_SUPERNOVICE_SHIELD
 - Тип: теневое снаряжение
 - Требуемый уровень: 1
 - Профессии: novice, super_novice
 
- Цена покупки: 10 з
 - Цена продажи: 5 з
 - Вес: 1
 
Скрипт
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMaxHP,1000;
bonus bMaxSP,200;
bonus bAspdRate,(2*getskilllv("TF_DOUBLE")+.@r);
bonus bVariableCastrate,-(2*getskilllv("AC_OWL")+.@r);
if (.@r>=7) {
   bonus bAtkRate,2;
   bonus bMatkRate,2;
}
if (.@r>=9) {
   bonus bAtkRate,3;
   bonus bMatkRate,3;
}