The effect description may be either a plain text or a text that is divided by a list of effects for each quality level. It may also be a list for each two quality levels.
- Type: Union
- Cases: ActivatableSkillEffect'Plain | ActivatableSkillEffect'ForEachQualityLevel | ActivatableSkillEffect'ForEachTwoQualityLevels
- Type: Object
Key | Description | Details |
---|---|---|
tag |
See details | |
plain |
See details |
- Constant:
"Plain"
- Type: Object
Key | Description | Details |
---|---|---|
tag |
See details | |
for_each_quality_level |
See details |
- Constant:
"ForEachQualityLevel"
- Type: Object
Key | Description | Details |
---|---|---|
tag |
See details | |
for_each_two_quality_levels |
See details |
- Constant:
"ForEachTwoQualityLevels"
- Type: Object
Key | Description | Details |
---|---|---|
text |
The effect description. | See details |
The effect description.
- Type: NonEmptyMarkdown
- Type: Object
Key | Description | Details |
---|---|---|
text_before |
The effect description before the list of effects for each quality level. | See details |
quality_levels |
The list of effects for each quality level. The first element represents QL 1, the second element QL 2, and so on. | See details |
text_after? |
The effect description after the list of effects for each quality level. | See details |
The effect description before the list of effects for each quality level.
- Type: NonEmptyMarkdown
The list of effects for each quality level. The first element represents QL 1, the second element QL 2, and so on.
- Type: List
- Items: ActivatableSkillEffectForEachQualityLevel/quality_levels[]
The effect description after the list of effects for each quality level.
- Type: NonEmptyMarkdown
- Type: NonEmptyMarkdown
- Type: Object
Key | Description | Details |
---|---|---|
text_before |
The effect description before the list of effects for each quality level. | See details |
quality_levels |
The list of effects for each two quality levels. The first element represents QL 1–2, the second element QL 3–4 and the third element QL 5–6. | See details |
text_after? |
The effect description after the list of effects for each quality level. | See details |
The effect description before the list of effects for each quality level.
- Type: NonEmptyMarkdown
The list of effects for each two quality levels. The first element represents QL 1–2, the second element QL 3–4 and the third element QL 5–6.
- Type: List
- Items: ActivatableSkillEffectForEachTwoQualityLevels/quality_levels[]
The effect description after the list of effects for each quality level.
- Type: NonEmptyMarkdown
- Type: NonEmptyMarkdown