
RENEWAL / ITEMS
True Hunting Mail [1]
#15246Armor
True_Hunting_Mail
TypeArmor
Equipment positionArmor
GenderBoth
Weight90
Buy price0 z
Sell price0 z
DEF40
Slots1
Required level100
Armor level1
Description
Armor awarded by the royal family as a token of gratitude to hunters who excelled in hunting competitions.
Class: Armor
Defense: 40
Weight: 90
Requires Level: 100
Usable By: All Jobs
Max HP + 1000
Max SP + 200
Increases Physical and Magical Damage to Beast and Insect Monster by 10%.
For every 3 refine levels, increases Max HP and Max SP + 1%.
If equipped with True Hunting Manteau and True Hunting Boots, reduces after Skill Delay by 7%.
If the refine level of True Hunting Mail, True Hunting Manteau and True Hunting Boots is 9 or greater, reduces after Skill Delay by an additional 8%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,1000;
bonus bMaxSP,200;
bonus2 bAddRace,RC_Insect,10;
bonus2 bMagicAddRace,RC_Insect,10;
bonus2 bAddRace,RC_Brute,10;
bonus2 bMagicAddRace,RC_Brute,10;
bonus bMaxHPrate,(.@r/3);
bonus bMaxSPrate,(.@r/3);