Skip to content

New asset type CosmeticBlueprint #63

Description

@SirArchibald97

Would return the Cosmetic which a blueprint can be crafted into as well as other data such as crafting time and materials needed if possible.

e.g.

infinibag {
  asset {
    ... on CosmeticBlueprint {
      cosmetic {
        name
        description
        category
      }
      craftingTime
      craftingMaterials {
        name
        amount
      }  
    }
    name
    rarity
    uniqueIdentifier
  }
  amount
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions