Loki & Nidhoggur's Hat

Item ID 19050 Name Loki & Nidhoggur's Hat
A doll with Nidhoggur and Loki motifs.
The two cute dolls lined up on the head softens the viewer.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Loki_Nidhogg_Hat
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None

Set Script
Gemini
Loki & Nidhoggur's Hat
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
   bonus bDelayrate,-1 - ( .@r >= 9 ) ? 1 : 0;
}
Sagittarius
Loki & Nidhoggur's Hat
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
   bonus bLongAtkRate,2 + ( .@r >= 9 ) ? 1 : 0;
}
Aquarius
Loki & Nidhoggur's Hat
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
   bonus bUseSPrate,-2 - ( .@r >= 9 ) ? 1 : 0;
}
Aries
Loki & Nidhoggur's Hat
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
   bonus bMatk,10 + ( .@r >= 9 ) ? 10 : 0;
}
Cancer
Loki & Nidhoggur's Hat
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
   bonus bBaseAtk,2 + ( .@r >= 9 ) ? 5 : 0;
}
Taurus
Loki & Nidhoggur's Hat
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
   bonus bBaseAtk,4 + ( .@r >= 9 ) ? 2 : 0;
   bonus bHit,3 + ( .@r > 9 ) ? 1 : 0;
}
Capricorn
Loki & Nidhoggur's Hat
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
   bonus2 bMagicAddRace,RC_All,1 + ( .@r >= 9 ) ? 1 : 0;
}
Pisces
Loki & Nidhoggur's Hat
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
   bonus bVariableCastrate,-1 - ( .@r >= 9 ) ? 1 : 0;
}
Scorpio
Loki & Nidhoggur's Hat
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
   bonus2 bAddRace,RC_All,1 + ( .@r >= 9 ) ? 1 : 0;
}
Leo
Loki & Nidhoggur's Hat
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
   bonus bAspdRate,1 + ( .@r >= 9 ) ? 1 : 0;
}
Virgo
Loki & Nidhoggur's Hat
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
   setarray .@skills$, "AL_HEAL", "PR_SANCTUARY", "AM_POTIONPITCHER", "AB_HIGHNESSHEAL", "AB_CHEAL";
   for( .@i = 0; .@i < getarraysize(.@skills$); .@i++) {
      bonus2 bSkillHeal,.@skills$[.@i],2 + ( .@r >= 9 ) ? 2 : 0;
   }
}
Libra
Loki & Nidhoggur's Hat
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
   setarray .@skills$, "AL_HEAL", "PR_SANCTUARY", "AM_POTIONPITCHER", "AB_HIGHNESSHEAL", "AB_CHEAL";
   for( .@i = 0; .@i < getarraysize(.@skills$); .@i++) {
      bonus2 bSkillHeal2,.@skills$[.@i],2 + ( .@r >= 9 ) ? 2 : 0;  /* TODO: Depending on some recovery items HP recovery amount + 1% or if refine >= 9 + 2% */
   }
}
/* TODO: Depending on some recovery items HP recovery amount + 1% or if refine >= 9 + 2% */