ID #450210
Armor
Fluffy Shark Pajama [1]
Buy Price: N/A
Sell Price: N/A
A popular brand in the Kingdom of Rune-Midgard, these fluffy shark costume pajamas are very stretchy so even adults can wear them.
_______________________
MDEF +15
_______________________
Increases Healing skills effectiveness by 10%.
_______________________
When Level 1 Spirit of Sea is learned:
Random chance to auto-cast Tuna Party on yourself, skill level is based on your learned level, when you receive melee physical or magical damage.
_______________________
For each Level of Tasty Shrimp Party:
Decreases Variable Cast Time of Seafood-type skills by 10%.
_______________________
For each Level of Grooming:
MaxHP +10%
_______________________
When Level 5 Purring is learned:
Decreases damage taken from monsters of Boss class by 5%.
_______________________
Refine Level +5:
Perfect Dodge +5
Increases Healing skills effectiveness by additional 10%.
_______________________
Refine Level +7:
Perfect Dodge +5
Increases Healing skills effectiveness by additional 10%.
_______________________
Refine Level +10:
DEF +300
Decreases damage taken from monsters of Demi-Human race, except Players, by 7%.
_______________________
Type: Armor
Defense: 100
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
_______________________
MDEF +15
_______________________
Increases Healing skills effectiveness by 10%.
_______________________
When Level 1 Spirit of Sea is learned:
Random chance to auto-cast Tuna Party on yourself, skill level is based on your learned level, when you receive melee physical or magical damage.
_______________________
For each Level of Tasty Shrimp Party:
Decreases Variable Cast Time of Seafood-type skills by 10%.
_______________________
For each Level of Grooming:
MaxHP +10%
_______________________
When Level 5 Purring is learned:
Decreases damage taken from monsters of Boss class by 5%.
_______________________
Refine Level +5:
Perfect Dodge +5
Increases Healing skills effectiveness by additional 10%.
_______________________
Refine Level +7:
Perfect Dodge +5
Increases Healing skills effectiveness by additional 10%.
_______________________
Refine Level +10:
DEF +300
Decreases damage taken from monsters of Demi-Human race, except Players, by 7%.
_______________________
Type: Armor
Defense: 100
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
100
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bUnbreakableArmor; bonus bHealPower2,10; if (getskilllv("SU_SPIRITOFSEA")>=1) { bonus5 bAutoSpellWhenHit,"SU_TUNAPARTY",1,100,BF_WEAPON,0; bonus5 bAutoSpellWhenHit,"SU_TUNAPARTY",1,100,BF_MAGIC,0; } bonus2 bVariableCastrate,"SU_FRESHSHRIMP",-10*getskilllv("SU_SHRIMPARTY"); bonus2 bVariableCastrate,"SU_BUNCHOFSHRIMP",-10*getskilllv("SU_SHRIMPARTY"); bonus2 bVariableCastrate,"SU_TUNABELLY",-10*getskilllv("SU_SHRIMPARTY"); bonus2 bVariableCastrate,"SU_TUNAPARTY",-10*getskilllv("SU_SHRIMPARTY"); bonus bMaxHPrate,10*getskilllv("SU_GROOMING"); if (getskilllv("SU_PURRING")>=5) bonus2 bSubClass,Class_Boss,5; if (.@r>=5) { bonus bHealPower2,10; bonus bFlee2,5; } if (.@r>=7) { bonus bHealPower2,10; bonus bFlee2,5; } if (.@r>=10) { bonus bDef,300; bonus2 bSubRace,RC_DemiHuman,7; }
.@r = getrefine();
bonus bUnbreakableArmor;
bonus bHealPower2,10;
if (getskilllv("SU_SPIRITOFSEA")>=1) {
bonus5 bAutoSpellWhenHit,"SU_TUNAPARTY",1,100,BF_WEAPON,0;
bonus5 bAutoSpellWhenHit,"SU_TUNAPARTY",1,100,BF_MAGIC,0;
}
bonus2 bVariableCastrate,"SU_FRESHSHRIMP",-10*getskilllv("SU_SHRIMPARTY");
bonus2 bVariableCastrate,"SU_BUNCHOFSHRIMP",-10*getskilllv("SU_SHRIMPARTY");
bonus2 bVariableCastrate,"SU_TUNABELLY",-10*getskilllv("SU_SHRIMPARTY");
bonus2 bVariableCastrate,"SU_TUNAPARTY",-10*getskilllv("SU_SHRIMPARTY");
bonus bMaxHPrate,10*getskilllv("SU_GROOMING");
if (getskilllv("SU_PURRING")>=5)
bonus2 bSubClass,Class_Boss,5;
if (.@r>=5) {
bonus bHealPower2,10;
bonus bFlee2,5;
}
if (.@r>=7) {
bonus bHealPower2,10;
bonus bFlee2,5;
}
if (.@r>=10) {
bonus bDef,300;
bonus2 bSubRace,RC_DemiHuman,7;
}