ID #400266
Armor
Ignis Cap-LT [1]
Buy Price: N/A
Sell Price: N/A
A mysterious hat from Captain Ignis.
It has been modified to suit the upgraded 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 20%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Small and Medium size by 20%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Saphir Mace-OSAD,
ATK +70
For each 2 Refine Levels of Saphir Mace-OSAD:
Increases damage of Cart Cannon by 5%.
_______________________
When equipped with Virtual Bow-OSAD,
Decreases Arrow Storm skill cooldown by 2.5 seconds.
For each 2 Refine Levels of Virtual Bow-OSAD:
Increases damage of Sharp Shooting by 5%.
_______________________
When equipped with Blasti-OSAD,
ATK +70
For each 2 Refine Levels of Blasti-OSAD:
Increases damage of Arm Cannon by 5%.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 10
Armor Level: 2
_______________________
Requirement:
Base Level 170
It has been modified to suit the upgraded 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 20%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Small and Medium size by 20%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Saphir Mace-OSAD,
ATK +70
For each 2 Refine Levels of Saphir Mace-OSAD:
Increases damage of Cart Cannon by 5%.
_______________________
When equipped with Virtual Bow-OSAD,
Decreases Arrow Storm skill cooldown by 2.5 seconds.
For each 2 Refine Levels of Virtual Bow-OSAD:
Increases damage of Sharp Shooting by 5%.
_______________________
When equipped with Blasti-OSAD,
ATK +70
For each 2 Refine Levels of Blasti-OSAD:
Increases damage of Arm Cannon by 5%.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 10
Armor Level: 2
_______________________
Requirement:
Base Level 170
Equipment Reform
Available through the reform system OS_Helm_Hammer
- Shadowdecon × 30
- Cor Core × 30
Available through the reform system Plus7_Refine_NPC
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
Acquisition method
Equipment reform
Requirements
Armor Level
2
Min Level
170
Scripts
Script .@r = getrefine(); bonus bBaseAtk,20*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-15; if (.@r>=9) { bonus bLongAtkRate,20; if (.@r>=10) { bonus bFixedCast,-200; bonus2 bAddSize,Size_Small,20; bonus2 bAddSize,Size_Medium,20; } } }
.@r = getrefine();
bonus bBaseAtk,20*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-15;
if (.@r>=9) {
bonus bLongAtkRate,20;
if (.@r>=10) {
bonus bFixedCast,-200;
bonus2 bAddSize,Size_Small,20;
bonus2 bAddSize,Size_Medium,20;
}
}
}