ID #5396
Armor
Jasper Crest [1]
Buy Price: N/A
Sell Price: N/A
A beautiful headgear with a crested gold ornament and a cursed gemstone in the middle.
_______________________
DEX +1
_______________________
Refine Level +9:
DEX +2
_______________________
Increases Physical Damage against enemies of Undead race by 5%.
_______________________
Refine Level below +6:
Random chance to inflict Blind status on wearer dealing physical attack.
_______________________
Type: Headgear
Defense: 6
Position: Upper
Weight: 70
Armor Level: 1
_______________________
Requirement: None
_______________________
DEX +1
_______________________
Refine Level +9:
DEX +2
_______________________
Increases Physical Damage against enemies of Undead race by 5%.
_______________________
Refine Level below +6:
Random chance to inflict Blind status on wearer dealing physical attack.
_______________________
Type: Headgear
Defense: 6
Position: Upper
Weight: 70
Armor Level: 1
_______________________
Requirement: None
Available from boxes
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
700
Defense
6
Requirements
Armor Level
1
Scripts
Script bonus bDex,1; bonus2 bAddRace,RC_Undead,5; bonus2 bMagicAddRace,RC_Undead,5; bonus2 bAddEle,Ele_Undead,5; .@r = getrefine(); if (.@r<6) { bonus2 bAddEff2,Eff_Blind,10; } else if (.@r>8) { bonus bDex,2; }
bonus bDex,1;
bonus2 bAddRace,RC_Undead,5;
bonus2 bMagicAddRace,RC_Undead,5;
bonus2 bAddEle,Ele_Undead,5;
.@r = getrefine();
if (.@r<6) {
bonus2 bAddEff2,Eff_Blind,10;
} else if (.@r>8) {
bonus bDex,2;
}