Force Executioner Shadow Weapon

Item ID 24328 Name Force Executioner Shadow Weapon
A pair of gloves that can draw the wearer's potential ability.
_______________________
ATK +5
_______________________
For each Refine Level:
ATK +1
_______________________
For each 2 Refine Levels:
Ignores physical defense of Demi-Human race monster (except player) by 1%.
_______________________
When equipped with Executioner Shadow Earring and Executioner Shadow Pendant:
Total Refine Level of entire set at least +25:
Ignores 100% physical defense of Demi-Human race (Except Player).
_______________________
When equipped with Force Shadow Earring and Force Shadow Pendant:
ATK +10
_______________________
Total Refine Level of entire set at least +20:
ATK +1%
_______________________
Total Refine Level of entire set at least +25:
ATK +1%
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
Weapon Level 0 Identifier S2_Force_Ex_Weapon
Attack 0 Type Shadow Equipment
MATK 0 Equip Locations Shadow Weapon
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMatk,.@r;
bonus bBaseAtk,.@r*2+5;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,.@r/2;

Set Script
Penetration Shadow Earring
Penetration Shadow Pendant
Force Executioner Shadow Weapon
if (getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L) >= 25) {
   bonus bIgnoreDefRace,RC_DemiHuman;
}
Force Shadow Earring
Force Shadow Pendant
Force Executioner Shadow Weapon
.@r = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L);
bonus bBaseAtk,10;
if (.@r>=20) {
   bonus bAtkRate,1;
}
if (.@r>=25) {
   bonus bAtkRate,1;
}