Viewing Item

#401056: Scarlet Stardust Crown

Item ID 401056 For Sale No
Identifier Stardust_Crown_SC Credit Price Not For Sale
Name Scarlet Stardust Crown Type Armor
NPC Buy 0 Weight 40
NPC Sell 0 Weapon Level 0
Range 0 Defense 65
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 bBaseAtk,30*(.@r/2);

6 if (.@r>=7) {

7 bonus bShortAtkRate,15;

8 bonus bLongAtkRate,15;

9 if (.@r>=9) {

10 bonus bPAtk,7;

11 bonus bAtkRate,12;

12 if (.@r>=11) {

13 bonus bShortAtkRate,25;

14 bonus bLongAtkRate,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 bPAtk,7;

24 bonus bBaseAtk,25;

25 if (.@g>=ENCHANTGRADE_B) {

26 bonus bFixedCast,-500;

27 bonus bVariableCastrate,-10;

28 if (.@g>=ENCHANTGRADE_A) {

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

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

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

32 }

33 }

34 }

35 }

Equip Script None
Unequip Script None