Viewing Item

#400385: Crown of Good and Evil (Trouvere & Troubadour)

Item ID 400385 For Sale No
Identifier GoodnEvil_Circlet_TR Credit Price Not For Sale
Name Crown of Good and Evil (Trouvere & Troubadour) 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 Bard / Dancer
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

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

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

5 bonus bLongAtkRate,7*(.@r/4);

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

7 if (.@r>=7) {

8 bonus bRes,50;

9 if (.@r>=9) {

10 bonus bVariableCastrate,-10;

11 if (.@r>=11) {

12 bonus bFixedCast,-300;

13 bonus bMatkRate,5;

14 bonus bAtkRate,5;

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bMaxHPrate,5;

20 if (.@g>=ENCHANTGRADE_C) {

21 bonus bPAtk,3;

22 bonus bSMatk,3;

23 if (.@g>=ENCHANTGRADE_B) {

24 bonus bPAtk,2;

25 bonus bSMatk,2;

26 bonus bSpl,2;

27 bonus bCon,2;

28 if (.@g>=ENCHANTGRADE_A) {

29 bonus bMRes,50;

30 bonus bRes,50;

31 if (.@r>=12) {

32 bonus bFixedCast,-200;

33 }

34 }

35 }

36 }

37 }

Equip Script None
Unequip Script None