0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #550060 Weapon

Poenitentia Planta [2]

Buy Price: N/A Sell Price: N/A
A foxtail containing the pain of bereavement.
_______________________
Indestructible in battle
_______________________
MATK +250
MATK +10%
_______________________
Increases damage of Hyunrok Cannon and Hyunrok Breeze by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Catnip Meteor by 3%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Catnip Meteor by additional 30%.
_______________________
Refine Level +11:
Increases Magical Damage against enemies of every race, except Players by 15%.
Decreases Catnip Meteor skill cooldown by 2 seconds.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Hyunrok Cannon and Hyunrok Breeze +5%.
[Grade C]: Damage of Hyunrok Cannon and Hyunrok Breeze +8%, S.MATK +1.
[Grade B]: Damage of Hyunrok Cannon and Hyunrok Breeze +12%, SPL +1.
_______________________
Type: One-Handed Staff
Attack: 170
Weight: 130
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Spirit Handler

Equipment Reform

Available through the reform system Poenitentia_Hammer

Available through the reform system Plus7_Refine_NPC

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Weapon
1300
1
Equipment reform

Requirements

5
230

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,10; bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",10; bonus2 bSkillAtk,"SU_CN_METEOR",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"SU_CN_METEOR",30; if (.@r>=11) { bonus2 bMagicAddRace,RC_All,15; bonus2 bMagicAddRace,RC_Player_Human,-15; bonus2 bMagicAddRace,RC_Player_Doram,-15; bonus2 bSkillCooldown,"SU_CN_METEOR",-2000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",5; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",5; if (.@g >= ENCHANTGRADE_C) { bonus bSMatk,1; bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",8; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",12; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",12; } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,10;
bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10;
bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",10;
bonus2 bSkillAtk,"SU_CN_METEOR",3*(.@r/2);
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"SU_CN_METEOR",30;
      if (.@r>=11) {
         bonus2 bMagicAddRace,RC_All,15;
         bonus2 bMagicAddRace,RC_Player_Human,-15;
         bonus2 bMagicAddRace,RC_Player_Doram,-15;
         bonus2 bSkillCooldown,"SU_CN_METEOR",-2000;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",5;
   bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",5;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bSMatk,1;
      bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",8;
      bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",8;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSpl,1;
         bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",12;
         bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",12;
      }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.