ID #480546
Armor
Entwined Magical Muffler [1]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
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
700
Defense
73
Requirements
Armor Level
2
Min Level
220
Scripts
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; } }
.@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;
}
}