Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Tacticians #19

Closed
3 tasks done
marvinscham opened this issue Jul 13, 2022 · 2 comments
Closed
3 tasks done

Handle Tacticians #19

marvinscham opened this issue Jul 13, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@marvinscham
Copy link
Owner

marvinscham commented Jul 13, 2022

Steps required for full implementation:

  • Get lootId
  • Check whether shards and permanents are distinguished
  • Disenchant handling
@marvinscham marvinscham added the enhancement New feature or request label Jul 13, 2022
@marvinscham marvinscham self-assigned this Jul 13, 2022
@marvinscham marvinscham added this to the v1.5.0 milestone Jul 14, 2022
@marvinscham marvinscham added the info needed Requires additional information label Jul 19, 2022
@marvinscham marvinscham modified the milestones: v1.5.0, v1.6.0 Jul 25, 2022
@marvinscham
Copy link
Owner Author

Output for Dragonlands Egg open

{
  "added": [],
  "redeemed": [
    {
      "deltaCount": 1,
      "playerLoot": {
        "asset": "",
        "count": 0,
        "disenchantLootName": "",
        "disenchantValue": 0,
        "displayCategories": "COMPANION",
        "expiryTime": -1,
        "isNew": false,
        "isRental": false,
        "itemDesc": "",
        "itemStatus": "NONE",
        "localizedDescription": "1% hungry. 99% round.",
        "localizedName": "Flametongue Poggles",
        "localizedRecipeSubtitle": "",
        "localizedRecipeTitle": "",
        "lootId": "COMPANION_39010",
        "lootName": "COMPANION_39010",
        "parentItemStatus": "NONE",
        "parentStoreItemId": -1,
        "rarity": "DEFAULT",
        "redeemableStatus": "NOT_REDEEMABLE",
        "refId": "",
        "rentalGames": 0,
        "rentalSeconds": 0,
        "shadowPath": "",
        "splashPath": "/lol-game-data/assets/ASSETS/Loot/Companions/BallDragon/Loot_BallDragon_Base_Variant3_Tier1.LL_BallDragon_Base.png",
        "storeItemId": 39010,
        "tags": "1Star,BallDragon,CommonColor2,id=e553e832-40b7-404b-8bbd-94f499b2001a",
        "tilePath": "/lol-game-data/assets/ASSETS/Loot/Companions/BallDragon/Loot_BallDragon_Base_Variant3_Tier1.LL_BallDragon_Base.png",
        "type": "COMPANION",
        "upgradeEssenceName": "",
        "upgradeEssenceValue": 0,
        "upgradeLootName": "",
        "value": 0
      }
    }
  ],
  "removed": [
    {
      "deltaCount": 1,
      "playerLoot": {
        "asset": "",
        "count": 0,
        "disenchantLootName": "",
        "disenchantValue": 0,
        "displayCategories": "CHEST",
        "expiryTime": -1,
        "isNew": false,
        "isRental": false,
        "itemDesc": "",
        "itemStatus": "NONE",
        "localizedDescription": "Which Little Legend will it be?",
        "localizedName": "Dragonlands Egg",
        "localizedRecipeSubtitle": "",
        "localizedRecipeTitle": "",
        "lootId": "CHEST_3330122",
        "lootName": "CHEST_3330122",
        "parentItemStatus": "NONE",
        "parentStoreItemId": -1,
        "rarity": "DEFAULT",
        "redeemableStatus": "NOT_REDEEMABLE",
        "refId": "",
        "rentalGames": 0,
        "rentalSeconds": 0,
        "shadowPath": "",
        "splashPath": "/lol-game-data/assets/ASSETS/Loot/Companions/Egg_Dragonland_Small.png",
        "storeItemId": 3330122,
        "tags": "mobile",
        "tilePath": "/lol-game-data/assets/ASSETS/Loot/Companions/Egg_Dragonland_Small.png",
        "type": "CHEST",
        "upgradeEssenceName": "",
        "upgradeEssenceValue": 0,
        "upgradeLootName": "",
        "value": 0
      }
    }
  ]
}

@marvinscham
Copy link
Owner Author

COMPANIONs don't seem to have a RENTAL or SHARD variant.

Recipe for disenchanting is COMPANION_disenchant.

@marvinscham marvinscham removed the info needed Requires additional information label Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant