Item Details

Pride Stone [2] ( Ep172_Bh_Staff )

# 640005 Pride Stone [2]
Pride Stone [2] Buy: zeny Sell: 0 zeny Weight: 200 Slots: 2
Type: Weapon item. Subtype: N/A Gender: Both Locations: Right_Hand + Left_Hand
Attack: 180 M. Attack: 320 Range: 1 Defense: N/A
Weapon Level: 4 Armor Level: N/A Equip Level Min: 150 Equip Level Max: N/A
Refineable: 1 Gradable: N/A Element: Neutral Classes: Fourth classes., All Third

A science instrument that was stored in Barmund Mansion.
It has been horribly distorted by the magic-jamming device that Illusion has installed.
Indestructible.
MATK +320.
Neutral and Water Magic damage +15%
MATK +6 and Variable Cast Time -3% for every 3 refine levels
When refined to +7 or higher, Comet and Jack Frost damage +10%.
When refined to +9 or higher, Comet cooldown -10 sec., Jack Frost cooldown -1.5 sec.
When refined to +11 or higher, Additional Comet and Jack Frost damage +20%.
_
Class: Two-handed Staff
ATK: 180
Weight: 200
Weapon Level: 4
Required Level: 150
Job: Warlock Classes

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:
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bMagicAtkEle,Ele_Neutral,15;
bonus2 bMagicAtkEle,Ele_Water,15;
bonus bVariableCastrate,-3*(.@r/3);
bonus bMatk,6*(.@r/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"WL_JACKFROST",10;
   bonus2 bSkillAtk,"WL_COMET",10;
}
if (.@r>=9) {
   bonus2 bSkillCooldown,"WL_JACKFROST",-1500;
   bonus2 bSkillCooldown,"WL_COMET",-10000;
}
if (.@r>=11) {
   bonus2 bSkillAtk,"WL_JACKFROST",20;
   bonus2 bSkillAtk,"WL_COMET",20;
}
N/A
N/A

N/A