====== Assaulter Plate ====== \\ | **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.** | | Assaulter Plate | | ID: | 2376 | | Tradable: | No | | Storage-able: | No | | Vendable: | No | | Slots: | 1 | | Defence: | 7 | | Equipped On: | Armor | | Equippable By: | [[wiki:swordsman]] Class, [[wiki:merchant]] Class, [[wiki:taekwon]], [[wiki:star_gladiator]] | | Required Level: | 80 | ===== Item Description ===== Designed for brave warrior who faces against enemies at the forefront. 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: ** **Assaulter Plate**, [[wiki:battle_greaves]], [[wiki:captain_s_manteau|Captain's Manteau]] | * [[wiki:vit]] + 3 * [[wiki:max_hp]] + 12% * Increases [[wiki:heal]] and item recovery by 10% * Increases Damage received from all non-Demi Human monsters by 3 times. * When attacking physically, there is a chance to recover 6,000 [[wiki:hp]] over 10 seconds. | | \\ \\ ===== 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 ===== === 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,2435)) { bonus2 bSubRace,RC_NonDemiHuman,-300; bonus bVit,3; bonus bMaxHPRate,12; bonus2 bSkillHeal2,"AL_HEAL",10; bonus2 bAddItemHealRate,IG_Recovery,10; autobonus2 "{ bonus2 bHPRegenRate,600,1000; }",5,10000,BF_WEAPON,"{ specialeffect2 EF_HEAL; }"; }; },{},{} **Loki: ** * Unknown