Viewing Item

#550062: Poenitentia Ferrum

Item ID 550062 For Sale No
Identifier Poenitentia_Ferrum Credit Price Not For Sale
Name Poenitentia Ferrum Type Weapon - Staff
NPC Buy 0 Weight 130
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 160 Min Equip Level 230
MATK 250 Max Equip Level None
Description 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
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Super novice
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

8 bUnbreakableWeapon;

9 bonus

10 bMatkRate,5;

11 bonus2

12 bSkillAtk,"HN_METEOR_STORM_BUSTER",10;

13 bonus2

14 bSkillAtk,"HN_JACK_FROST_NOVA",10;

15 bonus2

16 bSkillAtk,"WZ_METEOR",3*(.@r/2);

17 bonus2

18 bSkillAtk,"MG_FROSTDIVER",3*(.@r/2);

19 if

20 (.@r

21 =7)

22 {

23 bonus

24 bVariableCastrate,-10;

25 if

26 (.@r

27 =9)

28 {

29 bonus2

30 bSkillAtk,"WZ_METEOR",30;

31 bonus2

32 bSkillAtk,"MG_FROSTDIVER",30;

33 if

34 (.@r

35 =11)

36 {

37 bonus2

38 bMagicAddRace,RC_All,15;

39 bonus2

40 bMagicAddRace,RC_Player_Human,-15;

41 bonus2

42 bMagicAddRace,RC_Player_Doram,-15;

43 }

44 }

45 }

46 if

47 (.@g

48 =

49 ENCHANTGRADE_D)

50 {

51 bonus2

52 bSkillAtk,"HN_METEOR_STORM_BUSTER",5;

53 bonus2

54 bSkillAtk,"HN_JACK_FROST_NOVA",5;

55 if

56 (.@g

57 =

58 ENCHANTGRADE_C)

59 {

60 bonus

61 bSMatk,1;

62 bonus2

63 bSkillAtk,"HN_METEOR_STORM_BUSTER",8;

64 bonus2

65 bSkillAtk,"HN_JACK_FROST_NOVA",8;

66 if

67 (.@g

68 =

69 ENCHANTGRADE_B)

70 {

71 bonus

72 bSpl,1;

73 bonus2

74 bSkillAtk,"HN_METEOR_STORM_BUSTER",12;

75 bonus2

76 bSkillAtk,"HN_JACK_FROST_NOVA",12;

77 }

78 }

79 }

Equip Script None
Unequip Script None