Viewing Item

#400137: Paradise Cap

Item ID 400137 For Sale No
Identifier 1Para_Cap_A Credit Price Not For Sale
Name Paradise Cap Type Armor
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 5
Slots 0 Refineable No
Attack 0 Min Equip Level 10
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@val = 2*(min(BaseLevel,100)/5);

2 if (BaseLevel>=30)

3 .@val += 5;

4 if (BaseLevel>=45)

5 .@val += 10;

6 if (BaseLevel>=85)

7 .@val += 15;

8 bonus bBaseAtk,5+.@val;

Equip Script None
Unequip Script None