Viewing Item

#27213: Sealed Clown Card

Item ID 27213 For Sale No
Identifier SLD_Clown_Card Credit Price Not For Sale
Name Sealed Clown Card Type Card
NPC Buy 0 Weight 1
NPC Sell 0 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 Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 if (getrefine()>=15) {

2 .@a = 7;

3 .@b = 15;

4 }

5 else {

6 .@a = 5;

7 .@b = 10;

8 }

9 if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_WHIP) {

10 skill "BA_POEMBRAGI2",.@a;

11 }

12 bonus bFlee,(readparam(bVit)>=110) ? (.@b*2) : .@b;

Equip Script None
Unequip Script None