Wicked Plant

Item ID 550056 Name Wicked Plant
A one-handed staff equipped with unholy energy concentrated on the clock tower parts.
It is more difficult to handle than the existing Relapse Plant.
_______________________
Indestructible in battle
_______________________
MATK +220
_______________________
For each 2 Refine Levels:
Increases damage of Howling of Chulho and Hyunrok Breeze by 6%.
_______________________
For each 3 Refine Levels:
Increases damage of Hogogong Strike and Hyunrok Cannon by 7%.
_______________________
For each 4 Refine Levels:
Increases Ranged Physical Damage and Magical Damage with every element by 4%.
_______________________
[Bonus by Grade]
[Grade D]: POW +1, SPL +1.
[Grade C]: Damage of Howling of Chulho and Hyunrok Breeze +10%.
[Grade B]: P.ATK +1, S.MATK +1.
_______________________
Type: One-Handed Staff
Attack: 210
Weight: 180
Weapon Level: 5
_______________________
Requirement:
Base Level 220
Spirit Handler
Weapon Level 5 Identifier Wicked_Plant
Attack 210 Type Weapon - Staff
MATK 220 Equip Locations Main Hand
Defense 0 Equippable Jobs Summoner
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 180 Min Equip Level 220
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",6*(.@r/2);
bonus2 bSkillAtk,"SH_HOWLING_OF_CHUL_HO",6*(.@r/2);
bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",7*(.@r/3);
bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",7*(.@r/3);
bonus2 bMagicAtkEle,Ele_All,4*(.@r/4);
bonus bLongAtkRate,4*(.@r/4);
if (.@g >= ENCHANTGRADE_D) {
   bonus bPow,1;
   bonus bSpl,1;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10;
      bonus2 bSkillAtk,"SH_HOWLING_OF_CHUL_HO",10;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bPAtk,1;
         bonus bSMatk,1;
      }
   }
}