====== Glorious Jamadhar ====== \\ | Glorious Jamadhar | | ID: | 1282 | | Tradable: | No | | Storage-able: | No | | Vendable: | No | | Attack: | 140 | | Slots: | 0 | | Equipped On: | Weapon | | Equippable By: | [[wiki:assassin]] | | Required Level: | 80 | ===== Item Description ===== * Increases physical attack against Demi human monster by 70%. * Adds 20% defense bypassing on Demi-human monster. * Indestructible (except in upgrade attempts). [Refine Rate > 5] * Increase Critical damage by 5%. * [[wiki:slaughter|Slaughtering]] Level 1 [Refine Rate > 8] * When attacking physically, chance to increase [[wiki:aspd]] by 100% for 3 seconds. ===== How To Obtain This Item ===== ===== Loki ===== * [[wiki:battlegrounds]] - 2000 KvM Points ===== Script ===== { bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus bCritAtkRate,5; } if(getrefine() > 8) autobonus "{ bonus bAspdRate,100; }",70,3000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; },{},{}