
RENEWAL / ITEMS
Loud Park [1]
#450258Armor
Loud_Park
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF100
Slots1
Required level100
Armor level1
Description
Gorgeous costumes worn by the legendary band that caused earthquakes with loud music and blew holes in the ceiling of live houses with their superb singing.
Increases ASPD +10%.
------------------------
For every level of Frigg's Song learned,
INT + 6, MATK 30.
------------------------
For every level of Gloomy Shyness learned,
Increase magic damage against all race enemies by 14%.
------------------------
When learning Lv5 Deep Sleep Lullaby,
DEF +300.
When defeating monster with magic damage, recover HP +200 and SP +20
------------------------
When refined to +9 or higher,
Increase damage of Metallic Sound by 50%.
------------------------
When refined to +11 or higher,
Increase damage of Metallic Sound by additional 50%.
Type : Armor
Def : 100
Weight : 100
Required Level : 100
Class : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bInt,6*getskilllv("WM_FRIGG_SONG");
bonus bMatk,30*getskilllv("WM_FRIGG_SONG");
bonus2 bMagicAddRace,RC_All,14*getskilllv("WM_GLOOMYDAY");
bonus bDelayrate,-6*getskilllv("WM_LULLABY_DEEPSLEEP");
if (.@r>=5)
bonus2 bSkillAtk,"WM_METALICSOUND",50;
if (.@r>=7)
bonus2 bSkillAtk,"WM_METALICSOUND",50;
if (.@r>=10) {
bonus2 bMagicAtkEle,Ele_Neutral,15;
bonus bUnbreakableArmor;
}