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

[BUG] Ddragon support item descriptions duplicate the Active Warding ability

Open rdavis0 opened this issue 3 years ago • 0 comments

Bug Description
In each of the level 2 and level 3 support items, the Active Warding ability is duplicated. In the first instance, the ability states that the item stores up to 0 Stealth Wards. In the second instance, the correct number of stored Stealth Wards is stated.

Example from Targon's Buckler (line breaks added for readability) <mainText><stats><attention>10</attention> Ability Power<br><attention>100</attention> Health<br><attention>50%</attention> Base Health Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br>

👉<active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 🚨 0 Stealth Wards, which refill upon visiting the shop. <br><br>

👉<active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 3 Stealth Wards, which refill upon visiting the shop. <br><li>

<passive>Spoils of War:</passive> While nearby an allied champion, Attacks execute minions below 50% of their max Health. Killing a minion grants the same kill gold to the nearest allied champion. These effects recharge every 35 seconds (Max 3 charges).<li><passive>Quest:</passive> Earn 1000 gold from this item to transform it into <rarityLegendary>Bulwark of the Mountain</rarityLegendary>. </mainText><br>

Problem Description
Active Ward ability is listed twice, one of these with incorrect info.

Expected Result
Active Ward ability should be listed once with the correct number of stored stealth wards.

Developer Impact
Either have to implement something to parse out the extra text or live with sloppy item data.

Player Impact
Support item abilities displayed to players on the end game screen, as well as to users on every website or app that uses Ddragon data is difficult to read and gives contradictory information. Affects every upgraded support item. image

Preconditions
None

Repro Steps
View item description tooltip in postgame screen or Ddragon item data. Check 3859 here

Issue Comments
Might want to leave this as instructions for any replies to your issue:

If you're also experiencing this issue please add any additional context that is useful, the developer impact to yourself, and the player impact to your users. As an example, if spectator-v4 isn't working it might affect a scouting site, but it could also affect a mobile app or site to share replays. Give the context on how this issue affects your project.

rdavis0 avatar Feb 21 '23 20:02 rdavis0