eldenring-api icon indicating copy to clipboard operation
eldenring-api copied to clipboard

Add character creation options

Open CristianoStav opened this issue 4 months ago • 0 comments

Hello, I would like to know if there is any possibility of adding the properties and values ​​for creating game characters?

something like this:

{
  "success": true,
  "count": 2,
  "data": [
    {
      "id": "000",
      "name": "Facial Balance", // Facial Structure Option
      "values": [
        {
          "name": "noseSize", // Facial Balance Option
          "slider": [0, 300] // min and max values available
        },
        {
          "name": "foreheadRatio",
          "slider": [0, 200]
        }
      ]
    }
  ]
}

CristianoStav avatar Feb 21 '24 17:02 CristianoStav