Viewing Item

#27311: Mutant Plaga Card

Item ID 27311 For Sale No
Identifier Mutant_Plaga_Card Credit Price Not For Sale
Name Mutant Plaga 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 Main Hand
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_KNUCKLE) {

2 .@r = getrefine();

3 bonus bHit,20;

4 bonus bBaseAtk,15;

5 if (.@r >= 10) {

6 .@val = 15;

7 }

8 bonus2 bAddSize,Size_Large,(.@r+.@val);

9 }

Equip Script None
Unequip Script None