Viewing Item

#300203: Sealed Firm Muspellskoll Card

Item ID 300203 For Sale No
Identifier SLD_F_Muspell_Card Credit Price Not For Sale
Name Sealed Firm Muspellskoll 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 Decreases Physical and Magical Damage taken from Dragon, Demon and Brute race by 30%.
Decreases Physical Damage against monsters of Normal class by 20%.
_______________________
Refine Level +15:
Decreases Physical Damage against monsters of Normal class by additional 10%.
_______________________
Warning - Silit Pong does not work on removing this card!
_______________________
Type: Card
Compound on: Shield
Weight: 1
Equip Locations Off Hand
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus2

2 bSubRace,RC_Demon,30;

3 bonus2

4 bSubRace,RC_Brute,30;

5 bonus2

6 bSubRace,RC_Player_Doram,30;

7 bonus2

8 bSubRace,RC_Dragon,30;

9 if

10 (getrefine()

11 =15)

12 {

13 bonus2

14 bAddClass,Class_Normal,-10;

15 }

16 else

17 {

18 bonus2

19 bAddClass,Class_Normal,-20;

20 }

Equip Script None
Unequip Script None