Viewing Item

#300201: Sealed Tainted Spider Queen Card

Item ID 300201 For Sale No
Identifier SLD_P_Spi_Q_Card Credit Price Not For Sale
Name Sealed Tainted Spider Queen 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 Water and Earth elemental magical damage by 50%.
Increases damage taken from all elemental attacks by 60%.
_______________________
Refine Level +15:
Increases Water and Earth elemental magical damage by additional 25%.
Increases damage taken from all elemental attacks by additional 40%.
_______________________
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 bonus2

2 bMagicAtkEle,Ele_Earth,50;

3 bonus2

4 bMagicAtkEle,Ele_Water,50;

5 bonus2

6 bSubEle,Ele_All,-60;

7 if

8 (getrefine()

9 =15)

10 {

11 bonus2

12 bSubEle,Ele_All,-40;

13 bonus2

14 bMagicAtkEle,Ele_Earth,25;

15 bonus2

16 bMagicAtkEle,Ele_Water,25;

17 }

Equip Script None
Unequip Script None