Guild Wars 2 Wiki talk:Projects/Sigils and Runes update

From Guild Wars 2 Wiki
Jump to navigationJump to search

Progress Indication[edit]

Hi, I'm happy to help update these, but I don't want to accidentally work on the same ones that you're working on. Can you list out or put a check next to the ones you've completed? Would it be okay if I put a little dash next to the ones I've completed, or make them not shown by using the <! -- and -- > (without the spaces)? Thanks. AnastashaRomanov (talk) 03:10, 15 November 2018 (UTC)

I finished up through the second instance of Major Rune of the Water. AnastashaRomanov (talk) 04:47, 15 November 2018 (UTC)

Incorrect Recipes[edit]

Some of the recipes provided here do not match with the recipe that is provided via the API. The issue is related to the source parameter which is set to "discovery" for all recipes provided on this page, even though there are recipes that are learned through a "recipe sheet".

Example recipe "Major Rune of Exuberance"(recipe id #7285):

API

https://api.guildwars2.com/v2/recipes/7285

{
  "type": "UpgradeComponent",
  "output_item_id": 44952,
  "output_item_count": 1,
  "min_rating": 325,
  "time_to_craft_ms": 1000,
  "disciplines": [
    "Armorsmith"
  ],
  "flags": [
    "LearnedFromItem"
  ],
  "ingredients": [
    {
      "item_id": 89271,
      "count": 4
    },
    {
      "item_id": 24309,
      "count": 1
    },
    {
      "item_id": 44941,
      "count": 50
    },
    {
      "item_id": 89103,
      "count": 1
    }
  ],
  "id": 7285,
  "chat_link": "[&CXUcAAA=]"
}
Project page
Major Rune of Exuberance

{{recipe
| source = discovery
| type = Upgrade Component
| disciplines = Armorsmith
| rating = 325
| ingredient1 = 4 Pile of Lucent Crystal
| ingredient2 = 1 Onyx Core
| ingredient3 = 50 Watchwork Sprocket
| ingredient4 = 1 Charm of Brilliance
| id = 7285
}}
Ingame

Onyx Core and Watchwork Sprocket aren't even showing up in the discovery window. (Recipe was not learned on the tested account).

As indicated by "flags": ["LearnedFromItem"] in the API response and the ingame test, the recipe of "Major Rune of Exuberance" is not learned via discovery, but rather an item (to be specific by recipe sheet (Recipe: Major Rune of Exuberance).

I would appreciate if the list of recipes could be updated to correct this issue. This will probably also require to check all already updated rune/sigil pages that used this as a source for the recipes. Nonetheless the work you all did in getting the wiki up-to-date as fast as possible is greatly appreciated and I would like to thank you for that. Almdudler (talk) 03:38, 16 November 2018 (UTC)