Viewing Item

#410000: Ancient Resonance

Item ID 410000 For Sale No
Identifier Resonate_Taego_J Credit Price Not For Sale
Name Ancient Resonance Type Armor
NPC Buy 20 Weight 30
NPC Sell 10 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Description The object of the ancient thunder god.
It is said that when you hit the drum, a dragon floats with a roaring sound.
_______________________
ATK +2%
_______________________
Increases Physical Damage against enemies of Boss class by 2%.
_______________________
Base STR at least 90:
ATK +3%
Increases Physical Damage against enemies of Boss class by additional 3%.
_______________________
Base STR at least 125:
ATK +5%
Increases Physical Damage against enemies of Boss class by additional 5%.
_______________________
When equipped with Group of Stars:
Ignores physical defense of all enemies by 50%.
_______________________
Since it is an equipped effect, it still will be displayed even when the effect (/effect) is turned off.
_______________________
Type: Headgear
Defense: 0
Position: Middle
Weight: 0
Armor Level: 1
_______________________
Requirement: None
Equip Locations Middle Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 if

2 (readparam(bStr)

3 =125)

4 {

5 bonus

6 bAtkRate,10;

7 bonus2

8 bAddClass,Class_Boss,10;

9 }

10 else

11 if

12 (readparam(bStr)

13 =90)

14 {

15 bonus

16 bAtkRate,5;

17 bonus2

18 bAddClass,Class_Boss,5;

19 }

20 else

21 {

22 bonus

23 bAtkRate,2;

24 bonus2

25 bAddClass,Class_Boss,2;

26 }

Equip Script None
Unequip Script None