Viewing Item

#401059: Celestial Rune Crown (Abyss Chaser)

Item ID 401059 For Sale No
Identifier Sky_Rune_Crown_ABC Credit Price Not For Sale
Name Celestial Rune Crown (Abyss Chaser) Type Armor
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 50
Slots 1 Refineable Yes
Attack 0 Min Equip Level 240
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs Rogue
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bBaseAtk,3*(.@r/2);

4 bonus bHit,5*(.@r/2);

5 bonus bNonCritAtkRate,3*(.@r/3);

6 bonus bShortAtkRate,(.@r/3);

7 bonus bAtkRate,2*(.@r/3);

8 bonus2 bSkillAtk,"ABC_CHASING_BREAK",5*(.@r/4);

9 bonus2 bSkillAtk,"ABC_DEFT_STAB",5*(.@r/4);

10 if (.@r>=7) {

11 bonus bShortAtkRate,10;

12 if (.@r>=9) {

13 bonus bPAtk,5;

14 if (.@r>=11) {

15 bonus bDelayrate,-10;

16 }

17 }

18 }

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bPAtk,5;

21 if (.@g>=ENCHANTGRADE_C) {

22 bonus2 bSkillAtk,"ABC_DEFT_STAB",15;

23 if (.@g>=ENCHANTGRADE_B) {

24 bonus2 bAddSize,Size_All,10;

25 if (.@g>=ENCHANTGRADE_A) {

26 bonus2 bAddEle,Ele_All,10;

27 }

28 }

29 }

30 }

Equip Script None
Unequip Script None