ID #28950
Armor
Abyss Shield
Buy Price: N/A
Sell Price: N/A
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
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
1200
Defense
150
Requirements
Armor Level
1
Min Level
165
Scripts
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; }
.@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;
}