Moved the test command to a seperate "TestingCommands" class

This commit is contained in:
2025-11-30 21:37:45 -06:00
parent 069adb5ff5
commit 5efc807590
3 changed files with 127 additions and 104 deletions

View File

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