Viewing Item

#530010: Poenitentia Hasta

Item ID 530010 For Sale No
Identifier Poenitentia_Hasta Credit Price Not For Sale
Name Poenitentia Hasta Type Weapon - One-Handed Spear
NPC Buy 0 Weight 190
NPC Sell 0 Weapon Level 5
Range 3 Defense 0
Slots 2 Refineable Yes
Attack 205 Min Equip Level 230
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Crusader
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,"IG_OVERSLASH",10;

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

6 if (.@r>=7) {

7 bonus bVariableCastrate,-10;

8 if (.@r>=9) {

9 bonus2 bSkillAtk,"LG_OVERBRAND",25;

10 if (.@r>=11) {

11 bonus bShortAtkRate,10;

12 }

13 }

14 }

15 if (.@g >= ENCHANTGRADE_D) {

16 bonus2 bSkillAtk,"IG_OVERSLASH",5;

17 if (.@g >= ENCHANTGRADE_C) {

18 bonus bPAtk,1;

19 bonus2 bSkillAtk,"IG_OVERSLASH",8;

20 if (.@g >= ENCHANTGRADE_B) {

21 bonus bPow,1;

22 bonus2 bSkillAtk,"IG_OVERSLASH",12;

23 }

24 }

25 }

Equip Script None
Unequip Script None