Viewing Item

#401060: Rune Crown of the Sky (Spiritualist)

Item ID 401060 For Sale No
Identifier Sky_Rune_Crown_SH Credit Price Not For Sale
Name Rune Crown of the Sky (Spiritualist) 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 None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

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

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

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

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

7 bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",7*(.@r/4);

8 bonus2 bSkillAtk,"SH_CHUL_HO_BATTERING",7*(.@r/4);

9 if (.@r>=7) {

10 bonus bLongAtkRate,10;

11 if (.@r>=9) {

12 bonus bPAtk,5;

13 if (.@r>=11) {

14 bonus bFixedCast,-500;

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bPAtk,5;

20 if (.@g>=ENCHANTGRADE_C) {

21 bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",15;

22 if (.@g>=ENCHANTGRADE_B) {

23 bonus2 bAddSize,Size_All,10;

24 if (.@g>=ENCHANTGRADE_A) {

25 bonus2 bAddEle,Ele_All,10;

26 }

27 }

28 }

29 }

Equip Script None
Unequip Script None