ID #19165
Armor
Awakened Eden Group Hat II [1]
Buy Price: N/A
Sell Price: N/A
A hat given to full-fledged member of Eden Group. It's show the design and technology of Eden Group.
_______________________
Random chance to increase ATK by 30 for 5 seconds when dealing physical damage.
Random chance to increase MATK by 30 for 5 seconds when dealing magical damage.
_______________________
Refine Level +7:
ATK +15
MATK +15
_______________________
Refine Level +9:
All Basic Stats +2.
_______________________
Refine Level +12:
Restores HP by 2% and SP by 1% every 10 seconds.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 160
_______________________
Random chance to increase ATK by 30 for 5 seconds when dealing physical damage.
Random chance to increase MATK by 30 for 5 seconds when dealing magical damage.
_______________________
Refine Level +7:
ATK +15
MATK +15
_______________________
Refine Level +9:
All Basic Stats +2.
_______________________
Refine Level +12:
Restores HP by 2% and SP by 1% every 10 seconds.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 160
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Defense
10
Requirements
Armor Level
1
Min Level
160
Scripts
Script autobonus "{ bonus bBaseAtk,30; }",70,5000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; autobonus "{ bonus bMatk,30; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }"; .@r = getrefine(); if (.@r >= 7) { bonus bBaseAtk,15; bonus bMatk,15; if (.@r >= 9) { bonus bAllStats,2; if (.@r >= 12) { bonus2 bRegenPercentHP,2,10000; bonus2 bRegenPercentSP,1,10000; } } }
autobonus "{ bonus bBaseAtk,30; }",70,5000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }";
autobonus "{ bonus bMatk,30; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }";
.@r = getrefine();
if (.@r >= 7) {
bonus bBaseAtk,15;
bonus bMatk,15;
if (.@r >= 9) {
bonus bAllStats,2;
if (.@r >= 12) {
bonus2 bRegenPercentHP,2,10000;
bonus2 bRegenPercentSP,1,10000;
}
}
}