Viewing Item

#27375: Ancient Megalith Card

Item ID 27375 For Sale No
Identifier Anc_Megalith_Card_J Credit Price Not For Sale
Name Ancient Megalith Card Type Card
NPC Buy 20 Weight 1
NPC Sell 10 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 Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@a = (readparam(bVit)/10);

2 .@b = (readparam(bLuk)/10);

3 bonus bBaseAtk,((3*.@a)+(3*.@b));

4 bonus bHit,5*.@a;

5 bonus bAspdRate,.@b;

6 if (readparam(bVit)>=125) {

7 bonus bBaseAtk,50;

8 bonus bHit,25;

9 }

10 if (readparam(bLuk)>=125) {

11 bonus bBaseAtk,50;

12 bonus bAspdRate,5;

13 }

Equip Script None
Unequip Script None