IdentificationValues#

class corkus.objects.IdentificationValues#

Represents possible values of Identification. The actual value of identification is randomly selected between min and max when item is identified or crafted.

property min#

The lowest possible identification of this property.

Return type:

int

property max#

The highest possible identification of this property.

Return type:

int