ID #480545
Armor
Entwined Magical Manteau [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 +4500, MaxSP +150.
HIT +25, Critical +5.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
POW +3.
_______________________
Refine Level +10:
Decreases Variable Casting Time by 5%.
_______________________
When equipped with Entwined Magical Boots:
Decreases Variable Casting Time by additional 5%.
Decreases damage taken from monsters in Destroyed Valkyrie Realm by 25%.
_______________________
[Bonus by Grade]
[Grade D]: Physical Damage +10%.
[Grade C]: Physical Damage against monsters in Destroyed Valkyrie Realm +15%.
_______________________
Type: Garment
Defense: 92
Weight: 120
Armor Level: 2
_______________________
Requirement:
Base Level 220
_______________________
MaxHP +4500, MaxSP +150.
HIT +25, Critical +5.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
POW +3.
_______________________
Refine Level +10:
Decreases Variable Casting Time by 5%.
_______________________
When equipped with Entwined Magical Boots:
Decreases Variable Casting Time by additional 5%.
Decreases damage taken from monsters in Destroyed Valkyrie Realm by 25%.
_______________________
[Bonus by Grade]
[Grade D]: Physical Damage +10%.
[Grade C]: Physical Damage against monsters in Destroyed Valkyrie Realm +15%.
_______________________
Type: Garment
Defense: 92
Weight: 120
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
1200
Defense
92
Requirements
Armor Level
2
Min Level
220
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHP,4500; bonus bMaxSP,150; bonus bCritical,5; bonus bHit,25; if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { bonus bPow,3; if (.@r>=10) { bonus bVariableCastrate,-5; } } } if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,10; bonus bShortAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddRace2,RC2_Destroyed_Valkyrie_Realm,15; } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHP,4500;
bonus bMaxSP,150;
bonus bCritical,5;
bonus bHit,25;
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus bPow,3;
if (.@r>=10) {
bonus bVariableCastrate,-5;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bLongAtkRate,10;
bonus bShortAtkRate,10;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bAddRace2,RC2_Destroyed_Valkyrie_Realm,15;
}
}