
RENEWAL / ITEMS
Entwined Magical Manteau [1]
#480545Armor
Entwined_Manteau
TypeArmor
Equipment positionGarment
GenderBoth
Weight120
Buy price0 z
Sell price0 z
DEF92
Slots1
Required level220
Armor level2
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHP,4500;
bonus bMaxSP,150;
bonus bCritical,5;
bonus bHit,25;
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus bPow,3;
if (.@r>=10) {
bonus bVariableCastrate,-5;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bLongAtkRate,10;
bonus bShortAtkRate,10;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bAddRace2,RC2_Destroyed_Valkyrie_Realm,15;
}
}