Artwork unavailable
RENEWAL / ITEMS
Ancient Wootan Shooter Card
#27378Card
Anc_W_Shooter_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 bMatk,((3*.@a)+(3*.@b));
bonus bDef,10*.@a;
bonus bAspdRate,.@b;
if (readparam(bVit)>=125) {
bonus bMatk,50;
bonus bDef,50;
}
if (readparam(bLuk)>=125) {
bonus bMatk,50;
bonus bAspdRate,5;
}