Viewing Item

#480348: Manteau of Mystical Beast: Winter

Item ID 480348 For Sale No
Identifier Season_Hood_Winter Credit Price Not For Sale
Name Manteau of Mystical Beast: Winter Type Armor
NPC Buy 0 Weight 70
NPC Sell 0 Weapon Level 0
Range 0 Defense 80
Slots 1 Refineable Yes
Attack 0 Min Equip Level 250
MATK 0 Max Equip Level None
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bCritical,4;

4 bonus bPow,1;

5 bonus bCon,1;

6 bonus bBaseAtk,4*(.@r/2);

7 bonus bCritAtkRate,(.@r/3);

8 bonus bCrt,(.@r/3);

9 if (.@r>=7) {

10 bonus bVariableCastrate,-5;

11 bonus bCRate,3;

12 if (.@r>=9) {

13 bonus bAspdRate,10;

14 if (.@r>=11) {

15 bonus bDelayrate,-10;

16 bonus bPAtk,2;

17 }

18 }

19 }

20 if (.@g>=ENCHANTGRADE_D) {

21 bonus bMRes,25;

22 bonus bRes,25;

23 if (.@g>=ENCHANTGRADE_C) {

24 bonus bShortAtkRate,7;

25 bonus bLongAtkRate,7;

26 bonus bCritical,7;

27 if (.@g>=ENCHANTGRADE_B) {

28 bonus bCRate,1;

29 bonus bPow,5;

30 bonus bCon,5;

31 bonus bCrt,3;

32 if (.@g>=ENCHANTGRADE_A) {

33 bonus bCritAtkRate,10;

34 bonus bCRate,3;

35 }

36 }

37 }

38 }

Equip Script None
Unequip Script None