Striking Hat
| Item ID | 19379 | Name | Striking Hat |
|
A crest hat with a venerable family crest.
It seems to have been used by the user of Goumi, who was proclaimed to be a warlord. _______________________ AGI +5 DEX +5 ASPD +10% _______________________ Increases Ranged Physical Damage by 5%. _______________________ Perfect HIT +10% _______________________ For each Refine Level: HIT +2 Decreases After Skill Delay by 2%. _______________________ Refine Level +7: Increases Ranged Physical Damage by additional 10%. Perfect HIT +20% _______________________ Refine Level +9: Increases Ranged Physical Damage by additional 10%. Perfect HIT +20% _______________________ When equipped with Brave Hero Shoes: Increases Ranged Physical Damage by additional 25%. _______________________ Type: Headgear Defense: 5 Position: Upper Weight: 40 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Striking_hat | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 5 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 40 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bDex,5;
bonus bAgi,5;
bonus bLongAtkRate,5;
bonus bAspdRate,10;
bonus bPerfectHitAddRate,10;
bonus bHit,2*.@r;
bonus bDelayrate,-2*.@r;
if (.@r>=7) {
bonus bPerfectHitAddRate,20;
bonus bLongAtkRate,10;
}
if (.@r>=9) {
bonus bPerfectHitAddRate,20;
bonus bLongAtkRate,10;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bLongAtkRate,25; |
||||
|
bonus bAllStats,15; |
||||
|
bonus bLongAtkRate,25; bonus bSPDrainValue,5; |
||||
|
bonus2 bSubClass,Class_Boss,20; bonus2 bSubClass,Class_Normal,20; |