Viewing Item

#400651: Furious Crown (Shadow Cross)

Item ID 400651 For Sale No
Identifier FuriousCirclet_SHC Credit Price Not For Sale
Name Furious Crown (Shadow Cross) Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 30
Slots 1 Refineable Yes
Attack 0 Min Equip Level 235
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs Assassin
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

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

4 bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",4*(.@r/3);

5 bonus2 bSkillAtk,"SHC_SHADOW_STAB",4*(.@r/3);

6 if (.@r>=7) {

7 bonus bAspdRate,15;

8 if (.@r>=9) {

9 bonus bShortAtkRate,10;

10 bonus bCritAtkRate,10;

11 if (.@r>=11) {

12 bonus bDelayrate,-10;

13 bonus bAtkRate,5;

14 }

15 }

16 }

17 if (.@g>=ENCHANTGRADE_D) {

18 bonus bPAtk,3;

19 bonus bPow,5;

20 bonus bCon,5;

21 if (.@g>=ENCHANTGRADE_C) {

22 bonus bShortAtkRate,10;

23 bonus bCritAtkRate,10;

24 if (.@g>=ENCHANTGRADE_B) {

25 bonus bDelayrate,-5;

26 bonus bAtkRate,5;

27 if (.@g>=ENCHANTGRADE_A) {

28 bonus bShortAtkRate,15;

29 bonus bCritAtkRate,15;

30 bonus bPAtk,5;

31 }

32 }

33 }

34 }

Equip Script None
Unequip Script None