Gorilla Model Hat

Item ID 18930 Name Gorilla Model Hat
A hat that is shaped like the biggest primate in Africa.
_______________________
STR +2
_______________________
Random chance to auto-cast Level 1 Bowling Bash when dealing physical damage.
_______________________
Refine Level +8:
STR +3
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 30
Weapon Level 0 Identifier Gorilla_Model_Hat
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 30
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bStr,2;
.@m = gettime(DT_MONTH);
if (.@m == 1 || .@m == 2) {
   bonus bStr,2;
   bonus bVit,2;
}
bonus4 bAutoSpell,"KN_BOWLINGBASH",1,20,1;
if (getrefine()>10) {
   bonus bStr,3;
}