Viewing Item

#450149: Anti Conjurer Suit

Item ID 450149 For Sale No
Identifier MD_Geffen_Suits Credit Price Not For Sale
Name Anti Conjurer Suit Type Armor
NPC Buy 0 Weight 90
NPC Sell 0 Weapon Level 0
Range 0 Defense 120
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
MATK 0 Max Equip Level None
Description It is designed to facilitate the operation of more powerful suits and various magic through continuous research and improvement.
_______________________
Increases incoming Healing effectiveness by 10%.
Decreases SP Consumption by 10%.
_______________________
MaxHP +3%
STR +3
AGI +3
_______________________
For each Refine Level:
ATK +10
_______________________
For each 2 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Refine Level +9:
Increases Melee and Ranged Physical Damage by 10%.
_______________________
Refine Level +11:
Increases Attack Speed (decreases After Attack Delay by additional 7%).
_______________________
Refine Level +13:
ATK +60
_______________________
Type: Armor
Defense: 120
Weight: 90
Armor Level: 2
_______________________
Requirement:
Base Level 230
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bHealPower2,10;

6 bonus

7 bUseSPrate,-10;

8 bonus

9 bMaxHPrate,3;

10 bonus

11 bStr,3;

12 bonus

13 bAgi,3;

14 bonus

15 bBaseAtk,10*.@r;

16 bonus

17 bAspdRate,2*(.@r/2);

18 if

19 (.@r

20 =9)

21 {

22 bonus

23 bLongAtkRate,10;

24 bonus

25 bShortAtkRate,10;

26 if

27 (.@r

28 =11)

29 {

30 bonus

31 bAspdRate,7;

32 if

33 (.@r

34 =13)

35 {

36 bonus

37 bBaseAtk,60;

38 }

39 }

40 }

Equip Script None
Unequip Script None