Viewing Item

#27209: Sealed Queen Scaraba Card

Item ID 27209 For Sale No
Identifier SLD_Q_Scaraba_Card Credit Price Not For Sale
Name Sealed Queen Scaraba 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 Damage against Scaraba monsters by 15%.
Defeating Scaraba monsters has a chance to drop a Scaraba Summon Scroll.
_______________________
Refine Level +15:
Increases Damage against Scaraba race monsters by additional 25%.
_______________________
Warning - Silit Pong does not work on removing this card!
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Equip Locations Main Hand
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus2

2 bAddMonsterDropItem,12806,30;

3 if

4 (getrefine()

5 =15)

6 {

7 bonus2

8 bAddRace2,RC2_SCARABA,25;

9 }

10 else

11 {

12 bonus2

13 bAddRace2,RC2_SCARABA,15;

14 }

Equip Script None
Unequip Script None