Entwined Magical Muffler
| Item ID | 480546 | Name | Entwined Magical Muffler |
|
An manteau of entangled roots imbued with mystical power, offering resistance to alien dimensional magic.
_______________________ MaxHP +2500, MaxSP +250. FLEE +35. _______________________ Refine Level +7: Decreases Variable Casting Time by 10%. _______________________ Refine Level +9: SPL +3. _______________________ Refine Level +10: Increases Attack Speed (decreases After Attack Delay by additional 5%). _______________________ When equipped with Entwined Magical Shoes: Increases Attack Speed (decreases After Attack Dleay by additional 5%). Decreases damage taken from monsters in Destroyed Valkyrie Realm by 25%. _______________________ [Bonus by Grade] [Grade D]: Magical Damage with every element +10%. [Grade C]: Magical Damage against monsters in Destroyed Valkyrie Realm +10%. _______________________ Type: Garment Defense: 73 Weight: 70 Armor Level: 2 _______________________ Requirement: Base Level 220 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Entwined_Muffler | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 73 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 70 | Min Equip Level | 220 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHP,2500;
bonus bMaxSP,250;
bonus bFlee,35;
if (.@r>=7) {
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus bSpl,3;
if (.@r>=10) {
bonus bAspdRate,5;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus2 bMagicAtkEle,Ele_All,10;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bMagicAddRace2,RC2_Destroyed_Valkyrie_Realm,10;
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bDelayrate,-5; bonus2 bMagicAddRace2,RC2_Destroyed_Valkyrie_Realm,5; |
||||
|
bonus bAspdRate,5; bonus2 bSubRace2,RC2_Destroyed_Valkyrie_Realm,25; |