6.7 KiB
6.7 KiB
[TITLE MISSING]
Definitions
ActivatableSkillEffect
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
ActivatableSkillEffect'Plain
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
plain |
See details |
tag
- Constant:
"Plain"
plain
ActivatableSkillEffect'ForEachQualityLevel
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
for_each_quality_level |
See details |
tag
- Constant:
"ForEachQualityLevel"
for_each_quality_level
ActivatableSkillEffect'ForEachTwoQualityLevels
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
for_each_two_quality_levels |
See details |
tag
- Constant:
"ForEachTwoQualityLevels"
for_each_two_quality_levels
ActivatableSkillPlainEffect
- Type: Object
| Key | Description | Details |
|---|---|---|
text |
The effect description. | See details |
text
The effect description.
- Type: NonEmptyMarkdown
ActivatableSkillEffectForEachQualityLevel
- 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 |
text_before
The effect description before the list of effects for each quality level.
- Type: NonEmptyMarkdown
quality_levels
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[]
text_after?
The effect description after the list of effects for each quality level.
- Type: NonEmptyMarkdown
ActivatableSkillEffectForEachQualityLevel/quality_levels[]
- Type: NonEmptyMarkdown
ActivatableSkillEffectForEachTwoQualityLevels
- 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 |
text_before
The effect description before the list of effects for each quality level.
- Type: NonEmptyMarkdown
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.
- Type: List
- Items: ActivatableSkillEffectForEachTwoQualityLevels/quality_levels[]
text_after?
The effect description after the list of effects for each quality level.
- Type: NonEmptyMarkdown
ActivatableSkillEffectForEachTwoQualityLevels/quality_levels[]
- Type: NonEmptyMarkdown