Skip to content

Endpoint request: getLooseInv or getDroppedInv #293

Description

@Fokson

We currently have getCrateInv, which returns all dismantle/death crates in the world and where they are, but there's no endpoint to return loose/dropped items, such as the scattered drops around drop pods, mob drops, or player-dropped items. If it's possible, I'd like to see this added. Recommended structure something like,

[
  {
    "Name": "Circuit Board",
    "ClassName": "Desc_CircuitBoard_C",
    "Amount": 6,
    "MaxAmount": 200
    "features": {
      "geometry": {
        "coordinates": {
          "x": -34920.22265625,
          "y": -51902.35546875,
          "z": -21391.41015625
        },
        "type": "Point"
      }
    }
  }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions