Viewing Item

#400396: Evil's Whisper

Item ID 400396 For Sale No
Identifier aegis_400396 Credit Price Not For Sale
Name Evil's Whisper Type Armor
NPC Buy 0 Weight 50
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 .@b = BaseLevel;

3 if (.@r>=9) {

4 .@b *=3;

5 bonus2 bSkillAtk,"ASC_BREAKER",BaseLevel*2;

6 }

7 else if (.@r>=7) {

8 .@b *=2;

9 bonus2 bSkillAtk,"ASC_BREAKER",BaseLevel;

10 }

11 bonus bMdef,10;

12 bonus bAspdRate,10;

13 bonus bDelayrate,-3*.@r;

14 bonus2 bSkillAtk,"ASC_METEORASSAULT",.@b;

15 if (getskilllv("GC_WEAPONCRUSH") == 5)

16 bonus2 bAddEle,Ele_All,25;

17 if (getskilllv("GC_WEAPONBLOCKING") == 5)

18 bonus bDelayrate,-20;

19 if (getskilllv("GC_COUNTERSLASH") == 10)

20 bonus bWeaponAtkRate,25;

21 if (getskilllv("GC_HALLUCINATIONWALK") == 5) {

22 bonus2 bSubClass,Class_Normal,20;

23 bonus2 bSubClass,Class_Boss,20;

24 }

Equip Script None
Unequip Script None