ID #480064
Armor
Storm Muffler
Buy Price: N/A
Sell Price: N/A
A scarf made from fabric woven with the magical power of a strange dragon born from the wrath of the Earth Goddess.
It is said that even the gods turn into animals and escape.
_______________________
MaxHP +2%, MaxSP +2%,
_______________________
Decreases damage taken from Players by 5%.
_______________________
Increases Ranged Physical Damage by 2%.
_______________________
When Level 5 Unlimited Humming Voice is learned:
Restores 2 SP when performing a physical attacks.
Perfect HIT +20%
_______________________
When Level 5 Frigg's Song is learned:
Increases Ranged Physical Damage by 4%.
Increases damage of Severe Rainstorm by 2%.
_______________________
When Level 5 Gloomy Shyness is learned:
Decreases After Skill Delay by 10%.
Decreases Severe Rainstorm skill cooldown by 2 seconds.
_______________________
Refine Level +5:
MaxHP +3%
MaxSP +3%
Increases Ranged Physical Damage by 3%.
_______________________
Refine Level +7:
MaxHP +5%
MaxSP +5%
Increases Ranged Physical Damage by 5%.
_______________________
When equipped with Fire Arrow:
Decreases damage taken from Fire elemental attacks by 75%.
_______________________
When equipped with Crystal Arrow:
Decreases damage taken from Water elemental attacks by 75%.
_______________________
When equipped with Wind Arrow:
Decreases damage taken from Wind elemental attacks by 75%.
_______________________
When equipped with Stone Arrow:
Decreases damage taken from Earth elemental attacks by 75%.
_______________________
When equipped with Bow of Storm:
When Level 5 Gloomy Shyness is learned:
Storm Muffler's cooldown reduction for Severe Rainstorm is not activated.
_______________________
When equipped with Elven Bow and Scaraba High Heels:
Refine Level of Scaraba High Heels is +7 or higher:
When Level 5 Gloomy Shyness is learned:
Storm Muffler's cooldown reduction for Severe Rainstorm is not activated.
_______________________
When equipped with Grace Severe Suit:
When Level 5 Gloomy Shyness is learned:
Grace Severe Suit's cooldown reduction for Severe Rainstorm is not activated.
_______________________
Type: Garment
Defense: 12
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 100
It is said that even the gods turn into animals and escape.
_______________________
MaxHP +2%, MaxSP +2%,
_______________________
Decreases damage taken from Players by 5%.
_______________________
Increases Ranged Physical Damage by 2%.
_______________________
When Level 5 Unlimited Humming Voice is learned:
Restores 2 SP when performing a physical attacks.
Perfect HIT +20%
_______________________
When Level 5 Frigg's Song is learned:
Increases Ranged Physical Damage by 4%.
Increases damage of Severe Rainstorm by 2%.
_______________________
When Level 5 Gloomy Shyness is learned:
Decreases After Skill Delay by 10%.
Decreases Severe Rainstorm skill cooldown by 2 seconds.
_______________________
Refine Level +5:
MaxHP +3%
MaxSP +3%
Increases Ranged Physical Damage by 3%.
_______________________
Refine Level +7:
MaxHP +5%
MaxSP +5%
Increases Ranged Physical Damage by 5%.
_______________________
When equipped with Fire Arrow:
Decreases damage taken from Fire elemental attacks by 75%.
_______________________
When equipped with Crystal Arrow:
Decreases damage taken from Water elemental attacks by 75%.
_______________________
When equipped with Wind Arrow:
Decreases damage taken from Wind elemental attacks by 75%.
_______________________
When equipped with Stone Arrow:
Decreases damage taken from Earth elemental attacks by 75%.
_______________________
When equipped with Bow of Storm:
When Level 5 Gloomy Shyness is learned:
Storm Muffler's cooldown reduction for Severe Rainstorm is not activated.
_______________________
When equipped with Elven Bow and Scaraba High Heels:
Refine Level of Scaraba High Heels is +7 or higher:
When Level 5 Gloomy Shyness is learned:
Storm Muffler's cooldown reduction for Severe Rainstorm is not activated.
_______________________
When equipped with Grace Severe Suit:
When Level 5 Gloomy Shyness is learned:
Grace Severe Suit's cooldown reduction for Severe Rainstorm is not activated.
_______________________
Type: Garment
Defense: 12
Weight: 30
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
Defense
12
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); .@lvl = getskilllv("WM_FRIGG_SONG"); bonus bMaxHPrate,2; bonus bMaxSPrate,2; bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; bonus bLongAtkRate,2+(4*.@lvl); bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",2*.@lvl; if (.@r>=5) { bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bLongAtkRate,3; } if (.@r>=7) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bLongAtkRate,5; } if (getskilllv("WM_UNLIMITED_HUMMING_VOICE") == 5) { bonus bPerfectHitAddRate,20; bonus bSPDrainValue,2; } if (getskilllv("WM_GLOOMYDAY") == 5) { bonus bDelayrate,-10; bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; }
.@r = getrefine();
.@lvl = getskilllv("WM_FRIGG_SONG");
bonus bMaxHPrate,2;
bonus bMaxSPrate,2;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus bLongAtkRate,2+(4*.@lvl);
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",2*.@lvl;
if (.@r>=5) {
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bLongAtkRate,3;
}
if (.@r>=7) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bLongAtkRate,5;
}
if (getskilllv("WM_UNLIMITED_HUMMING_VOICE") == 5) {
bonus bPerfectHitAddRate,20;
bonus bSPDrainValue,2;
}
if (getskilllv("WM_GLOOMYDAY") == 5) {
bonus bDelayrate,-10;
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000;
}