dreibart / dreibart.github.io

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

Request Advantages #5

Open LokiMidgard opened 4 months ago

LokiMidgard commented 4 months ago

GET /character/{id:number}/advantages

{
"type":"advantages",
    "advantages": [
        {
            "id": 3,
            "name": "Faustfeuerwaffen",
            "improves": {
                "type": "skill",
                "skill": 4,
                "by": 3,
            },
            "cost": 50
        },
        {
            "id": 5,
            "name": "Konzentrationsschwäche",
            "improves": {
                "type": "pool",
                "pool": "concentration",
                "by": 10,
            },
            "cost": -200
        },
    ],
}