Viewing Item

#460078: God-Devouring Demonic Shield-LT

Item ID 460078 For Sale No
Identifier GEMS_DarkBlood_LT Credit Price Not For Sale
Name God-Devouring Demonic Shield-LT Type Armor
NPC Buy 0 Weight 80
NPC Sell 0 Weapon Level 0
Range 0 Defense 100
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Off Hand
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 .@g = getenchantgrade();

3 bonus bNoKnockback;

4 bonus bMdef,10;

5 bonus bAspd,2;

6 bonus2 bAddClass,Class_All,10;

7 bonus bMatkRate,10;

8 bonus bUseSPrate,-15;

9 bonus2 bSubSize,Size_All,2*(.@r/3);

10 if (.@r>=7) {

11 bonus bAspdRate,20;

12 if (.@r>=9) {

13 bonus bDelayrate,-5;

14 if (.@r>=11) {

15 bonus bShortAtkRate,10;

16 bonus bLongAtkRate,10;

17 bonus2 bMagicAtkEle,Ele_All,10;

18 }

19 }

20 }

21 if (.@g>=ENCHANTGRADE_D) {

22 bonus bDef,100;

23 bonus bMdef,20;

24 if (.@g>=ENCHANTGRADE_C) {

25 bonus bPow,3;

26 bonus bSpl,3;

27 bonus bCon,3;

28 if (.@g>=ENCHANTGRADE_B) {

29 bonus2 bAddRace,RC_All,15;

30 bonus2 bMagicAddRace,RC_All,15;

31 if (.@g>=ENCHANTGRADE_A) {

32 bonus2 bIgnoreDefRaceRate,RC_All,70;

33 bonus2 bIgnoreMdefRaceRate,RC_All,70;

34 bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-70;

35 bonus2 bIgnoreDefRaceRate,RC_Player_Human,-70;

36 bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-70;

37 bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-70;

38 }

39 }

40 }

41 }

Equip Script None
Unequip Script None