Viewing Item

#27221: Sealed Gioia Card

Item ID 27221 For Sale No
Identifier SLD_Gioia_Card Credit Price Not For Sale
Name Sealed Gioia Card Type Card
NPC Buy 0 Weight 1
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Description Increases Magical Damage with Wind and Ghost element by 50%.
Increases damage taken from all elementals by 60%.
_______________________
Refine Level +15:
Increases Magical Damage with Wind and Ghost element by 75% instead.
Increases damage taken from all elementals by 40% instead.
_______________________
Warning - Silit Pong does not work on removing this card!
_______________________
Type: Card
Compound on: Garment
Weight: 1
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 if

2 (getrefine()

3 15)

4 {

5 bonus2

6 bMagicAtkEle,Ele_Ghost,50;

7 bonus2

8 bMagicAtkEle,Ele_Wind,50;

9 bonus2

10 bSubEle,Ele_All,-60;

11 }

12 else

13 {

14 bonus2

15 bMagicAtkEle,Ele_Ghost,75;

16 bonus2

17 bMagicAtkEle,Ele_Wind,75;

18 bonus2

19 bSubEle,Ele_All,-40;

20 }

Equip Script None
Unequip Script None