
RENEWAL / ITEMS
Magic Barrier Muffler [1]
#480066Armor
MD_Geffen_Hood2
TypeArmor
Equipment positionGarment
GenderBoth
Weight65
Buy price0 z
Sell price0 z
DEF70
Slots1
Required level230
Armor level2
Description
An improved muffler that was one of the prizes of the Geffen Magic Tournament.
It is not an officially licensed improved product, but there is a text that says safety is excellent.
------------------------
MaxHP + 1500.
------------------------
MaxHP + 1% per refine rate.
------------------------
Reduces variable casting time by 2% per 3 refine rate.
------------------------
If refine rate is 9 or higher, MATK + 7%, increases heal effectiveness by 5%.
------------------------
If refine rate is 11 or higher, increases all property magical damage by 7%.
------------------------
Set Bonus
Magic Barrier Muffler
Anti Conjurer Suit
MATK + 50,
If refine rate of Anti Conjurer Suit is 11 or higher, increases all property magical damage by 5%, increases ASPD by 10%.
------------------------
Set Bonus
Magic Barrier Muffler
Magic Protector Robe
MATK + 50,
If refine rate of Magic Protector Robe is 11 or higher, increases all property magical damage by 5%, reduces variable casting time by 10%.
------------------------
Type : Garment
Def : 70
Weight : 65
Armor Level : 2
Required Level : 230
Job : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,1500;
bonus bMaxHPrate,(.@r/2);
bonus bVariableCastrate,-2*(.@r/3);
if (.@r>=9) {
bonus bMatkRate,7;
bonus bHealPower,15;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_All,7;
}
}