Catherina Von Blood
| Item ID | 19163 | Name | Catherina Von Blood |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | CatharinaPawnBrad60 | ||
| 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 | 30 | Min Equip Level | 1 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
|
||||
| Unequip Script |
heal -5000,-500; |
||||
|---|---|---|---|---|---|