Item Details

Super Novice Shadow Weapon ( S_SuperNovice_Weapon )

ID 24282 Super Novice Shadow Weapon
Super Novice Shadow Weapon Buy Price: zeny Sell Price: 0 zeny Weight: 0 Slots: Not specified
Type: Shadow Equipment item. Sub Type: Not specified Gender: Both Locations: Shadow Weapon
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

Luvas usadas como complemento para o manejo de armas convencionais.
--------------------------
HP máx. +1.000.
SP máx. +200.
--------------------------
A cada refino:
ATQ e ATQM +1.
Ignora 3% da DEF e DEFM de monstros normais.
--------------------------
A cada nível de [Perícia com Espada]:
Ignora 3% da DEF de monstros normais.
A cada nível de [Aumentar Recuperação de SP]:
Ignora 3% da DEFM de monstros normais.
--------------------------
Refino +7 ou mais:
HP e SP máx. +5%.
Refino +9 ou mais:
HP e SP máx. +5% adicional.
Regen. natural de SP +100%.
--------------------------
Tipo: Equip. Sombrio
Posição: Luvas
Peso: 0 Nv. mín.: 1
Classes: Aprendizes, Superaprendizes e evoluções

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

Account Bound.
Shadow Gloves that grants bonuses to the Super Novice's skills.
-------------
Max HP +1000.
Max SP +200.
[For each refine lv]
ATK, MATK +1.
Ignores 3% of defense and magic defense of normal monsters.
[If refine lv +7 or higher]
Max HP/SP +5%.
[If refine lv is 9 or higher]
Max HP/SP +5%.
SP recovery speed +100%.
-------------
[For each level of[Sword Mastery]]
Ignores 3% of defense of normal monsters.
[For each level of[Increase SP Recovery]]
Ignores 3% of magic defense of normal monsters.
-------------
[Shadow Set]
Sh. Super Novice24318
Shield24318
Sh. Super Novice24282
Gloves24282
All stats +3.
Max HP/SP +2%.
SP consumption -10%.
-------------
Class: Shadow Equipment
Location: Gloves
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 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;
}
Not specified
Not specified