foundryvtt-reve-de-dragon/template.json

29 lines
381 B
JSON
Raw Normal View History

2020-05-21 21:48:20 +02:00
{
"Actor": {
"types": ["character"],
"character": {
"biography": "",
"health": {
"value": 10,
"min": 0,
"max": 10
},
"power": {
"value": 5,
"min": 0,
"max": 5
},
"attributes": {}
}
},
"Item": {
"types": ["item"],
"item": {
"description": "",
"quantity": 1,
"weight": 0,
"attributes": {}
}
}
}