Rebellion Shadow Shoes

Item ID 24405 Name Rebellion Shadow Shoes
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.
_______________________
Increases damage of Hammer of God by 20%.
_______________________
For each Refine Level:
Increases damage of Hammer of God by additional 5%.
_______________________
Type: Shadow Shoes
_______________________
Requirement:
Base Level 100
Rebellion
Weapon Level 0 Identifier S_Rebellion_Shoes
Attack 0 Type Shadow Equipment
MATK 0 Equip Locations Shadow Shoes
Defense 0 Equippable Jobs Gunslinger, Rebellion
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level 100
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",20+.@r*5;

Set Script
Rebellion Shadow Armor
Rebellion Shadow Shoes
bonus2 bSkillCooldown,"RL_HEAT_BARREL",-4000;
bonus2 bSkillCooldown,"RL_HAMMER_OF_GOD",-2000;
Rebellion Shadow Armor
Rebellion Shadow Shoes
Gunslinger Shadow Weapon
Gunslinger Shadow Shield
bonus bAllStats,7;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
Tail Dragon Shadow Weapon
Rebellion Shadow Shoes
.@sum = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_SHOES);
bonus2 bIgnoreDefRaceRate,RC_All,40+.@sum;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40-.@sum;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40-.@sum;
God Hammer Shadow Weapon
Rebellion Shadow Shoes
.@sum = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_SHOES);
bonus2 bIgnoreDefRaceRate,RC_All,40+.@sum;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40-.@sum;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40-.@sum;
Trip Shadow Weapon
Rebellion Shadow Shoes
.@sum = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_SHOES);
bonus2 bIgnoreDefRaceRate,RC_All,40+.@sum;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40-.@sum;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40-.@sum;