Viewing Item

#27378: Ancient Wootan Shooter Card

Item ID 27378 For Sale No
Identifier Anc_W_Shooter_Card_J Credit Price Not For Sale
Name Ancient Wootan Shooter Card Type Card
NPC Buy 20 Weight 1
NPC Sell 10 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@a = (readparam(bVit)/10);

2 .@b = (readparam(bLuk)/10);

3 bonus bMatk,((3*.@a)+(3*.@b));

4 bonus bDef,10*.@a;

5 bonus bAspdRate,.@b;

6 if (readparam(bVit)>=125) {

7 bonus bMatk,50;

8 bonus bDef,50;

9 }

10 if (readparam(bLuk)>=125) {

11 bonus bMatk,50;

12 bonus bAspdRate,5;

13 }

Equip Script None
Unequip Script None