Skip to content

VictoryTimerType

Bases: _DataSetIntEnums

This enum class provides the integer values used to reference the different types of victory timer types.

Examples

Source code in AoE2ScenarioParser/datasets/trigger_lists/victory_timer_type.py
 6
 7
 8
 9
10
11
12
13
14
15
16
17
class VictoryTimerType(_DataSetIntEnums):
    """
    This enum class provides the integer values used to reference the different types of victory timer types.

    **Examples**



    """
    WONDER_TIMER = 0
    RELIC_TIMER = 1
    KING_OF_THE_HILL_TIMER = 2

Attributes

WONDER_TIMER = 0 class-attribute instance-attribute

Value: 0

RELIC_TIMER = 1 class-attribute instance-attribute

Value: 1

KING_OF_THE_HILL_TIMER = 2 class-attribute instance-attribute

Value: 2