ID #27375
Card
Ancient Megalith Card
Buy Price: N/A
Sell Price: N/A
Type: Card
Weight: 10
Weight: 10
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 .@a = (readparam(bVit)/10); .@b = (readparam(bLuk)/10); bonus bBaseAtk,((3*.@a)+(3*.@b)); bonus bHit,5*.@a; bonus bAspdRate,.@b; if (readparam(bVit)>=125) { bonus bBaseAtk,50; bonus bHit,25; } if (readparam(bLuk)>=125) { bonus bBaseAtk,50; bonus bAspdRate,5; }
.@a = (readparam(bVit)/10);
.@b = (readparam(bLuk)/10);
bonus bBaseAtk,((3*.@a)+(3*.@b));
bonus bHit,5*.@a;
bonus bAspdRate,.@b;
if (readparam(bVit)>=125) {
bonus bBaseAtk,50;
bonus bHit,25;
}
if (readparam(bLuk)>=125) {
bonus bBaseAtk,50;
bonus bAspdRate,5;
}