ID #19264
Armor
Gold Fish Head Hat [1]
Buy Price: N/A
Sell Price: N/A
A smirk golden fish hat. Every time I open my mouth, it seems fishy.
_______________________
Has a chance to endow weapon with Holy element for 60 seconds when dealing physical damage.
Has a chance to increase Holy element magic by 10% for 60 seconds when dealing magical damage.
_______________________
Refine Level +7:
Increased the chance to activate Magical Damage with Holy element increase.
_______________________
Refine Level +9:
When hit by a physical attack, has a low chance to auto-cast Quagmire lv.1 when receiving physical damage.
_______________________
Type: Headgear
Defense: 2
Position: Upper
Weight: 40
Armor Level: 1
_______________________
Requirement: None
_______________________
Has a chance to endow weapon with Holy element for 60 seconds when dealing physical damage.
Has a chance to increase Holy element magic by 10% for 60 seconds when dealing magical damage.
_______________________
Refine Level +7:
Increased the chance to activate Magical Damage with Holy element increase.
_______________________
Refine Level +9:
When hit by a physical attack, has a low chance to auto-cast Quagmire lv.1 when receiving physical damage.
_______________________
Type: Headgear
Defense: 2
Position: Upper
Weight: 40
Armor Level: 1
_______________________
Requirement: None
Available from boxes
Equipment Reform
Available through the reform system C_Armor_Reform_1
- Armor Upgrade Stone(Lower) × 100
- Shining Scale × 150
Available through the reform system C_Armor_Reform_2
- Armor Upgrade Stone(Intermediate) × 100
- Shining Scale × 300
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
400
Defense
2
Acquisition method
Equipment reform
Requirements
Armor Level
1
Scripts
Script .@r = getrefine(); if (.@r>8) { bonus4 bAutoSpellWhenHit,"WZ_QUAGMIRE",1,10,1; } if (.@r<6) { autobonus "{ bonus2 bMagicAtkEle,Ele_Holy,10; }",10,60000,BF_MAGIC,"{ specialeffect2 EF_ASPERSIO; }"; } else { autobonus "{ bonus2 bMagicAtkEle,Ele_Holy,10; }",(10+(.@r*2)),60000,BF_MAGIC,"{ specialeffect2 EF_ASPERSIO; }"; }
.@r = getrefine();
if (.@r>8) {
bonus4 bAutoSpellWhenHit,"WZ_QUAGMIRE",1,10,1;
}
if (.@r<6) {
autobonus "{ bonus2 bMagicAtkEle,Ele_Holy,10; }",10,60000,BF_MAGIC,"{ specialeffect2 EF_ASPERSIO; }";
}
else {
autobonus "{ bonus2 bMagicAtkEle,Ele_Holy,10; }",(10+(.@r*2)),60000,BF_MAGIC,"{ specialeffect2 EF_ASPERSIO; }";
}