Solid Manual
| Item ID | 540041 | Name | Solid Manual |
|
A book made of refined clock tower parts and quenched with etheric power.
It supplemented the shortcomings of the existing Fortified Book. _______________________ Indestructible in battle _______________________ MATK +240 _______________________ For each 2 Refine Levels: Increases damage of Conflagration and Lightning Land by 6%. _______________________ For each 3 Refine Levels: Increases damage of Psychic Wave by 15%. _______________________ For each 4 Refine Levels: Increases Magical Damage with every element by 4%. _______________________ [Bonus by Grade] [Grade D]: SPL +2 [Grade C]: Damage of Conflagration and Lightning Land +10%. [Grade B]: S.MATK +2 _______________________ Type: Book Attack: 180 Weight: 90 Weapon Level: 5 _______________________ Requirement: Base Level 220 Elemental Master |
|---|---|---|---|---|---|
| Weapon Level | 5 | Identifier | Solid_Manual | ||
| Attack | 180 | Type | Weapon - Book | ||
| MATK | 240 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Sage | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | None | ||
| Weight | 90 | Min Equip Level | 220 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"EM_CONFLAGRATION",6*(.@r/2);
bonus2 bSkillAtk,"EM_LIGHTNING_LAND",6*(.@r/2);
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15*(.@r/3);
bonus2 bMagicAtkEle,Ele_All,4*(.@r/4);
if (.@g >= ENCHANTGRADE_D) {
bonus bSpl,2;
if (.@g >= ENCHANTGRADE_C) {
bonus2 bSkillAtk,"EM_CONFLAGRATION",10;
bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10;
if (.@g >= ENCHANTGRADE_B) {
bonus bSMatk,2;
}
}
}
|
||||