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
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bAspd,1;

3 bonus bBaseAtk,20;

4 bonus bMatk,20;

5 if (.@r>=7) {

6 bonus bAspd,1;

7 if (.@r>=9) {

8 bonus bAtkRate,3;

9 bonus bMatkRate,3;

10 if (.@r>=10) {

11 bonus bAtkRate,10+(.@r-10);

12 bonus bMatkRate,10+(.@r-10);

13 if (.@r>=12) {

14 bonus bAspd,1;

15 }

16 }

17 }

18 }

19 hateffect HAT_EF_RESONATETAEGO,true;

Equip Script None
Unequip Script

1 hateffect HAT_EF_RESONATETAEGO,false;