Item Details

Super Novice Shadow Shield ( S_SuperNovice_Shield )

# 24318 Super Novice Shadow Shield
Super Novice Shadow Shield Buy: 10 zeny Sell: 5 zeny Weight: 0 Slots: N/A
Type: Shadow Equipment item. Subtype: N/A Gender: Both Locations: Shadow Shield
Attack: N/A M. Attack: N/A Range: N/A Defense: N/A
Weapon Level: N/A Armor Level: N/A Equip Level Min: 1 Equip Level Max: N/A
Refineable: 1 Gradable: N/A Element: Neutral Classes: N/A

Peça adicional de escudo usada para complementar um escudo convencional.
--------------------------
HP máx. +1.000.
SP máx. +200.
--------------------------
A cada refino:
HP máx. +10.
Conjuração variável -1%.
Velocidade de ataque +1%.
--------------------------
A cada nível de [Ataque Duplo]:
Velocidade de ataque +2%.
A cada nível de [Olhos de Águia]:
Conjuração variável -2%.
--------------------------
Refino +7 ou mais:
ATQ da arma +2% adicional.
Dano mágico +2% adicional.
Refino +9 ou mais:
ATQ da arma +3% adicional.
Dano mágico +3% adicional.
--------------------------
Conjunto
Luva Sombria de Superaprendiz
Todos os atributos +3.
HP e SP Máx. +2%.
Custo de SP das habilidades -10%.
--------------------------
Tipo: Equip. Sombrio
Posição: Escudo
Peso: 0 Nv. mín.: 1
Classes: Aprendizes, Superaprendizes e evoluções

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.
Class: Shadow Shield
Weight: 0
Requires Level: 1
Usable By: Novice Jobs
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%.

N/A

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@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;
}
N/A
N/A