====== Glorious Flamberge ====== \\ | Glorious Flamberge | | ID: | 13416 | | Tradable: | No | | Storage-able: | No | | Vendable: | No | | Attack: | 130 | | Slots: | 0 | | Equipped On: | Weapon | | Equippable By: | [[wiki:novice]] Class, [[wiki:swordsman]] Class, [[wiki:merchant]] Class, [[wiki:thief]] Class | | Required Level: | 80 | ===== Item Description ===== * [[wiki:matk]] +15% * Increases physical attack against Demi human monster by 75%. * Adds 20% defense bypassing on Demi-human monster. * Indestructible (except in upgrade attempts). [Refine Rate > 5] * Adds 5% defense bypassing on Demi-human monster. * [[wiki:slaughter|Slaughtering]] Level 1 [Refine Rate > 6] * [[wiki:aspd]] + 5% [Refine Rate > 8] * When using [[wiki:bash]], there is a chance to cast [[wiki:critical_wounds]] Level 2 on the target. * [[wiki:aspd]] + 5% ===== How To Obtain This Item ===== === Eir === * [[wiki:battlegrounds]] === Loki === * [[wiki:battlegrounds]] - 2000 KvM Points === Tyr === * [[wiki:battlegrounds]] ===== Script ===== { bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine() > 6) bonus bAspdRate,5; if(getrefine() > 8) { bonus bAspdRate,5; bonus4 bAutoSpellOnSkill,"SM_BASH","NPC_CRITICALWOUND",2,200; } },{},{}