ID #19433
Armor
Ancient Resonance [1]
Buy Price: N/A
Sell Price: N/A
There are dragons circling on the drums, said to be the equipment of the ancient Thor.
_______________________
ATK +20
MATK +20
ASPD +1
_______________________
Refine Level +7:
ASPD +1
_______________________
Refine Level +9:
ATK +3%
MATK +3%
_______________________
Refine Level +10:
ATK +10%
MATK +10%
For each Refine Level above +10:
ATK +1%
MATK +1
_______________________
Refine Level +12:
ASPD +1
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 99
_______________________
ATK +20
MATK +20
ASPD +1
_______________________
Refine Level +7:
ASPD +1
_______________________
Refine Level +9:
ATK +3%
MATK +3%
_______________________
Refine Level +10:
ATK +10%
MATK +10%
For each Refine Level above +10:
ATK +1%
MATK +1
_______________________
Refine Level +12:
ASPD +1
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 99
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
500
Requirements
Armor Level
1
Min Level
99
Scripts
Script .@r = getrefine(); bonus bAspd,1; bonus bBaseAtk,20; bonus bMatk,20; if (.@r>=7) { bonus bAspd,1; if (.@r>=9) { bonus bAtkRate,3; bonus bMatkRate,3; if (.@r>=10) { bonus bAtkRate,10+(.@r-10); bonus bMatkRate,10+(.@r-10); if (.@r>=12) { bonus bAspd,1; } } } } hateffect HAT_EF_RESONATETAEGO,true;
.@r = getrefine();
bonus bAspd,1;
bonus bBaseAtk,20;
bonus bMatk,20;
if (.@r>=7) {
bonus bAspd,1;
if (.@r>=9) {
bonus bAtkRate,3;
bonus bMatkRate,3;
if (.@r>=10) {
bonus bAtkRate,10+(.@r-10);
bonus bMatkRate,10+(.@r-10);
if (.@r>=12) {
bonus bAspd,1;
}
}
}
}
hateffect HAT_EF_RESONATETAEGO,true;