Skip to content

Location of FATEs is currently returned with the Y value in the Z property #17

@ek68794998

Description

@ek68794998

I checked a few FATEs (310, 317), and it seems that a common attribute is that they are all returned with y: 0, while the z property seems to have the correct Y-value.

Example (310):

{
  ...
  "map": {
    ...
    "x": 29,
    "y": 0,
    "z": 25
  },
  "name": "Between Aurochs",
   ...
}

Having a look at GamerEscape's entry, you can indeed see that the correct coordinates are (29, 25); however, this should be returned as:

"x": 29,
"y": 25,
"z": 0 // zero, or the correct value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions