Zealotus Doll
| Item ID | 5975 | Name | Zealotus Doll |
|
A doll to celebrate the 61st generation of royal family.
_______________________ Decreases damage taken from Boss class by 10%. _______________________ When you have Zherlthsh pet: Decreases damage taken from Boss class by additional 5%. When intimacy is Loyal: Decreases damage taken from Boss class by additional 5%. _______________________ Indestructible in battle _______________________ Type: Headgear Defense: 0 Position: Upper Weight: 30 Armor Level: 1 Refineable: No _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Zherlthsh_Doll | ||
| 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 | 10 | Max Equip Level | None | ||
| NPC Sell | 5 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bMdef,5;
.@def = 10;
if (getpetinfo(PETINFO_EGGID) == 9026) {
.@def += 5;
if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_CORDIAL) {
.@def += 5;
bonus bNoKnockback;
}
}
bonus2 bSubClass,Class_Boss,.@def;
|
||||