Item Details

Sealed Gypsy Trentini Card ( SLD_Gypsy_Card )

ID 27219 Sealed Gypsy Trentini Card
Sealed Gypsy Trentini Card Buy Price: zeny Sell Price: 0 zeny Weight: 1 Slots: Not specified
Type: Card item. Sub Type: Not specified Gender: Both Locations: Armor
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

Nos refinos entre 0 e +14:
-
Esquiva +10.
Habilita [Beijo da Sorte] nv.5 com instrumentos musicais.
VIT base 110 ou mais:
Esquiva +10 adicional.
--------------------------
Refino +15 ou mais:
-
Esquiva +15.
Habilita [Beijo da Sorte] nv.7 com instrumentos musicais.
VIT base 110 ou mais:
Esquiva +15 adicional.
--------------------------
Tipo: Carta
Equipa em: Armadura
Peso: 1

Flee +10.
Tambahan Flee + 10, apabila Vit pemain 110 atau lebih.
Apabila level tempa equipment +15 atau lebih,
Membuat pemain dapat menggunakan skill Lv 7 Lady Luck saat pemain menggunakan Musical Instrument/Whip.
Bonus FLEE menjadi + 15. Tambahan Flee menjadi + 15, apabila Vit pemain 110 atau lebih.
Jenis : Card
Posisi : Armor
Berat : 1

Class: Card
Compounds On: Armor
Weight: 1
Additional Flee + 10, if the user's base Vit is 110 or higher.
FLEE + 10. Additional Flee + 10, if the user's base Vit is 110 or higher.
If compounded equipment is refined to +15 or above,
Enables Level 7 Lady Luck, if the user has a Musical Instrument/Whip equipped.
FLEE + 15 instead. Additional Flee + 15 instead, if the user's base Vit is 110 or higher.

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_MUSICAL || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_WHIP) {
      skill "DC_FORTUNEKISS2",5;
   }
   bonus bFlee,(readparam(bVit)>=110) ? 20 : 10;
}
else {
   if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_WHIP) {
      skill "DC_FORTUNEKISS2",7;
   }
   bonus bFlee,(readparam(bVit)>=110) ? 30 : 15;
}
Not specified
Not specified

Not specified