Basic Info

Name 20946 Dragon Scale Hood[1]
Item ID 20946 - Drag_Manteau
Type Armor
20946
A hood that has various dragon pieces woven into it.
You can feel the dragon's power just by wearing it.

DEF + 20, MDEF + 2.
Incoming Heal Power from skills and items + 15%.
If refine rate is 7 or higher, reduces physical/magic damage from Dragon monsters by 5%.
If refine rate is 9 or higher, adds a chance to recover 300 HP every second for 3 seconds when hit by a physical/magic attack.
Class : Garment Defense : 23
Weight : 50
Required Level : 80
Jobs : All jobs

Details

Weight 50
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Garment

Stats

Range 0
Defense 23
Attack 0
Magical Attack 0
Weapon Level 0
Slots 1

Restrictions

Level Range 80 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus(bDef, 20); bonus(bMdef, 2); bonus(bHealPower2, 15); bonus(bAddItemHealRate, 15); if (getrefine() >= 7) bonus2(bSubRace, RC_Dragon, getrefine() / 2); if (getrefine() >= 9) autobonus2("{ sc_start2(SC_REGEN_HP, 3000, 1000, 300); }", 30, 20000, BF_WEAPON|BF_MAGIC);
Equip Script
None
Unequip Script
None