ID #400077
Armor
Splash Cat Hat
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 18
Weight: 1000
Armor level: 1
Required level: 100
Defense: 18
Weight: 1000
Armor level: 1
Required level: 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
1000
Defense
18
Requirements
Armor Level
1
Min Level
100
Scripts
Script bonus bUnbreakableHelm; .@r = getrefine(); bonus bMdef,15; bonus bMaxHPrate,20; bonus bMaxSPrate,20; if (getskilllv("SU_SPIRITOFSEA") >= 1) skill "AL_PNEUMA",1; if (getskilllv("SU_SHRIMPARTY") >= 5) { bonus bMaxHPrate,30; bonus bMaxSPrate,30; } if (getskilllv("SU_GROOMING") >= 5) { bonus2 bResEff,Eff_Confusion,10000; bonus2 bResEff,Eff_Silence,10000; } bonus bHealPower2,20*getskilllv("SU_PURRING"); bonus bDef,50*.@r; if (.@r >= 7) { bonus bDelayrate,-10; bonus2 bVariableCastrate,"SU_STOOP",-50; bonus2 bVariableCastrate,"SU_LOPE",-50; bonus2 bSubClass,Class_Boss,10; } if (.@r >= 9) { bonus bDelayrate,-10; bonus2 bVariableCastrate,"SU_STOOP",-50; bonus2 bVariableCastrate,"SU_LOPE",-50; bonus2 bSubClass,Class_Boss,10; } if (.@r >= 10) autobonus3 "{ bonus bFlee2,100; }",1000,3000,"SU_TUNAPARTY";
bonus bUnbreakableHelm;
.@r = getrefine();
bonus bMdef,15;
bonus bMaxHPrate,20;
bonus bMaxSPrate,20;
if (getskilllv("SU_SPIRITOFSEA") >= 1)
skill "AL_PNEUMA",1;
if (getskilllv("SU_SHRIMPARTY") >= 5) {
bonus bMaxHPrate,30;
bonus bMaxSPrate,30;
}
if (getskilllv("SU_GROOMING") >= 5) {
bonus2 bResEff,Eff_Confusion,10000;
bonus2 bResEff,Eff_Silence,10000;
}
bonus bHealPower2,20*getskilllv("SU_PURRING");
bonus bDef,50*.@r;
if (.@r >= 7) {
bonus bDelayrate,-10;
bonus2 bVariableCastrate,"SU_STOOP",-50;
bonus2 bVariableCastrate,"SU_LOPE",-50;
bonus2 bSubClass,Class_Boss,10;
}
if (.@r >= 9) {
bonus bDelayrate,-10;
bonus2 bVariableCastrate,"SU_STOOP",-50;
bonus2 bVariableCastrate,"SU_LOPE",-50;
bonus2 bSubClass,Class_Boss,10;
}
if (.@r >= 10)
autobonus3 "{ bonus bFlee2,100; }",1000,3000,"SU_TUNAPARTY";