Viewing Item

#401055: Silver Stardust Crown

Item ID 401055 For Sale No
Identifier Stardust_Crown_SV Credit Price Not For Sale
Name Silver Stardust Crown Type Armor
NPC Buy 0 Weight 40
NPC Sell 0 Weapon Level 0
Range 0 Defense 60
Slots 1 Refineable Yes
Attack 0 Min Equip Level 250
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 bPow,5;

4 bonus bCon,5;

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

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

7 if (.@r>=7) {

8 bonus bShortAtkRate,15;

9 bonus bLongAtkRate,15;

10 if (.@r>=9) {

11 bonus bCRate,5;

12 bonus bAtkRate,10;

13 if (.@r>=11) {

14 bonus bCritAtkRate,25;

15 bonus bPAtk,8;

16 }

17 }

18 }

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bAtkRate,5;

21 bonus bPow,5;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus bCRate,5;

24 bonus bCritical,15;

25 if (.@g>=ENCHANTGRADE_B) {

26 bonus bFixedCast,-500;

27 bonus bVariableCastrate,-10;

28 if (.@g>=ENCHANTGRADE_A) {

29 bonus2 bAddRace,RC_All,3*(.@r/3);

30 bonus2 bAddRace,RC_Player_Human,-3*(.@r/3);

31 bonus2 bAddRace,RC_Player_Doram,-3*(.@r/3);

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

33 bonus bCritical,(.@r/3);

34 }

35 }

36 }

37 }

Equip Script None
Unequip Script None