ID #5975
Armor
Zealotus Doll [1]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
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 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;
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;