ID #450285
Armor
Engraved Corrupted Poison Rune Cloth [1]
Buy Price: N/A
Sell Price: N/A
An robe born from deep energy research on Varmundt's Biosphere.
The rune magic of corruption and poison is engraved along with the user's magic.
_______________________
POW +3, CRT +3, Critical +10.
ATK +120
_______________________
For each 2 Refine Levels:
ATK +15, DEF +30
_______________________
Refine Level +7:
ATK +5%, P.ATK +2, MDEF +25.
_______________________
Refine Level +9:
C.RATE +7, MDEF +25.
_______________________
Refine Level +11:
Decreases After Skill Delay by 10%.
Increases Physical Damage by 5%.
Increases Critical Damage by 10%.
_______________________
[Bonus by Grade]
[Grade D]: ATK +25, ATK +5%.
[Grade C]: ATK +45, ATK +8%, Critical Damage +3%.
[Grade B]: ATK +13%, Physical Damage +5%, POW +10.
[Grade A]: ATK +16%, Physical Damage +7%, CON +10.
_______________________
Type: Armor
Defense: 150
Weight: 0
Armor Level: 2
_______________________
Requirement:
Base Level 250
The rune magic of corruption and poison is engraved along with the user's magic.
_______________________
POW +3, CRT +3, Critical +10.
ATK +120
_______________________
For each 2 Refine Levels:
ATK +15, DEF +30
_______________________
Refine Level +7:
ATK +5%, P.ATK +2, MDEF +25.
_______________________
Refine Level +9:
C.RATE +7, MDEF +25.
_______________________
Refine Level +11:
Decreases After Skill Delay by 10%.
Increases Physical Damage by 5%.
Increases Critical Damage by 10%.
_______________________
[Bonus by Grade]
[Grade D]: ATK +25, ATK +5%.
[Grade C]: ATK +45, ATK +8%, Critical Damage +3%.
[Grade B]: ATK +13%, Physical Damage +5%, POW +10.
[Grade A]: ATK +16%, Physical Damage +7%, CON +10.
_______________________
Type: Armor
Defense: 150
Weight: 0
Armor Level: 2
_______________________
Requirement:
Base Level 250
Equipment Reform
Available through the reform system Bar_D_A_Unseal
- Deep Corruption Rune × 60
- Rune of Deep Poison × 60
- Essence of Deep Corruption × 30
- Essence of Deep Venom × 30
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Defense
150
Acquisition method
Equipment reform
Requirements
Armor Level
2
Min Level
250
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bCritical,10; bonus bPow,3; bonus bCrt,3; bonus bBaseAtk,120+12*(.@r/2); bonus bDef,30*(.@r/2); if (.@r>=7) { bonus bPAtk,2; bonus bAtkRate,5; bonus bMdef,25; if (.@r>=9) { bonus bCRate,7; bonus bMdef,25; if (.@r>=11) { bonus bCritAtkRate,10; bonus bLongAtkRate,5; bonus bShortAtkRate,5; bonus bDelayrate,-10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,5; bonus bBaseAtk,25; if (.@g>=ENCHANTGRADE_C) { bonus bCritAtkRate,8; bonus bAtkRate,8; bonus bBaseAtk,45; if (.@g>=ENCHANTGRADE_B) { bonus bLongAtkRate,5; bonus bShortAtkRate,5; bonus bAtkRate,13; bonus bPow,10; if (.@g>=ENCHANTGRADE_A) { bonus bLongAtkRate,7; bonus bShortAtkRate,7; bonus bAtkRate,16; bonus bCrt,10; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bCritical,10;
bonus bPow,3;
bonus bCrt,3;
bonus bBaseAtk,120+12*(.@r/2);
bonus bDef,30*(.@r/2);
if (.@r>=7) {
bonus bPAtk,2;
bonus bAtkRate,5;
bonus bMdef,25;
if (.@r>=9) {
bonus bCRate,7;
bonus bMdef,25;
if (.@r>=11) {
bonus bCritAtkRate,10;
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
bonus bDelayrate,-10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bAtkRate,5;
bonus bBaseAtk,25;
if (.@g>=ENCHANTGRADE_C) {
bonus bCritAtkRate,8;
bonus bAtkRate,8;
bonus bBaseAtk,45;
if (.@g>=ENCHANTGRADE_B) {
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
bonus bAtkRate,13;
bonus bPow,10;
if (.@g>=ENCHANTGRADE_A) {
bonus bLongAtkRate,7;
bonus bShortAtkRate,7;
bonus bAtkRate,16;
bonus bCrt,10;
}
}
}
}