ID #20967
Armor
Temporal Dex Manteau [1]
Buy Price: N/A
Sell Price: N/A
It must have been made a long time ago, but it is a mysterious cloak that has never been worn or worn out.
Has the ability to strengthen your dexterity.
_______________________
For each 2 Refine Levels:
ATK +10
Increases Ranged Physical Damage by 1%.
_______________________
For each 4 Refine Levels:
Increases Critical Damage by 3%.
_______________________
Refine Level +7:
ATK +7%
_______________________
Refine Level +9:
Ignores 20% physical and magic defense of Animal and Demon race monsters.
_______________________
Refine Level +11:
Ignores additional 10% physical and magic defense of Animal and Demon race monsters.
_______________________
When equipped with Temporal DEX Boots or Modified Temporal DEX Boots:
Increases Ranged Physical Damage by 7%.
Refine Level of Temporal DEX Boots or Modified Temporal DEX Boots is +10 or higher:
Ignores 30% physical and magic defense of Animal and Demon race monsters.
_______________________
Type: Garment
Defense: 38
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100
Has the ability to strengthen your dexterity.
_______________________
For each 2 Refine Levels:
ATK +10
Increases Ranged Physical Damage by 1%.
_______________________
For each 4 Refine Levels:
Increases Critical Damage by 3%.
_______________________
Refine Level +7:
ATK +7%
_______________________
Refine Level +9:
Ignores 20% physical and magic defense of Animal and Demon race monsters.
_______________________
Refine Level +11:
Ignores additional 10% physical and magic defense of Animal and Demon race monsters.
_______________________
When equipped with Temporal DEX Boots or Modified Temporal DEX Boots:
Increases Ranged Physical Damage by 7%.
Refine Level of Temporal DEX Boots or Modified Temporal DEX Boots is +10 or higher:
Ignores 30% physical and magic defense of Animal and Demon race monsters.
_______________________
Type: Garment
Defense: 38
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
400
Defense
38
Requirements
Armor Level
1
Min Level
100
Scripts
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; }
.@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;
}