Viewing Item

#480545: Entwined Magical Manteau

Item ID 480545 For Sale No
Identifier Entwined_Manteau Credit Price Not For Sale
Name Entwined Magical Manteau Type Armor
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 0
Range 0 Defense 92
Slots 1 Refineable Yes
Attack 0 Min Equip Level 220
MATK 0 Max Equip Level None
Description An manteau of entangled roots imbued with mystical power, offering resistance to alien dimensional magic.
_______________________
MaxHP +4500, MaxSP +150.
HIT +25, Critical +5.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
POW +3.
_______________________
Refine Level +10:
Decreases Variable Casting Time by 5%.
_______________________
When equipped with Entwined Magical Boots:
Decreases Variable Casting Time by additional 5%.
Decreases damage taken from monsters in Destroyed Valkyrie Realm by 25%.
_______________________
[Bonus by Grade]
[Grade D]: Physical Damage +10%.
[Grade C]: Physical Damage against monsters in Destroyed Valkyrie Realm +15%.
_______________________
Type: Garment
Defense: 92
Weight: 120
Armor Level: 2
_______________________
Requirement:
Base Level 220
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

8 bMaxHP,4500;

9 bonus

10 bMaxSP,150;

11 bonus

12 bCritical,5;

13 bonus

14 bHit,25;

15 if

16 (.@r

17 =7)

18 {

19 bonus

20 bAspdRate,10;

21 if

22 (.@r

23 =9)

24 {

25 bonus

26 bPow,3;

27 if

28 (.@r

29 =10)

30 {

31 bonus

32 bVariableCastrate,-5;

33 }

34 }

35 }

36 if

37 (.@g

38 =ENCHANTGRADE_D)

39 {

40 bonus

41 bLongAtkRate,10;

42 bonus

43 bShortAtkRate,10;

44 if

45 (.@g

46 =ENCHANTGRADE_C)

47 {

48 bonus2

49 bAddRace2,RC2_Destroyed_Valkyrie_Realm,15;

50 }

51 }

Equip Script None
Unequip Script None