Artwork unavailable
RENEWAL / ITEMS
Ancient Megalith Card
#27375Card
Anc_Megalith_Card_J
TypeCard
Card placementGarment
Weight1
Buy price20 z
Sell price10 z
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Card placement
- Garment
- Trade
Item effect 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;
}