if self.check_sigillo(itemVnum) or itemVnum == 55002: if attrSlot[0][1] != 0: self.AppendSpace(2) blackyas = (int(attrSlot[5][1])/60)/24 petevobl = (int(attrSlot[6][1])) self.AppendTextLine("Seviye: "+str(metinSlot[1]) + " (" + str(blackyas) + localeInfo.DAY + ")", self.NORMAL_COLOR) if (str(petevobl)) == "0": self.AppendTextLine(localeInfo.PET_TEXTT_7, self.NORMAL_COLOR) elif (str(petevobl)) == "1": self.AppendTextLine("Yabani", self.NORMAL_COLOR) elif (str(petevobl)) == "2": self.AppendTextLine("Cesur", self.NORMAL_COLOR) elif (str(petevobl)) == "3": self.AppendTextLine("Kahraman", self.NORMAL_COLOR) self.AppendSpace(2) self.AppendTextLine("Hp: +"+pointop(str(attrSlot[0][1]))+"%", self.SPECIAL_POSITIVE_COLOR) self.AppendTextLine("Defans: +"+pointop(str(attrSlot[1][1]))+"%", self.SPECIAL_POSITIVE_COLOR) self.AppendTextLine("Sp: +"+pointop(str(attrSlot[2][1]))+"%", self.SPECIAL_POSITIVE_COLOR) self.AppendSpace(5) if itemVnum != 55002: days = (int(attrSlot[3][1])/60)/24 hours = (int(attrSlot[3][1]) - (days*60*24)) / 60 mins = int(attrSlot[3][1]) - (days*60*24) - (hours*60) self.AppendTextLine(localeInfo.PET_TEXTT_1 % (days, hours, mins), self.SPECIAL_POSITIVE_COLOR)