Skip to content

cluster_jewels stats ids match wrong translations #52

@Kojoley

Description

@Kojoley

I have issues converting stat ids in cluster_jewels.json to text.

      {
        "id": "affliction_physical_damage",
        "name": "Physical Damage",
        "stats": {
          "physical_damage_+%": 12
        },
        "tag": "affliction_physical_damage"
      },

physical_damage_+% in stat_translations.json corresponds to % increased Global Physical Damage while expected % increased Physical Damage.

      {
        "id": "affliction_critical_chance",
        "name": "Critical Chance",
        "stats": {
          "critical_strike_chance_+%": 15
        },
        "tag": "affliction_critical_chance"
      },

critical_strike_chance_+% in stat_translations.json corresponds to % increased Global Critical Strike Chance while expected % increased Physical Damage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions