Item Details

Perfect Size Shadow Weapon ( S_PerfectSize_Weapon )

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

Luvas usadas como complemento para o manejo de armas convencionais.
--------------------------
A cada refino:
ATQ +4. ATQM +1.
--------------------------
Dano físico e mágico contra todos os Tamanhos +2%.
Refino +7 ou mais:
Dano físico e mágico contra todos os Tamanhos +2% adicional.
Refino +9 ou mais:
Dano físico e mágico contra todos os Tamanhos +3% adicional.
--------------------------
Tipo: Equip. Sombrio
Posição: Luvas
Peso: 0 Nv. mín.: 1
Classes: Todas

Gloves that bring out potential capabilities of the wearer.

Increase physical/magical damage to all size monsters by 2%.
ATK + 3 per 1 refine level.
When refined to +7 or higher, increase physical/magical damage to all size monsters by 2%.
When refined to +9 or higher, increase physical/magical damage to all size monsters by 3%.

SET BONUS
Perfect Size Shadow Weapon
Shadow Armor
MaxHP +2%, MaxSP +2%.


Type : Shadow Equipment
Location : Weapon Weight : 0
Required Level : 1
Class : All

All

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:
bonus2 bAddSize,Size_All,2;
bonus2 bMagicAddSize,Size_All,2;
.@r = getrefine();
bonus bBaseAtk,.@r*4;
bonus bMatk,.@r;
if (.@r >= 7) {
   bonus2 bAddSize,Size_All,2;
   bonus2 bMagicAddSize,Size_All,2;
}
if (.@r >= 9) {
   bonus2 bAddSize,Size_All,3;
   bonus2 bMagicAddSize,Size_All,3;
}
N/A
N/A