Mysterious Muffler [1], броня (Renewal)
Mysterious Muffler [1] (ANONY_AS_MUFFLER) – броня.
![Mysterious Muffler [1], броня (Renewal) Mysterious Muffler [1], броня (Renewal)](/images/db/items/picture/20952.png)
An enchanted muffler once worn by a mysterious assassin during missions. It is made to move faster than anyone else.
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.
Базовые свойства предмета
- ID: 26450
 - Код: ANONY_AS_MUFFLER
 - Тип: броня
 - Уровень брони: 1
 - Защита: 10
 - Требуемый уровень: 100
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 10
 
Скрипт
.@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;