
RENEWAL / ITEMS
Temporal Dex Manteau [1]
#20967Armor
Temporal_M_Dex
TypeArmor
Equipment positionGarment
GenderBoth
Weight40
Buy price0 z
Sell price0 z
DEF38
Slots1
Required level100
Armor level1
Description
A curious manteau that was obviously made a long time ago but has no wear and tear.
It boosts the power of DEX.
ATK + 10 and increases long ranged physical damage by 1% per 2 refine rate.
Increases critical damage by 3% per 4 refine rate.
If refine rate is 7 or higher, additional ATK + 7%.
If refine rate is 9 or higher, ignores physical and magical defense of brute and demon race monsters by 20%.
If refine rate is 11 or higher, ignores physical and magical defense of brute and demon race monsters by additional 10%.
When equipped with Temporal Dex Boots [1] or Modified Dex Boots [1],
increases long ranged physical damage by 7%, if refine rate of boots is 10 or higher, ignores physical and magical defense of brute and demon race monsters by 30%.
Class: Garment Defense: 38
Weight: 40
Required Lv: 100
Jobs: All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bLongAtkRate,(.@r/2);
bonus bBaseAtk,10*(.@r/2);
bonus bCritAtkRate,3*(.@r/4);
if (.@r>=7) {
bonus bAtkRate,7;
}
if (.@r>=9) {
bonus2 bIgnoreDefRaceRate,RC_Demon,20;
bonus2 bIgnoreMdefRaceRate,RC_Demon,20;
bonus2 bIgnoreDefRaceRate,RC_Brute,20;
bonus2 bIgnoreMdefRaceRate,RC_Brute,20;
}
if (.@r>=11) {
bonus2 bIgnoreDefRaceRate,RC_Demon,10;
bonus2 bIgnoreMdefRaceRate,RC_Demon,10;
bonus2 bIgnoreDefRaceRate,RC_Brute,10;
bonus2 bIgnoreMdefRaceRate,RC_Brute,10;
}