Viewing Item

#19433: Ancient Resonance

Item ID 19433 For Sale No
Identifier ResonateTaego_TW Credit Price Not For Sale
Name Ancient Resonance Type Armor
NPC Buy 0 Weight 50
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable Yes
Attack 0 Min Equip Level 99
MATK 0 Max Equip Level None
Description 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
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bAspd,1;

6 bonus

7 bBaseAtk,20;

8 bonus

9 bMatk,20;

10 if

11 (.@r

12 =7)

13 {

14 bonus

15 bAspd,1;

16 if

17 (.@r

18 =9)

19 {

20 bonus

21 bAtkRate,3;

22 bonus

23 bMatkRate,3;

24 if

25 (.@r

26 =10)

27 {

28 bonus

29 bAtkRate,10+(.@r-10);

30 bonus

31 bMatkRate,10+(.@r-10);

32 if

33 (.@r

34 =12)

35 {

36 bonus

37 bAspd,1;

38 }

39 }

40 }

41 }

42 hateffect

43 HAT_EF_RESONATETAEGO,true;

Equip Script None
Unequip Script

1 hateffect

2 HAT_EF_RESONATETAEGO,false;