Item ID | 22210 | For Sale | No |
---|---|---|---|
Identifier | Fluffy_Fish_Shoes | Credit Price | Not For Sale |
Name | Fluffy Fish Shoes | Type | Armor |
NPC Buy | 20 | Weight | 10 |
NPC Sell | 10 | Weapon Level | 0 |
Range | 0 | Defense | 12 |
Slots | 0 | Refineable | Yes |
Attack | 0 | Min Equip Level | 100 |
Equip Locations | Footgear | ||
Equip Upper | Normal / Upper / Baby / Third / Third Upper / Third Baby | ||
Equippable Jobs | All Jobs | ||
Equip Gender | Both (Male and Female) | ||
Item Use Script |
1 .@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"; } 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"); |
||
Equip Script | None | ||
Unequip Script | None | ||
Description |
-- Need translation check A popular brand in the Kingdom of Rune Midget, with a fluffy fish print on the shoe. Class: Shoes Defense: 12 Weight: 10 Requires Level: 100 MaxHP +3% MaxSP +3% Reduces the variable casting time of Fresh Shrimp by 10% per level of Tasty Shrimp Party known. Reduces the variable casting time of Bunch of Shrimp by 10% per level of Tasty Shrimp Party known. Reduces the variable casting time of Tuna Belly by 10% per level of Tasty Shrimp Party known. Reduces the variable casting time of Tuna Party by 10% per level of Tasty Shrimp Party known. Reduces the variable casting time of Grooming by 10% per level of Tasty Shrimp Party known. Reduces the variable casting time of Tasty Shrimp Party by 10% per level of Tasty Shrimp Party known. Increases the recovery rate of recovery skills by 10% per level of Purring Known. If Fluffy Fish Shoes refine levels are +5 or higher, Increases MaxHP an additional +7% Increases MaxSP an additional +7% Reduces the After Cast Delay of skills by 10%. If Fluffy Fish Shoes refine levels are +7 or higher, Increases MaxHP an additional +10% Increases MaxSP an additional +10% Reduces the After Cast Delay of skills by an additional 10%. If Grooming is level 5 or higher. Reduces fixed casting time of skills by 50%. Prevents the user from being knocked back. If Spirit Of Sea is known Immune to Sleep for 30 seconds when Grooming is cast. Immune to Stun for 30 seconds when Grooming is cast. Immune to Stone Curse for 30 seconds when Grooming is cast. |