Skip to content

ZO: Shadow Harmony 4-Set effect is not included in calculations #3109

@thailyn

Description

@thailyn

Shadow Harmony's 4-piece set effect increases the user's ATK and CRIT rate by 4% each per stack, up to three stacks. When configuring Disk Drive settings, there is a slider for this set to indicate the number of stacks. However, these buffs are not included in calculations. In the "All target buffs" section there appear to be buffs configured for these effects (named set4_stack_atk_ and set4_stack_crit_), but they appear to always have zero stacks:

cond:

{
  "Trigger": {
    "Trigger": {
      "ShadowHarmony": {
        "stacks": 0
      }
    }
  }
}

read:

{
  "op": "read",
  "x": [],
  "br": [],
  "tag": {
    "src": "Trigger",
    "preset": "preset0",
    "et": "display",
    "qt": "combat",
    "q": "crit_",
    "sheet": "ShadowHarmony",
    "name": "set4_stack_crit_"
  }
}

I notice that the read section references "combat", which I assume is from the "initial"/"combat"/"final" contexts (or whatever they are called) for what to include in calculations (although I am very unclear what these technically mean). However, the only place I can see for indicating which context to use is when trying to optimize for certain stats, such as "Final ATK" or "Energy Regen". In any case, those only provide options for "initial" and "final", and neither include the set bonus's ATK or CRIT rate buffs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions