Item Details

Sealed Bible [2] ( Sealed_Bible )

# 540053 Sealed Bible [2]
Sealed Bible [2] Buy: zeny Sell: 0 zeny Weight: 100 Slots: 2
Type: Weapon item. Subtype: N/A Gender: Both Locations: Weapon
Attack: 210 M. Attack: N/A Range: 1 Defense: N/A
Weapon Level: 5 Armor Level: N/A Equip Level Min: 215 Equip Level Max: N/A
Refineable: 1 Gradable: 1 Element: Neutral Classes: Fourth classes.

A cursed bible that contains evil spirits sealed within it.
------------------------
Cannot be destroyed.
------------------------
ATK + 5%, POW + 2.
------------------------
Increase Petitio damage by 5%.
------------------------
When refined to +5 or higher, increase Petitio damage by additional 10%.
------------------------
When refined to +7 or higher, increase melee physical damage by 5%.
------------------------
When refined to +9 or higher, increase Petitio damage by additional 10%.
------------------------
When refined to +10 or higher, CRI + 10.
------------------------
When refined to +11 or higher, increase Petitio damage by additional 5% and Critical damage by 20%.
------------------------
[Grade Bonus]
[Grade D] Increase melee physical damage by 10%.
[Grade C] Increase physical damage against all sizes enemies by 10%.
[Grade B] Increase physical damage against all races enemies by 10%.
[Grade A] Increase physical damage against all property enemies by 10%.
------------------------
Type : Book
Attack : 210
Weight : 100
Weapon Level : 5
Required Level : 215
Class : Cardinal

N/A

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bAtkRate,5;
bonus bPow,2;
bonus2 bSkillAtk,"CD_PETITIO",5;
if (.@r>=5) {
   bonus2 bSkillAtk,"CD_PETITIO",10;
   if (.@r>=7) {
      bonus bShortAtkRate,5;
      if (.@r>=9) {
         bonus2 bSkillAtk,"CD_PETITIO",10;
         if (.@r>=10) {
            bonus bCritical,10;
            if (.@r>=11) {
               bonus bCritAtkRate,20;
               bonus2 bSkillAtk,"CD_PETITIO",5;
            }
         }
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bShortAtkRate,10;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bAddSize,Size_All,10;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bAddRace,RC_All,10;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bAddEle,Ele_All,10;
         }
      }
   }
}
N/A
N/A

N/A