Viewing Item

#311045: Second Tuning Device

Item ID 311045 Name Second Tuning Device
Weapon Level 0 Identifier Gear_IQ1
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 Second Judge and Second Faith by 5%.
_______________________
[Bonus by Weapon Grade]
[Grade D]: Damage of Second Judge and Second Faith +3%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Damage of Second Judge and Second Faith +4%.
[Grade A]: Damage of Second Judge and Second Faith +6%.

  Script
Item
.@g = getenchantgrade();
bonus2 bSkillAtk,"IQ_SECOND_FAITH",5;
bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",5;
if (.@g >= ENCHANTGRADE_D) {
  bonus2 bSkillAtk,"IQ_SECOND_FAITH",3;
  bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",3;
  if (.@g >= ENCHANTGRADE_C) {
    bonus2 bAddSize,Size_All,10;
    if (.@g >= ENCHANTGRADE_B) {
      bonus2 bSkillAtk,"IQ_SECOND_FAITH",4;
      bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",4;
      if (.@g >= ENCHANTGRADE_A) {
        bonus2 bSkillAtk,"IQ_SECOND_FAITH",6;
        bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",6;
      }
    }
  }
}
Equip
None
Unequip
None