Viewing Item

#450440: Entwined Magical Armor

Item ID 450440 For Sale No
Identifier Entwined_Armor Credit Price Not For Sale
Name Entwined Magical Armor Type Armor
NPC Buy 0 Weight 200
NPC Sell 0 Weapon Level 0
Range 0 Defense 158
Slots 1 Refineable Yes
Attack 0 Min Equip Level 220
MATK 0 Max Equip Level None
Description An armor entwined with mysterious roots, it provides resistance to alien dimensional magic.
_______________________
ATK +120.
_______________________
For each 2 Refine Levels:
ATK +15.
_______________________
Refine Level +7:
Increases Physical Damage by 5%.
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
P.ATK +3.
_______________________
Refine Level +10:
ATK +25, DEF +100.
_______________________
When equipped with Entwined Magical Manteau:
Decreases After Skill Delay by 5%.
Increases Physical Damage against monsters in Destroyed Valkyrie Realm by 10%.
_______________________
When equipped with Glacier Ring and Glacier Pendant:
ATK +10%.
Increases Physical Damage by additional 10%.
Increases Physical Damage against monsters in Destroyed Valkyrie Realm by additional 10%.
_______________________
When equipped with Venom Magic Ring and Venom Rune Ring:
ATK +20%.
Increases Melee Physical Damage by 15%.
Increases Physical Damage against monsters in Destroyed Valkyrie Realm by additional 20%.
_______________________
When equipped with Soul Magic Ring and Soul Rune Ring:
ATK +20%.
Increases Ranged Physical Damage by 15%.
Increases Physical Damage against monsters in Destroyed Valkyrie Realm by additional 20%.
_______________________
[Bonus by Grade]
[Grade D]: POW +3, CON +3, After Skill Delay -5%.
[Grade C]: Physical Damage against monsters in Destroyed Valkyrie Realm +15%.
_______________________
Type: Armor
Defense: 158
Weight: 200
Armor Level: 2
_______________________
Requirement:
Base Level 220
Equip Locations Armor
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 bBaseAtk,120+15*(.@r/2);

9 if

10 (.@r

11 =7)

12 {

13 bonus

14 bLongAtkRate,5;

15 bonus

16 bShortAtkRate,5;

17 bonus

18 bAspdRate,10;

19 if

20 (.@r

21 =9)

22 {

23 bonus

24 bPAtk,3;

25 if

26 (.@r

27 =10)

28 {

29 bonus

30 bBaseAtk,25;

31 bonus

32 bDef,100;

33 }

34 }

35 }

36 if

37 (.@g

38 =ENCHANTGRADE_D)

39 {

40 bonus

41 bDelayrate,-5;

42 bonus

43 bPow,3;

44 bonus

45 bCon,3;

46 if

47 (.@g

48 =ENCHANTGRADE_C)

49 {

50 bonus2

51 bAddRace2,RC2_Destroyed_Valkyrie_Realm,15;

52 }

53 }

Equip Script None
Unequip Script None