
RENEWAL / ITEMS
Mysterious Muffler [1]
#20952Armor
Anony_As_Muffler
TypeArmor
Equipment positionGarment
GenderBoth
Weight10
Buy price20 z
Sell price10 z
DEF10
Slots1
Required level100
Armor level1
Description
An enchanted muffler once worn by a mysterious assassin during missions. It is made to move faster than anyone else.
Class: Garment
Defense: 10
Weight: 10
Requires Level: 100
Usable By: All Jobs
Max HP + 3%
Max SP + 3%
Mdef + 5
Reduces damage taken from Player race enemies by 5%.
If upgrade level is +7 or higher,
Additional Max HP + 7%
Additional Max SP + 7%
Aspd + 1
Restores 5 SP to the user when a monster is killed by a physical attack.
Restores 5 SP to the user when a monster is killed by a long-ranged attack.
If upgrade level is +8 or higher,
Increased Movement Speed.
If upgrade level is +9 or higher,
Additional Max HP + 10%
Additional Max SP + 10%
Additional Aspd + 1
Restores an additional 5 SP to the user when a monster is killed by a physical attack.
Restores an additional 5 SP to the user when a monster is killed by a long-ranged attack.
If upgrade level is +10 or higher,
Enables Level 3 Cloaking.
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 bMdef,5;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus2 bSubRace,RC_Player_Human,5;
if (.@r>=7) {
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
bonus bAspd,1;
bonus bHPGainValue,5;
bonus bLongHPGainValue,5;
}
if (.@r>=8)
bonus bSpeedRate,40;
if (.@r>=9) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bAspd,1;
bonus bHPGainValue,5;
bonus bLongHPGainValue,5;
}
if (.@r>=10)
skill "AS_CLOAKING",3;