====== Assassin 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.** | | Assassin Robe | | ID: | 2378 | | Tradable: | No | | Storage-able: | No | | Vendable: | No | | Slots: | 1 | | Defence: | 7 | | Equipped On: | Armor | | Equippable By: | [[wiki:thief]] Class, [[wiki:ninja]] | | Required Level: | 80 | ===== Item Description ===== If you desired to move more quickly, it might help. It brings multiple effects when compounded as a set.\\ * Max HP + 150 * [[wiki:mdef]] + 2 * Reduces damage from Demihuman monster by 2%. \\ | {{:I_One-Hand_Quicken.png|I One-Hand Quicken.png}}[[wiki:file_i_one_hand_quicken_png]] | **Set Bonus: ** **Assassin Robe**, [[wiki:battle_greaves]], [[wiki:captain_s_manteau|Captain's Manteau]] | * [[wiki:agi]] + 3. * [[wiki:max_hp]] + 12%. * [[wiki:critical|CRIT Rate]] and [[wiki:aspd]] by 5%. * When attacking physically, there is a chance to recover 3000 [[wiki:hp]] over per 10 seconds. * Increases Damage received from all Non-Demi Human monster by 3 times. | | \\ \\ ===== Changes Made To This Item ===== **Loki: ** * Armors have been made unbreakable * When the full set is equipped: * Each refine on the armor increases damage/magic damage on Demi-Human by 1%. \\ ===== How To Obtain This Item ===== === Eir === * [[wiki:battlegrounds]] === Loki === * [[wiki:battlegrounds]] === Tyr === * [[wiki:battlegrounds]] ===== Script ===== **Eir / Tyr: ** * {bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2; if (isequipped(2538) && isequipped(2435)) { bonus2 bSubRace,RC_NonDemiHuman,-300; bonus bAgi,3; bonus bMaxHPRate,12; bonus bCritical,5; bonus bAspdRate,5; autobonus "{ bonus2 bHPRegenRate,300,1000; }",10,10000,BF_WEAPON,"{ specialeffect2 EF_HEAL; }"; };},{},{} **Loki: ** * Unknown