Arbitrator Shawl

Item ID 420246 Name Arbitrator Shawl
An elegant shawl that perfectly matches the Platinum Arbitrator.
It can unlock the powerful possibilities sealed within the silver armor.
_______________________
ATK +10%
_______________________
Decreases After Skill Delay by 5%.
_______________________
When equipped with Platinum Arbitrator [1]:
ATK +5%
Perfect HIT +20

Refine Level of equipped Armor is +8 or higher:
MaxHP +5%, MaxSP +5%.

Refine Level of equipped Armor is +9 or higher:
ATK +10%, MaxHP +10%, MaxSP +10%.

Refine Level of equipped Armor is +10 or higher:
Decreases Cannon Spear skill cooldown by 1.5 seconds,
Increases damage of Cannon Spear by 30%.

Refine Level of equipped Armor is +11 or higher:
For each 3 Base Level:
Increases damage of Cannon Spear by additional 1% and Banishing Point by 2%.
_______________________
Type: Headgear
Defense: 0
Position: Lower
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Arbitrator_Shawl_US
Attack 0 Type Armor
MATK 0 Equip Locations Lower Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 10 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bAtkRate,10;
bonus bDelayrate,-5;

Set Script
Arbitrator Shawl
Platinum Arbitrator
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus bAtkRate,5;
bonus bPerfectHitAddRate,20;
if (.@r>=8) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
}
if (.@r>=9) {
   bonus bAtkRate,10;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
}
if (.@r>=10) {
   bonus2 bSkillCooldown,"LG_CANNONSPEAR",-1500;
   bonus2 bSkillAtk,"LG_CANNONSPEAR",30;
}
if (.@r>=11) {
   bonus2 bSkillAtk,"LG_CANNONSPEAR",BaseLevel/2;
   bonus2 bSkillAtk,"LG_BANISHINGPOINT",2*(BaseLevel/2);
}