====== Elite Shooter Suit ====== | **This item's information has been altered on one of the servers.\\ Please see the "Changes" section listed below to read details about this change.** | | Elite Shooter Suit | | ID: | 2382 | | Tradable: | No | | Storage-able: | No | | Vendable: | No | | Slots: | 1 | | Defence: | 3 | | Equipped On: | Armor | | Equippable By: | [[wiki:gunslinger]] | | Required Level: | 80 | ===== Item Description ===== If you are a true [[wiki:gunslinger]], you might want this suit! It brings multiple effects when compounded as a set. * [[wiki:max_hp]] + 150 * [[wiki:mdef]] + 2. * Reduces damage from Demihuman monster by 2%. | {{:i_one-hand_quicken.png|I One-Hand Quicken.png}} | **Set Bonus: ** [[wiki:battle_boots]], **Elite Shooter Suit**, [[wiki:sheriff_s_manteau|Sheriff's Manteau]] | * [[wiki:dex]] + 3 * [[wiki:max_hp]] + 12% * Reduces ranged damage by 10%. * Decreases cast delay of all skills by 25%. * Increases damage recieved from all Non-Demihuman monster by 3 times. ===== Changes Made To This Item ===== **Loki: ** * Armors have been made unbreakable * If full set is equipped: * Each refine on the armor increases damage/magic damage on Demi-Human by 1%. * [[wiki:battlegrounds]] ===== Script ===== **Eir / Tyr: ** * { bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2; if (isequipped(2540,2437)) { bonus2 bSubRace,RC_NonDemiHuman,-300; bonus bDex,3; bonus bMaxHPRate,12; bonus bLongAtkDef,10; bonus bDelayRate,-25; }; },{},{} **Loki: ** * Unknown