Item Details

Sealed Daehyon Card ( SLD_Daehyon_Card )

ID 27220 Sealed Daehyon Card
Sealed Daehyon Card Buy Price: zeny Sell Price: 0 zeny Weight: 1 Slots: Not specified
Type: Card item. Sub Type: Not specified Gender: Both Locations: 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: Not specified Max. Equip Level: Not specified
Refineable: Not specified Gradable: Not specified Element: Neutral Classes: Not specified

ATQ +50 em Espadas de uma ou duas mãos.
--------------------------
Refino +15 ou mais:
ATQ +25 adicional em Espadas de uma ou duas mãos.
--------------------------
Tipo: Carta
Equipa em: Arma
Peso: 1

ATK + 50 apabila di pasang ke One-Handed atau Two-Handed Sword.

Apabila level tempa equipment +15 atau lebih,
Bonus ATK berubah menjadi +75.
------------------------
Jenis : Card
Posisi : Weapon
Berat : 1

Class: Card
Weight: 1
ATK + 50 if compounded to One-Handed or Two-Handed Sword.
If compounded equipment is refined to +15 or above,
ATK +75 instead.

All

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:
if (getrefine()<15) {
   if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_1HSWORD || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSWORD) {
      bonus bBaseAtk,50;
   }
}
else {
   if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_1HSWORD || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSWORD) {
      bonus bBaseAtk,75;
   }
}
Not specified
Not specified

Not specified