Skip to content

Latest commit

 

History

History
157 lines (90 loc) · 6.66 KB

_ActivatableSkillEffect.md

File metadata and controls

157 lines (90 loc) · 6.66 KB

[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.


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.


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.

quality_levels

The list of effects for each quality level. The first element represents QL 1, the second element QL 2, and so on.

text_after?

The effect description after the list of effects for each quality level.


ActivatableSkillEffectForEachQualityLevel/quality_levels[]


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.

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.

text_after?

The effect description after the list of effects for each quality level.


ActivatableSkillEffectForEachTwoQualityLevels/quality_levels[]