Territory#

class corkus.objects.Territory#

Territories are areas which may be claimed by a Guild to receive benefits.

property name#

The name of the territory.

Return type:

str

property guild#

Guild that currently holds the territory.

Return type:

Optional[PartialGuild]

property acquired#

Datetime when the territory was acquired.

Return type:

datetime

property attacker#

Guild that is currently attacking the territory.

Return type:

Optional[PartialGuild]

property is_attacked#

Is this territory currently under attack.

Return type:

bool

property location#

The location of this territory.

Return type:

TerritoryLocation