Guillotine Cross Shadow Weapon

Item ID 24294 Name Guillotine Cross Shadow Weapon
A pair of gloves that can draw the wearer's potential ability.
_______________________
Decreases SP Consumption of Dark Illusion by 20%.
_______________________
For each Refine Level:
Decreases SP Consumption of Dark Illusion by additional 3%.
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Base Level 99
Guillotine Cross
Weapon Level 0 Identifier S_Guillotine_Weapon
Attack 0 Type Shadow Equipment
MATK 0 Equip Locations Shadow Weapon
Defense 0 Equippable Jobs Assassin
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper Third, Third Upper, Third Baby
Weight 0 Min Equip Level 99
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus2 bSkillUseSPrate,"GC_DARKILLUSION",(20+(.@r*3));

Set Script
Thief Shadow Pendant
Thief Shadow Earring
Assassin Shadow Shoes
Assassin Shadow Armor
Guillotine Cross Shadow Weapon
Guillotine Cross Shadow Shield
bonus bAllStats,10;
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus2 bIgnoreDefClassRate,Class_Normal,50;
bonus2 bIgnoreMDefClassRate,Class_Normal,50;
Guillotine Cross Shadow Weapon
Guillotine Cross Shadow Shield
bonus2 bSkillAtk,"GC_DARKILLUSION",20;
bonus3 bAutoSpell,"GC_DARKCROW",1,10;
Rolling Shadow Shield
Guillotine Cross Shadow Weapon
.@sum = getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_WEAPON);
bonus2 bIgnoreDefRaceRate,RC_All,40+.@sum;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40-.@sum;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40-.@sum;
Slash Shadow Shield
Guillotine Cross Shadow Weapon
.@sum = getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_WEAPON);
bonus2 bIgnoreDefRaceRate,RC_All,40+.@sum;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40-.@sum;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40-.@sum;