Mysterious Muffler
| Item ID | 20952 | Name | Mysterious Muffler |
|
A muffler allegedly worn by an assassin who was loyal to his mission.
Designed to move faster than anyone. _______________________ MaxHP +3% MaxSP +3% MDEF +5 Decreases damage from Players by 5%. _______________________ Refine Level +7: MaxHP +7%, MaxSP +7% ASPD +1 Gain 5 SP when defeating monsters with physical attacks. _______________________ Refine Level +8: Increases Movement Speed. _______________________ Refine Level +9: MaxHP +10%, MaxSP +10% ASPD +1 Gain additional 5 SP when defeating monsters with physical attacks. _______________________ Refine Level +10: Enables the use of Level 3 Cloacking. _______________________ Type: Garment Defense: 10 Weight: 10 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Anony_As_Muffler | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 10 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
|
||||