
RENEWAL / ITEMS
Platinum Arbitrator [1]
#450257Armor
Platinum_Arbitrator
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF100
Slots1
Required level100
Armor level1
Description
An elegant and dignified white silver armor.
It is said that when someone who disrupts the balance of the world appears, he will appear.
------------------------
ASPD + 10%
------------------------
When refined to +5 or higher,
STR +15.
When refined to +7 or higher,
Additional STR +15.
------------------------
Every level of Inspiration,
Increase Max HP +5%.
When learned Cannon Spear Lv 5,
Reduce Cooldown of Overbrand by 1 sec.
Increase damage of Vanishing Point by 100%.
Every level of Pinpoint Attack,
Increase damage dealt to All Race +14%.
------------------------
Type : Armor
Def : 100
Weight : 10
Required Level : 100
Class : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHPrate,10+(getskilllv("LG_INSPIRATION")*8);
bonus bMaxSPrate,10;
bonus2 bAddRace,RC_All,14*getskilllv("LG_PINPOINTATTACK");
if (getskilllv("LG_CANNONSPEAR") == 5) {
bonus2 bSkillCooldown,"LG_CANNONSPEAR",-1500;
bonus2 bSkillAtk,"LG_CANNONSPEAR",BaseLevel/2;
bonus2 bSkillAtk,"LG_BANISHINGPOINT",2*(BaseLevel/2);
}
if (.@r>=5)
bonus bStr,15;
if (.@r>=7)
bonus bStr,15;
if (.@r>=10) {
bonus bPerfectHitAddRate,25;
bonus bUnbreakableArmor;
}