ID #19344
Armor
Illusion Hot-blooded Headband [1]
Buy Price: N/A
Sell Price: N/A
The preparedness and will of the burning
heart were captured in one headband.
Using this makes me want to clench my fist.
_______________________
STR +2
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Water, Wind, Earth and Neutral elemental by 10%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Small and Large size by 15%.
_______________________
Type: Headgear
Defense: 3
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 120
All Jobs except Novice
heart were captured in one headband.
Using this makes me want to clench my fist.
_______________________
STR +2
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Water, Wind, Earth and Neutral elemental by 10%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Small and Large size by 15%.
_______________________
Type: Headgear
Defense: 3
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 120
All Jobs except Novice
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
Defense
3
Job Requirements
All Jobs
Yes
Requirements
Armor Level
1
Min Level
120
Scripts
Script .@r = getrefine(); bonus bStr,2; bonus bBaseAtk,(10*(.@r/2)); if (.@r >= 7) { bonus2 bAddEle,Ele_Water,10; bonus2 bAddEle,Ele_Wind,10; bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Neutral,10; if (.@r >= 9) { bonus2 bAddSize,Size_Small,15; bonus2 bAddSize,Size_Large,15; } }
.@r = getrefine();
bonus bStr,2;
bonus bBaseAtk,(10*(.@r/2));
if (.@r >= 7) {
bonus2 bAddEle,Ele_Water,10;
bonus2 bAddEle,Ele_Wind,10;
bonus2 bAddEle,Ele_Earth,10;
bonus2 bAddEle,Ele_Neutral,10;
if (.@r >= 9) {
bonus2 bAddSize,Size_Small,15;
bonus2 bAddSize,Size_Large,15;
}
}