
RENEWAL / ITEMS
Mamaragan
#22243Armor
Mamaragan
TypeArmor
Equipment positionFootgear
GenderBoth
Weight30
Buy price20 z
Sell price10 z
DEF15
Required level100
Armor level1
Description
Shoes named after a god passed down in a vast island country.
It contains the power of thunder.
------------------------
Increase magic damage against boss monster by 15%.
------------------------
Enables to use Lord of Vermilion Lv 5.
------------------------
Reduce Varetyr Spear cooldown by 1 second.
------------------------
For every refine level,
MHP + 2%, MSP + 2%.
FLEE + 5
Increase wind property magic damage by 3%.
------------------------
When refined to +13 or higher, increase wind property magic damage by 50%.
------------------------
Type : Shoes
Def : 15
Weight : 30
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
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMdef,10;
bonus2 bMagicAddClass,Class_Boss,15;
skill "WZ_VERMILION",5;
bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-1000;
bonus bMaxHPrate,2*.@r;
bonus bMaxSPrate,2*.@r;
bonus bFlee,5*.@r;
bonus2 bMagicAtkEle,Ele_Wind,3*.@r;
if (.@r>=10)
bonus2 bMagicAtkEle,Ele_Wind,50;