====== Glorious Pistol ====== \\ | Glorious Pistol | | ID: | 13110 | | Tradable: | No | | Storage-able: | No | | Vendable: | No | | Attack: | 80 | | Slots: | 0 | | Equipped On: | Weapon | | Equippable By: | [[wiki:gunslinger]] | | Required Level: | 80 | ===== Item Description ===== * Increases physical attack against Demi human monster by 55%. * Adds 20% defense bypassing on Demi-human monster. * Indestructible (except in upgrade attempts). [Refine Rate > 5] * Adds 5% defense bypassing on Demi-human monster. [Refine Rate > 8] * When using [[wiki:rapid_shower]], also cast [[wiki:flip_the_coin]]. * Increase [[wiki:rapid_shower]] damage by (Refine*2)%. ===== How To Obtain This Item ===== ===== Loki ===== * [[wiki:battlegrounds]] - 2000 KvM Points ===== Script ===== { bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine() > 5) bonus2 bIgnoreDefRate,RC_DemiHuman,5; if(getrefine() > 8) { bonus4 bAutoSpellOnSkill,"GS_RAPIDSHOWER","GS_GLITTERING",1,1000; bonus2 bSkillAtk,"GS_RAPIDSHOWER",getrefine()*2; } },{},{}