ID #15965
Armor
[Not for Sale] Stripe Hat [1]
Buy Price: N/A
Sell Price: N/A
A hat characterized by long stripes running from the brim of the hat to the back of the head.
It has been modified to suit the OS weapons.
_______________________
For each 2 Refine Levels:
ATK +20
_______________________
Refine Level +7:
Decreases Variable Casting Time by 15%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 15%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Small and Medium sized enemies by 15.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Boost Lance-OS:
ATK +30
For each 2 Refine Levels of Boost Lance-OS:
Increases damage of Cannon Spear by 4%.
_______________________
When equipped with MH-P89-OS:
Increases damage of Severe Rainstorm by 10%.
For each 2 Refine Levels of MH-P89-OS:
Increases Ranged Physical Damage by 3%.
_______________________
When equipped with AC-B44-OS:
Decreases After Skill Delay by 10%.
For each 2 Refine Levels of AC-B44-OS:
Increases Ranged Physical Damage by 3%.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 130
It has been modified to suit the OS weapons.
_______________________
For each 2 Refine Levels:
ATK +20
_______________________
Refine Level +7:
Decreases Variable Casting Time by 15%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 15%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Small and Medium sized enemies by 15.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Boost Lance-OS:
ATK +30
For each 2 Refine Levels of Boost Lance-OS:
Increases damage of Cannon Spear by 4%.
_______________________
When equipped with MH-P89-OS:
Increases damage of Severe Rainstorm by 10%.
For each 2 Refine Levels of MH-P89-OS:
Increases Ranged Physical Damage by 3%.
_______________________
When equipped with AC-B44-OS:
Decreases After Skill Delay by 10%.
For each 2 Refine Levels of AC-B44-OS:
Increases Ranged Physical Damage by 3%.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 130
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
100
Requirements
Armor Level
1
Min Level
130
Scripts
Script .@r = getrefine(); bonus bBaseAtk,20*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-15; } if (.@r>=9) { bonus bLongAtkRate,15; } if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddSize,Size_Small,15; bonus2 bAddSize,Size_Medium,15; }
.@r = getrefine();
bonus bBaseAtk,20*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-15;
}
if (.@r>=9) {
bonus bLongAtkRate,15;
}
if (.@r>=11) {
bonus bFixedCast,-200;
bonus2 bAddSize,Size_Small,15;
bonus2 bAddSize,Size_Medium,15;
}