ID #460052
Armor
Striking Gauntlet [1]
Buy Price: N/A
Sell Price: N/A
Gauntlets decorated with a noble family crest.
Apparently used by a master archer who was praised for his unparalleled bravery.
_______________________
For each Refine Level:
MaxHP +3%, MaxSP +3%
_______________________
Refine Level +6:
AGI +5, DEX +5
_______________________
Refine Level +8:
AGI +10, DEX +10
_______________________
When equipped with Striking Hat
Decreases damage taken from monsters of Normal and Boss class by 20%.
_______________________
When equipped with Striking Armor
For each Refine Level of Striking Armor:
Increases Ranged Physical Damage by 2%.
_______________________
When equipped with Striking Mikoshi
Decreases damage taken from Neutral elemental attacks by 10%.
_______________________
When equipped with Striking Shoes
For each Refine Level of Striking Shoes:
Increases Physical Damage by 4%.
_______________________
When equipped with Grand Master:
Increases Ranged Physical Damage by 15%.
_______________________
Type: Shield
Defense: 60
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100
Apparently used by a master archer who was praised for his unparalleled bravery.
_______________________
For each Refine Level:
MaxHP +3%, MaxSP +3%
_______________________
Refine Level +6:
AGI +5, DEX +5
_______________________
Refine Level +8:
AGI +10, DEX +10
_______________________
When equipped with Striking Hat
Decreases damage taken from monsters of Normal and Boss class by 20%.
_______________________
When equipped with Striking Armor
For each Refine Level of Striking Armor:
Increases Ranged Physical Damage by 2%.
_______________________
When equipped with Striking Mikoshi
Decreases damage taken from Neutral elemental attacks by 10%.
_______________________
When equipped with Striking Shoes
For each Refine Level of Striking Shoes:
Increases Physical Damage by 4%.
_______________________
When equipped with Grand Master:
Increases Ranged Physical Damage by 15%.
_______________________
Type: Shield
Defense: 60
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100
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
60
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMdef,15; bonus bMaxHPrate,3*.@r; bonus bMaxSPrate,3*.@r; if (.@r>=6) { bonus bAgi,5; bonus bDex,5; } if (.@r>=8) { bonus bAgi,10; bonus bDex,10; }
.@r = getrefine();
bonus bMdef,15;
bonus bMaxHPrate,3*.@r;
bonus bMaxSPrate,3*.@r;
if (.@r>=6) {
bonus bAgi,5;
bonus bDex,5;
}
if (.@r>=8) {
bonus bAgi,10;
bonus bDex,10;
}