ID #27214
Card
Sealed Professor Card
Buy Price: N/A
Sell Price: N/A
receiving magical damage has a chance to auto-cast Level 1 Land Protector.
MATK +3%
_______________________
Base DEX at least 110:
MATK +3%
_______________________
Refine Level +15:
receiving magical damage has a chance to auto-cast Level 3 Land Protector instead.
MATK +5% instead
Base DEX at least 110:
MATK +5% instead
_______________________
Warning - Silit Pong does not work on removing this card!
_______________________
Type: Card
Compound on: Armor
Weight: 1
MATK +3%
_______________________
Base DEX at least 110:
MATK +3%
_______________________
Refine Level +15:
receiving magical damage has a chance to auto-cast Level 3 Land Protector instead.
MATK +5% instead
Base DEX at least 110:
MATK +5% instead
_______________________
Warning - Silit Pong does not work on removing this card!
_______________________
Type: Card
Compound on: Armor
Weight: 1
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script if (getrefine()<15) { bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",1,1,BF_MAGIC,0; bonus bMatkRate,(readparam(bDex)>=110) ? 6 : 3; } else { bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",3,1,BF_MAGIC,0; bonus bMatkRate,(readparam(bDex)>=110) ? 10 : 5; }
if (getrefine()<15) {
bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",1,1,BF_MAGIC,0;
bonus bMatkRate,(readparam(bDex)>=110) ? 6 : 3;
}
else {
bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",3,1,BF_MAGIC,0;
bonus bMatkRate,(readparam(bDex)>=110) ? 10 : 5;
}