====== Elite Engineer Armor ====== \\ | **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 Engineer Armor | | ID: | 2377 | | Tradable: | No | | Storage-able: | No | | Vendable: | No | | Slots: | 1 | | Defence: | 7 | | Equipped On: | Armor | | Equippable By: | [[wiki:merchant]] Class | | Required Level: | 80 | ===== Item Description ===== Designed to be used by outstanding warrior who has a remarkable attack skill. It brings multiple effects when compounded as a set. * Reduces damage from DemiHuman monster by 2%. * [[wiki:max_hp]] + 150 * [[wiki:mdef]] + 2. \\ | {{:I_One-Hand_Quicken.png|I One-Hand Quicken.png}}[[wiki:file_i_one_hand_quicken_png]] | **Set Bonus: ** [[wiki:battle_greaves]], [[wiki:captain_s_manteau|Captain's Manteau]], **Elite Engineer Armor** | * [[wiki:str]] + 3 * [[wiki:max_hp]] + 12% * Increases [[wiki:mammonite]] damage by 20%. * Increases the effectiveness of your [[wiki:heal]] and [[wiki:potion_pitcher]] by 10%. * Increases damage recieved from all Non-Demihuman monster by 3 times. * Armor can not destroyed. | | \\ ===== 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%. \\ ===== How To Obtain This Item ===== === Loki === * [[wiki:battlegrounds]] ===== Script ===== **Eir / Tyr: ** * { bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2; if (isequipped(2538,2435)) { bonus2 bSubRace,RC_NonDemiHuman,-300; bonus bStr,3; bonus bMaxHPRate,12; bonus2 bSkillAtk,"MC_MAMMONITE",20; bonus2 bSkillHeal,"AM_POTIONPITCHER",10; bonus2 bSkillHeal2,"AM_POTIONPITCHER",10; bonus2 bSkillHeal2,"AL_HEAL",10; bonus bUnbreakableArmor,0; }; },{},{} **Loki: ** * Unknown