====== Glorious Suit ====== | Glorious Suit | | ID: | 2394 | | Tradable: | No | | Storage-able: | No | | Vendable: | No | | Slots: | 0 | | Defence: | 0 | | Equipped On: | Armor | | Equippable By: | All Classes | | Required Level: | 81 | ===== Item Description ===== * Add a 7% resistance against Demihuman monster. * [[wiki:max_hp]] + 20% | {{:i_one-hand_quicken.png|I One-Hand Quicken.png}} | **Set Bonus: ** [[wiki:glorious_muffler]], [[wiki:glorious_shoes]], **Glorious Suit** | * [[wiki:atk]], [[wiki:matk]] +5% * Immune to [[wiki:freeze]]. * Increases [[wiki:heal]], [[wiki:sanctuary]], and [[wiki:potion_pitcher]] effectiveness by 3%. * [[wiki:battlegrounds]] * [[wiki:battlegrounds]] * [[wiki:battlegrounds]] ===== Script ===== { bonus bMaxHPRate,20; bonus2 bSubRace,RC_DemiHuman,7; if( isequipped(2444,2549) ) { bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus2 bResEff,Eff_Freeze,10000; bonus2 bSkillHeal2,"AM_POTIONPITCHER",3; bonus2 bSkillHeal2,"AL_HEAL",3; bonus2 bSkillHeal2,"PR_SANCTUARY",3; } },{},{}