Viewing Item

#450257: Platinum Arbitrator

Item ID 450257 For Sale No
Identifier Platinum_Arbitrator Credit Price Not For Sale
Name Platinum Arbitrator Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 100
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Description An elegant and noble silver armor.
It is said to appear when someone who upsets the balance of the world appears.
_______________________
MaxHP +10%, MaxSP +10%.
_______________________
For each Level of Inspiration:
MaxHP +8%
_______________________
When Level 5 Cannon Spear is learned:
Decreases Cannon Spear skill cooldown by 1.5 seconds.

For each 2 Base Level:
Increases damage of Cannon Spear by 1%.
Increases damage of Banishing Point by 2%.
_______________________
For each Level of Banishing Point:
Increases Physical Damage against monsters of every race by 14%.
_______________________
Refine Level +5:
STR +15
_______________________
Refine Level +7:
STR +15
_______________________
Refine Level +10:
Perfect HIT +25%
Indestructible in battle
_______________________
Type: Armor
Defense: 100
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 100
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 bMaxHPrate,10+(getskilllv("LG_INSPIRATION")*8);

6 bonus

7 bMaxSPrate,10;

8 bonus2

9 bAddRace,RC_All,14*getskilllv("LG_PINPOINTATTACK");

10 if

11 (getskilllv("LG_CANNONSPEAR")

12 ==

13 5)

14 {

15 bonus2

16 bSkillCooldown,"LG_CANNONSPEAR",-1500;

17 bonus2

18 bSkillAtk,"LG_CANNONSPEAR",BaseLevel/2;

19 bonus2

20 bSkillAtk,"LG_BANISHINGPOINT",2*(BaseLevel/2);

21 }

22 if

23 (.@r

24 =5)

25 bonus

26 bStr,15;

27 if

28 (.@r

29 =7)

30 bonus

31 bStr,15;

32 if

33 (.@r

34 =10)

35 {

36 bonus

37 bPerfectHitAddRate,25;

38 bonus

39 bUnbreakableArmor;

40 }

Equip Script None
Unequip Script None