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
_______________________
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
Type
Armor
Weight
300
Requirements
Armor Level
1
Min Level
1
Scripts
Script 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;
}