ID #20948
Armor
Illusion Morpheus's Shawl [1]
Buy Price: N/A
Sell Price: N/A
One of three keys to unlocking Morpheus power,
this shawl is said to contain ancient spells.
_______________________
MaxSP +10%
MDEF +5
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by additional 10%.
_______________________
Position: Garment
Defense: 8
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 130
this shawl is said to contain ancient spells.
_______________________
MaxSP +10%
MDEF +5
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by additional 10%.
_______________________
Position: Garment
Defense: 8
Weight: 60
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
600
Defense
8
Requirements
Armor Level
1
Min Level
130
Scripts
Script bonus bMaxSPrate,10; bonus bMdef,5; .@r = getrefine(); if (.@r >= 7) { .@bonus = -10; if (.@r >= 9) { .@bonus -= 10; } bonus bVariableCastrate,.@bonus; }
bonus bMaxSPrate,10;
bonus bMdef,5;
.@r = getrefine();
if (.@r >= 7) {
.@bonus = -10;
if (.@r >= 9) {
.@bonus -= 10;
}
bonus bVariableCastrate,.@bonus;
}