Artwork unavailable
RENEWAL / ITEMS
[Not for Sale] Boxer Glove [1]
#400490Armor
aegis_400490
Item stats
- Slots
- 1
- Weight
- 20
- Armor level
- 1
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Armor
- Equipment position
- Accessory
- Gender
- Both
- Required level
- 55+
- Jobs
- All jobs
- Class tiers
- All tiers
- Refineable
- No
- Trading & storage
- Restricted: Dropping, Trading, Cart storage, Guild storage, Mail, Auction
No description is available. Available properties and effects are shown below.
Item effect script
bonus bStr,3;
bonus bAgi,3;
bonus bMaxSP,75;
bonus bMdef,15;
bonus3 bAutoSpell,"MO_CALLSPIRITS",5,1000;
if (BaseJob == Job_Monk) {
bonus4 bAutoSpellOnSkill,"CH_CHAINCRUSH","CH_SOULCOLLECT",1,1000;
bonus2 bSkillAtk,"MO_CHAINCOMBO",BaseLevel;
bonus2 bSkillAtk,"MO_COMBOFINISH",BaseLevel;
bonus2 bSkillAtk,"CH_TIGERFIST",BaseLevel;
bonus2 bSkillAtk,"CH_CHAINCRUSH",BaseLevel;
bonus2 bSkillAtk,"MO_FINGEROFFENSIVE",JobLevel;
}
Equipment sets
Set 1
Set effect
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus4 bAutoSpellOnSkill,"MO_FINGEROFFENSIVE","CH_SOULCOLLECT",1,1000;
bonus bMaxHPrate,-2*.@r;
bonus2 bSkillAtk,"MO_FINGEROFFENSIVE",10*.@r;
bonus3 bAddEff,Eff_Bleeding,100*.@r,ATF_LONG;


