ID #19140
Armor
Squirrel Ears Hood Hat [1]
Buy Price: N/A
Sell Price: N/A
A cap with adorable pointy squirrel ears.
You feel like a squirrel just by wearing it.
_______________________
ASPD +1
_______________________
Increases Critical Damage by 10%.
_______________________
Ignores physical defense of all monsters by 10%.
_______________________
Increases Critical by 5 when dealing Ranged Physical Damage.
_______________________
Refine Level +5:
ASPD +1
Increases Critical Damage by 2%.
Ignores physical defense of all monsters by 20%.
Increases Critical by 10 when dealing Ranged Physical Damage.
_______________________
Refine Level +7:
ASPD +1
Increases Critical Damage by 6%
Ignores physical defense of all monsters by 30%.
Increases Critical by 10 when dealing Ranged Physical Damage.
Critical +20
_______________________
Refine Level +9:
ASPD +1
Increases Critical Damage by 12%
Ignores physical defense of all monsters by 40%.
Increases Critical by 20 when dealing Ranged Physical Damage.
Random chance to critical damage by 100% for 5 sec when dealing physical damage.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 100
You feel like a squirrel just by wearing it.
_______________________
ASPD +1
_______________________
Increases Critical Damage by 10%.
_______________________
Ignores physical defense of all monsters by 10%.
_______________________
Increases Critical by 5 when dealing Ranged Physical Damage.
_______________________
Refine Level +5:
ASPD +1
Increases Critical Damage by 2%.
Ignores physical defense of all monsters by 20%.
Increases Critical by 10 when dealing Ranged Physical Damage.
_______________________
Refine Level +7:
ASPD +1
Increases Critical Damage by 6%
Ignores physical defense of all monsters by 30%.
Increases Critical by 10 when dealing Ranged Physical Damage.
Critical +20
_______________________
Refine Level +9:
ASPD +1
Increases Critical Damage by 12%
Ignores physical defense of all monsters by 40%.
Increases Critical by 20 when dealing Ranged Physical Damage.
Random chance to critical damage by 100% for 5 sec when dealing physical damage.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 100
Available from boxes
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
200
Defense
10
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bAspd,1; bonus bCriticalLong,5; bonus bCritAtkRate,10; bonus2 bIgnoreDefRaceRate,RC_All,10; if (.@r > 4) { bonus bAspd,1; bonus bCriticalLong,10; bonus bCritAtkRate,2; bonus2 bIgnoreDefRaceRate,RC_All,20; } if (.@r > 6) { bonus bAspd,1; bonus bCriticalLong,15; bonus bCritAtkRate,6; bonus2 bIgnoreDefRaceRate,RC_All,30; } if (.@r > 8) { bonus bAspd,1; bonus bCriticalLong,20; bonus bCritAtkRate,12; bonus2 bIgnoreDefRaceRate,RC_All,40; autobonus "{ bonus bCritAtkRate,100; }",70,5000; }
.@r = getrefine();
bonus bAspd,1;
bonus bCriticalLong,5;
bonus bCritAtkRate,10;
bonus2 bIgnoreDefRaceRate,RC_All,10;
if (.@r > 4) {
bonus bAspd,1;
bonus bCriticalLong,10;
bonus bCritAtkRate,2;
bonus2 bIgnoreDefRaceRate,RC_All,20;
}
if (.@r > 6) {
bonus bAspd,1;
bonus bCriticalLong,15;
bonus bCritAtkRate,6;
bonus2 bIgnoreDefRaceRate,RC_All,30;
}
if (.@r > 8) {
bonus bAspd,1;
bonus bCriticalLong,20;
bonus bCritAtkRate,12;
bonus2 bIgnoreDefRaceRate,RC_All,40;
autobonus "{ bonus bCritAtkRate,100; }",70,5000;
}