Illusion Morpheus's Hood
| Item ID | 19428 | Name | Illusion Morpheus's Hood |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Morpheus_Hood_IL | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 15 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 20 | Min Equip Level | 130 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
}
|
||||
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
bonus bInt,5;
bonus bMaxSPrate,10;
bonus bDef,100;
bonus2 bMagicAtkEle,Ele_Water,10;
bonus2 bMagicAtkEle,Ele_Earth,10;
bonus2 bMagicAtkEle,Ele_Neutral,10;
.@head = getequiprefinerycnt(EQI_HEAD_TOP);
.@garment = getequiprefinerycnt(EQI_GARMENT);
if (.@head >= 7 && .@garment >= 7) {
.@matk = 40;
}
if ((.@head + .@garment) >= 18) {
.@matk += 40;
bonus2 bMagicAtkEle,Ele_Ghost,15;
bonus2 bMagicAtkEle,Ele_Wind,15;
bonus2 bMagicAtkEle,Ele_Holy,15;
if ((.@head + .@garment) >= 22) {
bonus bMatkRate,10;
bonus2 bIgnoreMdefRaceRate,RC_Formless,50;
bonus2 bIgnoreMdefRaceRate,RC_Demon,50;
bonus2 bIgnoreMdefRaceRate,RC_Brute,50;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,50;
}
}
bonus bMatk,.@matk;
|
||||||||
|
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP);
bonus bMatk,20;
if (getequiprefinerycnt(EQI_HAND_R) >= 7 && getequiprefinerycnt(EQI_HEAD_TOP) >= 7) {
bonus2 bMagicAddEle,Ele_All,10;
if (.@sum >= 18) {
bonus2 bMagicAddRace,RC_Demon,20;
bonus2 bMagicAddEle,Ele_Dark,20;
if (.@sum >= 22) {
bonus bFixedCast,-500;
bonus2 bMagicAddSize,Size_All,15;
}
}
}
|
||||||||
|
.@r = getequiprefinerycnt(EQI_ARMOR); skill "WL_HELLINFERNO",3; bonus bMatk,7*.@r; bonus bAspdRate,.@r; |
Illusion Morpheus's Hood Dropped By
| Monster ID | Monster Name | Chance | Can be Stolen | Monster Level | Monster Race | Monster Element | Specific Map |
|---|---|---|---|---|---|---|---|
| 20520 | Chaos Baphomet | 5% | YES | 178 | Demon | Level 0 Neutral | prt_mz03_i |