Ancient Resonance

Item ID 410000 Name Ancient Resonance
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
Weapon Level 0 Identifier Resonate_Taego_J
Attack 0 Type Armor
MATK 0 Equip Locations Middle Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 30 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item Script
if (readparam(bStr)>=125) {
   bonus bAtkRate,10;
   bonus2 bAddClass,Class_Boss,10;
}
else if (readparam(bStr)>=90) {
   bonus bAtkRate,5;
   bonus2 bAddClass,Class_Boss,5;
}
else {
   bonus bAtkRate,2;
   bonus2 bAddClass,Class_Boss,2;
}

Set Script
Many Stars
Ancient Resonance
bonus2 bIgnoreDefRaceRate,RC_All,50;