Abyss Shield

Item ID 28950 Name Abyss Shield
A mutated shield enhanced by the magical power.
Even with the same appearance, its performance is said to be different.
_______________________
Refine Level +6:
Increases resistance against Fear status by 50%.
Decreases damage taken from Players race by 20%.
_______________________
Refine Level +8:
Increases resistance against Fear status by additional 50%.
Decreases damage taken from Players race by additional 10%.
_______________________
Type: Shield
Defense: 150
Weight: 120
Armor Level: 1
_______________________
Requirement:
Base Level 165
Weapon Level 0 Identifier Variant_Shield
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 150 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 120 Min Equip Level 165
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bUnbreakableWeapon;
if (.@r>=6) {
   bonus2 bResEff,Eff_Fear,50;
   bonus2 bSubRace,RC_Player_Human,20;
}
if (.@r>=8) {
   bonus2 bResEff,Eff_Fear,50;
   bonus2 bSubRace,RC_Player_Human,10;
}