
RENEWAL / ITEMS
Entwined Magical Armor [1]
#450440Armor
Entwined_Armor
TypeArmor
Equipment positionArmor
GenderBoth
Weight200
Buy price0 z
Sell price0 z
DEF158
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
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bBaseAtk,120+15*(.@r/2);
if (.@r>=7) {
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
bonus bAspdRate,10;
if (.@r>=9) {
bonus bPAtk,3;
if (.@r>=10) {
bonus bBaseAtk,25;
bonus bDef,100;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bDelayrate,-5;
bonus bPow,3;
bonus bCon,3;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bAddRace2,RC2_Destroyed_Valkyrie_Realm,15;
}
}