0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #19163 Armor

Catherina Von Blood [1]

Buy Price: N/A Sell Price: N/A
A doll hat made based on succubus appearance. Made to celebrate it's 60th generation.
_______________________
Restores HP by 500 and SP by 50 when defeating a monster.
_______________________
When wearer have Succubus pet: Restores HP by 500 and SP by 20 every 5 seconds.
When pet intimacy is cordial: Restores HP by 500 and SP by 20 every 5 seconds.
_______________________
Drains HP by 5000 a d SP by 500 when this hat is unequipped.
_______________________
Indestructible in battle
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 30
Armor Level: 1
Refineable: No
_______________________
Requirement: None

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
300

Requirements

1
1

Scripts

bonus bHPGainValue,500; bonus bLongHPGainValue,500; bonus bMagicHPGainValue,500; bonus bSPGainValue,50; bonus bLongSPGainValue,50; bonus bMagicSPGainValue,50; if (getpetinfo(PETINFO_EGGID) == 9055) { if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_LOYAL) .@factor = 2; else .@factor = 1; bonus2 bHPRegenRate,(.@factor*500),5000; bonus2 bSPRegenRate,(.@factor*20),5000; }
bonus bHPGainValue,500;
bonus bLongHPGainValue,500;
bonus bMagicHPGainValue,500;
bonus bSPGainValue,50;
bonus bLongSPGainValue,50;
bonus bMagicSPGainValue,50;
if (getpetinfo(PETINFO_EGGID) == 9055) {
   if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_LOYAL)
      .@factor = 2;
   else
      .@factor = 1;
   bonus2 bHPRegenRate,(.@factor*500),5000;
   bonus2 bSPRegenRate,(.@factor*20),5000;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.