Moved the test command to a seperate "TestingCommands" class
This commit is contained in:
@@ -109,22 +109,18 @@ An instanced DatasetObject should only contain simple fields and values, no obje
|
||||
|
||||
```json
|
||||
{
|
||||
"id": "some_id",
|
||||
"uuid": "a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11",
|
||||
"Id": "",
|
||||
"Uuid": "0",
|
||||
"template_id": "core_item",
|
||||
"parent_dataset_id": "core_items",
|
||||
"compatible_systems": ["sz_core", "d20"],
|
||||
|
||||
"fields": {
|
||||
"name": "Human readable name",
|
||||
"description": "A description",
|
||||
"consumable": false,
|
||||
|
||||
"name": "Excalibur",
|
||||
"description": null,
|
||||
"consumable": true,
|
||||
"stats": {
|
||||
"value": 10,
|
||||
"weight": 2,
|
||||
"modifiers": {
|
||||
"base": 1
|
||||
"base": 5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user