Skip to content

Add character creation options #28

@CristianoStav

Description

@CristianoStav

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]
        }
      ]
    }
  ]
}

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