Viewing Item

#19316: Aeschylus's Hood

Item ID 19316 For Sale No
Identifier Squirrel_Ear_Hat_BR Credit Price Not For Sale
Name Aeschylus's Hood Type Armor
NPC Buy 0 Weight 20
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
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 bCriticalLong,5;

3 bonus bCritAtkRate,10;

4 bonus bAspd,1;

5 bonus2 bIgnoreDefRaceRate,RC_All,10;

6 if (.@r>=7) {

7 bonus bCriticalLong,10;

8 bonus bCritAtkRate,2;

9 bonus bAspd,1;

10 bonus2 bIgnoreDefRaceRate,RC_All,15;

11 if (.@r>=9) {

12 bonus bCriticalLong,15;

13 bonus bCritAtkRate,6;

14 bonus bAspd,1;

15 bonus2 bIgnoreDefRaceRate,RC_All,20;

16 if (.@r>=11) {

17 bonus bCriticalLong,20;

18 bonus bCritAtkRate,12;

19 bonus bAspd,1;

20 bonus2 bIgnoreDefRaceRate,RC_All,25;

21 autobonus "{ bonus bCritAtkRate,100; }",70,5000,BF_WEAPON|BF_NORMAL;

22 }

23 }

24 }

Equip Script None
Unequip Script None