Viewing Item (Doom Slayer)

Basic Info

Name 1386 Doom Slayer
Item ID 1386 - Doom_Slayer_I
Type Weapon - Two-Handed Axe
1386
A gigantic and ridiculously heavy axe that requires great strength to use it properly.
[Base Strength >= 95]
ATK + 400
Causes Stun effect to enemies by 30% chance when receiving damage.
Decreases ASPD by 25%. SP cost of All Skills is doubled.
Add a 5% chance of breaking the enemy's armor when attacking.
Type : Two-Handed Axe
Attack : 20
Refinable : No
Weight : 0
Weapon Level : 4
Applicable Job : Swordsman Class, Merchant Class

Details

Weight 0
NPC Buy 0 z
NPC Sell 0 z
Refineable No
Equip Locations Main Hand + Off Hand

Stats

Range 1
Defense 0
Attack 20
Weapon Level 4
Slots 0

Restrictions

Level Range Any
Usage None
Trade Can't be dropped / Can't be traded or vended / Can't be sold to NPCs / Can't be placed into Cart / Can't be placed into Storage / Can't be placed into Guild Storage / Can't be placed into Master Storage
Job Class Types Normal / Upper / Baby
Job Classes Swordsman / Merchant / Knight / Blacksmith / Crusader / Alchemist
Gender Any

Scripts

Use Script
if(readparam(bStr)>=95) { bonus bBaseAtk,400; bonus2 bAddEff,Eff_Stun,3000; bonus bAspdRate,-25; bonus bUseSPrate,100; bonus bBreakArmorRate,500; }
Equip Script
None
Unequip Script
None