Viewing Item

#400667: Peco Warrior Hat

Item ID 400667 For Sale No
Identifier Peco_Warrior_Hat_US Credit Price Not For Sale
Name Peco Warrior Hat Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
Slots 1 Refineable Yes
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bMaxHPrate,10;

3 bonus bAllStats,5;

4 bonus bDelayrate,-20;

5 if (BaseLevel>=100)

6 bonus3 bAutoSpell,"GC_CROSSIMPACT",3,50;

7 else if (BaseLevel<=99)

8 bonus3 bAutoSpell,"AS_SONICBLOW",10,50;

9 if (getpetinfo(PETINFO_EGGID) == 9014) {

10 bonus bBaseAtk,50;

11 bonus bAspd,5;

12 if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_LOYAL) {

13 bonus bSpeedRate,25;

14 bonus bAllStats,5;

15 if (.@r>=10) {

16 bonus bMaxHPrate,10;

17 bonus bMaxSPrate,10;

18 if (.@r>=11) {

19 bonus bAtkRate,25;

20 if (.@r>=12) {

21 bonus bMaxHPrate,20;

22 bonus bMaxSPrate,20;

23 }

24 }

25 }

26 }

27 }

Equip Script None
Unequip Script None