ID #460006
Armor
Encyclopedia Complete Edition [1]
Buy Price: N/A
Sell Price: N/A
The complete edition of the encyclopedia of Prontera Mo Publishing, which is famous for its hard edges.
Now, not just the corners, but every side of the book is incredibly heavy and hard.
_______________________
ATK +3%,
MDEF +15
_______________________
Refine Level +7:
ATK +25
Critical +7
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 5%.
_______________________
Refine Level +12:
ATK +7%
Increases Critical Damage by 10%.
_______________________
When equipped with Mental Condenser or Force Condenser:
MaxHP +10%
Decreases After Skill Delay by 5%.
_______________________
Type: Shield
Defense: 150
Weight: 150
Armor Level: 2
_______________________
Requirement:
Base Level 230
Now, not just the corners, but every side of the book is incredibly heavy and hard.
_______________________
ATK +3%,
MDEF +15
_______________________
Refine Level +7:
ATK +25
Critical +7
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 5%.
_______________________
Refine Level +12:
ATK +7%
Increases Critical Damage by 10%.
_______________________
When equipped with Mental Condenser or Force Condenser:
MaxHP +10%
Decreases After Skill Delay by 5%.
_______________________
Type: Shield
Defense: 150
Weight: 150
Armor Level: 2
_______________________
Requirement:
Base Level 230
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
1500
Defense
150
Requirements
Armor Level
2
Min Level
230
Scripts
Script .@r = getrefine(); bonus bAtkRate,3; bonus bMdef,10; if (.@r>=7) { bonus bCritical,3; bonus bBaseAtk,25; if (.@r>=9) { bonus bAspdRate,5; if (.@r>=12) { bonus bCritAtkRate,10; bonus bAtkRate,7; } } }
.@r = getrefine();
bonus bAtkRate,3;
bonus bMdef,10;
if (.@r>=7) {
bonus bCritical,3;
bonus bBaseAtk,25;
if (.@r>=9) {
bonus bAspdRate,5;
if (.@r>=12) {
bonus bCritAtkRate,10;
bonus bAtkRate,7;
}
}
}