Viewing Item

#400388: Crown of Good and Evil (Soul Ascetic)

Item ID 400388 For Sale No
Identifier GoodnEvil_Circlet_SOA Credit Price Not For Sale
Name Crown of Good and Evil (Soul Ascetic) Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
Slots 1 Refineable Yes
Attack 0 Min Equip Level 215
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs Soul Linker
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus2 bMagicAddRace,RC_All,5*(.@r/3);

4 bonus2 bMagicAtkEle,Ele_All,7*(.@r/4);

5 if (.@r>=7) {

6 bonus bRes,50;

7 if (.@r>=9) {

8 bonus bVariableCastrate,-10;

9 if (.@r>=11) {

10 bonus bFixedCast,-300;

11 bonus bMatkRate,5;

12 }

13 }

14 }

15 if (.@g>=ENCHANTGRADE_D) {

16 bonus bMaxHPrate,5;

17 if (.@g>=ENCHANTGRADE_C) {

18 bonus bPAtk,3;

19 bonus bSMatk,3;

20 if (.@g>=ENCHANTGRADE_B) {

21 bonus bPAtk,2;

22 bonus bSMatk,2;

23 bonus bPow,2;

24 bonus bSpl,2;

25 if (.@g>=ENCHANTGRADE_A) {

26 bonus bMRes,50;

27 bonus bRes,50;

28 if (.@r>=12) {

29 bonus bFixedCast,-200;

30 }

31 }

32 }

33 }

34 }

Equip Script None
Unequip Script None