dreibart / dreibart.github.io

https://dreibart.github.io/
0 stars 0 forks source link

Attribut abfrage #3

Open LokiMidgard opened 4 months ago

LokiMidgard commented 4 months ago

GET character/{id:number}/attributes

{
"type":"attributes"
  "attributes": {
        "muscle": {
            "base": 2,
            "race": 0,
            "mod": 0,
        },
        "dexterity": {
            "base": 2,
            "race": 0,
            "mod": 0,
        },
        "agility": {
            "base": 2,
            "race": 0,
            "mod": 0,
        },
        //… and so on …
    },   
}