Glorious Shotgun

From Revival Ragnarok Online
Revision as of 00:03, 26 March 2012 by Sen (talk | contribs) (Created page with "{{Template:Weapon |itemName = Glorious Shotgun |itemId = 13178 |itemSlot = 0 |itemTrade = No |itemVend = No |itemStore = No |itemAtk = 110 |itemEqp = Weapon |cl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Glorious Shotgun
ID: 13178
Tradable: No
Storage-able: No
Vendable: No
Attack: 110
Slots: 0
Weapon Level: 0
Equipped On: Weapon
Equippable By: Gunslinger
Required Level: 80

Item Description

  • Increases physical attack against Demi human monster by 55%.
  • Adds 20% defense bypassing on Demi-human monster.
  • Splash Damage
  • Increase Triple Action damage by 30%.
  • Indestructible (except in upgrade attempts).

[Refine Rate > 5]

  • Adds 5% defense bypassing on Demi-human monster.
  • Slaughtering Level 1

[Refine Rate > 8]

How To Obtain This Item

Eir

Loki

Tyr

Script

{ bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bSplashRange,1; 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_SPREADATTACK",getrefine() * 2; bonus3 bAddEffOnSkill,"GS_SPREADATTACK",Eff_Stun,2000; } },{},{}