Viewing Item

#27214: Sealed Professor Card

Item ID 27214 For Sale No
Identifier SLD_Professor_Card Credit Price Not For Sale
Name Sealed Professor 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
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 if (getrefine()<15) {

2 bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",1,1,BF_MAGIC,0;

3 bonus bMatkRate,(readparam(bDex)>=110) ? 6 : 3;

4 }

5 else {

6 bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",3,1,BF_MAGIC,0;

7 bonus bMatkRate,(readparam(bDex)>=110) ? 10 : 5;

8 }

Equip Script None
Unequip Script None