ID #5902
Armor
Harvester Hat [1]
Buy Price: N/A
Sell Price: N/A
A good-luck hat worn by farmers to make sure they collect an exceptionally good harvest. Some say it was blessed by the Harvest Goddess herself.
_______________________
Random chance a defeated monster will drop Blood Sucker Plant Seed or Bomb Mushroom Spore.
_______________________
Refine Level +7:
Random chance a defeated monster will drop Thorn Seed
_______________________
Refine Level +9:
Increases damage of Cart Cannon by 15%.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 100
Genetic
_______________________
Random chance a defeated monster will drop Blood Sucker Plant Seed or Bomb Mushroom Spore.
_______________________
Refine Level +7:
Random chance a defeated monster will drop Thorn Seed
_______________________
Refine Level +9:
Increases damage of Cart Cannon by 15%.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 100
Genetic
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
Job Requirements
Alchemist
Yes
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus2 bAddMonsterDropItem,6211,100; bonus2 bAddMonsterDropItem,6212,100; if (.@r>=7) { bonus2 bAddMonsterDropItem,6210,50; } if (.@r>=9) { bonus2 bSkillAtk,"GN_CARTCANNON",15; }
.@r = getrefine();
bonus2 bAddMonsterDropItem,6211,100;
bonus2 bAddMonsterDropItem,6212,100;
if (.@r>=7) {
bonus2 bAddMonsterDropItem,6210,50;
}
if (.@r>=9) {
bonus2 bSkillAtk,"GN_CARTCANNON",15;
}