Item Details

Super Novice Shadow Shield ( S_SuperNovice_Shield )

ID 24318 Super Novice Shadow Shield
Super Novice Shadow Shield Buy Price: 10 zeny Sell Price: 5 zeny Weight: 0 Slots: Not specified
Type: Shadow Equipment item. Sub Type: Not specified Gender: Both Locations: Shadow Shield
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: Not specified
Weapon Level: Not specified Armor Level: Not specified Min. Equip Level: 1 Max. Equip Level: Not specified
Refineable: 1 Gradable: Not specified Element: Neutral Classes: Not specified

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%.

Account Bound.
Shadow Shield that grants bonuses to the Super Novice's skills.
-------------
Max HP +1000.
Max SP +200.
[For each refine lv]
Max HP +10.
ASPD +1%.
Variable casting time -1%
[If refine lv +7 or higher]
ATK, MATK +2%.
[If refine lv is 9 or higher]
ATK, MATK +3%.
-------------
[For each level of[Double Attack]]
ASPD +2%.
[For each level of[Owl's Eye]]
Variable casting time -2%
-------------
[Shadow Set]
Sh. Super Novice24318
Shield24318
Sh. Super Novice24282
Gloves24282
All stats +3.
Max HP/SP +2%.
SP consumption -10%.
-------------
Class: Shadow Equipment
Location: Shield
Defense: 0
Weight: 0
Required Lv.: 1
Job: Novice

Not specified

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;
}
Not specified
Not specified