Encyclopedia Complete Edition
| Item ID | 460006 | Name | Encyclopedia Complete Edition |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | MD_Geffen_Shield2 | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Off Hand | ||
| Defense | 150 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 150 | Min Equip Level | 230 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bMaxHPrate,10; bonus bDelayrate,-5; |
||||
|
bonus bMaxHPrate,10; bonus bDelayrate,-5; |