developer-relations icon indicating copy to clipboard operation
developer-relations copied to clipboard

[BUG] Fated keyword missing entirely from the Runeterra Data Dragon

Open multimeric opened this issue 3 years ago • 0 comments

Bug Description
Fated is not listed as a keyword or even in the description on cards with fated.

Problem Description
The card data for card 05MT005 "Saga Seeker" appears as the following in the set 5 bundle:

  {
    "associatedCards": [],
    "associatedCardRefs": [],
    "assets": [
      {
        "gameAbsolutePath": "http://dd.b.pvp.net/3_3_0/set5/en_us/img/cards/05MT005.png",
        "fullAbsolutePath": "http://dd.b.pvp.net/3_3_0/set5/en_us/img/cards/05MT005-full.png"
      }
    ],
    "regions": [
      "Targon"
    ],
    "regionRefs": [
      "Targon"
    ],
    "attack": 1,
    "cost": 1,
    "health": 2,
    "description": "",
    "descriptionRaw": "",
    "levelupDescription": "",
    "levelupDescriptionRaw": "",
    "flavorText": "Tor felt his life fading with every heartbeat, but in that grave and looming darkness, where he was expected to embrace dread, he instead found purpose. He would not only face death willingly, but would bring with him the very demon who had dared to cut his life short. This is how he would be remembered. This would be Tor's saga.",
    "artistName": "Kudos Productions",
    "name": "Saga Seeker",
    "cardCode": "05MT005",
    "keywords": [],
    "keywordRefs": [],
    "spellSpeed": "",
    "spellSpeedRef": "",
    "rarity": "COMMON",
    "rarityRef": "Common",
    "subtypes": [],
    "supertype": "",
    "type": "Unit",
    "collectible": true,
    "set": "Set5"
  }

Expected Result
The above JSON object should list "Fated" in the keywords and keywordRefs keys.

Actual Result
Neither the keywords, keywordsRefs, nor the description keys mention fated anywhere at all.

Developer Impact
This means developers providing card searches or trying to analyse cards will never be able to find Fated cards.

Player Impact
n/a

Preconditions
n/a

Repro Steps

wget https://dd.b.pvp.net/latest/set5-lite-en_us.zip
unzip set5-lite-en_us.zip
grep -i fated < en_us/data/set5-en_us.json

Notice that no results are returned

Issue Comments
n/a

multimeric avatar Mar 04 '22 03:03 multimeric