
RENEWAL / ITEMS
Poenitentia Planta [2]
#550060Weapon
Poenitentia_Ramus
TypeWeapon
Weapon classOne-Handed Staff
Equipment positionWeapon
GenderBoth
Weight130
Buy price0 z
Sell price0 z
ATK170
MATK250
Slots2
Required level230
Weapon level5
Poenitentia Planta description & effects
A small rod filled with the pain of grief.
------------------------
Indestructible in battle.
------------------------
MATK + 250, MATK + 10%.
Increase Hyunrok Cannon and Hyunrok Breeze damage by 10%.
------------------------
For every 2 refine level, increase Catnip Meteor damage by 3%.
------------------------
When refined to +7 or higher, reduce variable casting time by 10%.
------------------------
When refined to +9 or higher, increase Catnip Meteor damage by additional 30%.
------------------------
When refined to +11 or higher,
Increase magical damage against all race monsters (except players) by 15 %.
Reduce cooldown of Catnip Meteor by 2 seconds.
------------------------
[Grade Bonus]
[Grade D] Increase Hyunrok Cannon and Hyunrok Breeze damage by additional 5%.
[Grade C] Increase Hyunrok Cannon and Hyunrok Breeze damage by additional 8%. S.MATK + 1.
[Grade B] Increase Hyunrok Cannon and Hyunrok Breeze damage by additional 12%. SPL + 1.
------------------------
Type : One-handed Rod
Attack : 170
Weight : 130
Weapon Level : 5
Required Level : 230
Class : Spirit Handler
Item details
- Gender
- Both
- Equipment position
- Weapon
- Jobs
- Spirit Handler
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@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;
}
}
}
TRY IT ON
8 directions · original animationsSee it on your character
Loading character preview…
SouthDrag to rotate
The preview shows appearance; equipment requirements are listed in the item details.
Some additional particle effects use the game client’s internal renderer and are not included in this preview.
Build an outfit with this itemEquipment sets
Set 1
Set effect
bonus bMaxHPrate,15;
bonus2 bSubClass,Class_Boss,10;
skill "MG_SAFETYWALL",5;






