====== Glorious Grenade Launcher ====== | Glorious Grenade Launcher | | ID: | 13179 | | Tradable: | No | | Storage-able: | No | | Vendable: | No | | Attack: | 330 | | Slots: | 0 | | Equipped On: | Weapon | | Equippable By: | [[wiki:gunslinger]] | | Required Level: | 80 | ===== Item Description ===== * Increases physical attack against Demi human monster by 35%. * Adds 20% defense bypassing on Demi-human monster. * Increase damage from [[wiki:triple_action]] by 30%. * Indestructible (except in upgrade attempts). [Refine Rate > 5] * Adds 5% defense bypassing on Demi-human monster. * [[wiki:slaughter|Slaughtering]] Level 1 [Refine Rate > 8] * Increase damage from [[wiki:ground_drift]] by (Refine*2)%. * When using [[wiki:spread_attack]], chance to Stun enemies. * When attacking physically, chance to increase [[wiki:aspd]] by 20% for 20 seconds. * [[wiki:battlegrounds]] - 2000 KvM Points ===== Script ===== { bonus2 bAddRace,RC_DemiHuman,35; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus2 bSkillAtk,"GS_TRIPLEACTION",30; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine() > 8) { bonus2 bSkillAtk,"GS_GROUNDDRIFT",getrefine() * 2; bonus3 bAddEffOnSkill,"GS_SPREADATTACK",Eff_Stun,2000; autobonus "{ bonus bAspdRate,20; }",200,20000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; } },{},{}