====== Oridecon Katar ====== \\ | Oridecon Katar | ^ {{:NoImage.png|NoImage.png}}[[wiki:file_noimage_png]] ^ | ID: | 40526 | | Tradable: | Yes | | Storage-able: | Yes | | Vendable: | Yes | | Attack: | 70 | | Slots: | 0 | | Weapon Level: | Unknown | | Equipped On: | Weapon | | Equippable By: | [[wiki:assassin]] Class | | Required Level: | None | ===== Item Description ===== * Increase [[wiki:atk]] by (40 + Refine*2)% * Add a (5 + 0.5*Refine)% chance to inflict [[wiki:stun]], [[wiki:silence]], [[wiki:bleeding|External Bleeding]] or [[wiki:confusion]] when attacking * Unbreakable ===== How To Obtain This Item ===== === Loki === * [[wiki:metalworking]] \\ ===== Script ===== bonus bAtkRate,40+getrefine()*2; bonus bHit,50+getrefine()*5; bonus2 bAddEff,Eff_Stun,500+getrefine()*50; bonus2 bAddEff,Eff_Bleeding,500+getrefine()*50; bonus2 bAddEff,Eff_Confusion,500+getrefine()*50; bonus2 bAddEff,Eff_Silence,500+getrefine()*50; bonus bUnbreakableWeapon,0;