marvinscham / disenchanter

A tool to mass disenchant champion shards and other League of Legends loot.
MIT License
109 stars 9 forks source link

Can't disenchant BE icons #128

Closed marvinscham closed 9 months ago

marvinscham commented 1 year ago

Description (if necessary) Summoner icons that disenchant into Blue Essence (instead of the usual Orange Essence) such as Champie icons will silently fail to disenchant.

Version 1.5.0

marvinscham commented 1 year ago

Recipes of Elise Champie Icon:

[
  {
    "contextMenuText": "",
    "crafterName": "disenchant",
    "description": "",
    "displayCategories": "SUMMONERICON",
    "imagePath": "",
    "introVideoPath": "",
    "loopVideoPath": "",
    "lootMilestoneIds": [],
    "metadata": {
      "bonusDescriptions": [],
      "guaranteedDescriptions": [],
      "tooltipsDisabled": false
    },
    "outputs": [{ "lootName": "CURRENCY_champion", "quantity": 2500 }],
    "outroVideoPath": "",
    "recipeName": "SUMMONERICON_Champie_disenchant",
    "requirementText": "",
    "slots": [
      {
        "lootIds": ["SUMMONER_ICON_5958"],
        "quantity": 1,
        "slotNumber": 0,
        "tags": "nodropoutput,champie,noreroll,norerolloutput,shadowisles"
      }
    ],
    "type": "DISENCHANT"
  }
]
marvinscham commented 9 months ago

Fixed in #143