====== Medic's Robe ====== \\ | **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.** | | Medic's Robe | | ID: | 2380 | | Tradable: | No | | Storage-able: | No | | Vendable: | No | | Slots: | 1 | | Defence: | 3 | | Equipped On: | Armor | | Equippable By: | [[wiki:acolyte]] Class | | Required Level: | 80 | ===== Item Description ===== Designed to be used by responsible warrior who takes charge of survival of the guild or party. It brings multiple effects when compounded as a set. * [[wiki:maximum_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:combat_boots]], [[wiki:commander_s_manteau|Commander's Manteau]], **Medic's Robe** | * [[wiki:dex]] + 3 * [[wiki:max_hp]] + 12% * Decreases cast time of the skill [[wiki:holy_light]] by 50% * Increases the effectiveness of your [[wiki:heal]] and [[wiki:sanctuary]] skills by 10%. * When receiving physical Damage, there is a chance that for 10 seconds, your armor will become [[wiki:ghost]] property. * Increases Damage received from all Non-Demi Human monster by 300%. \\ ===== 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(2539,2436)) { bonus2 bSubRace,RC_NonDemiHuman,-300; bonus bInt,3; bonus bMaxHPRate,12; bonus2 bCastrate,156,-50; bonus bHealPower,6; autobonus2 "{ bonus bDefEle,Ele_Ghost; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_ENERGYCOAT; }"; }; },{},{} **Loki: ** * Unknown