Illusion Combo Battle Glove

Item ID 1846 Name Illusion Combo Battle Glove
The magic words engraved on these gloves can grant incredible power to the Monk that wears them.
_______________________
Increases damage of Sky Net Blow by 10%.
Increases damage of Dragon Combo by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Sky Net Blow and Dragon Combo by additional 5%.
For each 3 Refine Levels:
Increases damage of Tiger Cannon by 5%.
_______________________
When equipped with Illusion Muffler:
ATK +40
_______________________
Refine Level of Illusion Combo Battle Gloves and Illusion Muffler each is +7 or higher:
Increases damage of Tiger Cannon by 20%.
_______________________
Total Refine Level of entire set at least +18:
Decreases Flash Combo After Skill Delay by 1 second.
_______________________
Total Refine Level of entire set at least +22:
Increases damage of Tiger Cannon by additional 15%.
_______________________
Type: Knuckle
Attack: 250
Weight: 50
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Sura
Weapon Level 4 Identifier Combo_Battle_Glove_IL
Attack 250 Type Weapon - Knuckle
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Monk
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 50 Min Equip Level 120
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSkillAtk,"SR_SKYNETBLOW",(10+5*(.@r/2));
bonus2 bSkillAtk,"SR_DRAGONCOMBO",(10+5*(.@r/2));
bonus2 bSkillAtk,"SR_TIGERCANNON",(5*(.@r/3));

Set Script
Illusion Combo Battle Glove
Illusion Muffler
bonus bBaseAtk,40;
.@eq = getequiprefinerycnt(EQI_GARMENT);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
if (.@eq >= 7 && .@weapon >= 7) {
   .@val = 20;
}
if ((.@eq + .@weapon) >= 18) {
   bonus2 bSkillCooldown,"SR_FLASHCOMBO",-1000;
   if ((.@eq + .@weapon) >= 22) {
      .@val += 15;
   }
}
if (.@val) {
   bonus2 bSkillAtk,"SR_TIGERCANNON",.@val;
}
Illusion Saint Robe
Illusion Combo Battle Glove
.@eq = getequiprefinerycnt(EQI_ARMOR);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bBaseAtk,30;
if (.@eq >= 7 && .@weapon >= 7) {
   bonus bAtkRate,5;
}
if ((.@eq + .@weapon) >= 18) {
   bonus2 bSkillAtk,"SR_SKYNETBLOW",20;
}
if ((.@eq + .@weapon) >= 22) {
   bonus bDelayrate,-10;
}
Illusion Combo Battle Glove
Plastic Blue Rose
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"SR_TIGERCANNON",-1000;
bonus bMaxHP,200*(.@r/2);
bonus2 bSkillAtk,"SR_SKYNETBLOW",5*(.@r/2);
bonus2 bSkillAtk,"SR_DRAGONCOMBO",5*(.@r/2);

Illusion Combo Battle Glove Dropped By

Monster ID Monster Name Chance Can be Stolen Monster Level Monster Race Monster Element Specific Map
3794 Angry Ice Titan 0.025% YES 133 Formless Level 0 Neutral ice_d03_i
3796 Awakened Ktullanux 5% YES 135 Brute Level 0 Neutral ice_d03_i