Viewing Item

#400077: Splish-splash Nyanpoo Hat

Item ID 400077 For Sale No
Identifier Cat_Shampoo_Hat Credit Price Not For Sale
Name Splish-splash Nyanpoo Hat Type Armor
NPC Buy 20 Weight 100
NPC Sell 10 Weapon Level 0
Range 0 Defense 18
Slots 0 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus bUnbreakableHelm;

2 .@r = getrefine();

3 bonus bMdef,15;

4 bonus bMaxHPrate,20;

5 bonus bMaxSPrate,20;

6 if (getskilllv("SU_SPIRITOFSEA") >= 1)

7 skill "AL_PNEUMA",1;

8 if (getskilllv("SU_SHRIMPARTY") >= 5) {

9 bonus bMaxHPrate,30;

10 bonus bMaxSPrate,30;

11 }

12 if (getskilllv("SU_GROOMING") >= 5) {

13 bonus2 bResEff,Eff_Confusion,10000;

14 bonus2 bResEff,Eff_Silence,10000;

15 }

16 bonus bHealPower2,20*getskilllv("SU_PURRING");

17 bonus bDef,50*.@r;

18 if (.@r >= 7) {

19 bonus bDelayrate,-10;

20 bonus2 bVariableCastrate,"SU_STOOP",-50;

21 bonus2 bVariableCastrate,"SU_LOPE",-50;

22 bonus2 bSubClass,Class_Boss,10;

23 }

24 if (.@r >= 9) {

25 bonus bDelayrate,-10;

26 bonus2 bVariableCastrate,"SU_STOOP",-50;

27 bonus2 bVariableCastrate,"SU_LOPE",-50;

28 bonus2 bSubClass,Class_Boss,10;

29 }

30 if (.@r >= 10)

31 autobonus3 "{ bonus bFlee2,100; }",1000,3000,"SU_TUNAPARTY";

Equip Script None
Unequip Script None