RWC13 Jormungandr Hat

Item ID 18987 Name RWC13 Jormungandr Hat
Modeled after Jormungandr the Midgard Serpent. Effect of blood is strengthened with its presence.
_______________________
All Basic Stats +2
_______________________
Decreases After Skill Delay by 5%.
_______________________
Decreases damage taken from Demi-Human race by 10%.
_______________________
Increases recovery amount gained from Blood in Skull by 50%.
_______________________
Refine Level +7:
ASPD +1
Increases recovery amount gained from Blood in Skull by 20%.
_______________________
Refine Level +10:
Decreases After Skill Delay by 5%.
_______________________
Type: Headgear
Defense: 5
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 70
Weapon Level 0 Identifier RWC13_Jormungandr_Hat
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 7 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 250 Min Equip Level 1
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bAllStats,2;
bonus bVariableCastrate,-5;
bonus bDelayrate,-5;
bonus2 bSubRace,RC_DemiHuman,10;
bonus2 bSubRace,RC_Player_Human,10;
.@r = getrefine();
if (.@r>6) {
   bonus2 bAddItemHealRate,11596,20;
   bonus bAspd,1;
}
if (.@r>9) {
   bonus bVariableCastrate,-5;
   bonus bDelayrate,-5;
}
bonus2 bAddItemHealRate,11596,150;
Equip Script
sc_end SC_SpeedUp0;