ID #550062
Weapon
Poenitentia Ferrum [2]
Buy Price: N/A
Sell Price: N/A
A wand containing the pain of bereavement.
_______________________
Indestructible in battle
_______________________
MATK +250
MATK +10%
_______________________
Increases damage of Meteor Storm Buster and Jack Frost Nova by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Meteor Storm, Frost Diver and Frost Nova by 3%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Meteor Storm, Frost Diver and Frost Nova by additional 30%.
_______________________
Refine Level +11:
Increases Magical Damage against enemies of every race, except Players by 15%.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Meteor Storm Buster and Jack Frost Nova +5%.
[Grade C]: Damage of Meteor Storm Buster and Jack Frost Nova +8%, S.MATK +1.
[Grade B]: Damage of Meteor Storm Buster and Jack Frost Nova +12%, SPL +1.
_______________________
Type: One-Handed Staff
Attack: 160
Weight: 130
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Hyper Novice
_______________________
Indestructible in battle
_______________________
MATK +250
MATK +10%
_______________________
Increases damage of Meteor Storm Buster and Jack Frost Nova by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Meteor Storm, Frost Diver and Frost Nova by 3%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Meteor Storm, Frost Diver and Frost Nova by additional 30%.
_______________________
Refine Level +11:
Increases Magical Damage against enemies of every race, except Players by 15%.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Meteor Storm Buster and Jack Frost Nova +5%.
[Grade C]: Damage of Meteor Storm Buster and Jack Frost Nova +8%, S.MATK +1.
[Grade B]: Damage of Meteor Storm Buster and Jack Frost Nova +12%, SPL +1.
_______________________
Type: One-Handed Staff
Attack: 160
Weight: 130
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Hyper Novice
Equipment Reform
Available through the reform system Poenitentia_Hammer
- Blacksmith Blessing × 14
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
Type
Weapon
Weight
1300
Range
1
Acquisition method
Equipment reform
Job Requirements
Super Novice
Yes
Requirements
Weapon Level
5
Min Level
230
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",10; bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",10; bonus2 bSkillAtk,"WZ_METEOR",3*(.@r/2); bonus2 bSkillAtk,"MG_FROSTDIVER",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"WZ_METEOR",30; bonus2 bSkillAtk,"MG_FROSTDIVER",30; if (.@r>=11) { bonus2 bMagicAddRace,RC_All,15; bonus2 bMagicAddRace,RC_Player_Human,-15; bonus2 bMagicAddRace,RC_Player_Doram,-15; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",5; bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",5; if (.@g >= ENCHANTGRADE_C) { bonus bSMatk,1; bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",8; bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",12; bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",12; } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",10;
bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",10;
bonus2 bSkillAtk,"WZ_METEOR",3*(.@r/2);
bonus2 bSkillAtk,"MG_FROSTDIVER",3*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus2 bSkillAtk,"WZ_METEOR",30;
bonus2 bSkillAtk,"MG_FROSTDIVER",30;
if (.@r>=11) {
bonus2 bMagicAddRace,RC_All,15;
bonus2 bMagicAddRace,RC_Player_Human,-15;
bonus2 bMagicAddRace,RC_Player_Doram,-15;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",5;
bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",5;
if (.@g >= ENCHANTGRADE_C) {
bonus bSMatk,1;
bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",8;
bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",8;
if (.@g >= ENCHANTGRADE_B) {
bonus bSpl,1;
bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",12;
bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",12;
}
}
}