ID #27378
Card
Ancient Wootan Shooter 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 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; }
.@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;
}