Item Details

Acidified Zone Tuning Device ( Gear_BO1 )

ID 311033 Acidified Zone Tuning Device
Acidified Zone Tuning Device Buy Price: zeny Sell Price: 0 zeny Weight: 0 Slots: Not specified
Type: Card item. Sub Type: Enchant Card Gender: Both Locations: Not specified
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: Not specified
Weapon Level: Not specified Armor Level: Not specified Min. Equip Level: Not specified Max. Equip Level: Not specified
Refineable: Not specified Gradable: Not specified Element: Neutral Classes: Not specified

Acidified Zone (Fire), (Wind) damage increased by 5%.
[Grade Bonus]
[Grade D] Acidified Zone (Fire), (Wind) damage increases by additional 3%.
[Grade C] Increase physical damage against all size enemies by 10%.
[Grade B] Acidified Zone (Fire), (Wind) damage increases by additional 4%
[Grade A] Acidified Zone (Fire), (Wind) damage increases by additional 6%

All

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@g = getenchantgrade();
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",5;
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",5;
if (.@g >= ENCHANTGRADE_D) {
  bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",3;
  bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",3;
  if (.@g >= ENCHANTGRADE_C) {
    bonus2 bAddSize,Size_All,10;
    if (.@g >= ENCHANTGRADE_B) {
      bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",4;
      bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",4;
      if (.@g >= ENCHANTGRADE_A) {
        bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",6;
        bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",6;
      }
    }
  }
}
Not specified
Not specified

Not specified

Not specified