ID #19428
Armor
Illusion Morpheus's Hood [1]
Buy Price: N/A
Sell Price: N/A
Hood that says that the true power of
Morphys is sealed in. Some items are
needed to unlock the seal.
_______________________
INT +10,
MDEF +15,
MaxSP +20%
_______________________
For each 2 Refine Levels:
Decreases Variable Casting Time by 3%.
_______________________
Refine Level +7:
MATK +30
_______________________
Refine Level +9:
Skill casting cannot be interrupted.
_______________________
When equipped with Illusion Morpheus's Shawl
Illusion Morpheus's Bracelet and
Illusion Morpheus's Ring:
INT +5, MaxSP +10%,
DEF +100
Increases Magical Damage with Water, Earth and Neutral element by 10%.
_______________________
Refine Level of Illusion Morpheus's Hood and Illusion Morpheus's Shawl each is +7 or higher:
MATK +40
_______________________
Total Refine Level of entire set at least +18:
MATK +40
Increases Magical Damage with Ghost, Wind and Holy element by 15%.
_______________________
Total Refine Level of entire set at least +22:
MATK +10%
Ignores magic defense of Formless, Brute and Demon race by 50%.
_______________________
Position: Headgear
Defense: 15
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 130
Morphys is sealed in. Some items are
needed to unlock the seal.
_______________________
INT +10,
MDEF +15,
MaxSP +20%
_______________________
For each 2 Refine Levels:
Decreases Variable Casting Time by 3%.
_______________________
Refine Level +7:
MATK +30
_______________________
Refine Level +9:
Skill casting cannot be interrupted.
_______________________
When equipped with Illusion Morpheus's Shawl
Illusion Morpheus's Bracelet and
Illusion Morpheus's Ring:
INT +5, MaxSP +10%,
DEF +100
Increases Magical Damage with Water, Earth and Neutral element by 10%.
_______________________
Refine Level of Illusion Morpheus's Hood and Illusion Morpheus's Shawl each is +7 or higher:
MATK +40
_______________________
Total Refine Level of entire set at least +18:
MATK +40
Increases Magical Damage with Ghost, Wind and Holy element by 15%.
_______________________
Total Refine Level of entire set at least +22:
MATK +10%
Ignores magic defense of Formless, Brute and Demon race by 50%.
_______________________
Position: Headgear
Defense: 15
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 130
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
200
Defense
15
Requirements
Armor Level
1
Min Level
130
Scripts
Script .@r = getrefine(); bonus bInt,10; bonus bMdef,15; bonus bMaxSPrate,20; bonus bVariableCastrate,-(3*(.@r/2)); if (.@r >= 7) { bonus bMatk,30; if (.@r >= 9) { bonus bNoCastCancel; } }
.@r = getrefine();
bonus bInt,10;
bonus bMdef,15;
bonus bMaxSPrate,20;
bonus bVariableCastrate,-(3*(.@r/2));
if (.@r >= 7) {
bonus bMatk,30;
if (.@r >= 9) {
bonus bNoCastCancel;
}
}