====== Glorious Gladius ====== \\ | Glorious Gladius | | ID: | 13042 | | Tradable: | No | | Storage-able: | No | | Vendable: | No | | Attack: | 120 | | Slots: | 0 | | Equipped On: | Weapon | [[wiki:novice]] Class, [[wiki:swordsman]] Class, [[wiki:merchant]] Class, [[wiki:mage]] Class, [[wiki:archer]] Class, [[wiki:thief]] Class, [[wiki:soul_linker]], [[wiki:ninja]] | Equippable By: | | | 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. When attacking, there is a chance to cast Level 1 [[wiki:lex_divina]]. * Indestructible (except in upgrade attempts). [Refine Rate > 5] * Adds 5% defense bypassing on Demi-human monster. * [[wiki:slaughter|Slaughtering]] Level 1 [Refine Rate > 8] * When using [[wiki:raid]], there is a chance to inflict [[wiki:bleeding]] status on every opponent in a 5x5 radius. ===== 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; bonus3 bAutoSpell,"PR_LEXDIVINA",1,20; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine() > 8) bonus4 bAutoSpellOnSkill,"RG_RAID","NPC_WIDEBLEEDING",1,250; },{},{}