ID #22210
Armor
Fluffy Fish Shoes
Buy Price: N/A
Sell Price: N/A
A popular brand in the Kingdom of Rune-Midgards, with a fluffy fish print on the shoe.
_______________________
MDEF +10
_______________________
MaxHP +3%, MaxSP +3%
_______________________
If Spirit Of Sea is learned:
Prevents Sleep, Stun, Stone Curse for 30 seconds when Grooming is used.
_______________________
If Grooming is Level 5 or higher:
Decreases Fixed Casting Time of skills by 50%.
Prevents the user from being knocked back.
_______________________
For each Level of Tasty Shrimp Party:
Decreases Variable Casting Time of Fresh Shrimp, Bunch of Shrimp, Tuna Belly, Tuna Party, Grooming and Tasty Shrimp Partyby 10%.
_______________________
For each Level of Purring:
Increases Healing skills effectiveness by 10%.
_______________________
Refine Level +5:
MaxHP +7%, MaxSP +7%
Decreases After Skill Delay by by 10%.
_______________________
Refine Level +7:
MaxHP +10%, MaxSP +10%
Decreases After Skill Delay by by additional 10%.
_______________________
Type: Shoes
Defense: 12
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
_______________________
MDEF +10
_______________________
MaxHP +3%, MaxSP +3%
_______________________
If Spirit Of Sea is learned:
Prevents Sleep, Stun, Stone Curse for 30 seconds when Grooming is used.
_______________________
If Grooming is Level 5 or higher:
Decreases Fixed Casting Time of skills by 50%.
Prevents the user from being knocked back.
_______________________
For each Level of Tasty Shrimp Party:
Decreases Variable Casting Time of Fresh Shrimp, Bunch of Shrimp, Tuna Belly, Tuna Party, Grooming and Tasty Shrimp Partyby 10%.
_______________________
For each Level of Purring:
Increases Healing skills effectiveness by 10%.
_______________________
Refine Level +5:
MaxHP +7%, MaxSP +7%
Decreases After Skill Delay by by 10%.
_______________________
Refine Level +7:
MaxHP +10%, MaxSP +10%
Decreases After Skill Delay by by additional 10%.
_______________________
Type: Shoes
Defense: 12
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base 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
100
Defense
12
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); .@hpsp = 3; .@val = -10 * getskilllv("SU_SHRIMPARTY"); if (.@r>=5) { .@hpsp += 7; .@delay = -10; if (.@r>=7) { .@hpsp += 10; .@delay -= 10; } bonus bDelayrate,.@delay; } if (getskilllv("SU_SPIRITOFSEA") == 1) { autobonus3 "{ bonus2 bResEff,Eff_Stun,10000; bonus2 bResEff,Eff_Sleep,10000; bonus2 bResEff,Eff_Stone,10000; }",1000,30000,"SU_GROOMING","{ specialeffect2 777; specialeffect2 826; }"; } if (getskilllv("SU_GROOMING") == 5) { bonus bFixedCastrate,-50; bonus bNoKnockback; } bonus bMaxHPrate,.@hpsp; bonus bMaxSPrate,.@hpsp; bonus bMdef,10; bonus2 bVariableCastrate,"SU_FRESHSHRIMP",.@val; bonus2 bVariableCastrate,"SU_BUNCHOFSHRIMP",.@val; bonus2 bVariableCastrate,"SU_TUNABELLY",.@val; bonus2 bVariableCastrate,"SU_TUNAPARTY",.@val; bonus2 bVariableCastrate,"SU_SHRIMPARTY",.@val; bonus bHealPower,10*getskilllv("SU_PURRING");
.@r = getrefine();
.@hpsp = 3;
.@val = -10 * getskilllv("SU_SHRIMPARTY");
if (.@r>=5) {
.@hpsp += 7;
.@delay = -10;
if (.@r>=7) {
.@hpsp += 10;
.@delay -= 10;
}
bonus bDelayrate,.@delay;
}
if (getskilllv("SU_SPIRITOFSEA") == 1) {
autobonus3 "{ bonus2 bResEff,Eff_Stun,10000; bonus2 bResEff,Eff_Sleep,10000; bonus2 bResEff,Eff_Stone,10000; }",1000,30000,"SU_GROOMING","{ specialeffect2 777; specialeffect2 826; }";
}
if (getskilllv("SU_GROOMING") == 5) {
bonus bFixedCastrate,-50;
bonus bNoKnockback;
}
bonus bMaxHPrate,.@hpsp;
bonus bMaxSPrate,.@hpsp;
bonus bMdef,10;
bonus2 bVariableCastrate,"SU_FRESHSHRIMP",.@val;
bonus2 bVariableCastrate,"SU_BUNCHOFSHRIMP",.@val;
bonus2 bVariableCastrate,"SU_TUNABELLY",.@val;
bonus2 bVariableCastrate,"SU_TUNAPARTY",.@val;
bonus2 bVariableCastrate,"SU_SHRIMPARTY",.@val;
bonus bHealPower,10*getskilllv("SU_PURRING");