Imuke Upper Shield

Item ID 28910 Name Imuke Upper Shield
A special sleeve made to prevent Ranged Physical Damages.
It is sewn with a strong thread that contains magical power.
_______________________
Decreases damage taken from ranged physical attacks by 5%.
_______________________
Refine Level +5:
Decreases damage taken from ranged physical attacks by additional 5%.
_______________________
Refine Level +7:
Decreases damage taken from ranged physical attacks by additional 10%.
_______________________
Refine Level +9:
Decreases damage taken from ranged physical attacks by additional 15%.
_______________________
When equipped with Horn Card:
Increases damage taken from ranged physical attacks by 35%.
_______________________
When equipped by Guillotine Cross and equipped with Enforcer Manteau:
Increases damage taken from ranged physical attacks by additional 35%.
_______________________
When equipped by Ranger and equipped with Shawl of Yoichi:
Increases damage taken from ranged physical attacks by additional 35%.
_______________________
Type: Shield
Defense: 80
Weight: 80
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Imuke_Upper_Shield
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 80 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 80 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bLongAtkDef,5;
.@r = getrefine();
if (.@r>=5) {
   bonus bLongAtkDef,5;
}
if (.@r>=7) {
   bonus bLongAtkDef,10;
}
if (.@r>=9) {
   bonus bLongAtkDef,15;
}

Set Script
Imuke Upper Shield
Enforcer Cape
bonus bLongAtkDef,-35;
Horn Card
Imuke Upper Shield
bonus bLongAtkDef,-35;
Yoichi's Shawl
Imuke Upper Shield
if (BaseClass == Job_Ranger) {
   bonus bLongAtkDef,-35;
}
Bouncer's Scarf
Imuke Upper Shield
if (eaclass()&EAJL_THIRD && (BaseJob == Job_Kagerou || BaseJob == Job_Oboro))
   bonus bLongAtkDef,-35;
Sniping Veil
Imuke Upper Shield
bonus bLongAtkDef,-35;