4.3 KiB
4.3 KiB
Talisman
Definitions
Talisman (Talisman)
- Type: Object
| Key | Description | Details |
|---|---|---|
id |
The talisman's identifier. An unique, increasing integer. | See details |
tradition |
The tradition(s) the talisman belongs to. | See details |
type? |
The talisman type, if any. | See details |
ap_value? |
The AP value for the required trade secret, if possible. | See details |
src |
See details | |
translations |
All translations for the entry, identified by IETF language tag (BCP47). | See details |
id
The talisman's identifier. An unique, increasing integer.
- Type: Integer
- Minimum:
1
tradition
The tradition(s) the talisman belongs to.
- Type: List
- Items: Talisman/tradition[]
- Minimum Items:
1
type?
The talisman type, if any.
- Type: TalismanType
ap_value?
The AP value for the required trade secret, if possible.
- Type: Integer
- Minimum:
5 - Multiple of:
5
src
- Type: PublicationRefs
translations
All translations for the entry, identified by IETF language tag (BCP47).
- Type: LocaleMap<TalismanTranslation>
Talisman/tradition[]
TalismanType
- Type: Union
- Cases: TalismanType'0 | TalismanType'1 | TalismanType'2 | TalismanType'3 | TalismanType'4
TalismanType'0
- Constant:
"MainTalisman"
TalismanType'1
- Constant:
"Talisman"
TalismanType'2
- Constant:
"MinorTalisman"
TalismanType'3
- Constant:
"Regalia"
TalismanType'4
- Constant:
"PowerfulTalisman"
TalismanTranslation
- Type: Object
| Key | Description | Details |
|---|---|---|
name |
The name of the talisman. | See details |
effect |
The effect description. | See details |
activation? |
The activation parameters. | See details |
errata? |
See details |
name
The name of the talisman.
- Type: NonEmptyString
effect
The effect description.
- Type: NonEmptyMarkdown
activation?
The activation parameters.
errata?
- Type: Errata
TalismanActivationTranslation
- Type: Object
| Key | Description | Details |
|---|---|---|
cost |
The KP cost. | See details |
duration |
The duration. | See details |
cost
The KP cost.
- Type: Integer
- Minimum:
0
duration
The duration.
- Type: NonEmptyString