Ancient Wootan Shooter Card

Item ID 27378 Name Ancient Wootan Shooter Card
None
Weapon Level 0 Identifier Anc_W_Shooter_Card_J
Attack 0 Type Card
MATK 0 Equip Locations Garment
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 1 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item 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;
}