ID #19164
Armor
Awakened Eden Group Hat I [1]
Buy Price: N/A
Sell Price: N/A
A hat given to loyal member of Eden Group. It's show the design and technology of Eden Group.
_______________________
Random chance to increase ATK by 15 for 5 seconds when dealing physical damage.
Random chance to increase MATK by 15 for 5 seconds when dealing magical damage.
_______________________
Refine Level +7:
ATK +10,
MATK +10
_______________________
Refine Level +9:
All Basic Stats +1
_______________________
Refine Level +12:
Restores SP by 1% every 10 seconds.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
_______________________
Random chance to increase ATK by 15 for 5 seconds when dealing physical damage.
Random chance to increase MATK by 15 for 5 seconds when dealing magical damage.
_______________________
Refine Level +7:
ATK +10,
MATK +10
_______________________
Refine Level +9:
All Basic Stats +1
_______________________
Refine Level +12:
Restores SP by 1% every 10 seconds.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
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
100
Scripts
Script autobonus "{ bonus bBaseAtk,15; }",70,5000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; autobonus "{ bonus bMatk,15; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }"; .@r = getrefine(); if (.@r >= 7) { bonus bBaseAtk,10; bonus bMatk,10; if (.@r >= 9) { bonus bAllStats,1; if (.@r >= 12) { bonus2 bRegenPercentSP,1,10000; } } }
autobonus "{ bonus bBaseAtk,15; }",70,5000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }";
autobonus "{ bonus bMatk,15; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }";
.@r = getrefine();
if (.@r >= 7) {
bonus bBaseAtk,10;
bonus bMatk,10;
if (.@r >= 9) {
bonus bAllStats,1;
if (.@r >= 12) {
bonus2 bRegenPercentSP,1,10000;
}
}
}