
RENEWAL / ITEMS
Yorscalp Muffler [1]
#480496Armor
Yorscalp_Muffler
TypeArmor
Equipment positionGarment
GenderBoth
Weight80
Buy price0 z
Sell price0 z
DEF90
Slots1
Required level250
Armor level2
No matching English description was found in the supplied client translation. The available server 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 bSpl,5;
bonus bCon,5;
bonus bMatkRate,(.@r/2);
bonus bDef,15*(.@r/2);
if (.@r>=7) {
bonus bDelayrate,-5;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,10;
if (.@r>=10) {
bonus bSMatk,3;
bonus bMatk,50;
if (.@r>=12) {
bonus bDelayrate,-5;
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bSMatk,3;
bonus bMatkRate,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bSMatk,5;
if (.@g>=ENCHANTGRADE_B) {
bonus bSMatk,5;
bonus bMatkRate,3;
if (.@g>=ENCHANTGRADE_A) {
bonus bDelayrate,-5;
bonus bSMatk,7;
bonus bMatkRate,4;
}
}
}
}