Viewing Item

#311030: Hack and Slasher Tuning Device

Item ID 311030 Name Hack and Slasher Tuning Device
Weapon Level 0 Identifier Gear_DN2
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price Not For Sale Trade restriction None
Increases damage of Hack and Slasher by 10%.
_______________________
[Bonus by Weapon Grade]
[Grade D]: Damage of Hack and Slasher +7%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Damage of Hack and Slasher +8%.
[Grade A]: Damage of Hack and Slasher +10%.

  Script
Item
.@g = getenchantgrade();
bonus2 bSkillAtk,"DK_HACKANDSLASHER",10;
if (.@g >= ENCHANTGRADE_D) {
  bonus2 bSkillAtk,"DK_HACKANDSLASHER",7;
  if (.@g >= ENCHANTGRADE_C) {
    bonus2 bAddSize,Size_All,10;
    if (.@g >= ENCHANTGRADE_B) {
      bonus2 bSkillAtk,"DK_HACKANDSLASHER",8;
      if (.@g >= ENCHANTGRADE_A) {
        bonus2 bSkillAtk,"DK_HACKANDSLASHER",10;
      }
    }
  }
}
Equip
None
Unequip
None