Artwork unavailable
RENEWAL / ITEMS
Sharpshooter Muffler [1]
#480670Armor
aegis_480670
TypeArmor
Equipment positionGarment
GenderBoth
Weight60
Buy price0 z
Sell price0 z
DEF25
Slots1
Required level250
Armor level2
No description is available. Available properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bCRate,10;
bonus bCritical,3+(.@r/2);
bonus bCritAtkRate,3*(.@r/2);
bonus bBaseAtk,15*(.@r/2);
bonus2 bAddSize,Size_All,4*(.@r/3);
if (.@r>=7) {
bonus bPAtk,7;
bonus bAtkRate,5;
if (.@r>=9) {
bonus bVariableCastrate,-10;
bonus bDelayrate,-10;
if (.@r>=11) {
bonus bLongAtkRate,15;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bCRate,7;
bonus bCritical,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bLongAtkRate,10;
if (.@g>=ENCHANTGRADE_B) {
bonus bPow,5;
bonus bCon,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bCritAtkRate,15;
bonus bCRate,7;
}
}
}
}