
RENEWAL / ITEMS
Illusion Morrigane's Manteau [1]
#480054Armor
Morrigane_Manyeau_IL
TypeArmor
Equipment positionGarment
GenderBoth
Weight60
Buy price0 z
Sell price0 z
DEF12
Slots1
Required level130
Armor level1
Description
A gray cloak decorated with crow feathers.
It is said to be imbued with the power of Morrigane.
------------------------
LUK + 5, FLEE + 20.
------------------------
When refined to +7 or higher, increase physical damage against Demon, Fish, Insect, and Demihuman race monsters by 5%.
------------------------
When refined to +9 or higher, increase physical damage against Demon, Fish, Insect, and Demihuman race monsters by additional 10%.
------------------------
Type : Garment
Def : 12
Weight : 60
Required Level : 130
Class : All Jobs except Novice
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Novice
- No
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bLuk,5;
bonus bFlee,20;
if (.@r>=7) {
bonus2 bAddRace,RC_Fish,5;
bonus2 bAddRace,RC_Insect,5;
bonus2 bAddRace,RC_Demon,5;
bonus2 bAddRace,RC_DemiHuman,5;
}
if (.@r>=9) {
bonus2 bAddRace,RC_Fish,10;
bonus2 bAddRace,RC_Insect,10;
bonus2 bAddRace,RC_Demon,10;
bonus2 bAddRace,RC_DemiHuman,10;
}