ID #20946
Armor
Dragon Scale Hood [1]
Buy Price: N/A
Sell Price: N/A
Hood made of various parts of a powerful dragon.
You can feel the pressure of the dragon just by wearing it.
_______________________
DEF +20
MDEF +2
Increases recovery rate received from skills and items by 15%.
_______________________
Refine Level +7:
Decreases damage taken from Dragon race by 2%.
_______________________
Refine Level +9:
receiving physical or magical damage has a chance to recover 2000 HP per second for 3 seconds.
_______________________
Refine Level +11:
Decreases damage taken from Dragon race by additional 3%.
_______________________
Type: Garment
Defense: 23
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 170
You can feel the pressure of the dragon just by wearing it.
_______________________
DEF +20
MDEF +2
Increases recovery rate received from skills and items by 15%.
_______________________
Refine Level +7:
Decreases damage taken from Dragon race by 2%.
_______________________
Refine Level +9:
receiving physical or magical damage has a chance to recover 2000 HP per second for 3 seconds.
_______________________
Refine Level +11:
Decreases damage taken from Dragon race by additional 3%.
_______________________
Type: Garment
Defense: 23
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 170
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
500
Defense
23
Requirements
Armor Level
1
Min Level
170
Scripts
Script .@r = getrefine(); bonus bMdef,2; bonus bDef,20; bonus bHealPower2,15; if (.@r>=7) { bonus2 bSubRace,RC_Dragon,2; } if (.@r>=9) { autobonus2 "{ bonus2 bHPRegenRate,2000,1000; }",1,3000,BF_MAGIC|BF_WEAPON; } if (.@r>=11) { bonus2 bSubRace,RC_Dragon,3; }
.@r = getrefine();
bonus bMdef,2;
bonus bDef,20;
bonus bHealPower2,15;
if (.@r>=7) {
bonus2 bSubRace,RC_Dragon,2;
}
if (.@r>=9) {
autobonus2 "{ bonus2 bHPRegenRate,2000,1000; }",1,3000,BF_MAGIC|BF_WEAPON;
}
if (.@r>=11) {
bonus2 bSubRace,RC_Dragon,3;
}