Viewing Item

#400661: Crown of Wrath (Meister)

Item ID 400661 For Sale No
Identifier FuriousCirclet_MT Credit Price Not For Sale
Name Crown of Wrath (Meister) 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 Blacksmith
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,"MT_SPARK_BLASTER",4*(.@r/3);

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

6 if (.@r>=7) {

7 bonus bVariableCastrate,-15;

8 if (.@r>=9) {

9 bonus bShortAtkRate,10;

10 bonus bLongAtkRate,10;

11 if (.@r>=11) {

12 bonus bFixedCast,-300;

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 bLongAtkRate,10;

24 if (.@g>=ENCHANTGRADE_B) {

25 bonus bFixedCast,-200;

26 bonus bAtkRate,5;

27 if (.@g>=ENCHANTGRADE_A) {

28 bonus bShortAtkRate,15;

29 bonus bLongAtkRate,15;

30 bonus bPAtk,5;

31 }

32 }

33 }

34 }

Equip Script None
Unequip Script None