====== Warlock's Battle 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.** | | Warlock's Battle Robe | | ID: | 2379 | | Tradable: | No | | Storage-able: | No | | Vendable: | No | | Slots: | 1 | | Defence: | 3 | | Equipped On: | Armor | | Equippable By: | [[wiki:mage]] Class, [[wiki:soul]] Linker | | Required Level: | 80 | ===== Item Description ===== A Battle Robe that helps to increase survival possibility. 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:combat_boots]], [[wiki:commander_s_manteau|Commander's Manteau]], **Warlock's Battle Robe** | * [[wiki:int]] + 3 * [[wiki:max_hp]] + 12%. * Adds a 20% resistance against [[wiki:stun]]. * 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-Demihuman monster by 3 times. ===== Changes Made To This Item ===== **Loki: ** * 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(2539) && isequipped(2436)) { bonus2 bSubRace,RC_NonDemiHuman,-300; bonus bInt,3; bonus bMaxHPRate,12; bonus2 bResEff,Eff_Stun,2000; autobonus2 "{ bonus bDefEle,Ele_Ghost; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_ENERGYCOAT; }"; }; bonus bUnbreakableArmor,0; },{},{} **Loki: ** * Unknown