Item Details

Corrode Garden Knife [2] ( C_Garden_Knife )

ID 510049 Corrode Garden Knife [2]
Corrode Garden Knife [2] Buy Price: zeny Sell Price: 0 zeny Weight: 30 Slots: 2
Type: Weapon item. Sub Type: Dagger Gender: Both Locations: Weapon
Attack: 117 Magic Attack: 190 Range: 1 Defense: Not specified
Weapon Level: 5 Armor Level: Not specified Min. Equip Level: 210 Max. Equip Level: Not specified
Refineable: 1 Gradable: 1 Element: Neutral Classes: Fourth classes., All Third classes.

A garden knife with a rusty blade. It looks dangerous due to the deadly poison, so be careful.
------------------------
MATK +190.
Has a chance to auto-cast Killing Cloud level 1 when dealing melee physical damage.

Has a chance to increases poison property magical damage by 15% when dealing physical damage.

If refine rate is 7 or higher, increases all property magical damage by 15%.

If refine rate is 9 or higher, increases magical damage against small and medium size enemies by 20%.

If refine rate is 11 or higher, increases poison property magical damage by 15%.
------------------------
[Bonus By Grade]

[Grade D] S.MATK +2.
[Grade C] SPL +3, S.MATK +1.
[Grade B] Increases all property magical damage by 15%.
------------------------
Class: Dagger
Attack: 117
Weight: 30
Weapon Lv: 5
Required Lv: 210
Class: Shadow Chaser classes

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();
.@r = getrefine();
bonus3 bAutoSpell,"SO_CLOUD_KILL",1,1;
autobonus "{ bonus2 bMagicAtkEle,Ele_Poison,15; }",20,5000,BF_WEAPON;
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,15;
   if (.@r>=9) {
      bonus2 bMagicAddSize,Size_Small,20;
      bonus2 bMagicAddSize,Size_Medium,20;
      if (.@r>=11) {
         bonus2 bMagicAtkEle,Ele_Poison,15;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bSMatk,2;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bSMatk,1;
      bonus bSpl,3;
      if (.@g >= ENCHANTGRADE_B) {
         bonus2 bMagicAtkEle,Ele_All,15;
      }
   }
}
Not specified
Not specified

Not specified