Striking Gauntlet
| Item ID | 460052 | Name | Striking Gauntlet |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Striking_Armguard | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Off Hand | ||
| Defense | 60 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 40 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bSubClass,Class_Boss,20; bonus2 bSubClass,Class_Normal,20; |
||||
|
bonus bLongAtkRate,2*getequiprefinerycnt(EQI_ARMOR); |
||||
|
bonus2 bSubEle,Ele_Neutral,10; |
||||
|
bonus bAtkRate,4*getequiprefinerycnt(EQI_SHOES); |
||||
|
bonus bLongAtkRate,15; |