Item Details

Beholder Shoes (Shadow) ( S_Beholder_Shoes )

# 24069 Beholder Shoes (Shadow)
Beholder Shoes (Shadow) Buy: zeny Sell: 0 zeny Weight: 0 Slots: N/A
Type: Shadow Equipment item. Subtype: N/A Gender: Both Locations: Shadow Shoes
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

Grevas usadas como complemento para os calçados convencionais.
--------------------------
HP máx. +10 por refino.
--------------------------
Dano físico e mágico contra a raça Amorfo +2%.
Refino +7 ou mais:
Dano físico e mágico contra a raça Amorfo +1%.
Refino +9 ou mais:
Dano físico e mágico contra a raça Amorfo +2%.
--------------------------
Tipo: Equip. Sombrio
Posição: Grevas
Peso: 0 Nv. mín.: 1
Classes: Todas

A pair of shoes worn to enhance formless damage.
Class: Shadow Shoes
Weight: 0
Requires Level: 1
Usable By: All Jobs
Max HP + 10 per upgrade level of the item.
Increases physical and magical damage on Formless race targets by 2%.
If upgrade level is +7 or higher,
Increases physical and magical damage on Formless race targets by an additional 1%.
If upgrade level is +9 or higher,
Increases physical and magical damage on Formless race targets by an additional 2%.
Set Bonus
Beholder Shadow Shoes
Flameguard Shadow Shield
Increases the experience given from Formless race monsters by 3%.

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 bAddRace,RC_Formless,2;
bonus2 bMagicAddRace,RC_Formless,2;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=7) {
   bonus2 bAddRace,RC_Formless,1;
   bonus2 bMagicAddRace,RC_Formless,1;
}
if (.@r>=9) {
   bonus2 bAddRace,RC_Formless,2;
   bonus2 bMagicAddRace,RC_Formless,2;
}
N/A
N/A