Viewing Item

#600014: Poenitentia Ensis

Item ID 600014 For Sale No
Identifier Poenitentia_Ensis Credit Price Not For Sale
Name Poenitentia Ensis Type Weapon - Two-Handed Sword
NPC Buy 0 Weight 220
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 315 Min Equip Level 230
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Super novice / Knight
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bAtkRate,10;

4 bonus2 bSkillAtk,"DK_STORMSLASH",10;

5 bonus2 bSkillAtk,"RK_IGNITIONBREAK",3*(.@r/2);

6 if (.@r>=7) {

7 bonus bVariableCastrate,-10;

8 if (.@r>=9) {

9 bonus2 bSkillAtk,"RK_IGNITIONBREAK",25;

10 if (.@r>=11) {

11 bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-700;

12 }

13 }

14 }

15 if (.@g >= ENCHANTGRADE_D) {

16 bonus2 bSkillAtk,"DK_STORMSLASH",5;

17 if (.@g >= ENCHANTGRADE_C) {

18 bonus bPAtk,1;

19 bonus2 bSkillAtk,"DK_STORMSLASH",8;

20 if (.@g >= ENCHANTGRADE_B) {

21 bonus bPow,2;

22 bonus2 bSkillAtk,"DK_STORMSLASH",12;

23 }

24 }

25 }

Equip Script None
Unequip Script None