ID #20947
Armor
Clergy's Manteau [1]
Buy Price: N/A
Sell Price: N/A
Cloak worn by the priests who worshiped Odin.
The enchanted blessing of the cloak gently wraps the whole body.
_______________________
MaxSP +5%
MDEF +10
Decreases Variable Casting Time by 10%.
_______________________
For each 2 Refine Levels:
Increases Magical Damage against monsters of Angel and Demon race by 1%.
_______________________
For each 3 Refine Levels:
Decreases damage taken from Angel and Demon race by 1%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by additional 10%.
_______________________
Type: Garment
Defense: 40
Weight: 45
Armor Level: 1
_______________________
Requirement:
Base Level 170
The enchanted blessing of the cloak gently wraps the whole body.
_______________________
MaxSP +5%
MDEF +10
Decreases Variable Casting Time by 10%.
_______________________
For each 2 Refine Levels:
Increases Magical Damage against monsters of Angel and Demon race by 1%.
_______________________
For each 3 Refine Levels:
Decreases damage taken from Angel and Demon race by 1%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by additional 10%.
_______________________
Type: Garment
Defense: 40
Weight: 45
Armor Level: 1
_______________________
Requirement:
Base Level 170
Available from boxes
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
450
Defense
40
Requirements
Armor Level
1
Min Level
170
Scripts
Script .@r = getrefine(); bonus bMaxSPrate,5; bonus bMdef,10; bonus bVariableCastrate,-10; bonus2 bMagicAddRace,RC_Angel,(.@r/2); bonus2 bMagicAddRace,RC_Demon,(.@r/2); bonus2 bSubRace,RC_Angel,(.@r/3); bonus2 bSubRace,RC_Demon,(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-10; }
.@r = getrefine();
bonus bMaxSPrate,5;
bonus bMdef,10;
bonus bVariableCastrate,-10;
bonus2 bMagicAddRace,RC_Angel,(.@r/2);
bonus2 bMagicAddRace,RC_Demon,(.@r/2);
bonus2 bSubRace,RC_Angel,(.@r/3);
bonus2 bSubRace,RC_Demon,(.@r/3);
if (.@r>=7) {
bonus bVariableCastrate,-10;
}