ID #20952
Armor
Mysterious Muffler [1]
Buy Price: N/A
Sell Price: N/A
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
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
100
Defense
10
Requirements
Armor Level
1
Min Level
100
Scripts
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;
.@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;