Identification#

class corkus.objects.Identification#

Identification is a bonnus applied to an item to increse or decreese it’s effectiveness.

property type#

Type of the identification.

Return type:

IdentificationType

property value#

If this identification is returned from pre-identified item returns actually value of it. In other cases return None.

Return type:

Optional[int]

property values#

If this identification is in fact rolled and not static return it’s possible values.

Return type:

Optional[IdentificationValues]