Skip to content

Latest commit

 

History

History
429 lines (241 loc) · 12.6 KB

_ActivatableSkillDuration.md

File metadata and controls

429 lines (241 loc) · 12.6 KB

[TITLE MISSING]

Definitions

DurationForOneTime


DurationForOneTime'Immediate

  • Type: Object
Key Description Details
tag See details
immediate See details

tag

  • Constant: "Immediate"

immediate


DurationForOneTime'Permanent

  • Type: Object
Key Description Details
tag See details
permanent See details

tag

  • Constant: "Permanent"

permanent


DurationForOneTime'Fixed

  • Type: Object
Key Description Details
tag See details
fixed See details

tag

  • Constant: "Fixed"

fixed


DurationForOneTime'CheckResultBased

  • Type: Object
Key Description Details
tag See details
check_result_based See details

tag

  • Constant: "CheckResultBased"

check_result_based


DurationForOneTime'Indefinite

  • Type: Object
Key Description Details
tag See details
indefinite See details

tag

  • Constant: "Indefinite"

indefinite


Immediate

  • Type: Object
Key Description Details
maximum? Specified if the duration has a maximum time span. See details
translations? All translations for the entry, identified by IETF language tag (BCP47). See details

maximum?

Specified if the duration has a maximum time span.

translations?

All translations for the entry, identified by IETF language tag (BCP47).


ImmediateTranslation

  • Type: Object
Key Description Details
replacement A replacement string. See details

replacement

A replacement string.


PermanentDuration

  • Type: Object
Key Description Details
translations? All translations for the entry, identified by IETF language tag (BCP47). See details

translations?

All translations for the entry, identified by IETF language tag (BCP47).


PermanentDurationTranslation

  • Type: Object
Key Description Details
replacement A replacement string. See details

replacement

A replacement string.


FixedDuration

  • Type: Object
Key Description Details
is_maximum? If the duration is the maximum duration, so it may end earlier. See details
value The (unitless) duration. See details
unit The duration unit. See details
translations? All translations for the entry, identified by IETF language tag (BCP47). See details

is_maximum?

If the duration is the maximum duration, so it may end earlier.

  • Constant: true

value

The (unitless) duration.

  • Type: Integer
  • Minimum: 1

unit

The duration unit.

translations?

All translations for the entry, identified by IETF language tag (BCP47).


FixedDurationTranslation

  • Type: Object
Key Description Details
replacement A replacement string. See details

replacement

A replacement string.


CheckResultBasedDuration

Defines the duration being based on a check result.

  • Type: Object
Key Description Details
is_maximum? If the duration is the maximum duration, so it may end earlier. See details
base The base value that is derived from the check result. See details
modifier? If defined, it modifies the base value. See details
unit The duration unit. See details
translations? All translations for the entry, identified by IETF language tag (BCP47). See details

is_maximum?

If the duration is the maximum duration, so it may end earlier.

  • Constant: true

base

The base value that is derived from the check result.

modifier?

If defined, it modifies the base value.

unit

The duration unit.

translations?

All translations for the entry, identified by IETF language tag (BCP47).


CheckResultBasedDurationTranslation

  • Type: Object
Key Description Details
replacement A replacement string. See details

replacement

A replacement string.


IndefiniteDuration

  • Type: Object
Key Description Details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

translations

All translations for the entry, identified by IETF language tag (BCP47).


IndefiniteDurationTranslation

  • Type: Object
Key Description Details
description A description of the duration. See details

description

A description of the duration.


DurationForSustained

  • Type: Object
Key Description Details
maximum The sustained skill can be active a maximum amount of time. See details

maximum

The sustained skill can be active a maximum amount of time.


DurationUnit


DurationUnit'0

  • Constant: "Seconds"

DurationUnit'1

  • Constant: "Minutes"

DurationUnit'2

  • Constant: "Hours"

DurationUnit'3

  • Constant: "Days"

DurationUnit'4

  • Constant: "Weeks"

DurationUnit'5

  • Constant: "Months"

DurationUnit'6

  • Constant: "Years"

DurationUnit'7

  • Constant: "Centuries"

DurationUnit'8

  • Constant: "Actions"

DurationUnit'9

  • Constant: "CombatRounds"

DurationUnitValue

  • Type: Object
Key Description Details
value The (unitless) duration value. See details
unit The unit of the value. See details

value

The (unitless) duration value.

  • Type: Integer
  • Minimum: 1

unit

The unit of the value.